.content {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 图片 */
.picture {
	width: 100%;
	height: 500px;
	background: url("/assets/index/images/picture02.png")no-repeat center;
}

.content-main {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.content-body-main-title {
	width: 100%;
	height: 60px;
	padding-top: 40px;
	text-align: center;
}

.content-body-main-title span {
	font-size: 24px;
	color: #333;
	font-family: 微软雅黑;
	line-height: 60px;
}

.text-zn {
	color: #0085e9;
}

.title-line {
	width: 100%;
	height: 14px;
}

.title-line.white {
	background: url("../images/title-line-white.png")no-repeat center center;
}

.content-body-main-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 34px 0 0 0;
}

.content-body-main-ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content-body-main-li {
	display: block;
	width: 379px;
	height: 320px;
	float: left;
	margin: 0 30px 30px 0;
}

.content-body-main-li:nth-of-type(3n) {
	margin-right: 0;
}

.content-main-news-img {
	width: 100%;
	height: 220px;
	background: #0085E9;
}

.content-main-news-title {
	padding-top: 25px;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-main-news-text {
	width: 100%;
	padding-top: 15px;
}

.content-main-news-text p {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content-main-news-img img {
	width: 100%;
	height: 100%;
}

/* 新闻详情页css */
.current {
	padding: 21px 0;
}

.current span,
.current a {
	font-size: 14px;
	color: #999;
	font-family: "微软雅黑";
}

.news-detail {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-detail-title {
	padding: 9px 0;
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
}

.news-detail-date {
	padding: 10px 0 15px 0;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	border-bottom: 1px dashed #eee;
}

.news-detail-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*border-bottom: 1px dashed #eee;*/
	margin-bottom: 30px;
	margin-top: 25px;
	line-height: 30px;
	text-align: justify;
}

.news-detail-content .news-detail-content-p {
	padding: 30px 0 80px 0;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
}
.news-detail-next-prev{
	padding:29px 0 52px 0;
}
.news-detail-next,.news-detail-prev{
	float:left;
}
.news-detail-next{
	padding-left:169px;
}
.news-detail-next,.news-detail-prev,.news-detail-next a,.news-detail-prev a{
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
}
