.banner {
    background: url("/uploads/allimg/2023/06/22/story.png") 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 .main {
    float: left;
    width: 1000px;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 4px;
}

.content .sidebar {
    float: right;
    width: 338px;
}

.content .text .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.content .parameter {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.content .parameter ul li {
    display: inline-flex;
    padding: 0 20px;
}

.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 .person {
    background: #E6F3FF;
    display: -webkit-box;
    padding: 20px 30px;
    border-radius: 16px;
}

.content .img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 60px;
}

.content .info {
    width: 60%;
}

.content .botton {
    margin-left: 87px;
    margin-top: 25px;
    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 {
    width: 100%;
    height: 100%;
}

.content .person dl {
    width: 70%;
    margin-top: 10px;
}

.content .person dl dt {
    font-size: 28px;
    font-weight: bold;
}

.content .person dl dt span {
    padding: 5px;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}

.content .person dd {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.content .person dl a {
    padding: 8px 30px;
    background: #2A78BA;
    color: #ffffff;
    border-radius: 8px;
    float: right;
}

.content .text .neirong {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.content .text .prenext {
    margin: 20px 0;
}

.content .text .prenext li a:hover {
    color: #2A78BA;
}

.content .reading {
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .banner {
        background: url("/uploads/allimg/2023/06/22/story.png") 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;
    }

    .sidebar {
        display: none;
    }

    .content .person {
        background: none;
        display: none;
        padding: inherit;
    }

    .content .main .person img {
        width: 100%;
    }

    .content .neirong img {
        width: 100%;
        height: auto;
    }
}
