html,body{
	background-color: #fff;
}
/*内容区域*/
.body{
	width: 80%;
	padding-bottom: 30px;
}
.body .title{
	margin-bottom: 20px;
}
@media screen and (max-width: 991px){
	.body{
		width: 100%;
		padding-bottom: 30px;
	}
}


ul.gs-list .gs-title{
	position: relative;
}
ul.gs-list .gs-title:after{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #eee;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
ul.gs-list .gs-title>span{
	line-height: 50px;
	padding-right: 20px;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
ul.gs-list ul.gs-child-list{
	padding-left: 40px;
}
ul.gs-list ul.gs-child-list>li{
	padding: 5px 0;
}