




.gsgz_one{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem;
}
.gsgz_one .title{
	position: relative;
	margin: 0 0.1rem;
	border-bottom: 1px solid #ededed;
}
.gsgz_one .title:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gsgz_one .title li{
	width: 50%;
	height: 0.4rem;
	line-height: 0.45rem;
	text-align: center;
	border-bottom: 1px solid #fff;
	float: left;
}
.gsgz_one .title li a{
	display: block;
	font-size: 0.13rem;
	color: #333333;
}
.gsgz_one .title li.on{
	border-bottom: 1px solid #d12519;
}
.gsgz_one .title li.on a{
	color: #d12519;
}
.gsgz_one .word{
	padding: 0.1rem 0;
	width: 100%;
	word-wrap: break-word;
	word-break: normal;
}
.gsgz_one .word *{
	max-width: 100%;
}

/*list*/
.gsgz_two{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem;
}
.gsgz_two li{
	width: 100%;
	height: 0.55rem;
}
.gsgz_two li a{
	display: block;
	width: 100%;
	line-height: 0.55rem;
	height: 0.55rem;
	border-top: 1px solid #ededed;
	font-size: 0.13rem;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 0.3rem 0 0;
	background: url(/Source/enwap/images/a5.png) right center no-repeat;
	background-size: 0.095rem 0.17rem;
	-webkit-background-size: 0.095rem 0.17rem;
}
.gsgz_two li:first-child a{
	border-top: none;
}
