

.news_list .list_nav{
	padding: 20px 0 10px 0;
	border-bottom:2px solid #a7cde1;
}
.news_list .list_nav ul{
	padding-left:20px;
}
.news_list .list_nav li{
	float:left;
	margin-right:30px;
}
.news_list .list_nav li a{
	display: block;
}
.news_list .list_nav li a:hover{

}
.news_list_main li{
	padding-left:20px;

}
.news_list_main .media{
	padding:20px 0;
	height: 190px;
	border-bottom: 2px dotted #e1e1e1;
}
.news_list_main .media>div{
	float: left;
}
.news_list_main .media_left{
	width: 20%;
    height: 100%;
}
.news_list_main .media>div img{
	width:100%;
	height:100%;
}
.media_center{
	width: 56%;
	height:100%;
	padding:0 30px 0 20px;
	position: relative;
}
.media_center h3{
	width:40%;
	margin-bottom: 20px;
}
.media_center p{
	word-break: break-all;
	max-height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}
.media_center h4{
	font-size:12px;
	color:#dfdfdf;
	padding:10px 0 20px;
}
.btn_wrap{
	margin-top:10px;
	position: absolute;
	bottom:0;
}
.btn_wrap button{
	background: #0091db;
	text-align: center;
	border:none;
	outline: none;
	border-radius: 20px;
	padding:6px 30px;
	color:#fff;
}
.media_right{
	/*width:143px;
	height:143px;*/
	padding:44px 40px;
	background: url('../images/date_border.png')no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	display: flex; justify-content: center; align-items: center;
}

.media_right p:nth-child(1){
	font-size: 14px;
}
.media_right p:nth-child(2){
	font-size:24px;
	font-weight: 600;
}
.page_nav{
	padding-left: 20px;
}

.newsDetail_h{
	padding: 20px 0;
}
.newsDetail_content {
	background: #fff;
	padding:40px 50px;
	min-height: 550px;
}
.newsDetail_content .detail_header{
	width:60%;
	border-bottom:1px solid #c2c2c2;
}
.newsDetail_content .detail_main{
	margin-top:20px;
	padding-bottom: 100px;
}
.newsDetail_content .detail_header h2{
	font-size:28px;
	margin-bottom:10px;
}
.newsDetail_content .detail_header .detail_date{
	color:#c9c9c9;
	background: url('../images/newsTime.png') no-repeat left center;
	padding-left:20px;
}
	












