.cnsC{
	position:relative;
	width:500px;
	height:500px;
}
.cnsC .cb{
    clear:both;
}
.cnsC .secLft{
    position:relative;
    float:left;
    width:200px;
    height:100%;
}
.cnsC .secLft .mask{
    position:absolute;
    display:none;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}
.cnsC .secRte{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	overflow:hidden;
}
.cnsSec{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    top:0px;
    left:0px;
    display:none;
}
ul.cnsLst{
    margin:0px;
    padding:10px;
}
.cnsLst li{
    list-style:none!important;
}
.cnsLst li a{
    display:block;
    margin-bottom:5px;
    text-decoration:none;    
}
