
.global-pbl {
    margin: 0;
}
.box-cont {
    padding-top: 0;
    border-top: none;
}

.box-l-list .list{
    border-bottom: 2px solid rgba(51, 51, 51, 0.2);
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.box-l-list .eq{
    font-size: 14px;
}
.box-l-list .tit{
    margin: 30px 0 25px;
    line-height: 1.3;
}
.box-l-list .txt{
    font-size: 18px;
}
.box-l-list .pic{
    margin-bottom: 15px;
    overflow: hidden;
}
.box-l-list .pic img{
    display: block;
    width: 100%;
}
.box-l-list .list a:hover .tit{
    color: #C7000A;
}

@media screen and (max-width:1450px){
    .box-l-list .tit {
        margin: 20px 0 10px;
    }
    .box-l-list .txt {
        font-size: 14px;
        line-height: 20px;
    }
    .box-r-rd ul .con h3 {
        font-size: 16px;
    }
    .box-r-rd ul .con {
        height: 48px;
        line-height: 48px;
    }
    .box-r-rd ul .con .jt {
        font-size: 16px;
    }
    .box-r-rd .tit {
        margin-bottom: 15px;
    }
}
@media screen and (max-width:768px){
    .box-l-list .list {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .box-l-list .tit {
        margin: 10px 0 15px;
        font-size: 16px;
    }
    .box-l-list .txt {
        font-size: 14px;
        line-height: 24px;
    }
}
