/* 左侧内容部分 */
.left_content {
    width: 665px;
    padding: 15px;
    background-color: #fff;
}

.location {
    color: #005689;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

.location a {
    color: #005689;
}

.column_name {
    font-size: 14px;
}

.content_title {
    color: #333;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 100;
}

.content_info {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.content_info span {
    margin: 0 8px;
}

.content_info span.max_screen:nth-child(3) {
    display: none
}

.content_info span.max_screen {
    display: inline-block;
}

.content_info .llcount {
    display: none !important;
}

.content_info span:last-child {
    display: none !important;
}

.content_info span:nth-child(5) {
    display: none !important;
}

.content_info span:nth-last-child(2) {
    display: none;
}

.content_content {
    width: 100%;
    overflow: auto;
    font-family: Arial, Microsoft Yahei, "Helvetica Neue", Helvetica, sans-serif;
}

.content_content p {
    margin-bottom: 20px;
    color: #444;
    text-indent: 2em;
    line-height: 160%;
}

.content_content div {
    margin-bottom: 20px;
}

.content_content img {
    max-width: 550px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.content_content video {
    max-width: 550px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}

.content_editor {
    text-align: right;
    color: #444;
}

/* 相关新闻 */
.relate_news {
    margin-top: 10px;
    margin-bottom: 20px;
}

.relate_news_title,
.comments_title {
    font-size: 16px;
    color: #6988c0;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
    font-weight: 600;
}

.relate_news_ul {
    padding: 10px 0;
}

.relate_news_li {
    line-height: 26px;
    font-size: 14px;
}

.relate_news_li a {
    width: 480px;
    display: inline-block;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.relate_news_li a:hover {
    color: #2396CC;
}

.relate_news_date {
    float: right;
    font-size: 14px;
    color: #ccc;
}

/* 评论框 */
.pubcomments_box {
    width: 100%;
    margin: 20px 0;
    display: none;
}

#radioBox {
    /* width:100%; */
    cursor: pointer;
}

#publish_comment {
    width: 102px;
    height: 30px;
    background-color: #6988c0;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    float: right;
}

#comments_content {
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
    padding: 10px;
}

/* 网友评论 */
.comments_wrap {
    position: relative;
}

.comments_list {
    padding-top: 10px;
    padding-bottom: 20px;
}

.show_submit {
    width: 102px;
    height: 30px;
    background-color: #6988c0;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.comments_list li {
    line-height: 26px;
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.response_comms_list {
    padding-left: 15px;
    padding-bottom: 20px;
}

.response_comms_item {
    padding-bottom: 10px;
}

.comments_item_left {
    width: 50px;
    float: left;
}

.comments_item_right {
    width: 100%;
    padding-left: 60px;
}

.comments_item_top {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.comments_item_user {
    color: #666;
}

.comments_item_zan {
    cursor: pointer;
}

.comments_item_zan img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
}

.comments_item_zan img.zan {
    display: inline-block;
}

.comments_item_zan img.zan_select {
    display: none;
}

.zan_num {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.more {
    /* width:100%; */
    height: 30px;
    line-height: 30px;
    color: #6988c0;
    /* text-align: center; */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
}

/* 登录注册 */
.cont-login-z {
    position: absolute;
    left: 670px;
    top: 0;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    font-size: 100%;
    margin: 0;
    font-family: "Microsoft YaHei", SimSun;
    color: #666;
    /* width: 180px; */
    box-sizing: content-box;
    /* margin-left:670px; */
}

.cont-login-z input {
    margin-right: 4px;
}

#anonymous_fast>a {
    background: #0a5da3;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
}

#loginurl {
    margin-left: 10px;
}

/* 右侧返回按钮 */
#scrollbar {
    width: 40px;
    position: fixed;
    right: 0;
    bottom: 50px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    display: none;
}

.scrolltopa {
    width: 40px;
    height: 40px;
    background: #759fd9 url(../images/scrolltop.png) 40px 3px;
    display: block;
}

.scrolltopa:hover {
    background: #f5f5f5 url(../images/scrolltop.png) 0 3px;
    display: block;
}

.commenta {
    width: 40px;
    height: 40px;
    background: #759fd9 url(../images/scrolltop.png) 40px 123px;
    display: block;
}

.commenta:hover {
    background: #f5f5f5 url(../images/scrolltop.png) 0 123px;
    display: block;
}

.returnlista {
    width: 40px;
    height: 40px;
    background: #759fd9 url(../images/scrolltop.png) 40px 85px;
    display: block;
}

.returnlista:hover {
    background: #f5f5f5 url(../images/scrolltop.png) 0 85px;
    display: block;
}

/* 右侧热门推荐 */
.rmtj {
    width: 306px;
    margin-top: 20px;
    background-color: #fff;
}

.rmtj_title {
    font-size: 18px;
    padding: 10px;
    border-bottom: 2px solid #0890dc;
    font-weight: 700;
    position: relative;
}

.rmtj_title:after {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../images/dsj.png) no-repeat bottom center; */
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #0890dc transparent transparent transparent;
    bottom: -18px;
    left: 35px;

}

.rmtj_content {
    padding: 10px 15px;
}

.rmtj_item a {
    color: #444;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rmtj_item a:hover {
    color: #2396CC;
}

/* 发表评论 */
.submit_comment_wrap {
    width: 100%;
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #efefef;
}

.submit_comment_wrap .heart {
    position: relative;
}

.form_comment {
    display: inline-block;
    height: 38px;
    position: absolute;
    left: 282px;
    top: 0;
}

.form_comment .comment_input {
    border: 2px solid #4e73a5;
    width: 290px;
    height: 38px;
    background-color: #fff;
    margin: 0;
    vertical-align: top;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.form_comment .comment_input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.form_comment .comment_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.form_comment .comment_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.form_comment .comment_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}

.form_comment .submit_btn {
    background-color: #4e73a5;
    color: #fff;
    width: 100px;
    height: 38px;
    margin: 0;
    margin-left: -5px;
    font-size: 16px;
}

/* 关闭按钮 */
.close_btn {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.close_btn img {
    display: block;
    margin-top: 1px;
}

/* 图片放大 */
#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 990;
}

#imgbox-loading div {
    background: #FFF;
    width: 100%;
    height: 100%;
}

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
    opacity: 0.8 !important;
}

.imgbox-wrap {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    background: #FFF;
    display: none;
    z-index: 90;
    box-sizing: content-box;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto;
    padding:0 !important
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none;
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px;
}

.imgbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 26px;
    color: #333;
    transform: rotate(45deg);
    background-color: #fff;
    border-radius: 50%;
    text-decoration: unset;
    display: none;
}
@media (max-width:1016px) and (min-width:980px) {
    .right_content {
        width: 300px;
        padding-left: 10px;
    }

    .rmtj {
        width: 100%;
    }
}

@media (max-width:979px) and (min-width:768px) {
    .left_content {
        width: 70%;
    }

    .right_content {
        width: 30%;
        padding-left: 10px;
    }

    .rmtj {
        width: 100%;
    }

}

@media (max-width:767px) {
    .content {
        padding-top: 0;
        margin-top: 0;
    }

    .content_content img {
        max-width: 100%;
        height: auto;
    }

    .left_content {
        width: 100%;
    }

    .content_title {
        margin-bottom: 10px;
    }

    span.min_screen {
        display: inline-block;
    }

    .relate_news_li a {
        width: 100%;
    }

    .submit_comment_wrap {
        height: 100px;
        height: 0;
        display: none;
    }

    #sharearti2 {
        display: block;
        margin-left: 10px;
    }

    .form_comment {
        width: 100%;
        left: 0;
        /* margin-left:-194px; */
        top: 48px;
    }

    .form_comment .comment_input {
        width: calc(100% - 100px);
    }

    .goTop {
        bottom: 110px;
    }

    .content_info span.max_screen {
        display: none;
    }

    #scrollbar {
        display: none;
        border: none;
    }

    #scrollbar span {
        display: none;
    }

    .foot {
        display: none;
    }

    .wrap {
        max-height: 800px;
        overflow: hidden;
        position: relative;
    }

    /* 展开查看全文 */
    .unfold-field {
        position: absolute;
        font-size: 0;
        bottom: 0;
        width: 100%;
        height: 124px;
        z-index: 3;
    }

    .unfold-field .unflod-field_mask {
        height: 78px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), to(#fff));
        background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff);
    }

    .unfold-field_text {
        cursor: pointer;
        width: 100%;
        color: #406599;
        height: 46px;
        font-size: 0px;
        line-height: 46px;
        text-align: center;
        background: #fff;
    }

    .unfold-field_text span {
        display: inline-block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
    }

    .unfold-field_text span::after {
        content: "";
        vertical-align: middle;
        background: url(../images/bottom.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 9px;
        height: 6px;
        display: inline-block;
        margin-left: 5px;
    }

    /* 图片放大 */
    .imgbox-wrap {
        position: fixed;
        width: 100% !important;
        height: fit-content !important;
        left: 0% !important;
        /* top:0% !important;
        bottom:0% !important; */
        right: 0% !important;
        top: 0 !important;
        box-sizing: border-box;
        margin: auto;
        z-index: 100 !important;
        /* height: 100vh !important; */
        bottom: 0 !important;
        padding: 0 !important;
    }
    .imgbox-img-box{
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .imgbox-img {
        height: auto !important;
    }

    #imgbox-overlay {
        position: fixed;
        height: 100vh !important;
        z-index: 99;
        opacity: 1 !important;
    }

}