/*news公用*/
.news-page #main .banner img{
	width: 100%;
}
.news-page #main .content-box{
	background-color: #f0f0f0;
}
.news-page #main .content-box > .inner{
	position: relative;
	background-color: #fff;
}
.news-page #main .content-box .out-part{
	position: absolute;
	left: 0;
	top: -300px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	height: 300px;
	line-height: 300px;
	width: 100%;
	background-color: #fff;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-image: url(../images/about_outpart_bg.jpg);
}
.news-page #main .content-box .out-part .box{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	line-height: 1;
}
.news-page #main .content-box .out-part h3{
	margin-bottom: 20px;
	font-size: 48px;
	color: #e71419;
	font-weight: bold;
}
.news-page #main .content-box .out-part h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 88px;
}
.news-page #main .content-box .out-part .tab{
	padding-bottom: 40px;
}
.news-page #main .content-box .out-part .tab a{
	font-size: 14px;
	color: #222;
	margin-right: 3em;
	position: relative;
}
.news-page #main .content-box .out-part .tab a:hover{
	color: #e71419;
}
.news-page #main .content-box .out-part .tab a.active{
	color: #e71419;
	font-weight: bold;
}
.news-page #main .content-box .out-part .tab a:last-child{
	margin-right: 0;
}
.news-page #main .content-box .out-part .tab a.active span{
	display: block;
	position: absolute;
	left: 0;
	bottom: -38px;
	width: 100%;
	height: 2px;
	background-color: #e71419;
}
.news-page #main .content-box .foot-nav{
	font-size: 0;
	padding: 50px 0;
}
.news-page #main .content-box .foot-nav img{
	vertical-align: baseline;
}
.news-page #main .content-box .foot-nav a{
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.news-page #main .content-box .foot-nav a:hover{
	color: #e71419;
}
.news-page #main .content-box .foot-nav .tri{
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-color: transparent transparent transparent #333;
	border-width: 3.5px 0px 3.5px 4px;
	margin-right: 10px;
}
/*新闻列表*/
.news-page.list #main .sec1{
	padding: 70px 70px 50px;
}
.news-page.list #main .sec1 ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}
.news-page.list #main .sec1 ul li{
	width: 47.2%;
	margin-bottom: 50px;
}
.news-page.list #main .sec1 ul li img{
	width: 100%;
	margin-bottom: 30px;
}
.news-page.list #main .sec1 ul li h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	max-height: 1em;
	margin-bottom: 24px;
}
.news-page.list #main .sec1 ul li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
}
.news-page.list #main .sec1 ul li .line{
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	margin: 25px 0 30px;
}
.news-page.list #main .sec1 ul li .time{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
}
.news-page.list #main .sec1 ul li .time p{
	font-size: 14px;
	color: #666;
}
.news-page.list #main .sec1 ul li .time p span{
	font-family: Arial;
}
.news-page.list #main .sec1 ul li .time a{
	font-size: 14px;
	color: #666;
}
.news-page.list #main .sec1 ul li .time a:hover{
	color: #e71419;
}
.news-page.list #main .sec1 ul li .time a span{
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_sec1_moreicon.png);
	background-size: 100% auto;
	margin-left: 8px;
}
.news-page.list #main .sec1 ul li .time a:hover span{
	background-position: center bottom;
}
/*新闻详情*/
.news-page.detail #main .sec1{
	padding: 70px 70px 50px;
}
.news-page.detail #main .sec1 .title{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	padding-bottom: 70px;
	margin-bottom: 64px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-page.detail #main .sec1 .title h3{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 34px;
	max-width: 83%;
}
.news-page.detail #main .sec1 .title .time{
	font-size: 14px;
	color: #666;
	line-height: 34px;
	height: 34px;
}
.news-page.detail #main .sec1 .title .time span{
	font-family: Arial;
}
.news-page.detail #main .sec1 .text-box{
	margin-bottom: 50px;
}
.news-page.detail #main .sec1 .text-box p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.news-page.detail #main .sec1 .text-box img{
	max-width: 100%;
	margin: 30px 0;
}
.news-page.detail #main .sec1 .back{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #666;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
}
.news-page.detail #main .sec1 .back:hover{
	background-color: #e71419;
	border-color: #e71419;
}
.news-page.detail #main .sec1 .back span{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 8px;
	line-height: 1;
	background-repeat: no-repeat;
	background-image: url(../images/news_detail_back.png);
	background-size: 100% auto;
	background-position: center top;
}
.news-page.detail #main .sec1 .back:hover span{
	background-position: center bottom;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	/*news公用*/
	.news-page #main .content-box > .inner{
		max-width: 100%;
	}
	.news-page #main .content-box .out-part{
		position: static;
		text-align: left;
		border-bottom: 1px solid #dcdcdc;
		height:auto;
		line-height: 1;
		padding: 1.5rem 4.8% 0;
	}
	.news-page #main .content-box .out-part h3{
		margin-bottom: 0.5625rem;
		font-size: 1.75rem;
	}
	.news-page #main .content-box .out-part h5{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}
	.news-page #main .content-box .out-part .tab{
		padding-bottom: 1.5rem;
	}
	.news-page #main .content-box .out-part .tab a{
		font-size: 0.625rem;
	}
	.news-page #main .content-box .out-part .tab a.active span{
		bottom: -1.40625rem;
		height: 0.09375rem;
	}
	.news-page #main .content-box .foot-nav{
		display: none;
	}
	/*新闻列表*/
	.news-page.list #main .sec1{
		padding: 2rem 0 2.1875rem;
	}
	.news-page.list #main .sec1 ul li{
		width: 100%;
		border-bottom: 1px dashed #d8d8d8;
		margin-bottom: 1.5rem;
		padding: 0 4.8% 1.8125rem;
	}
	.news-page.list #main .sec1 ul li img{
		margin-bottom: 1rem;
	}
	.news-page.list #main .sec1 ul li h5{
		font-size: 0.75rem;
		margin-bottom: 0.9375rem;
	}
	.news-page.list #main .sec1 ul li p{
		font-size: 0.5625rem;
		line-height: 0.875rem;
		max-height: 1.75rem;
	}
	.news-page.list #main .sec1 ul li .line{
		margin: 1rem 0;
	}
	.news-page.list #main .sec1 ul li .time p{
		font-size: 0.5625rem;
	}
	.news-page.list #main .sec1 ul li .time a{
		font-size: 0.5625rem;
	}
	.news-page.list #main .sec1 ul li .time a span{
		width: 0.5rem;
		height: 0.375rem;
		margin-left: 0.3125rem;
	}
	/*新闻详情*/
	.news-page.detail #main .sec1{
		padding: 1.875rem 4.8% 3.75rem;
	}
	.news-page.detail #main .sec1 .title{
		display: block;
		-webkit-display: block;
		text-align: center;
		padding-bottom: 1.5rem;
		margin-bottom: 1.125rem;
	}
	.news-page.detail #main .sec1 .title h3{
		font-size: 0.875rem;
		line-height: 1.25rem;
		max-width: 100%;
		margin-bottom: 0.75rem;
	}
	.news-page.detail #main .sec1 .title .time{
		font-size: 0.5625rem;
		line-height: 0.5625rem;
		height: 0.5625rem;
	}
	.news-page.detail #main .sec1 .text-box{
		margin-bottom: 3.1875rem;
	}
	.news-page.detail #main .sec1 .text-box p{
		font-size: 0.5625rem;
		line-height: 1.125rem;
	}
	.news-page.detail #main .sec1 .text-box img{
		margin: 1.25rem 0;
	}
	.news-page.detail #main .sec1 .back{
		width: 2.1875rem;
		height: 2.1875rem;
		line-height: 2.1875rem;
	}
	.news-page.detail #main .sec1 .back span{
		width: 0.8125rem;
		height: 0.625rem;
	}
}
@media only screen and (max-width:414px){
	
}