.btn_bg {
	height:100px;
	position:relative;
	z-index:1;
	margin:0 auto;
}
.btn_nav {
	width:1100px;
	margin:0 auto;
	height:100px;
}
.btn_nav h1 {
	font-size:20px;
	color:#ffffff;
	display:block;
	position:absolute;
	top:38px;
}
.btn_nav h2 {
	font-size:14px;
	color:#ffffff;
	display:block;
	font-style:italic;
	position:absolute;
	top:60px;
}
.nav_one {
	height:39px;
	border-bottom:1px solid #e5e5e5;
}
.nav_left {
	width:1100px;
	margin:0 auto;
}
.nav_left a {
	font-size:16px;
	color:#666666;
	line-height:40px;
	padding:0px 2px;
}
.main {
	width:1100px;
	margin:30px auto 20px;
}
.main_left {
	width:247px;
}
.main_left h1 {
	font-size:20px;
	color:#ffffff;
	display:block;
	background:url(../img/left_bg.jpg) no-repeat;
	width:247px;
	height:54px;
	line-height:54px;
	text-indent:20px;
}
.main_left>ul>li {
	width:247px;
	line-height:44px;
	text-indent:18px;
}
.one_nav {
	color:#666666;
	font-size:18px;
	display:block;
	border:1px solid #bfbfbf;
	border-top:0px;
	background:url(../images/btn_bottom.png) 208px no-repeat;
}
.main_left>ul>li>a:hover {
	border-left:1px solid #a71931;
	background-color:#eeeeee;
	color:#a71931;
}
.xhover {
	border-left:1px solid #a71931 !important;
	color:#a71931 !important;
	background:url(../images/btn_top.png) 208px no-repeat #eeeeee;
}
.x_cur>ul {
	display:none;
}
.x_cur>ul>li {
	width:270px;
	line-height:39px;
	text-indent:40px;
}
.x_cur>ul>li>a {
	font-size:16px;
	color:#666666;
	display:block;
	border-bottom:1px solid #eeeeee;
	background-color:#eeeeee;
}
.x_cur>ul>li>a:hover {
	color:#a71931;
	border-bottom:1px solid #a71931;
}
.x_cur>a {
	background:url(../images/pic_bottom.png) 230px center no-repeat;
}
.main_right {
	width:830px;
}
.jump {
	width:830px;
	text-align:center;
	margin-top:30px;
}
.jump span {
	font-size:14px;
	color:#999999;
}
.jump a {
	font-size:14px;
	color:#666666;
	border:1px solid #e7e7e7;
	line-height:28px;
	text-align:center;
	padding:5px 10px;
	border-left:0px;
}
.text_in {
	width:46px;
	height:26px;
	background:none;
	outline: medium none;
	border:1px solid #a71931;
	margin:0 6px;
	text-align:center;
}
.text {
	width:890px;
	height:40px;
}
.text label {
	width:40px;
	height:40px;
	display:inline;
	float:left;
	margin-right:20px;
}
.in {
	height:38px;
	border:1px solid #e1e1e1;
	width:700px;
	border-radius: 5px;
	font-size:16px;
	color:#999999;
	padding: 0px 5px;
}
.textarea {
	width:890px;
	margin-top:30px;
}
.textarea label {
	width:40px;
	height:40px;
	display:inline;
	float:left;
	margin-right:20px;
}
.area {
	height:178px;
	border:1px solid #e1e1e1;
	width:700px;
	border-radius: 5px;
	font-size:16px;
	color:#999999;
	padding: 5px 5px;
}
.submit {
	width:90px;
	height:30px;
	background:#a71931;
	text-align:center;
	line-height:25px;
	border:0px;
	color:#ffffff;
	font-size:14px;
	border-radius: 5px;
	margin-top:20px;
	margin-left:60px;
}
.list_right {
	padding-bottom: 5px;
	margin-bottom:5px;
}
.list_right_news h1 a {
	font-size:16px;
	color:#333333;
	display:block;
	margin-bottom:10px;
	float:left;
}
.list_right_news h2 {
	border:1px solid #a91e36;
	width:75px;
	height:23px;
	float:right;
	border-radius: 5px;
}
.list_right_news h2 a {
	font-size:12px;
	color:#4e4d4d;
	display:block;
	line-height:23px;
	text-align:center;
}
.list_right_news span {
	font-size:12px;
	color:#666666;
	float:left;
	clear:both;
	margin-right:20px;
	border:1px solid #c9c9c9;
	padding:2px 9px;
	margin-top:1px;
}

/*20170207我新增的关于分页中，选中页码样式的修改*/
.jump a.current{
    background: #a71931;
    color: #fff !important;
}