@charset "utf-8";


.n1 .no_bt:before {
    width: 0 !important;
    height: 0 !important;
}
@media only screen and (max-width: 1200px) {
    .no_bt{
        padding-left:5px !important;
    }
    .sbt_subtitle{
        font-size: 14px;
    }
}


@media only screen and (min-width: 1200px) {
    .no_bt{
        padding-left:0 !important;
    }

    .xz_sy a{
        height: 240px !important;
    }

    .xz_sy .txtk {
        font-size: 16px;
        line-height: 28px;
        max-height: 86px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        float: left;
        padding: 0 15px;
        margin-top: 20px;
        color: #666;
    }

    .xz_sy .bt {
        margin-top: 15px;
    }
    .dbxz_zw{
        display: block;
        margin-top: 5px;
    }
    .sbt_subtitle{
        font-size: 18px;
    }
}

.ab_nr a{
    color:#b6001f;
}

.ab_nr a:hover{
    color:#701411;
}