/*选项*/
.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;
}


/*告示栏*/
.gs_box{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}
.gs_list{
	float: left;
	width: 210px;
	margin: 0 34px 15px 0;
	border: 1px solid #a7a7a7;
}
.gs_list:nth-child(5n){
	margin-right: 0;
}
.gs_img{
	height: 160px;
	padding: 5px 5px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gs_p{
	text-align: center;
	line-height: 35px;
	color: inherit;
}
.gs_list:hover{
	background-color: red;
	color: #fff;
	border: 1px solid 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;
}