/*
* @Author: liyulin
* @Date:   2017-04-27 14:14:02
* @Last Modified by:   liyulin
* @Last Modified time: 2017-05-03 14:23:41
*/
.header-nav {
    height:535px;
}
.bodyer_right{
	width: 969px;
	height: 1212px;
	float: left;
	margin-left: 21px;
}
.header_infor{
	width: 969px;
	height: 67px;
	background:url(../images/head-bg.png) no-repeat;
}
.header_infor span{
	color: #fff;
	height: 67px;
	line-height: 67px;
	display: inline-block;
	padding-left: 27px;
	font-size: 23px;
}
.header_infor span em{
	font-size: 14px;
	color: #b4b2b2;
	margin-left:6px;
}
.header_infor p{
	float: right;
	height: 67px;
	line-height: 67px;
	text-align: left;
	color: #b4b2b2;
	font-size: 13px;
	margin-right:16px;
}
.header_infor p a{
	color: #b4b2b2;
	font-size: 13px;
	padding: 0 10px;
}
.header_infor p a:hover{
	color:#b2843b;
	text-decoration: underline;
}
.main_List{
	width:881px;
	height: 1111px;
	background-color: #fff;
	padding: 34px 44px 0px 44px;
    border: 1px solid #F2F2F2;
}
.tab_Nav_List{
	width: 881px;
	height:48px;
	line-height: 48px;
	background: #f8f8f8;
	margin-bottom: 18px;
}
.tab_Nav_List ul li{
	width: 127px;
	height:45px;
	text-align: center;
	line-height:45px;
	color: #7e7e7e;
	float: left;
	font-size: 14px;
	cursor: pointer;
	border-top:3px solid #f8f8f8;
}
.tab_Nav_List ul li.current{
	background-color: #fff;
	color: #b2843b;
	border-top:3px solid #b2843b;
}
.tab_Nav_List ul li:hover{
	background-color: #fff;
	color: #b2843b;
	border-top:3px solid #b2843b;
}
.new_list{
	width: 841px;
	height:430px;
	padding-top: 31px;
	padding:  0 20px;
	margin-top: 10px;
}
.new_list ul li{
	text-align: left;
	height:32px;
	line-height:32px;
	margin-right: 32px;
	margin-bottom: 8px;
}
.new_list ul li a{
	height:100%;
	display:inline-block;
	font-size: 14px;
	color: #b2843b;
	float:left;
}
.new_list ul li span{
	float: right;
	font-size: 14px;
	color: #b2843b;
}
.new_list ul li a:hover{
	color: #ccc;
}
.pageCount{
	width: 881px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.pageCount a{
	border:1px solid #e6e6e6;
	padding:6px 12px;
	color: #7c7c7c;
	font-size: 14px;
}
.pageCount a.current{
	background:#b2843b;
	color: #fff;
}
.pageCount a:hover{
	background:#b2843b;
	color: #fff;
}