.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.details-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 90px;
}

.trans-changfa {
    text-align: center;
}

.details-content .title {
    /* width: 1109px; */
    /* height: 37px; */
    color: #333333;
    font-size: 38px;
    font-weight: Bold;
    text-align: justify;
}

.details-content .date {
    width: 335px;
    /* height: 16px; */
    display: flex;
    justify-content: center;
    color: #333333;
    opacity: 0.5;
    margin-top: 29px;
}

.details-content .top-line {
    width: 1180px;
    height: 1px;
    background-color: #ccc;
    margin-top: 27px;
}

.details-content .text-top {
    width: 972px;
    /* height: 258px; */
    font-size: 18px;
    color: #666666;
    margin-top: 65px;
}

.details-content .text-top .text-two {
    margin-top: 40px;
}

.details-content .content-banner {
    width: 982px;
    height: 655px;
    margin-top: 29px;
}

.details-content .content-banner img {
    width: 100%;
    height: 100%;
}

.details-content .name {
    color: #333333;
    opacity: 0.5;
    margin-top: 13px;
}

.details-content .text-bottom {
    width: 972px;
    /* height: 199px; */
    font-size: 18px;
    color: #666666;
    margin-top: 38px;
    text-align: justify;
}

.details-content .bottom-line {
    width: 1180px;
    height: 1px;
    background-color: #ccc;
    margin-top: 47px;
}

.details-content .abicon {
    height: 42px;
    position: relative;
    display: flex;
    justify-content: center;
}

.details-content .abicon .icon-box {
    width: 100px;
    position: absolute;
    top: 25px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.details-content .icon {
    width: 42px;
    height: 42px;
}

.details-content-news {
    margin-top: 30px;
    width: 780px;
}

.details-content-news p img {
    max-width: 700px;
}

.wx-icon {
    position: relative;
}

.wx-icon:hover .modal-box {
    display: block;
}

.modal-box {
    position: absolute;
    bottom: 43px;
    left: -90px;
    display: none;
    border: 1px solid #eee;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}

.qrcode-title {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.qrcode-content {
    width: 100px;
    margin: 0 auto;
    margin-top: 15px;
}

.help {
    margin-top: 10px;
}

.help p {
    margin-bottom: 0;
}

/* 修改 */
.abstract {
    font-size: 18px;
    color: #666666;
}

.abstract .abstract-text {
    line-height: 88px;
}

/* 手机 */


@media all and (max-width:1330px) and (min-width:990px) {
    .content {
        width: 100%;
    }

    .details-content {
        width: 93vw;
    }

    .details-content .top-line {
        width: 93vw;
    }

    .details-content .bottom-line {
        width: 93vw;
    }
}

@media all and (max-width:990px) {
    .banner {
        margin-top: calc(99vw / 7.5);
    }

    .content {
        width: 93vw;
        /*  margin-top: calc(49vw / 7.5);*/
        align-items: flex-start;
    }

    .details-content .title {
        font-size: calc(38vw / 7.5);
    }

    .details-content .top-line {
        width: 93vw;
    }

    .details-content .text-top {
        width: 93vw;
        font-size: calc(24vw / 7.5);
        margin-top: calc(77vw / 7.5);
    }

    .details-content .text-top .text-two {
        margin-top: calc(40vw / 7.5);
    }

    .details-content .content-banner {
        width: 93vw;
        height: auto;
    }

    .details-content .name {
        font-size: calc(24vw / 7.5);
    }

    .details-content .text-bottom {
        width: 93vw;
        font-size: calc(24vw / 7.5);
        margin-top: calc(40vw / 7.5);
    }

    .details-content .bottom-line {
        width: 93vw;
    }

    .details-content .date {
        /*  width: calc(502vw / 7.5); */
        width: 100%;
        font-size: calc(24vw / 7.5);
        /*   margin-top: calc(33vw / 7.5);*/
        /*  justify-content: left;*/
        justify-content: unset;
    }

    .details-content .date div:nth-child(2) {
        /*  margin-left: calc(95vw / 7.5);*/
        flex: 1;
        text-align: center;
    }

    .details-content-news p img {
        width: 100%;
    }

    .abstract {
        width: 90vw;
        font-size: calc(28vw / 7.5);
        color: #666666;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        /*  margin-top: calc(39vw / 7.5);*/
    }

    .abstract .abstract-text {
        line-height: calc(36vw / 7.5);
    }

    /* 特殊文章详情 */
    section>section>section>section>section:nth-child(2) {
        width: 100% !important;
    }
}

<!--7.0095062255859E-5-->