/*选项*/
.jj_box{
	width: 1200px;
	margin: 20px auto 0;
	padding-bottom: 50px;
}
.jj_up{
	padding-left: 408px;
	background: url(../images/tit.jpg)no-repeat 540px 22px;
}
.jj_up a{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #008053;
}
.jj_up h2{
	font-size: 24px;
	line-height: 36px;
	color: #008053;
}
.jj_up h2 span{
	color: #515151;
}


/*新闻列表*/
.xw_ul{
	width: 1200px;
	margin: 0 auto 40px;
}
.xw_li{
	overflow: hidden;
	line-height: 56px;
	border-bottom: 1px dotted #a6a6a6;
	font-size: 16px;
	color: #5f5d6a;
}
.xw_li p{
	float: left;
}
.xw_li span{
	float: right;
}
.xw_li>a:hover>span{
	color: red;
}
.xw_li>a:hover>p{
	color: red;
}

.gs_page{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.gs_paul{
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gs_paul li{
	float: left;
	margin: 0 5px;
}
.gs_paul li a{
	background-color: #fff;
	line-height: 22px;
	padding: 0 6px;
	color: #979797;
	border: 1px solid #979797;
}
.gs_pap{
	padding-top: 30px;
}
.gs_pastyle{
	background-color: #a7a7a7 !important;	
	color: #fff !important;
}