.banner {
    background: url("/uploads/allimg/2023/10/18/1-094803261.jpg") no-repeat center;
    height: 300px;
}

.banner .img {
    text-align: center;
}

.banner .banner-text {
    padding-top: 60px;
}

.banner .banner-text .title {
    font-size: 52px;
    color: #ffffff;
    display: grid;
}

.banner .banner-text .title .first {
    display: block;
    width: 104px;
    height: 4px;
    border-bottom: 4px solid #FFFFFF;
}

.banner .banner-text .second {
    font-size: 35px;
}

.content .parameter {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.content .parameter ul li {
    display: inline-flex;
    padding: 0 20px;
    line-height: initial;
}

.content .parameter ul li img {
    margin-right: 8px;
}

.content .parameter ul li .share {
    margin-left: 10px;
}

.content .parameter ul li .share ul li {
    padding: 0px;
}

.content .main {
    float: left;
    width: 1000px;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 4px;
}

.content .sidebar {
    float: right;
    width: 338px;
}

.content .main .text .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.content .time {
    text-align: center;
    margin: 10px 0;
}

.content .doc_d {
    background: #EEEEEE;
    display: -webkit-box;
    padding: 50px 30px;
}

.content .doc_d .doc_i {
    width: 30%;
}

.content .doc_d .doc_i img {
    border-radius: 8px;
}

.content .doc_d dl {
    width: 70%;
    margin-top: 20px;
}

.content .doc_d dl dt {
    font-size: 28px;
    font-weight: bold;
}

.content .doc_d dd {
    font-size: 23px;
    font-weight: bold;
    margin: 13px 0;
}

.content .doc_d dl a {
    padding: 8px 30px;
    background: #2A78BA;
    color: #ffffff;
    border-radius: 8px;
    float: right;
}

.content .doc .doc_detail {
    display: block;
}

.content .person {
    background: #E6F3FF;
    display: -webkit-box;
    padding: 20px 30px;
    border-radius: 16px;
}
.content .neirong  p span strong{
    color: #2A78BA;
}

.content .img {
    width: 25%;
}

.content .info {
    width: 60%;
}

.content .botton {
    margin-top: 48px;
    width: 88px;
    height: 88px;
    background: #2A78BA;
    line-height: 88px;
    text-align: center;
    border-radius: 70px;
    box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
}

.content .botton a {
    color: #FFFFFF;
}

.content .img img {
    border-radius: 50%;
    width: 192px;
}

.content .person dl {
    width: 70%;
    margin-top: 10px;
}

.content .person dl dt {
    font-size: 28px;
    font-weight: bold;
}

.content .person dl dt span {
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #2A78BA;
}

.content .person dd {
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #333333;
}

.content .person dl a {
    padding: 8px 30px;
    background: #2A78BA;
    color: #ffffff;
    border-radius: 8px;
    float: right;
}

@media screen and (max-width: 768px) {
    .banner {
        background: url("/uploads/allimg/2023/10/18/1-094803261.jpg") no-repeat center;
        height: auto;
        background-size: cover;
    }

    .banner .img {
        text-align: center;
    }

    .banner .banner-text {
        padding: 30px 20px;
    }

    .banner .banner-text .title {
        /*font-size: 36px;*/
        font-size: 28px;
        color: #ffffff;
        display: grid;
    }

    .banner .banner-text .first {
        font-weight: normal;
    }

    .banner .banner-text .second {
        font-size: 20px;
    }

    .content .main {
        float: none;
        width: auto;
    }

    .content .main .text .neirong p span {
        font-family: 'Prompt', sans-serif !important;
        font-size: 12px !important;
        color: #333333;
    }

    .sidebar {
        display: none;
    }

    .content .person {
        background: none;
        display: inherit;
        padding: inherit;
    }

    .content .img {
        width: auto;
        text-align: center;
    }

    .content .img img {
        width: auto;
    }

    .content .info {
        width: auto;
    }

    .content .person dl {
        width: auto;
    }

    .content .person dl dt {
        font-size: 20px;
    }

    .content .person dl dt span {
        color: #2A78BA;
        display: block;
    }

    .content .person dd {
        font-size: 14px;
    }

    .content .botton {
        width: auto;
        height: 50px;
        line-height: 50px;
        background: #2A78BA;
        border-radius: 8px;
        margin: 25px 0;
    }

    .content .botton a {
        color: #ffffff;
        font-size: 20px;
    }

    .content .neirong img {
        width: 100%;
    }

    .content .neirong iframe {
        width: 390px;
    }
}