.con{
    position: relative;
}
.sosuo{
    width: 350px;
    position: absolute;
    top: 10px;
    left: 2%;
    height: 80%;
    z-index: 2;
    background: #fff;
}
.sosuo h2{
    background: #F1AD48;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    padding: 0px 20px 0px;
}
.sosuo h2 span{
    padding: 6px 14px 8px;
    line-height: 20px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    cursor:pointer;
}
.sosuo h2 span:nth-child(2){
    margin: 0 20px;
}
.sosuo h2 span.show,
.sosuo h2 span:hover{
    background: #fff;
    border-radius: 6px 6px 0px 0px;
    color: #323232;
    font-weight: bold;
}
.box ul{
    overflow: hidden;
    padding: 20px 20px 0px;
    background: #FFF9F1;
    display: none;
}
.box ul li{
    float: left;
    font-size: 14px;
    color: #505050;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.box ul li:hover a,
.box ul li.show a{
    color: #EC5D2F;
}

.lylb{
    background: #fff;
    padding: 10px 12px;
    height: 70%;
    overflow-y: scroll;
}
.lylb .top3{
    padding-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
}
.lylb .top3:hover{
    background: #F3F3F3;
}
.lylb .top3:last-child{
    border-bottom: none;
}
.lylb .top3 .leftImg {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
}
.lylb .top3 .leftImg div{
    width: 28px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #F1AD48;
    background-size: 100% 100%;
    line-height: 25px;
    border-radius: 0px 0px 4px 0px;
}
.lylb .top3 .leftImg img{
    width: 100%;
}
.lylb .top3 .text{
    width: 220px;
    float: left;
}
.lylb .top3 .text h4{
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lylb .top3 .text p.miaoshu{
    display: block;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    height: 18px;
}
.lylb .top3 .text p.jiage{
    font-size: 20px;
    margin-top: 0px;
}
.lylb .top3 .text p a{
    float: right;
    background: none;
    color: #F1AD48;
    border: 1px solid #F1AD48;
    font-size: 12px;
    margin-top: 8px;
    padding: 0px 10px;
}
.lylb .top3 .text p a:hover{
    background: #F1AD48;
    color: #fff;
}