/* å¾æ±‚æ„è§åˆ—è¡¨ */
.left {
    width: 66%;
    margin-right: 20px;
}
.ldbz {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.ld-til a{
    font-size: 18px;
    font-weight: bold;
    color: #0b5db1;
}
.left .bd {
    width: 100%;
    height: 5px;
    margin-top: 13px;
    background: url(../images/bsfw/br.png)
}
.tab-list {
    margin-top: 15px;
}
.tab-list li {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.tab-list li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.tab-list li .time {
    float: right;
    color: #999;
}
.add-more {
    display: none;
    width: 98%;
    border-radius: 8px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
}
/* å³ä¾§ */
.right {
    width: 32%;
    padding: 28px 20px;
    background-color: #fff;
}
.right ul li {
    margin-bottom: 20px;
}
.right ul li:first-child {
    margin-top: 5px;
}
.right ul li.last {
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px){
.img-list img {width: 100%;height: 90px;}

}

@media screen and (max-width: 991px) {
    .left {
        width: 100%;
        margin-right: 0;
    }
    .add-more {
        display: block;
    }
    .right {
        width: 100%;
    }
    .img-list li a img {width: 100%;}
}