




.sswj_one{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.sswj_one:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ededed;
}
.sswj_one>a{
	display: block;
	width: 50%;
	float: left;
	height: 0.45rem;
	line-height: 0.45rem;
	border-bottom: 1px solid rgba(255,255,255,0);
	text-align: center;
	font-size: 0.13rem;
	color: #333333;
}
.sswj_one>a.on{
	color: #d12519;
	border-bottom: 1px solid #d12519;
}

.sswj_three{
	width: 100%;
	padding: 0 0.1rem;
	background: #fff;	
}
.sswj_three li{
	width: 100%;
	padding: 0 0.55rem 0 0;
	position: relative; 
	padding: 0.07rem 0;
	border-top: 1px solid #ededed;
}
.sswj_three li:first-child{
	border-top: none;
}
.sswj_three li h1,
.sswj_three li h2,
.sswj_three li h3{
	font-size: 0.13rem;
	color: #333;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sswj_three li h2{
	font-size: 0.12rem;
	color: #666666;
}
.sswj_three li h3{
	font-size: 0.11rem;
	color: #999999;
}
.sswj_three li em{
	display: block;
	width: 0.5rem;
	height: 0.2rem;
	position: absolute;
	right: 0;
	bottom: 0.07rem;
	background: #9c0a07;
	text-align: center;
	line-height: 0.2rem;
	color: #fff;
	font-size: 0.12rem;
	font-style: normal;
}