/*新闻列表*/
.section2 {
	padding-top: 160px;
	padding-bottom: 7%;
}
.section2-con{
	margin-top: 8%;
}
.section2 .auto-container{
	width: 1380px;

}
.section2 .sj-item{
	position: relative;
}
.section2 .sj-item:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}


.section2 .sj-item .sj-img{
	float: left;
	width: 50%;
}
.section2 .sj-item .sj-img img{
	max-width: 100%;
}
.section2 .sj-item .sj-txt{
	float: right;
	width: 47%;
}
.section2 .sj-item .sj-txt h2{
	font-size: 30px;
	font-weight: normal;
	margin: 1.5% 0;
}
.section2 .sj-item .sj-txt h4{
	font-size: 16px;
	font-weight: normal;
	color: #a02226
}
.section2 .sj-item .sj-txt p{
	color: #2a2a2a;
	margin-top: 4%;
	line-height: 180%;
}
.section2 .sj-item .more{
	position: absolute;
	bottom: 10px;
	left: 53%;
	background-color: #adadad;
	border-color: #adadad;
	margin-right: auto;
	margin-left: 0;

}

.section2 .owl-carousel .owl-item{
	border: 1px solid transparent;
}
.section2 .owl-theme .owl-controls{
	position: absolute;
	left: 32%;
	bottom: 20px;
	height: 39px;
}
.section2 .owl-theme .owl-controls .owl-buttons div{
	width: 27px;
	height: 21px;
	opacity: 1;
	border-radius: 0;
	margin: 0;
	padding: 9px 16px;
}
.section2 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url("../images/sj-left-arrow.png") no-repeat center center #000;
}
.section2 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url("../images/sj-right-arrow.png") no-repeat center center #90272b;
}

@media (max-width: 1440px){
	.section2 .sj-item .sj-txt h2{
		font-size: 26px;
	}
}

@media (max-width: 768px){
	.section2 .sj-item .sj-txt h2{
		font-size: 20px;
	}
}

@media (max-width: 480px){
	.section2 .auto-container{

	}
}

/*section3*/
.section3{
	text-align: center;
	background: url("../images/news-bg3.jpg") no-repeat;
	padding: 6% 0;
}
.section3 .section3-con{
	margin-top: 8%;
}
.section3 a{
	display: inline-block;
	padding: 0 2%;
}
.section3 a img{
	max-width: 100%;
}
/*.section3 .owl-theme .owl-controls{
	position: absolute;
}*/
.section3 .owl-carousel{
	padding: 140px 0;
	background: url("../images/mt-bg.png") no-repeat center center;
}

.section3 .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	margin-top: -60px;
	width: 65px;
	height: 120px;
	opacity: 0.8;
}
.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url("../images/mt-left-arrow.png") no-repeat center center;
	left: -120px;
}
.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url("../images/mt-right-arrow.png") no-repeat center center;
	right: -120px;
}


/*section4*/
.section4 {
	padding-top: 5.5%;
}
.section4 ul{
	margin-left: -5%;
	margin-top: 5%;
	margin-bottom: 4%;
}
.section4 li{
	width: 45%;
	float: left;
	position: relative;
	height: 290px;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: 5%;
}
.section4 li:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.section4 li .li-txt{
	width: 222px;
	height: 100%;
	border-left: 6px solid #ca4040;
	background-color: #ccccb7;
	color: #fff;
	font-size: 12px;
	padding: 0 165px 0 23px;
}
.section4 li .li-txt h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding-top: 55px;
	padding-bottom: 25px;
}
.section4 li .li-txt p{
	line-height: 180%;
}

.section4 li .li-img{
	width: 47%;
	position: absolute;
	right: 0;
	top: 20px;
}

.section4 li .li-img img{
	max-width: 100%;
}
.section4 li .news-more{
	position: absolute;
	bottom: 0;
	left: 30px;
	color: #fff;
	width: 100px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #8e8e8e;
	padding-left: 30px;
	bottom: -20px;
	background: url("../images/icon-news.png") no-repeat right center #2c2c2c;
}
.section4 li .news-more:hover{
	background-color: #373737
}
@media (max-width: 1440px){
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: -100px;
	}
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
		right: -100px;
	}
}


@media (max-width: 1400px){
	.section2 .auto-container{
		width: 1200px;
	}
	.section2 .sj-item .sj-txt p{
		margin-top: 1%;
	}

	.section3 .auto-container2{
		width: 900px;
	}

	.section3 .owl-carousel{
		background-size: 50%;
	}
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev,
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
		/*background-size: 50%;*/
		transform: scale(0.8);
	}
}

@media (max-width: 1220px){
	.section2 .auto-container{
		width: 1100px;
	}
	.section2 .sj-item .more{
		position: static;
	}

	.section4 li .li-img{
		width: 40%;
	}
	.section4 li .li-txt h3{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.section4 li{
		height: 230px;
	}


}

@media (max-width: 1120px){
	.section2 .auto-container{
		width: 1000px;
	}
	.section3 .auto-container2{
		width: 760px;
	}
}



@media (max-width: 1020px){
	.section2 .auto-container{
		width: 960px;
	}
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev, 
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
		transform: scale(0.5);
	}

}

@media (max-width: 980px){
	.section2{
		padding-top: 18%;
	}
	.section2 .auto-container{
		width: 100%;
	}
	.section2 .sj-item .sj-img,
	.section2 .sj-item .sj-txt{
		width: 100%;
		float: none;
	}
	.section2 .owl-theme .owl-controls{
		bottom: 0;
		right: 0;
	}

	.section3 .owl-carousel{
		background: none;
	}
	.section3 .auto-container2{
		width: 70%;
	}

	.section4 ul{
		margin: 0;
	}
	.section4 li{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		height: 250px;
		overflow: hidden;
	}

	.section4 li .li-txt{
		width: 50%;
	}
	.section4 li .li-img{
		top: 0;
		text-align: right;
	}
	.section4 li .news-more{
		bottom: 10px;
	}
}

@media (max-width: 768px){
	.section4 li{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px){
	
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev, 
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
		transform: scale(0.3);
	}
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-next{
		right: -60px
	}
	.section3 .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: -60px;
	}


	.section3 a{
		transform: scale(0.7);
	}

}

@media (max-width: 414px){
	.section3 .owl-carousel{
		padding: 0;
	}
	.section4 li .li-img{
		top: 18%;
	}
	.section4 li .li-txt{
		padding-left: 10px;
	}
	.section4 li .news-more{
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
		width: 85px;
	}
}

/*新闻详情页*/
.news-detail-wrap{
	margin-top: 60px;
	padding: 5% 0;
}
.news-detail-con h1{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #90272b;
}
.news-detail-con p.p-date{
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
	padding: 1% 0;
	margin-bottom: 4%;
}
.news-detail-con p{
	font-size: 16px;
	padding: 0 10%;
	line-height: 180%;
}

.news-detail-con img{
	max-width: 100%;
	display: block;
	margin: 3% auto
}



.news-detail-wrap .a-nav{
	padding: 3% 10% 5%;
	border-top: 1px solid #d1d1d1;
	margin-top: 4%;
}
.news-detail-wrap .a-nav a:first-child{
	float: left;
}
.news-detail-wrap .a-nav a{
	float: right;
	font-size: 14px;
	color: #888;
	margin-top: 1%;
}
.news-detail-wrap .a-nav a:hover{
	color: #90272b
}

@media (max-width: 1240px){
	.news-detail-con p,
	.news-detail-wrap .a-nav{
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (max-width: 980px){
	.news-detail-con p{
		font-size: 14px;
	}
	.news-detail-wrap .a-nav{
		padding-left: 0;
		padding-right: 0;
	}
	.return-wrap a{
		transform: scale(0.6);
	}
}

@media (max-width: 860px){
	.news-detail-wrap .a-nav a{
		float: none!important;
		display: block;
	}
}


/*新闻 详情页*/
.news-sj-detail{
	margin-top: 60px;
	padding-top: 5%;
}
.news-sj-detail .container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.news-sj-detail h1{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
.news-sj-detail .psj-date{
	text-align: center;
	margin-top: 1%;
}
.news-sj-detail .sj-con{
	margin-top: 7%;
}
.news-sj-detail .sj-con .half{
	float: left;
}
.news-sj-detail .sj-con .left{
	padding-right: 5%;
	width: 42%;
	background: url("../images/line-bg.png") repeat-y right 0;
}
.news-sj-detail .sj-con .right{
	padding-left: 5%;
	width: 48%;

}
.news-sj-detail .sj-con dl{
	margin-bottom: 80px;
}
.news-sj-detail .sj-con dt img{
	max-width: 100%;
}
.news-sj-detail .sj-con dd{
	line-height: 190%;
}
.news-sj-detail .sj-con dd h2{
	font-size: 22px;
	font-weight: normal;
	margin: 4% 0;
}


@media (max-width: 1440px){
	.news-sj-detail h1{
		font-size: 30px;
	}
}

@media (max-width: 1000px){
	.news-sj-detail .container{
		width: 100%;
	}
	.news-sj-detail .sj-con .left{
		padding-left: 1%;
		padding-right: 3%;
		width: 43%;
	}
	.news-sj-detail .sj-con .right{
		padding-left: 3%;
		padding-right: 1%;
		width: 49%;
	}
}

@media (max-width: 768px){
	.news-sj-detail h1{
		font-size: 24px;
	}
}

@media (max-width: 480px){
	.news-sj-detail .sj-con .right,
	.news-sj-detail .sj-con .left {
	    padding-left: 2%;
	    padding-right: 2%;
	    width: 96%;
	}
	.news-sj-detail .sj-con dl{
		margin-bottom: 15px;
	}
	.news-sj-detail .sj-con dd{
		line-height: 170%;
	}
	.news-sj-detail .sj-con dd h2{
		font-size: 16px;
		margin-top: 2%;
		margin-bottom: 2%;
	}

	.news-sj-detail h1{
		font-size: 20px;
	}
}


