/*新闻列表*/
.news-list .sec1{
	background-color: #f4f4f6;
	padding: 190px 0 100px;
}
.news-list .sec1 .title{
	margin-bottom: 60px;
	text-align: center;
	font-size: 0;
}
.news-list .sec1 .title p{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 28px;
}
.news-list .sec1 .title .line{
	width: 50px;
	height: 2px;
	background-color: #1f294c;
	margin: 0 auto;
}
.news-list .sec1 ul{
	margin-bottom: 40px;
	font-size: 0;
}
.news-list .sec1 li{
	width: 49.167%;
	margin-right: 1.666%;
	margin-bottom: 1.666%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.news-list .sec1 li:nth-child(even){
	margin-right: 0;
}
.news-list .sec1 li:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.news-list .sec1 li img{
	width: 100%;
}
.news-list .sec1 li .text-box{
	padding: 4.75% 4.07%;
}
.news-list .sec1 li:hover .text-box{
	background-color: #fff;
}
.news-list .sec1 li .text-box h5{
	font-size: 28px;
	color: #1f294c;
	font-weight: normal;
	max-height: 1em;
	margin-bottom: 16px;
}
.news-list .sec1 li:hover .text-box h5{
	color: #df3b3b;
}
.news-list .sec1 li .text-box p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	max-height: 6em;
	margin-bottom: 15px;
}
.news-list .sec1 li .text-box .time{
	font-size: 14px;
	color: #999;
}
.news-list .sec1 .btn-more{
	font-size: 16px;
	color: #1f294c;
	width: 200px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #1f294c;
	display: block;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
}
.news-list .sec1 .btn-more:hover{
	background-color: #1f294c;
	color: #fff;
}
.news-list .sec1 .btn-more span{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #1f294c #1f294c transparent transparent;
	display: inline-block;
	vertical-align: text-bottom;
	width: 10px;
	height: 10px;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.news-list .sec1 .btn-more:hover span{
	border-color: #fff #fff transparent transparent;
}
/*新闻详情*/
.news-detail .sec1{
	background-color: #f4f4f6;
	padding: 160px 0 80px;
}
.news-detail .sec1 .inner{
	width: 1000px;
	background-color: #fff;
	padding: 52px 2.6% 20px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.07);
	border-radius: 5px;
	overflow: hidden;
}
.news-detail .sec1 .title{
	font-size: 28px;
	color: #1f294c;
	line-height: 1.6;
	margin-bottom: 22px;
}
.news-detail .sec1 .time{
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}
.news-detail .sec1 .content{
	padding-bottom: 42px;
}
.news-detail .sec1 .content img{
	width: 100%;
}
.news-detail .sec1 .content p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-indent: 2em;
}
.news-detail .sec1 .prev-next-box{
	padding: 33px 0;
	border-top: 1px solid rgba(31,41,76,0.1);
}
.news-detail .sec1 .prev-next-box a{
	width: 50%;
	position: relative;
	display: block;
}
.news-detail .sec1 .prev-next-box a.prev{
	float: left;
}
.news-detail .sec1 .prev-next-box a.next{
	float: right;
	text-align: right;
}
.news-detail .sec1 .prev-next-box a span{
	color: #1f294c;
	font-size: 14px;
	position: absolute;
	top: 0;
}
.news-detail .sec1 .prev-next-box a.prev span{
	left: 0;
}
.news-detail .sec1 .prev-next-box a.next span{
	right: 0;
}
.news-detail .sec1 .prev-next-box a p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #999;
}
.news-detail .sec1 .prev-next-box a.prev p{
	padding-left: 4em;
	padding-right: 2em;
}
.news-detail .sec1 .prev-next-box a.next p{
	padding-right: 4em;
	padding-left: 2em;
}
.news-detail .sec1 .prev-next-box a:hover p{
	color: #1f294c;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:900px){
}
@media only screen and (max-width:768px){
	/*新闻列表*/
	.news-list .sec1{
		padding: 6rem 0 3.125rem;
	}
	.news-list .sec1 .title{
		margin-bottom: 1.5625rem;
	}
	.news-list .sec1 .title p{
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}
	.news-list .sec1 .title .line{
		width: 1.5625rem;
		height: 0.0625rem;
	}
	.news-list .sec1 ul{
		margin-bottom: 0.625rem;
	}
	.news-list .sec1 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.9375rem;
		border-radius: 0.15625rem;
		box-shadow: 0 0.09375rem 0.15625rem rgba(0,0,0,0.07);
	}
	.news-list .sec1 li:hover{
		box-shadow: 0 0.09375rem 0.15625rem rgba(0,0,0,0.07);
	}
	.news-list .sec1 li .text-box{
		padding: 1rem 0.75rem;
		background-color: #fff;
	}
	.news-list .sec1 li .text-box h5{
		font-size: 0.875rem;
		margin-bottom: 0.6875rem;
	}
	.news-list .sec1 li:hover .text-box h5{
		color: #1f294c;
	}
	.news-list .sec1 li .text-box p{
		font-size: 0.5625rem;
		margin-bottom: 0.6875rem;
	}
	.news-list .sec1 li .text-box .time{
		font-size: 0.5625rem;
	}
	.news-list .sec1 .btn-more{
		font-size: 0.75rem;
		width: 9.375rem;
		height: 2.1875rem;
		line-height: 2.0625rem;
		border: 0.0625rem solid #1f294c;
		border-radius: 1.09375rem;
	}
	.news-list .sec1 .btn-more span{
		width: 0.5rem;
		height: 0.5rem;
	}
	/*新闻详情*/
	.news-detail .sec1{
		padding: 5.625rem 0 2.5rem;
	}
	.news-detail .sec1 .inner{
		width: 92%;
		padding: 1.5rem 1.5625rem 0.3125rem;
		box-shadow: 0 0.09375rem 0.15625rem rgba(0,0,0,0.07);
		border-radius: 0.15625rem;
	}
	.news-detail .sec1 .title{
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}
	.news-detail .sec1 .time{
		font-size: 0.5625rem;
		margin-bottom: 0.875rem;
	}
	.news-detail .sec1 .content{
		padding-bottom: 0.25rem;
	}
	.news-detail .sec1 .content p{
		font-size: 0.75rem;
		line-height: 1.5rem;
	}
	.news-detail .sec1 .prev-next-box{
		padding: 1.375rem 0;
	}
	.news-detail .sec1 .prev-next-box a span{
		font-size: 0.75rem;
		position: static;
	}
	.news-detail .sec1 .prev-next-box a p{
		display: none;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}