




.gsgz_one{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem;
}
.gsgz_one .title{
	position: relative;
	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;
}



/*list*/
.gsgz_three{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem;
}
.gsgz_three li{
	width: 100%;
	border-top: 1px solid #ededed;
	padding: 0.05rem 0;
}
.gsgz_three li:first-child{
	border-top: none;
}
.gsgz_three li div.top{
	width: 100%;
	height: 0.4rem;
	position: relative;
	padding: 0 0.55rem 0 0;
	overflow: hidden;
}
.gsgz_three li div.top i{
	display: block;
	width: 0.52rem;
	height: 0.2rem;
	background: #9c0a07;
	color: #fff;
	text-align: center;
	line-height: 0.2rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1rem;
	font-style: normal;
	font-size: 0.12rem;
}
.gsgz_three li div.top h1{
	display: inline-block;
	padding: 0 0 0 0;
	height: 0.4rem;
	line-height: 0.4rem;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: normal;
	position: relative;
	padding: 0 0.7rem 0 0;
}
.gsgz_three li div.top h1 span{
	display: block;
	width: 100%;
	font-size: 0.13rem;
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #333333;
}
.gsgz_three li div.top h1 em{
	font-size: 0.11rem;
	display: block;
	color: #999999;
	font-style: normal;
	width: 0.7rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.gsgz_three li h2{
	font-size: 0.12rem;
	color: #666666;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 3em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}