#news {
	background: #fff; 
}
#news #categorylist {
	padding: 15px 2% 25px; 
}
#news #categorylist ul {
	*zoom: 1; 
}
#news #categorylist ul:after {
	content: "";
	display: table;
	clear: both; 
}
#news #categorylist ul li {
	float: left;
	width: 25%;
	text-align: center; 
}
#news #categorylist ul li img {
	margin: 0 auto;
	width: 90%; 
}
#news .news_inner {
	margin: 0 auto;
	width: 94%; 
}
#news .news_inner .news_box {
	padding: 15px 0 10px;
	border-bottom: 1px solid #000;
	background: url("../images/common/i_arr.png") no-repeat right center;
	background-size: 12px 12px; 
}
#news .news_inner .news_box a {
	display: block;
	padding: 0 20px 0 0;
	text-decoration: none; 
}
#news .news_inner .news_box .new {
	width: 120px;
	background: url("../images/index/i_new.png") no-repeat right center;
	background-size: 28px 13px; 
}
#news .news_inner .news_box p {
	text-decoration: underline; 
}
#news .news_inner .cat_days p {
	color: #e95377; 
}
#news .news_inner .cat_event p {
	color: #a0b42d; 
}
#news .news_inner .cat_news p {
	color: #0eb3ff; 
}
#news .news_inner2 {
	border-top: 1px solid #000;
	padding: 0 0 47px; 
}
#news .backto {
	margin: 0 auto;
	width: 94%;
	padding: 25px 0 47px; 
}
#news .backto a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border: 2px solid #ee87b4; 
}
#news .backto a img {
	margin: 0 auto;
	width: 30%;
	vertical-align: middle; 
}
#news .backtolist a img {
	margin: 0 auto;
	width: 35%; 
}
#news .detail .imgs {
	margin: 0 auto;
	width: 88%;
	position: relative;
	padding: 15px 0; 
}
#news .detail .imgs img {
	width: 100%;
	height: auto; 
}
#news .detail .imgs .bx-prev {
	position: absolute;
	top: 35%;
	left: -5%;
	z-index: 1000;
	text-indent: -9000px;
	width: 30px;
	height: 30px;
	background: url("../images/news/i_prev_img.png") no-repeat left top;
	background-size: contain; 
}
#news .detail .imgs .bx-next {
	position: absolute;
	top: 35%;
	right: -5%;
	z-index: 1000;
	text-indent: -9000px;
	width: 30px;
	height: 30px;
	background: url("../images/news/i_next_img.png") no-repeat left top;
	background-size: contain; 
}
#news .detail .data {
	margin: 0 auto;
	width: 94%; 
}
#news .detail .data .cat {
	padding: 9px 14px 10px; 
}
#news .detail .data .cat img {
	width: 25%;
	vertical-align: middle; 
}
#news .detail .data .date {
	padding: 15px 0; 
}
#news .detail .data .new {
	width: 120px;
	background: url("../images/news/i_new.png") no-repeat right center;
	background-size: 28px 13px; 
}
#news .detail .data h3 {
	font-size: 16px;
	font-weight: bold; 
}
#news .detail .data p {
	padding: 20px 0 35px; 
}
#news .detail .daysdata .cat {
	background: #eebcd1; 
}
#news .detail .daysdata .cat img {
	width: 59px;
	height: auto; 
}
#news .detail .daysdata h3 {
	color: #e95377; 
}
#news .detail .eventdata .cat {
	background: #cfd995; 
}
#news .detail .eventdata .cat img {
	width: 45px;
	height: auto; 
}
#news .detail .eventdata h3 {
	color: #a0b42d; 
}
#news .detail .newsdata .cat {
	background: #78ceec; 
}
#news .detail .newsdata .cat img {
	width: 118px;
	height: auto; 
}
#news .detail .newsdata h3 {
	color: #0eb3ff; 
}
#news .detail .pager {
	*zoom: 1;
	margin: 0 auto;
	width: 94%; 
}
#news .detail .pager:after {
	content: "";
	display: table;
	clear: both; 
}
#news .detail .pager a {
	display: block;
	padding: 15px 30px; 
}
#news .detail .pager a.prev {
	float: left;
	background: url("../images/news/i_prev.png") no-repeat left center;
	background-size: 18px 18px; 
}
#news .detail .pager a.next {
	float: right;
	background: url("../images/news/i_next.png") no-repeat right center;
	background-size: 18px 18px; 
}
#news .detail .backtoindex {
	margin: 0 auto;
	width: 94%;
	padding: 28px 0 50px; 
}
#news .detail .backtoindex a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 100%;
	border: 2px solid #6a3906;
	padding: 8px 0;
	text-align: center; 
}
#news .detail .backtoindex a img {
	width: 50%;
	margin: 0 auto;
	height: auto; 
}
