/*新闻*/
.header1,.header2{
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}
.kv{
	text-align: center;
	background-color: #ededed;
}
.sec1 .tit{
	text-align: center;
	font-size: 19px;
	color: #c0192a;
	padding-top: 48px;
	padding-bottom: 18px;
}
.sec1 .page-nav{
	text-align: right;
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
	padding-right: 3%;
	margin-bottom: 20px;
}
.sec1 .page-nav a{
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
}
.sec1 .page-nav img{
	margin-right: 5px;
	vertical-align: sub;
}
.pc .news-container{
	width: 100%;
}
.pc .news-container li{
	float: left;
	overflow: hidden;
}
.pc .news-container li.container-box{
	width: 16.66%;
}
.pc .news-container li.recommendation{
	width: 49.98%;
	position: relative;
}
.pc .news-container li.container-box .img,.pc .news-container li.container-box .text{
	height: 50%;
}
.pc .news-container li.container-box .img{
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.pc .news-container li.container-box .img img{
	position: absolute;
	left: 50%;
	margin-left: -13px;
}
.pc .news-container li.container-box.type1 .img img{
	top: 0;
}
.pc .news-container li.container-box.type2 .img img{
	bottom: 0;
}
.pc .news-container li.container-box .text{
	background-color: #f3f3f3;
	padding: 24px 30px 0;
	opacity: 0;
}
.pc .news-container li.container-box .text h3{
	font-size: 24px;
	color: #000;
	line-height: 36px;
	font-weight: normal;
	overflow: hidden;
}
.pc .news-container li.container-box .text p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	overflow: hidden;
}
.pc .news-container li.container-box .text p.time{
	margin-bottom: 10px;
}
.pc .news-container li.container-box .text .more{
	margin-top: 40px;
	border: 1px solid #ababab;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #ababab;
	text-align: center;
	width: 68px;
	height: 26px;
	line-height: 24px;
	display: block;
	border-radius: 13px;
}
.pc .news-container li.container-box.recommendation .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.pc .news-container li.container-box.recommendation .text{
	width: 33.33%;
	height: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	background-image: url(../images/blackbg2.png);
	background-color: inherit;
}
.pc .news-container li.container-box.recommendation .text h3{
	color: #fff;
}
.pc .news-container li.container-box.recommendation .text p{
	color: #999;
}
.pc .news-container li.container-box.recommendation .text .more,.pc .news-container li.container-box .text .more:hover{
	color: #000;
	background-color: #c0192a;
	border: 1px solid #c0192a;
}
/*新闻详细页*/
.newsdetail-page .pc{
	overflow: hidden;
}
.newsdetail-page .left-part{
	float: left;
	width: 50%;
	background-color: #f4f4f4;
	overflow: hidden;
	position: relative;
}
.newsdetail-page .left-part .con-box{
	width: 545px;
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	padding-top: 20px;
}
.newsdetail-page .left-part .con-box .goback{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 33px;
}
.newsdetail-page .left-part .con-box h3{
	font-size: 24px;
	color: #000;
	line-height: 36px;
	overflow: hidden;
	font-weight: normal;
	padding-right: 100px;
}
.newsdetail-page .left-part .con-box .time{
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}
.newsdetail-page .left-part .con-box .time span{
	color: #fff;
	background-color: #c0192a;
}
.newsdetail-page .left-part .con-box .text-box{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-right: 100px;
	text-align: justify;
}
.newsdetail-page .left-part .con-box .text-box img{
	width: 100%;
}
.newsdetail-page .right-part{
	float: right;
	width: 50%;
	overflow: hidden;
}
.newsdetail-page .right-part img{
	width: 100%;
}
@media only screen and (max-width: 1600px){
	.pc .news-container li.container-box .text h3{
		font-size: 20px;
		line-height: 30px;
	}
	.pc .news-container li.container-box .text .more{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1366px){
	.pc .news-container li.container-box .text h3{
		font-size: 18px;
		line-height: 27px;
	}
	.pc .news-container li.container-box .text p.time{
		margin-bottom: 5px;
	}
	.pc .news-container li.container-box .text p{
		font-size: 14px;
		line-height: 20px;
	}
	.pc .news-container li.container-box .text .more{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1280px){
	.pc .news-container li.container-box .text .more{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1024px){
	#footer{
		background-image: none;
	}
	.pc .news-container li.container-box{
		width: 25%;
	}
	.pc .news-container li.recommendation{
		width: 50%;
	}
	.pc .news-container li.container-box.recommendation .text{
		width: 50%;
	}
	.pc .news-container li.container-box .text h3{
		font-size: 20px;
		line-height: 30px;
	}
	.pc .news-container li.container-box .text p.time{
		margin-bottom: 5px;
	}
	.pc .news-container li.container-box .text p{
		font-size: 14px;
		line-height: 26px;
	}
	.pc .news-container li.container-box .text .more{
		margin-top: 15px;
	}
	.newsdetail-page .left-part .con-box{
		width: 450px;
	}
	.newsdetail-page .left-part .con-box .goback{
		margin-bottom: 0;
	}
	.newsdetail-page .left-part .con-box h3{
		padding-right: 50px;
	}
	.newsdetail-page .left-part .con-box .time{
		margin-bottom: 0;
	}
	.newsdetail-page .left-part .con-box .text-box{
		padding-right: 50px;
	}
}
@media only screen and (max-width: 768px){
	.pc .news-container li.container-box .text h3{
		font-size: 16px;
		line-height: 24px;
	}
	.pc .news-container li.container-box .text p.time{
		margin-bottom: 0px;
	}
	.pc .news-container li.container-box .text p{
		font-size: 12px;
		line-height: 18px;
	}
	.pc .news-container li.container-box .text .more{
		margin-top: 5px;
		width: 54px;
		height: 22px;
		line-height: 20px;
		border-radius: 11px;
	}
	.newsdetail-page .left-part .con-box{
		width: 350px;
	}
	.newsdetail-page .left-part .con-box .goback{
		margin-bottom: 0;
	}
	.newsdetail-page .left-part .con-box h3{
		padding-right: 25px;
		font-size: 20px;
	}
	.newsdetail-page .left-part .con-box .time{
		margin-bottom: 0;
		height: 30px;
		line-height: 30px;
	}
	.newsdetail-page .left-part .con-box .text-box{
		padding-right: 25px;
	}
}
@media only screen and (max-width: 414px){
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	.kv img{
		width: 80%;
	}
	.sec1 .tit{
		font-size: 1.5rem;
		padding: 18px 0;
	}
	.mobile .news-container{
		width: 100%;
	}
	.mobile .news-container li.container-box{
		width: 100%;
		overflow: hidden;
		position: relative;
		padding: 8%;
	}
	.mobile .news-container li.container-box .img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: auto 100%;
		background-position: center center;
		opacity: 0;
	}
	.mobile .news-container li.container-box .text{
		width: 100%;
		position: relative;
		z-index: 1;
		height: 100%;
		background-color: rgba(255,255,255,0.68);
		padding: 11% 14.5%;
		opacity: 0;
	}
	.mobile .news-container li.container-box .text h3{
		font-size: 2rem;
		line-height: 2;
		color: #000;
		overflow: hidden;
		font-weight: normal;
	}
	.mobile .news-container li.container-box .text p{
		font-size: 1.4rem;
		color: #666;
		line-height: 1.8;
		overflow: hidden;
	}
	.mobile .news-container li.container-box .text p.time{
		margin-bottom: 3px;
	}
	.mobile .news-container li.container-box .text .more{
		margin-top: 23px;
		font-size: 1.2rem;
		width: 65px;
		height: 25px;
		line-height: 23px;
		border-radius: 12px;
		border: 1px solid #ababab;
		font-family: Arial;
		font-weight: bold;
		color: #ababab;
		text-align: center;
		display: block;
	}
	.mobile .news-container li.container-box.recommendation .text{
		background-color: rgba(0,0,0,0.68);
	}
	.mobile .news-container li.container-box.recommendation .text h3{
		color: #fff;
	}
	.mobile .news-container li.container-box.recommendation .text p{
		color: #999;
	}
	.mobile .news-container li.container-box.recommendation .text .more,.mobile .news-container li.container-box .text .more:hover{
		color: #000;
		border: 1px solid #c0192a;
		background-color: #c0192a;
	}
	.newsdetail-page .mobile{
		background-color: #f4f4f4;
		padding: 25px 7%;
	}
	.newsdetail-page .mobile .goback{
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin-bottom: 22px;
	}
	.newsdetail-page .mobile h3{
		font-size: 1.8rem;
		color: #000;
		line-height: 24px;
		overflow: hidden;
		font-weight: normal;
	}
	.newsdetail-page .mobile .time{
		font-size: 1.2rem;
		color: #666;
		margin-bottom: 20px;
		height: 32px;
		line-height: 32px;
	}
	.newsdetail-page .mobile .time span{
		color: #fff;
		background-color: #c0192a;
	}
	.newsdetail-page .mobile .text-box{
		font-size: 1.2rem;
		color: #666;
		line-height: 24px;
	}
}
@media only screen and (max-width: 375px){
	.mobile .news-container li.container-box .text h3{
		font-size: 1.8rem;
	}
	.mobile .news-container li.container-box .text p{
		font-size: 1.4rem;
	}
	.mobile .news-container li.container-box .text .more{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 320px){
	.mobile .news-container li.container-box .text h3{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.mobile .news-container li.container-box .text p{
		font-size: 1.2rem;
	}
	.mobile .news-container li.container-box .text .more{
		margin-top: 15px;
	}
}
