html {
    font-size: 100px;
}

.zjhz-current-position {
    padding: .09rem .2rem .09rem .2rem;
    margin-bottom: .2rem;
    line-height: .32rem;
    font-size: .16rem;
    color: #000000;
    margin: 0px auto .3rem;
}

.zjhz-current-position a {
    font-size: .16rem;
}

.zjhz-article-subject {
    padding: .5rem 0;

}

.zjhz-article-subject.awards-article {
    position: relative;
    padding-bottom: .9rem;
    /* background: url(awards-article-bg.png) repeat-y center bottom;
    background-size: 100% auto; */
    /* background-position-y: .47rem; */
    padding-top: 1.45rem;
    padding-bottom: 2rem;
}

.zjhz-article-subject.awards-article .awards-article-box {
    background: url(article-bg-centre.png) repeat-y center top;
    background-size: 100% auto;
    /* background-position-y: .47rem; */
}

.zjhz-article-subject.awards-article::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1.41rem;
    background: url(article-bg-before.png) no-repeat center top;
    background-size: 100% 100%;
    top: .25rem;
}

.zjhz-article-subject.awards-article::after{
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1.41rem;
    background: url(article-bg-after.png) no-repeat center bottom;
    background-size: 100% 100%;
    /* top: .25rem; */
    background-color: #FAFAFA;
}
.zjhz-article-subject.awards-article .auxiliary-information {
    display: none;
}

.zjhz-article-subject.awards-article .article-title {
    margin-top: .2rem;
}

.zjhz-article-subject .article-subheading {
    display: none;
}

.zjhz-article-subject .article-title,
.zjhz-article-subject .article-quotetitle,
.zjhz-article-subject .article-subheading {
    text-align: center;
    color: #333;
}

.zjhz-article-subject .article-title {
    font-size: .32rem;
    line-height: .6rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.zjhz-article-subject .article-quotetitle,
.zjhz-article-subject .article-subheading {
    font-size: .28rem;
    line-height: .56rem;
    font-weight: normal;
}

.zjhz-article-subject .auxiliary-information {
    font-weight: 400;
    font-size: .16rem;
    line-height: .6rem;
    color: #333;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.zjhz-article-subject .auxiliary-information span {
    margin: 0 .1rem;
}

.zjhz-article-subject .auxiliary-information .visit-times,
.zjhz-article-subject .auxiliary-information .share {
    display: none;
}

.zjhz-article-subject .article-contents {
    padding: .3rem 0;
    min-height: 4rem;
}

.zjhz-article-subject .article-contents,
.zjhz-article-subject .article-accessory {
    width: 12rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: .18rem;
    line-height: .36rem;

}

.zjhz-article-subject .article-accessory {
    text-align: right;
}

.zjhz-article-subject .article-accessory a {
    color: #154293;
    font-weight: bold;
}

.zjhz-article-subject .article-contents img {
    max-width: 80%;
    width: auto;
    height: auto;
    display: inline-block;
}

@media (max-width: 1199px) {
    .center-width {
        width: 100% !important;
    }

    .zjhz-article-subject .article-contents {
        width: 100%;
    }

    .zjhz-article-subject {
        padding: .5rem .24rem;
    }

    .zjhz-article-subject .auxiliary-information .share {
        display: none;
    }
    .zjhz-article-subject.awards-article .awards-article-box{
        background: none;
    }
    .zjhz-article-subject.awards-article::before,
    .zjhz-article-subject.awards-article::after{
        display: none;
    }
    .zjhz-article-subject .article-contents, .zjhz-article-subject .article-accessory{
        width: 100%;
    }
    .zjhz-article-subject.awards-article{
        padding: .5rem .24rem
    }
}

@media (max-width: 750px) {
    .zjhz-current-position {
        font-size: .3rem;
        line-height: .42rem;
    }

    .zjhz-current-position a {
        font-size: .3rem;
    }

    .zjhz-article-subject .article-quotetitle,
    .zjhz-article-subject .article-subheading {
        font-size: .5rem;
        line-height: .64rem;
    }

    .zjhz-article-subject .article-title {
        font-size: .54rem;
        line-height: .75rem;
    }

    .zjhz-article-subject .auxiliary-information {
        display: block;
        text-align: left;
        margin: 0;
        color: rgb(102, 102, 102);
        padding: .2rem 0;
    }

    .zjhz-article-subject .auxiliary-information span {
        display: block;
        font-size: .3rem;
        line-height: .42rem;
    }

    .zjhz-article-subject .article-contents {
        padding: .24rem 0;
    }

    .zjhz-article-subject .article-contents,
    .zjhz-article-subject .article-contents p,
    .zjhz-article-subject .article-contents div,
    .zjhz-article-subject .article-contents span,
    .zjhz-article-subject .article-contents a .zjhz-article-subject .article-contents td,
    .zjhz-article-subject .article-contents tr,
    .zjhz-article-subject .article-contents th,
    .zjhz-article-subject .article-contents font {
        font-size: .3rem;
        line-height: .42rem;
    }
}



/* 在线访谈详情页 */
.zjszfwzy-at {
    font-size: .16rem;
}

.chat_box {
    width: 100%;
    min-height: 300px;
    border: 1px solid #D6D6D6;
}

.chat_box iframe,
.chat_box img {
    width: 90%;
    height: 7rem;
    object-fit: cover;
}

.chat_cont {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #D6D6D6;
    background: #f0f0f0;
}

.chat_cont_list {
    background: #fff;
    width: 98%;
    margin: 0 auto;
    min-height: 100px;
    border: 1px solid #D6D6D6;
    margin-bottom: 10px;
    font-size: .18rem;
}

.fbzt1 {
    margin-top: 5px;
    margin-left: 5px;
}

.tit_box {
    color: #CB0101;
    text-align: center;
    display: inline-block;
    width: 80px;
    line-height: 30px;
    background: url(1811021627149559390.jpg)no-repeat center center;
}

.fbzt_list {
    margin-left: 10px;
}

/* 在线访谈详情页 */