.banner .content {
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner {
    padding-top: 16.666%;
}

.main {
    padding-top: 0.8rem;
}

.main .newsTit {
    font-size: var(--centerTitle);
    line-height: 1.5;
    color: #000;
    text-align: center;
    max-width: 8.5rem;
    margin: 0 auto;
}

.main .meta {
    font-size: var(--comTextCont);
    color: var(--color777);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
}

.main .meta > div:first-child {
    margin-right: 0.3rem;
}

.main .meta span {
    color: #222;
}

.main .content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0.6rem 0;
    margin-top: 0.5rem !important;
}

.main .content p {
    font-size: var(--comTextCont);
    color: var(--color777);
    line-height: 2;
    margin-bottom: 0.2rem;
}

.main .content .pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.2rem;
}

.main .content .pic img {
    max-width: 6.76rem;
    height: auto;
}

.main .content img {
    width: auto;
    margin: 0 auto;
}

.main .content .pic > div {
    color: #cc0000;
    font-size: var(--comTextCont);
    margin-top: 0.1rem;
}

.main .content .gongguan {
    font-size: var(--comTextCont);
    color: #000;
}

.main .content .gongguan span {
    color: #cc0000;
}

.main .toggle {
    align-items: center;
    margin-top: 0.6rem;
    font-size: var(--comTextCont);
    margin-bottom: 1rem;
    justify-content: space-between;
}

.main .toggle .more {
    margin-top: 16px;
}

.main .toggle .left {
    color: #777;
}

.main .toggle .left a {
    color: #000;
}

.main .toggle .left .prev {
    margin-bottom: 0.1rem;
}

.main .toggle .more a {
    display: flex;
    align-items: center;
    font-size: var(--comMore);
    width: 150px;
    height: 46px;
    justify-content: center;
    background-color: #ececec;
    cursor: pointer;
}

.main .toggle .more a img {
    margin-left: 10px;
    width: 15px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .main .newsTit {
        font-size: 24px;
    }

    .main .toggle .more a {
        width: 120px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .main .newsTit {
        font-size: 20px;
    }

    .main .content p,
    .main .content .gongguan,
    .main .toggle {
        font-size: var(--overview) !important;
    }

    .banner {
        height: 150px;
    }
}

@media screen and (max-width: 500px) {
    .main .newsTit {
        font-size: 18px;
    }

    .main .toggle .more a {
        height: 32px;
        width: 100px;
    }

    .main .toggle .more a img {
        margin-left: 5px;
        width: 12px;
    }
}
.aligncenter{
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
}

/*zhangwei 20230818*/
blockquote{
    border-left: 5px solid #e6e6e6;
    padding: 10px 20px 10px 20px;
    background-color: #eeeeee;
    margin: 20px 0px;
}
/*新闻图片下面添加下下划线*/
.wp-block-image {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
figcaption {
    display: block !important;
}