.main {
    padding-top: 100px
}

.main .mainbox {
    width: 1600px;
    margin: 0 auto
}

.main .mainbox .del {
    width: 70%
}

.main .mainbox .del .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #005bac
}

.main .mainbox .del .date {
    margin: 20px 0;
    width: 100%;
    height: 36px;
    background: #f6faff;
    border: 1px dotted #88abda;
    font-size: 16px;
    color: #5a92e8;
    line-height: 36px;
    text-align: center
}

.main .mainbox .del .textcon {
    text-align: center
}

.main .mainbox .del .textcon .text {
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify
}

.main .mainbox .del .textcon img {
    width: 65% !important;
    height: auto !important;
}

.main .mainbox .hot {
    width: 24%
}

.main .mainbox .hot .tit {
    width: 100%;
    height: 46px;
    background: #5a92e8;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 46px;
    padding: 0 20px;
    margin-bottom: 20px
}

.main .mainbox .hot .con .list {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: 120px;
    background: #f6faff;
    border: 1px solid #a9cafc
}

.main .mainbox .hot .con .list .title {
    font-size: 16px;
    color: #005bac;
    line-height: 26px
}

.main .mainbox .hot .con .list .date {
    padding-top: 10px;
    height: 13px;
    font-size: 14px;
    color: #999;
    line-height: 26px
}

.main .mainbox .hot .con .list:hover {
    background: #5a92e8
}

.main .mainbox .hot .con .list:hover .title {
    color: #fff
}

.main .mainbox .hot .con .list:hover .date {
    color: #fff
}

@media screen and (max-width:1600px) {
    .main .mainbox {
        width: 1400px
    }
}

@media screen and (max-width:1400px) {
    .main .mainbox {
        width: 1200px
    }
    .main .mainbox .hot {
        width: 24%
    }
    .main .mainbox .hot .con .list .title {
        font-size: 14px;
        color: #005bac;
        line-height: 26px
    }
}

@media screen and (max-width:1200px) {
    .main .mainbox {
        width: 1000px
    }
    .main .mainbox .hot {
        width: 24%
    }
    .main .mainbox .hot .con .list .title {
        font-size: 16px;
        color: #005bac;
        line-height: 26px;
        position: relative;
        height: 50px;
        overflow: hidden
    }
    .main .mainbox .hot .con .list .title::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 10px 1px 45px
    }
}

@media screen and (max-width:1024px) {
    .main .mainbox {
        width: 800px
    }
    .main .mainbox .hot {
        width: 24%
    }
    .main .mainbox .hot .tit {
        font-size: 12px
    }
    .main .mainbox .hot .con .list .title {
        font-size: 12px;
        color: #005bac;
        line-height: 26px;
        position: relative;
        height: 50px;
        overflow: hidden
    }
    .main .mainbox .hot .con .list .title::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 10px 1px 45px
    }
    .main .mainbox .hot .con .list .date {
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    #vsb_content p {
        font-size: 0px !important;
    }
    #vsb_content p video {
        width: 100%;
        height: auto;
    }
    .main .mainbox .del {
        width: 65%
    }
    .main .mainbox .del p span {
        font-size: .28rem !important;
        line-height: .38rem !important;
        text-indent: 2em;
        display: inline-block;
    }
    .main {
        padding-top: .5rem;
        padding-bottom: 1rem
    }
    .main .mainbox {
        width: 95%
    }
    .main .mainbox .del .title {
        font-size: .26rem
    }
    .main .mainbox .del .date {
        margin: .2rem 0;
        height: auto;
        line-height: .3rem;
        font-size: .2rem;
        padding: .1rem 0;
    }
    .main .mainbox .del .textcon p {
        margin: .2rem 0 !important;
        font-size: .2rem !important;
        line-height: .3rem !important;
        word-break: break-word;
    }
    .main .mainbox .hot {
        width: 30%
    }
    .main .mainbox .hot .tit {
        font-size: .2rem;
        width: 100%;
        height: auto;
        background: #5a92e8;
        font-weight: 700;
        color: #fff;
        line-height: .26rem;
        text-align: center;
        padding: .2rem 0;
        margin-bottom: .2rem;
    }
    .main .mainbox .hot .con .list .title {
        font-size: .2rem;
        color: #005bac;
        line-height: 26px;
        position: relative;
        height: 50px;
        overflow: hidden
    }
    .main .mainbox .hot .con .list {
        padding: .2rem .1rem;
        margin-bottom: .2rem;
    }
    .main .mainbox .hot .con .list .date {
        height: auto
    }
}


/*# sourceMappingURL=newsdetail.min.css.map */