.news-list a.fl {
	position: relative;
}

.news-list a.fl h3 {
	width: 100%;
}

.news-list a.fl span {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.25rem;
	line-height: 1.875rem;
	text-align: center;
	background: url(../images/date-bg.png);
	color: #fff;
}

.news-list a.fl h4 {
	display: -webkit-box;
	height: 2.3rem;
	margin-bottom: 1.25rem;
	font-size: .875rem;
	line-height: 1.25rem;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-detail {
	margin-top: 22px;
}

.news-detail-left {
	width: 15.5%;
	padding-left: 1.875%;
	padding-right: 2.625%;
	background-color: #fafafa;
}

.news-detail-left>h2 {
	margin: 1.375rem 0 1rem;
	font-size: 1.25rem;
}

.news-detail-left>ul>li {
	padding: 2.5rem 0;
	border-bottom: 1px solid #dbdbdb;
}

.news-detail-left>ul>li:last-child {
	border-bottom: none;
}

.news-detail-left>ul>li * {
	line-height: 1.375rem;
}

.news-detail-left>ul a {
	max-height: 40px;
	margin-bottom: 1.125rem;
	overflow: hidden;
}

.news-detail-left>ul p {
	font-size: 0.875rem;
	color: #aaaaaa;
}

.news-detail-right {
	position: relative;
	width: 77.875%
}

.news-detail-right>h2 {
	font-size: 1.625rem;
	color: #096c38;
	margin-bottom: 1.25rem;
}

.news-detail-right .news-source {
	color: #666;
	margin-bottom: 3.75rem;
}

.news-detail-right .news-source>span {
	padding: 0 10px;
	font-size: .875rem;
	line-height: 1.375rem;
	color: #666;
}

.news-detail-right .back{
	position: absolute;
	top: 0;
	right: 0;
	font-size: .875rem;
	color: #999;
}
.news-detail-right .back img{margin-right: 5px;}

.news-detail-content{min-height: 18.75rem;}
.news-detail-content p {
	line-height: 1.875rem;
}

.news-detail-right .news-detail-content img {
	max-width: 100%;
	margin: 3.5rem auto;
}

.news-detail-nav {
	margin: 5rem 0 6.25rem;
	padding: 10px 0;
	border-top: solid 1px #666;
}

.news-detail-nav>a {
	max-width: 50%;
	font-size: .875rem;
	line-height: 1.375rem;
}

.news-detail-nav>a>span {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-detail-nav>a[disabled] {
	color: #096c38;
	pointer-events: none;
}

@media only screen and (min-width: 767px) {
	.news-detail-nav>a.fr {
		text-align: right;
	}
	.news-detail-right .back:hover{color: #096c38;}
	.news-detail-left>ul>li:hover *,.news-detail-nav a:hover{color: #096c38;}
}

@media only screen and (max-width: 767px) {
	.news-detail-right .back{display: none;}
	.news-detail-left {
		display: none;
	}
	.news-detail-right {
		width: 100%;
	}
	.news-detail-nav>a {
		float: left;
	}
	.news-detail-nav>a {
		max-width: 100%;
		width: 100%;
	}
}