body{
	background-color: #87d9ef;
}
.newslist_con{
	width: 59.6vw;
	margin: 2.2vw auto 0;
	padding-bottom: 2vw;
}
.newslist_con .newslist_class{
	width: 20.63%;
	float: left;
}
.newslist_con .newslist_class ul li{
	width: 100%;
	height: 3.39vw;
	background-color: #d6d6d6;
	color: #000000;
	text-align: center;
	line-height: 3.39vw;
	margin-bottom: 0.3vw;
	font-size: 1.2vw;
	font-family: '黑体';
}

.newslist_con .newslist_class ul .title{
	background-color: #6f6f6f;
	font-size: 1.6vw;
	width: 100%;
	height: 3.39vw;
	color: #fff;
	text-align: center;
	line-height: 3.39vw;
	margin-bottom: 0.3vw;
}
.newslist_con .newslist_class ul li a{
	color: #000;
	display: block;
}
.newslist_con .newslist_class ul .on{
	background-color: #117bbd;
}
.newslist_con .newslist_class ul .on a{
	color: #fff;
}
.newslist_con .newslist_class ul li:hover{
	background-color: #117bbd;
}
.newslist_con .newslist_class ul li:hover a{
	color: #fff;
}
.newslist_con .newslist_list{
	width: 76.47%;
	float: right;
	padding-bottom:1.5vw;
}
.newslist_con .newslist_list ul li{
	border-bottom: 1px solid #000;
	padding-bottom: 1.7vw;
	margin-bottom: 2.6vw;
}
.newslist_con .newslist_list ul li .img{
	width: 14.48vw;
	height: 8.96vw;
	overflow: hidden;
	float: left;
}
.newslist_con .newslist_list ul li .img img{
	width: 100%;
	height: 100%;
}
.newslist_con .newslist_list ul li .title{
	width: 29.9vw;
	overflow: hidden;
	float: right;
	position: relative;
}
.newslist_con .newslist_list ul li .title h1{
	width: 22.61vw;
	font-size: 1.25vw;
	color: #000000;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.newslist_con .newslist_list ul li .title p{
	font-size: 1vw;
	color: #000000;
	line-height: 1.57vw;
	text-indent:2em;
	margin-top: 1vw;
}
.newslist_con .newslist_list ul li .title .time{
	font-size: 1.1vw;
	color: #4d4d4d;
	position: absolute;
	right: 0;
	top: 0.06vw;
}
.newslist_con .prev_next{
	width: 100%;
	font-size: 1.26vw;
	color: #000000;
	display: flex;
	justify-content: center;
}
.newslist_con .prev_next .prev{
	margin-right: 2vw;
}
.newslist_con .prev_next .next{
	margin-left: 2vw;
}
.newslist_con .prev_next span{
	margin: 0 2vw;
}
.newsview_con{
	width: 76.47%;
	float: right;
	position: relative;
	overflow: hidden;
}
.newsview_con h1{
	width: 23.34vw;
	/*text-align: center;*/
	margin: 0 auto;
	font-size: 1.25vw;
	color: #000000;
}
.newsview_con img{
	max-width: 100%;
}
.pn_page{
	width: 9.07vw;
	height: 1.36vw;
	line-height: 1.36vw;
	display: flex;
	justify-content: space-around;
	color: #4d4d4d;
	font-size: 1.25vw;
	background-color: #d6d6d6;
	position: absolute;
    right: 0;
}
.pn_page a{
	color: #4d4d4d;
}
.pn_page a:hover{
	color: #117bbd;
}
.newsview_con h2{
	font-size: 1.25vw;
	color: #4d4d4d;
	text-align: center;
	margin-top: 0.5vw;
}
.newsview_con .news_view{
	font-size: 1vw;
	color: #000000;
	line-height: 1.36vw;
	margin-top: 0.5vw;
}