.cont_wrap{
	position: absolute;
	top: 100px;
	width: 100%;
}



.news_wrap{
	margin: 0 auto;
}
h1{
	height: 260px;
	background: url(../img/news_h1_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1.news_inn{
	display: none;
}
h1 img{margin: 0 auto;}

/* @group news index */

.news_category{
	margin: 0 auto 33px auto;
	width: 1020px;
}
.news_category ul{
	margin-top: 17px;
	overflow: hidden;
}
.news_category ul li{
	margin: 10px 0 0 0;
	padding: 3px 17px 0 20px;
	font-size: 13px;
	letter-spacing: 2px;
	background: url(../img/news_cateogry_line.png) no-repeat left top;
	float: left;
	cursor: pointer;
}
.news_category ul li:hover{
	color: #e6b422;
}
.news_category ul li.mixitup-control-active{
	color: #e6b422;
	text-decoration: underline;
}
.news_cont_wrap{
	margin: 0 auto 57px auto;
	padding-bottom: 20px;
	width: 1042px;
	clear: both;
	overflow: hidden;
}
.year_list_year{
	margin: 71px 0 -20px 0;
	height: 83px;
	font-size: 27px;
	color: #000;
	text-align: center;
	letter-spacing: 4px;
	clear: both;
	overflow: hidden;
}
.year_list_wrap{
	clear: both;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.news_cont_wrap div.news_cont{
	position: relative;
	margin: 0 10px 23px 10px;
	width: 325px;
/*	height: 311px;*/
	border: 1px solid #cecece;
	float: left;
	/*display: inline-block;*/
	
}
.news_cont_wrap div.news_cont.mh{
	margin-top: 0;
}
.news_cont_wrap div.news_cont a img{
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.news_cont_wrap div.news_cont a:hover img{
	opacity: .8;
}
.news_cont_wrap div.news_cont a{
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	text-decoration: none;
}
.news_cont_wrap div.news_cont .news_recommend{
	position: absolute;
	top: -13px;
	left: -11px;
	z-index: 10;
	width: 70px;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	background-color: #e6b422;
}
.news_cont_wrap div.news_cont .news_cate{
	position: absolute;
	padding: 6px 11px 0 13px;
	top: 156px;
	right: 0;
	height: 26px;
	width: auto;
	font-size: 12px;
	letter-spacing: 0.5px;
	background-color: #fff;
	z-index: 10;
}
.news_cont_wrap div.news_cont .news_img{
	position: relative;
}
.news_cont_wrap div.news_cont .news_img img{
	width: 323px;
	height: auto;
}
.news_cont_wrap div.news_cont .news_date{
	position: relative;
	margin: 25px auto 0 auto;
	width: 264px;
	font-size: 14px;
	letter-spacing: 2.1px;
}
.news_cont_wrap div.news_cont .news_date span{
	color: #e6b422;
}
.news_cont_wrap div.news_cont p{
	position: relative;
	margin: 12px auto 23px auto;
	width: 270px;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1.7px;
	color: #000;
}



div.more{
	padding: 37px 5px 23px 0;
	overflow: hidden;
	width: 100%;
}
div.more a{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 26px 0 0 4px;
	width: 370px;
	height: 70px;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.5px;
	background: url(../img/index_more_btn.png) no-repeat right center;
}
.news_cont_wrap div.more a:hover{
	color: #fff;
	background: #000 url(../img/index_more_btn_ov.png) no-repeat right center;
}


/* @end */

/* @group news contents */
.news_content_wrap .news_content{
	margin: 70px auto 0 auto;
	width: 890px;
}
.news_content_wrap .news_category{
	display: inline-block;
	margin: 0;
	padding: 0 13px 0 14px;
	font-size: 12px;
	line-height: 29px;
	color: #fff;
	letter-spacing: 0.5px;
	width: auto;
	height: 26px;
	background-color: #000;
}
.news_content_wrap .news_date{
	display: inline-block;
	margin: 0;
	padding-left: 18px;
	font-size: 14px;
	letter-spacing: 2.1px;
}
.news_content_wrap span.news_date_new{color: #e6b422;}
.news_content_wrap h1{
	margin: 13px 0 42px 0;
	background: none;
	font-size: 27px;
	font-weight: bold;
	color: #000;
	letter-spacing: 4px;
	height: auto;
}

.news_content_wrap a.go_index{
	display: block;
	margin: 60px auto 100px auto;
	padding: 22px 0 0 4px;
	width: 340px;
	height: 60px;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2.5px;
	background: url(../img/index_about_btn.png) no-repeat right center;
}
.news_content_wrap a.go_index:hover{
	color: #fff;
	background: #000 url(../img/index_about_btn_ov.png) no-repeat right center;
}

.news_content div.news_main_img{
	margin-bottom: 45px;
}
.news_main_cont{
	padding: 0 40px;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: 2.1px;
}
.news_content p{}
.news_content .news_main_cont img{
	padding-bottom: 22px;
	display: block;
	margin: 0 auto;
}
.news_content h2{
	margin: 0 0 25px 0;
	padding: 3px 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;
	display: inline-block;
}
.news_content h3{
	margin: 0 0 27px 0;
	padding: 3px 0 15px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	color: #000;
	display: inline-block;
}

.news_content a{
	color: #e6b422;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.news_content a:hover{
	color: #e6b422;
	border-bottom: 1px solid #e6b422;
}

/* @end */







