/*新闻主体*/
.news-right-body .news-body-list {
	width: 100%;
	height: auto;
	margin-top: -15px;
}
.news-right-body .news-body-list li{
	padding-right: 135px;
}
.news-right-body .news-body-list li {
	position: relative;
	width: 100%;	
	padding-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
}
.news-right-body .news-body-list li a {
	display: block;
}
.news-right-body .news-body-list li .news-list-title {
	font-size: 16px;
	color: #5b5b5b;
	padding-top: 25px;
	margin-bottom: 12px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	
}
.news-right-body .news-body-list li .news-list-content {
	font-size: 16px;
	color: #999;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	height: 44px;
}
.news-right-body .news-body-list li .news-list-time {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -26px;
	width: 138px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #6f6f6f;
	text-align: center;
	border: 1px solid #cccccc;
}
.news-right-body .news-body-list li:hover .news-list-title,.news-right-body .news-body-list li:hover .news-list-content,.news-right-body .news-body-list li:hover .news-list-time {
	color: #000;
}

/*分页*/

.page_info {
	margin-top:20px;
	text-align: center;
}

.page_list a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	border: 1px solid #ededed;
	background: #fff;
	color: #000000;
	font-size: 14px;
}

.page_list a.ud {
	/*font-size: 20px;*/
}

.page_list a.on,
.page_list a:hover {
	background: #7ab9f8;
	color: #fff;
}
.preNext a{ color:#7ab9f8;}
@media (max-width: 992px) {
.textarea3 img{ width:100%;}
}