#header,
#nav,
#nav div .pcNav {
    text-align: center
}

.logo-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: inline-block;
    width: 190px;
    height: 70px;
    margin-top: 15px;
    cursor: pointer;
    background: url(../../images/cbgc_pc_logo.png) left center no-repeat;
    background-size: auto 70px
}

.logo-box .header-subMediaList {
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #F1F1F1;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    gap: 15px;
    width: 780px;
    height: fit-content
}

.logo-box .header-subMediaList .subMedia-item {
    flex: 0 0 calc(25% - 15px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 5px 10px;
    box-sizing: border-box
}

.logo-box .header-subMediaList .subMedia-item img {
    display: block;
    width: 80%;
    height: auto;
    max-height: 100%
}

.themeConfig_chunjie .logo-box,
.themeConfig_red .logo-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: inline-block;
    width: 260px;
    height: 60px;
    padding: 15px 0;
    cursor: pointer;
    background: url(../../images/cbgc-logo-white.png) left center no-repeat;
    background-size: auto 60px
}

.Width1300,
.relative {
    position: relative
}

#body-article {
    background-color: #F1F1F1
}

.themeConfig_chunjie #body-article {
    background: url(../../images/theme_chunjie_v2.png) top no-repeat;
    background-size: 100% auto
}

.themeConfig_red #body-article {
    background: url(../../images/theme_red_v2.png) top no-repeat;
    background-size: 100% auto
}

.Width1300 {
    width: 1300px;
    margin: 0 auto;
    display: flex
}

.mt40 {
    margin-top: 40px
}

.mt20 {
    margin-top: 20px
}

.Width250,
.mt15 {
    margin-top: 15px
}

.Width930 {
    max-width: 930px;
    flex: 1;
    overflow: hidden;
    margin-right: 50px;
    margin-left: 10px
}

.Width330 {
    width: 330px;
    overflow: hidden
}

.Width250 {
    width: 250px
}

.gr {
    background: #F6F6F6
}

.pc-page .float-box,
.pc-page .func-sec,
a[title~=站长统计] {
    display: none
}

#header {
    width: 100%;
    height: 90px;
    color: #AB1314;
    font-size: 16px;
    font-weight: 600
}

#header .header-content {
    width: 1300px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

#header .header-content .logoImg {
    display: inline-block;
    width: 209px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer
}

#nav {
    width: 100%;
    height: 60px;
    background-color: #D70B04;
    font-size: 0
}

#nav .nav-span {
    display: flex
}

#nav div .pcNav {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    min-width: 130px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    font-family: SimSun
}

.listTitle:hover,
h1.listTitle:hover {
    text-decoration: underline
}

#nav div .pcNavLong {
    padding: 0 15px
}

#nav div a:hover {
    background-color: #BB0200
}

#nav div a.active {
    background-color: #A20000
}

#nav div a span {
    display: none
}

#nav div a span.activeSelected {
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #F2F0F1;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#detailApp {
    width: 268px;
    padding: 15px 19px
}

#detailApp img {
    width: 230px;
    height: 155px
}

.bigPicture img {
    width: 630px;
    height: 340px
}

#articleList li,
#onload {
    width: 100%;
    zoom: 1;
    overflow: hidden
}

.bigPicture span {
    cursor: pointer
}

#articleList li {
    background: url(../../images/spot.jpg) left bottom repeat-x;
    padding-bottom: 20px;
    margin-bottom: 20px
}

#articleList {
    padding-bottom: 52px;
    position: relative;
    overflow: hidden;
    zoom: 1
}

#articleList li img {
    width: 155px;
    height: 155px;
    cursor: pointer;
    float: left
}

#articleList li div {
    width: 455px;
    float: right
}

.listTitle {
    font-size: 26px;
    color: #333
}

.listDate {
    font-size: 12px;
    color: #1B3F6E;
    display: block;
    margin: 10px 0 0
}

.listDetail {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 25px;
    margin: 10px auto
}

#reload,
#returnEnd {
    height: 2em;
    font-size: 1.4em;
    line-height: 2em;
    border-radius: .5em;
    background-color: #aaa;
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    display: none
}

#onload {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 0
}

#reload {
    cursor: pointer
}

article {
    font-size: 16px;
    line-height: 28px;
    font-family: "宋体", sans-serif
}

.articleDetailborder {
    box-sizing: border-box;
    border-top: 8px solid #D70005;
    padding: 24px 40px;
    background-color: #fff
}

#articleDate {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    color: #999
}

#articleDetail a,
#articleDetail a:active,
#articleDetail a:hover,
#articleDetail a:visited {
    color: unset;
    text-decoration: unset;
    outline: unset
}

#articleDetail .title-img {
    display: none
}

#articleDetail h1 {
    font-size: 2.166667em;
    text-align: center;
    line-height: 200%
}

#moileArticleDate {
    display: none
}

#moileArticlePaike {
    display: block;
    color: #999;
    font-size: 14px
}

#moileArticlePaike span {
    display: block;
    line-height: 24px
}

#moileArticlePaike .paikeName {
    color: #333
}

#shareLine {
    position: relative;
    width: 200px;
    margin: 1em auto
}

#shareLine span {
    float: left;
    line-height: 28px
}

.bgCeaf0f7 {
    background-color: #eaf0f7;
    border-radius: 10px;
    height: 30px;
    width: 598px;
    margin: 1.5em auto
}

.endPart {
    display: none
}

.bgSubnav {
    border-bottom: 1px solid #eee
}

.bgSubnav .bg-nav-div {
    margin: 0 auto;
    width: 930px
}

.bgSubnav ul {
    margin: 0 auto 4px;
    width: 900px;
    overflow: hidden
}

.bgSubnav ul li {
    float: left;
    line-height: 45px;
    margin-right: 19px;
    padding-left: 9px;
    background: url(https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/css/bg_nav.png) left center no-repeat
}

.bgSubnav ul li a {
    display: block;
    font-size: 14px;
    color: #666
}

.bgSubnav ul li.bg-cur {
    background: url(https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/css/bg_nav_cur.png) left center no-repeat
}

.bgSubnav ul li.bg-cur a {
    color: #ac1316
}

.rwArticleTit {
    text-align: left !important
}

.video-div {
    height: 400px;
    border: 0 solid #999;
    margin: 15px 0
}

.bg-at-img {
    width: 600px;
    height: 360px
}

.ad-img-des {
    color: #c5c5c5 !important;
    font-size: 12px !important
}

.rw-sm-ad p {
    text-align: left;
    margin-bottom: 10px
}

.rw-sm-endPart h1 {
    font-size: 19px !important;
    line-height: 2.65em !important;
    text-align: left !important;
    color: #df403a;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9
}

.rw-sm-endPart ul li {
    background: url(https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/css/xg_dian.png) 1.6% center no-repeat;
    padding-left: 27px;
    line-height: 34px;
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9
}

.rw-sm-endPart ul li a {
    display: block;
    color: #333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#download,
#qianmianDetail,
.column-top,
.comments,
.copyright-mobile,
.details-more-wrap,
.details-more-wrap .details-more-btn,
.editor,
.more-column,
.open-camera,
.publish-sec-phone,
.related-news,
.related-subject,
.rmRepoters,
.subjectAI_part_phone {
    display: none
}

.publish-sec span {
    margin-right: 1rem
}

.pagetype-404 .centre {
    text-align: center
}

.pagetype-404 .centre img {
    width: inherit;
    margin: 80px auto 30px
}

.details-more-wrap {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    width: 104%;
    display: none
}

.details-more-wrap::before {
    content: '';
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    left: 0;
    top: -2rem;
    height: 6.5rem;
    width: 100%
}

.details-more-wrap .details-more-icon {
    text-align: center;
    padding: 2rem 0 .3rem;
    position: relative
}

.details-more-wrap .details-more-icon img {
    width: .66rem
}

.details-more-wrap .details-more-icon .upImg {
    transform: rotate(180deg)
}

#aside .asideStyle {
    border-top: 8px solid #D70005;
    border-left: 1px solid rgba(214, 214, 214, 1);
    border-right: 1px solid rgba(214, 214, 214, 1);
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    margin-top: 12px;
    margin-bottom: 20px
}

.asideSpan span {
    font-size: 28px;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: rgba(3, 3, 3, 1);
    line-height: 28px
}

.scrb {
    display: block;
    width: 100%;
    height: 496px
}

.scrb img {
    width: 100%;
    height: 100%
}

.relateNews {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff
}

.relateNews li {
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dotted #969696
}

.relateNews li a {
    position: relative;
    display: block
}

.relateNews li a>div {
    min-height: 100px;
    line-height: 0
}

.relateNews li a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/iconVideo.png) no-repeat;
    background-size: cover;
    z-index: 5000
}

.relateNews li a img {
    height: auto;
    max-height: 100%
}

.relateNews li a h3 {
    position: absolute;
    width: 100%;
    max-height: 108px;
    box-sizing: border-box;
    bottom: 0;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    background: rgba(0, 0, 0, .3)
}

.relateNews li a h3 .vip_logo_img {
    display: inline-block;
    height: 12px;
    width: auto
}

.icon_video_newsFocus_box {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    height: 15px;
    padding: 2px 5px 2px 8px;
    border-radius: 12.5px
}

.icon_video_newsFocus {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../images/list_video_icon.png) no-repeat;
    background-size: cover;
    margin-top: 2px
}

.icon_video_newsFocus_time {
    line-height: 15px;
    font-size: 12px;
    margin-right: 5px
}

.icon_audio_newsFocus {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/audio_icon.png) no-repeat;
    background-size: cover
}

.hotNews,
.hotType {
    background-color: #fff;
    box-sizing: border-box
}

.hotType {
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
    font-size: 0
}

.hotType a {
    display: inline-block;
    width: 65px;
    height: 60px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    margin-left: 22px;
    margin-right: 22px
}

.hotType .borderBottom {
    border-bottom: 4px solid #D70005
}

.hotNews {
    border: 1px solid rgba(214, 214, 214, 1);
    padding: 0 20px 20px
}

.hotNews .dateStyle {
    display: none
}

.hotNews .dateStyleShow,
.hotNews-item {
    display: block
}

.hotNews-item {
    padding: 15px 0;
    border-bottom: 1px dotted #828282;
    zoom: 1
}

.hotNews-item:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.news-img {
    width: 110px;
    float: left;
    position: relative
}

.news-img img {
    width: 100%
}

.news-img span {
    padding: 0 10px;
    background: red;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 400
}

.news-img .icon_video_hot_box {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    height: 15px;
    padding: 2px 5px 2px 8px;
    border-radius: 12.5px
}

.news-img .icon_video_hot {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../images/list_video_icon.png) no-repeat;
    background-size: cover;
    margin-top: 2px
}

.news-img .icon_video_hot_time {
    line-height: 15px;
    font-size: 12px;
    margin-right: 5px
}

.news-img .icon_audio_hot {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../../images/audio_icon.png) no-repeat;
    background-size: cover
}

.news-img span.toTen {
    background: #6b6b6b
}

.hotNews .hotNews-item .news-title {
    width: 160px;
    float: left;
    font-size: 16px;
    color: rgba(29, 29, 29, 1);
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 70px;
    margin-left: 10px
}

.hotNews .hotNews-item .news-title .vip_logo_img {
    display: inline-block;
    height: 12px;
    width: auto
}

#footer {
    width: 100%;
    height: 178px;
    background-color: #fff;
    position: relative
}

#footer .footer-copyright {
    width: 1300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px 0
}

#footer .footer-copyright .list {
    text-align: center;
    margin-top: 10px
}

#footer .footer-copyright .list img {
    width: auto
}

#content {
    margin-top: 21px
}

.main-content {
    margin-top: 20px;
    position: relative
}

.main-content p {
    text-align: justify;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.1875rem;
    font-family: 'San Francisco', PingFangSC-Medium, Arial, ​Helvetica, ​sans-serif
}

.main-content .wiki {
    color: #333 !important
}

.main-content .wiki span {
    display: none !important
}

.pcComments {
    margin-top: 50px
}

.pcComments h3 {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #d3d3d3
}

.comments_count {
    font-size: 14px
}

.comments_count:before {
    content: "("
}

.comments_count:after {
    content: ")"
}

.comments_list {
    width: 100%
}

.comments_list>li {
    width: 100%;
    position: relative;
    padding: 17px 0;
    border-bottom: 1px solid #d3d3d3
}

.comments_list>li>div {
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
    height: auto;
    padding-left: 20px;
    padding-right: 17px;
    position: relative
}

.avatar {
    float: left;
    display: inline-block;
    margin-top: 4px;
    cursor: auto;
    position: relative
}

#showMore:hover,
.btn_comment,
.mini-program-url {
    cursor: pointer
}

.avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.avatar .growth-img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 70px;
    height: auto;
    border-radius: unset;
    transform: translateX(-50%)
}

.comments_list li div .username {
    font-size: 12px;
    margin-bottom: 8px;
    position: relative
}

.comments_list li div .username .vip_logo_img {
    display: inline-block;
    height: 12px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 4px
}

.comments_list .comment_label {
    width: 40px;
    float: right
}

.comments_list .comment-zan-box {
    position: absolute;
    top: 0;
    right: 50px;
    display: flex
}

.comments_list .comment-zan-box .comment-box,
.zan-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.comments_list .comment-zan-box .comment-box {
    margin-right: 20px
}

.comment-box .logo-img,
.zan-box .logo-img {
    display: block;
    width: 20px;
    height: 20px
}

.comment-box .number-text,
.zan-box .number-text {
    font-size: 10px;
    color: #d3d3d3;
    -webkit-tap-highlight-color: transparent;
    margin-left: 5px
}

.comments_list li div .username>span {
    font-size: 10px;
    color: #d3d3d3;
    margin-left: 20px;
    -webkit-tap-highlight-color: transparent
}

.comments_list li div .comments_word {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px
}

.comments_list li div .comments_emoji {
    max-width: 80px;
    height: auto
}

.btn_comment_box {
    width: 100%;
    display: flex
}

.btn_comment {
    margin: 80px auto 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 333px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    color: red;
    border: 1px solid red;
    border-radius: 3px;
    text-align: center
}

.qr_mask_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999
}

.qr_mask_box .qr_container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -132.5px;
    width: 340px;
    height: 265px;
    padding: 20px;
    background-color: #fff
}

.qr_mask_box .qr_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px
}

.qr_mask_box p {
    position: absolute;
    bottom: 20px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    left: 0
}

#header .header-content .header-right {
    width: 586px;
    height: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 4
}

#header .header-content .header-right .hr-item {
    float: left;
    height: 46px;
    line-height: 46px
}

.themeConfig_chunjie #header .header-content .header-right .hr-item,
.themeConfig_red #header .header-content .header-right .hr-item {
    color: #fff
}

#header .header-content .header-right .jubao {
    margin-left: 34px;
    color: #666
}

.themeConfig_chunjie #header .header-content .header-right .jubao,
.themeConfig_red #header .header-content .header-right .jubao {
    color: #fff
}

#header .header-content .header-right .jubao .wxWrapper {
    width: 260px;
    height: 70px;
    text-align: left
}

#header .header-content .header-right .jubao .wxWrapper a {
    display: block;
    line-height: 2
}

#header .header-content .header-right .jubao .wxWrapper a:nth-child(1) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

#header .header-content .header-right .search-form-div {
    width: 264px;
    line-height: 46px;
    margin-left: 28px;
    float: right;
    padding: 8px 0
}

#header .header-content .header-right .search-form {
    width: 264px;
    height: 30px;
    background: #fff;
    border-radius: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 5px 2px
}

#header .header-content .header-right .search-form .search-field {
    width: 224px;
    height: 20px;
    border: none;
    outline: 0;
    font-size: 14px;
    float: left;
    text-indent: 1em;
    border-radius: 20px
}

.search-form .search-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../../images/search_icon.png) no-repeat;
    float: left;
    margin-left: 6px
}

#header strong {
    margin-top: 150px;
    display: block;
    float: left;
    margin-left: 200px
}

#header .header-right .hr-item {
    display: inline-block;
    position: relative;
    font-size: 15px;
    cursor: pointer
}

#header .header-right .jubao:hover .wxWrapper,
#header .header-right .wxA:hover .wxWrapper {
    display: block
}

#header .header-right .appA,
#header .header-right .wxA {
    margin-left: 34px
}

#header .header-right .hr-item div {
    position: absolute;
    width: 160px;
    height: 120px;
    top: 36px;
    left: 4px;
    background-color: #fff;
    padding: 15px;
    display: none;
    text-align: center;
    z-index: 4000
}

#header .header-right .appA:hover .appWrapper {
    display: flex;
    width: auto;
    height: auto
}

.appWrapper .header-qrcode-box {
    width: 220px
}

#header .header-right a>div p {
    text-align: center;
    color: #000;
    line-height: 28px
}

#header .header-right a>div .header-qrcode-tips {
    font-size: 12px
}

#header .header-right a div img {
    width: 100px;
    height: 100px
}

#showMore {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    width: 130px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-family: SimSun;
    flex: 1
}

#showMore:hover {
    background-color: #BB0200
}

#showMore:hover .triangle-border-up {
    display: inline-block;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: rgba(38, 38, 38, .85);
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#showMore .showMore-div {
    z-index: 9999;
    height: 120px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: rgba(38, 38, 38, .85);
    display: none
}

#showMore .showMore-div .showMore-div-scroll {
    width: calc(100% - 60px);
    height: 100%;
    overflow: hidden
}

#showMore .showMore-div .showMore-div-scroll .scroll-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

#showMore .showMore-div .scroll-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 0 10px;
    font-size: 18px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #fff
}

#showMore .showMore-div .scroll-btn:hover {
    background: #1f1f1f
}

#showMore:hover .showMore-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.showMore-div-scroll a {
    width: auto;
    display: block;
    font-size: 18px;
    border-right: 1px solid #414141;
    box-sizing: border-box;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    writing-mode: horizontal-tb;
    word-wrap: break-word;
    margin: 8px;
    color: #fff
}

.showMore-div-scroll a:hover {
    color: #000;
    background-color: #fff
}

#articleContent video {
    max-height: none !important
}

.adv-banner-inBottom,
.adv-banner-inTop,
.belongChannel {
    display: none
}

body #footer {
    height: auto;
    padding-bottom: 200px
}

.link-sec {
    width: 1300px;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.link-title {
    font-weight: 700;
    margin: 10px;
    display: inline-block;
    border-bottom: 2px solid #666
}

.link-box {
    text-align: justify;
    text-justify: inter-ideograph
}

.link-box .link {
    display: inline-block;
    white-space: nowrap;
    margin: 3px 10px;
    line-height: 1.3;
    border-bottom: 1px solid #fff;
    transition: all .3s
}

.go-app,
.hide,
.main-content .copyright-pc,
.moduleInteract-part.hide,
.moduleInteract-part.moduleInteract-part-hide {
    display: none
}

.link-box .link:hover {
    color: #576b95;
    border-bottom: 1px solid #576b95
}

.main-content .img-desc {
    text-align: left !important;
    margin-top: -1.8rem
}

.main-content .img-desc strong {
    font-weight: 400
}

.miniprogram-box {
    width: 300px
}

.mini-program-url span {
    margin-bottom: 0 !important;
    line-height: normal !important
}

.copyright-static-image {
    margin-bottom: 20px
}

.moduleInteract-part {
    margin-top: .75rem;
    padding: 1.13rem .625rem;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(179deg, #DDEDFF 0, #FFF 100%);
    box-shadow: 0 .13rem 1.25rem 0 rgba(0, 0, 0, .1);
    border-radius: .25rem
}

.moduleInteract-part .moduleInteract-tips {
    text-align: left;
    margin-top: .2rem;
    position: relative
}

.moduleInteract-part .moduleInteract-tips .histogram-logo {
    position: absolute;
    right: 0;
    bottom: -.5rem;
    width: 2.84rem
}

.moduleInteract-part .moduleInteract-tips .moduleInteract-tips-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .69rem;
    font-weight: 400;
    color: #A5A5A5
}

.moduleInteract-part .moduleInteract-tips .right-item {
    margin-left: 2.25rem
}

.moduleInteract-part .moduleInteract-tips .moduleInteract-tips-item .moduleInteract-tips-item-logo {
    display: block;
    width: auto;
    height: .81rem;
    margin-right: .31rem
}

.moduleInteract-part p {
    font-size: .94rem;
    line-height: 1.45rem;
    color: #1F1F1F;
    text-align: left;
    word-break: break-all
}

.moduleInteract-part p span {
    display: inline-block;
    padding: 3px .25rem .13rem;
    color: #fff;
    font-size: .63rem;
    line-height: .94rem;
    margin-right: .5rem;
    text-align: center;
    background: #3593FF;
    border-radius: .13rem;
    vertical-align: middle;
    margin-top: -4px
}

.moduleInteract-part .options-part div {
    margin: .25rem 0;
    padding: .44rem .5rem;
    font-size: .88rem;
    color: #0A1420;
    text-align: left;
    background: #F5F8FA;
    border-radius: .13rem;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center
}

.moduleInteract-part .options-part div .optionItemTitle,
.moduleInteract-part .pk-box .pk-left-item {
    flex: 1
}

.moduleInteract-part .options-part div .optionItemWorld {
    position: relative;
    z-index: 10
}

.moduleInteract-part .options-part div .optionItemBackground {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5
}

.moduleInteract-part .options-part .optionItemSelect {
    background-color: #3593FF;
    color: #FFF
}

.moduleInteract-part .pk-box {
    display: flex;
    align-items: center
}

.moduleInteract-part .pk-box .pk-item {
    position: relative
}

.moduleInteract-part .pk-box .pk-item img {
    display: block;
    width: 100%;
    height: auto
}

.moduleInteract-part .pk-box .pk-item span {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: .94rem;
    color: #fff;
    width: 100%
}

.moduleInteract-part .pk-box .pk-item .pk-select-item-right {
    left: 55%
}

.moduleInteract-part .pk-box .pk-item .pk-select-item-left {
    left: 45%
}

.moduleInteract-part .pk-box .pk-middle-item {
    height: auto
}

.moduleInteract-part .pk-box .pk-right-item {
    flex: 1;
    margin-left: -.4rem
}

.moduleInteract-part .pk-box .pk-result-box {
    flex: 1
}

.moduleInteract-part .pk-box .pk-result-persent-box {
    width: 100%;
    height: 1.5rem;
    margin-top: 1rem;
    display: flex
}

.moduleInteract-part .pk-box .pk-result-persent-box .pk-result-persent-item {
    font-size: .81rem;
    line-height: 1.5rem;
    box-sizing: border-box
}

.moduleInteract-part .pk-box .pk-result-persent-box .pk-result-persent-item-left {
    color: #4B86F6;
    text-align: left;
    background: #DDEDFF;
    border-radius: .75rem .25rem .25rem .75rem;
    padding-left: .38rem;
    max-width: 18.25rem
}

.moduleInteract-part .pk-box .pk-result-persent-box .pk-result-persent-item-right {
    color: #FF5656;
    text-align: right;
    background: #FFDBDB;
    border-radius: .25rem .75rem .75rem .25rem;
    padding-right: .38rem;
    margin-left: .25rem;
    min-width: 1.81rem
}

.moduleInteract-part .pk-box .pk-result-info-box {
    width: 100%;
    height: .81rem;
    margin-top: .44rem;
    display: flex
}

.moduleInteract-part .pk-box .pk-answer-item-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.moduleInteract-part .pk-box .pk-answer-item-info-right {
    justify-content: flex-end
}

.moduleInteract-part .pk-box .pk-answer-item-info img {
    width: .81rem;
    height: .81rem;
    display: block
}

.moduleInteract-part .pk-box .pk-answer-item-info span {
    font-size: .69rem;
    color: #3593FF;
    margin-left: .19rem;
    line-height: .81rem
}

.moduleInteract-part .pk-box .pk-answer-item-info .right-span {
    color: #FF5656
}

.moduleInteract-part .btn {
    line-height: 1.94rem;
    border-radius: .13rem;
    border: .03rem solid #3593FF;
    font-size: .88rem;
    font-family: FZBIAOYSJW--GB1-0, FZBIAOYSJW--GB1;
    font-weight: 400;
    color: #3593FF
}

.preview-notice {
    font-size: 20px;
    line-height: 30px;
    padding: 10px !important
}

.preview-notice::before {
    font-size: 20px;
    line-height: 25px;
    width: 25px;
    height: 25px
}

.ai-brief-box,
.brief-box,
.care-me-shade,
.channel-info-box,
.event_unit_box,
.more-news,
.politics-entrance-box {
    display: none
}

.detail-qrcode-side {
    position: relative;
    width: 117px
}

.detail-qrcode-box {
    width: 117px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999
}

.vip-mask,
.vip-open-btn {
    background-size: cover;
    background-repeat: no-repeat
}

.detail-qrcode-img-box {
    width: 100px;
    height: 100px;
    margin-top: 9px
}

.detail-qrcode-canver,
.qrcode-img {
    display: block;
    width: 100px;
    height: 100px
}

.qrcode-tips {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: center
}

.diversion-box {
    display: none
}

.vip-mask {
    width: 100%;
    height: 18.7rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../../images/vip_mask.png);
    z-index: 2000
}

.vip-background-img {
    width: 100%;
    height: auto;
    display: block
}

.vip-info-box {
    width: 100%;
    margin-top: 3.876rem
}

.vip-top-tips {
    font-weight: 700;
    font-size: 1.875rem !important;
    color: #84440C;
    text-align: center !important
}

.vip-open-btn {
    width: 14.022rem;
    height: 4.2006rem;
    background-image: url(../../images/vip_open_btn_logo.png);
    margin: 3.876rem auto 0
}