.content-title > h1 .news-select {
	position: absolute;
	top: 1px;
	right: 40px;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	font-size: 18px;
	color: #666;
	border-left: 1px solid #eee;
	cursor: pointer;
}

.content-title > h1 .select-arrow {
	position: absolute;
	width: 10px;
	height: 13px;
	right: 0;
	top: 7px;
	background-position: -4px -30px;
}

.content-title > h1 .news-select-content {
	display: block;
	position: absolute;
	top: 36px;
	right: 0px;
	width: 170px;
	height: auto;
	min-height: 100px;
	border: 1px solid #eee;
	z-index: 100;
	background-color: #fff;
}
.content-title > h1 .news-select-content.hide {
	display: none;
}


.news-year-list {
	padding: 5px 0;
}

.news-year-list li {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;	
}
.news-year-list li,
.news-year-list li > a {
	font-size: 18px;
	color: #666;
}
.news-year-list li.current a,
.news-year-list li a:hover {
	color: #48b13f;
}

.content-title > h1 .go-back {
	position: absolute;
	right: 42px;
	top: 2px;	
	width: auto;
	height: 32px;	
	font-size: 18px;
	line-height: 32px;	
	z-index: 10;
	color: #666;
}
.content-title > h1 .go-back:hover {
	color: #48b13f;
}
.content-title > h1 .back {
	position: absolute;
	top: 7px;
	right: 0;
	width: 28px;
	height: 24px;
	background-position: 0 -150px;
	z-index: 10;
}

.news-content {

}

.news-list {

}

.news-item {
	clear: both;
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 65px;
	margin-bottom: 65px;
}
.news-item .date {
	position: absolute;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	
	background-image: url(../image/news-date-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.news-item .date .day {
	text-align: center;
	height: 48px;
	font-size: 48px;
	line-height: 48px;
	color: #666;
	margin-top: 15px;
}
.news-item .date .month {
	text-align: center;
	height: 18px;
	line-height: 18px;
	color: #999;
	margin-top: 5px;
}
.news-item .description {
	margin-left: 200px;
}
.news-item .description h2 {
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.news-item .description h2 > a {
	color: #333;
}
.news-item .description h2 > a:hover {
	color: #48b13f;
}
.news-item .description .attr {
	color: #999;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.news-item .description .attr span {
	display: inline-block;
	margin-right: 10px;
}
.news-item .description .cont {
	position: relative;
	height: 130px;
}
.news-item .description .cont .words {
	margin-right: 290px;
}
.news-item .description .cont .words .detail {
	font-size: 14px;
	color: #666;	
	line-height: 200%;
	height: 52px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-item .description .cont .words .link {
	font-size: 20px;
}
.news-item .description .cont .photo {
	position: absolute;
	width: 224px;
	height: 140px;
	right: 0;
	top: 0;
	background-color: #eee;
}

.news-pager {
	margin-top: 80px;
	display: block;
	text-align: center;
}

.news-detail-content {

}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.news-detail-content h1 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
.news-detail-content .attr {
	text-align: center;
	margin-bottom: 40px;
	color: #ccc;
}
.news-detail-content .attr span {
	display: inline-block;
	margin-right: 15px;
}
.news-detail-content .detail-content-body {

}

.news-detail-content .news-share {
	position: relative;
	margin: 60px 0 100px 0;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.news-detail-content .news-share .share-title {
	position: relative;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
	height: 20px;
	padding-right: 10px;
	line-height: 20px;
	text-align: center;
	width: 100px;	
}
.news-detail-content .news-share .share-title .arrow {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 12px;
	height: 8px;
	background-position: -33px -75px;
}

.news-detail-content .news-share .share-to {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -110px;
	z-index: 10;	
	width: 220px;
	height: 33px;
	background-color: #fff;
	background-image: url(../image/icon-sprites.png);
	background-position: 18px -96px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.news-detail-content .news-share .share-to span {
	float: left;
    width: 33px;
    height: 33px;
    margin-right: 17px;
}
.news-detail-content .news-share .share-to span.first {
	margin-left: 18px;
}
.news-detail-content .news-share .share-to span.last {
	margin-right: 0;
}
.news-detail-content .news-share .share-to span a {
	display: block;
	width: 100%;
	height: 100%;	
}

.news-detail-pager {	
	height: 200px;
}

.news-detail-pager .prev,
.news-detail-pager .next {
	position: relative;
	width: 320px;
	height: 200px;	
}
.news-detail-pager .prev {
	float: left;
}
.news-detail-pager .next {
	float: right;
}

.news-detail-pager .pager .photo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news-detail-pager .pager .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 200px;
	z-index: 10;
	background-color: rgb(0, 0, 0);
	opacity: .3;
}
.news-detail-pager .pager .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;	
	z-index: 20;
}
.news-detail-pager .pager .title a {
	color: #fff;
}
.news-detail-pager .prev .arrow {
	position: absolute;
    left: -60px;
    top: 84px;
    width: 40px;
    height: 40px;
    background-position: -38px -3px;
}
.news-detail-pager .next .arrow {
	position: absolute;
    right: -60px;
    top: 84px;
    width: 40px;
    height: 40px;
    background-position: -99px -3px;
}
.news-detail-pager .pager .arrow a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-detail-pager .pager .hover-mask {
	position: absolute;
	width: 320px;
	height: 200px;
	left: 0;
	top: 0;
	z-index: 30;
	background-color: #44b336;
	opacity: .9;
}
.news-detail-pager .pager .hover {
	position: absolute;
	width: 320px;
	height: 200px;
	left: 0;
	top: 0;
	z-index: 40;	
}
.news-detail-pager .pager .hover .hover-content {
	position: relative;
	width: 100%;
	height: 100%;
}
.news-detail-pager .prev .hover .hover-content .arrow {
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -36px;
	width: 72px;
	height: 67px;
	background-position: -278px 0;
}
.news-detail-pager .next .hover .hover-content .arrow {
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -36px;
	width: 72px;
	height: 67px;
	background-position: -164px 0;
}
.news-detail-pager .pager .hover .hover-content .link {
	position: absolute;
	left: 0;
	top: 125px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.news-detail-pager .pager .hover .hover-content .arrow a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-detail-pager .pager .hover-mask,
.news-detail-pager .pager .hover {
	display: none;
}

.news-detail-pager .pager:hover .hover-mask,
.news-detail-pager .pager:hover .hover {
	display: block;
}