@import url("../base.css");
/*新亚概况*/


#situation{
	width: 100%;
	margin-bottom: 100px;
}
/*面包屑*/
.bread{
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #ccc;
}
.bIner{
	height: 59px;
	margin-left: 12px;
	_margin-left:6px;
	width: 400px;
	line-height: 59px;
}
.bIner .home{
	display: block;
	width: 38px;
	line-height: 59px;
	font-weight: 600;
	color: #306AC8;
}
.bIner .bNav{
	display: block;
	width: 362px;
	line-height: 59px;
	color: #333;
}
/*面包屑*/

/*内容*/
.sess{
    /*position: relative;*/
    width: 100%;
    margin-top: 40px;
}

.sideNav ul{
    width:230px;
    background: #fff;
}
.sideNav>ul>li{
    border-bottom: 2px solid #dcdcdc;
    height:50px;
    line-height: 50px;
    margin-bottom: -2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    cursor: pointer;
}
.sideNav>ul>li>i{
    display: inline-block;
    width:10px;
    height:100%;
    float: right;
    /*margin: 0 4px 0 0;*/
}
.sideNav>ul>li.main{
    background: #474443;
    color: #fff;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 20px;
}
.sideNav>ul>li.active{
    background: #306AC8;
    color: #fff;
    border-bottom-color: #306AC8;
}
.sideNav>ul>li.active>i{
    background: url("../../images/btn.png") no-repeat center center;
}

/*.r{
	position: relative;
}*/
.sess .content{
    width: 900px;
    padding: 6px;
    background: #fff;
    /*position: absolute;
    top: 0;
    right: 0;*/
}
.content .dwUl{
	width: 100%;
	/*position: relative;
	top: 0;
	left: 0;*/
}
.content .dwUl>li{
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.content>ul>li{
	float: left;
    width:100%;
    display: none;
}
.content ul li.actives{
    display: block;
}
.content ul li.actives span{
	display: block;
	background: url(../../images/btn1.png) no-repeat center center;
	width: 15px;
	height: 29px;
}
.content ul li.actives h2{
	padding-left: 14px;
	font-size: 22px;
	line-height: 29px;
}
.content .del{
	width: 896px;
	margin: 10px 10px 0;
}
.content .del .para{
	line-height: 30px;
	text-indent: 2em;
	color: #333;
	overflow: hidden;
}
.content .del .ti{
	text-align: center;
	font-weight: 500;
}
.content .del .imgP{
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
}
