@charset "utf-8";


.main_l_b {
    height:auto;
}

.xhyw-list li {
    height:118px;
    border-bottom: 1px dashed #e5e5e5;
    position:relative;
}

.xhyw-pic {
    width:142px;
    height:118px;
}

.xhyw-pic img {
    position:absolute;
    top:15px;
}

.xhyw-con {
    width: 592px;height:118px;
    position:relative;
}

.xhyw-title {
    color:#000;
    font-size:16px;
    line-height:20px;
    position:absolute;
    top:20px;
    font-weight:bold;
}

.xhyw-detail {
    font-size:12px;
    color:#000;
    line-height:22px;
    position:absolute;
    top:50px;
}
.xhyw-detail span {
    line-height:20px;
    color:#696969;
    position:absolute;
    bottom:0;
    right:0;
}

.clear {
    clear: both;
}