
ul{
   list-style: none;
       padding: 0;
}
.us_left{
    height: 3rem;
    width: 100%;
}
.us_left>li{
	height:0.4rem;
	line-height:0.4rem;
	width: 80%;
	border-bottom:0.01rem solid #ccc;
	background: url(../img/tit.png) no-repeat 0.1rem;
	padding-left: 0.32rem;
	cursor: pointer;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.us_left>li>a{
	color: #333;
}
.us_right{
	float: left;
	width:70%;
    min-height: 4rem;
/*    padding:0.16rem 0;*/
}
.us_title{
	border: none !important;
    font-size: 0.18rem;
    background:none !important;
}
.us_now{
	background:none !important;
}
.us_now .titl{
   border-left: 0.03rem solid #2574f8;
   padding-left: 0.14rem;
}
.us_crumb{
	background:url(../img/icon.png) no-repeat 0px ;
}
.us_crumb a{
	color: #333;
}
.active{
   color:#2574f8;
}
.p_title{
	height: 0.8rem;
	line-height: 0.4rem;
	width:80%;
	background: url(../img/tit.png) no-repeat 0.1rem;
	padding-left: 0.2rem;
}
.in{
	display:none;
}
.first{
	display:block;
}
.title_one{
	margin-left:-0.21rem;
	font-size: 0.24rem;
	height: 0.3rem;
	line-height: 0.3rem;
	border-bottom: 0.01rem solid #ccc;
	display: block;
	padding-bottom: 0.4rem;
}