.page-main {
    width: 848px;
}
.aticle {
    float: right;
}
.article-details-main {
    margin-top: 40px;
}
/* article-details start */
.article-details {
    padding: 30px 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.authorinfoShare {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9EEF3;
    margin-bottom: 10px;
}
.authorinfoShare .authorinfo {
    display: flex;
    align-items: center;
}
.authorinfoShare .authorinfo .authorlogo {
    width: 50px;
    height: 50px;
    margin: 0 22px 0 0;
    border-radius: 50%;
}
.authorinfoShare .authorinfo .textMsg .nameAttention {
    flex: 1;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.authorinfoShare .authorinfo .textMsg .nameAttention .name {
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
}
.authorinfoShare .authorinfo .textMsg .nameAttention .attention {
    display: block;
    width: 44px;
    height: 22px;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    background: #1464C8;
}
.authorinfoShare .authorinfo .textMsg .date {
    font-size: 14px;
    color: #666666;
}
.authorinfoShare .shareView {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.authorinfoShare .shareView .viewcount {
    font-size: 14px;
    color: #666666;
}
.authorinfoShare .shareView .shareBox {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.authorinfoShare .shareView .shareBox .label {
    font-size: 14px;
    color: #666666;
}
.advertising {
    margin-bottom: 20px;
}
.advertising .advertisingImg {
    width: 100%;
    height: 78px;
    margin: 0;
    max-width: 866px;
}
.article-related {
    margin-top: 20px
}
.article-related span,
.article-related span em {
    font-size: 14px;
}
.article-related span {
    color: #333;
}
.article-related span:last-child {
    float: right;
    margin-right: 0;
}
.summary-of-articles {
    border-left: solid 4px #4a90e2;
    margin: 24px 0;
    margin-top: 27px;
    padding: 8px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    background: #F8F8F8;
}

.article-details h1,
.article-details h2,
.article-details h3,
.article-details h4,
.article-details h5,
.article-details h6 {
    margin: 40px 0;
    font-size: 14px;
}

.article-details h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}
.article-details h2 {
    font-size: 16px;
}
.article-details h3 {
    font-size: 15px;
}

.article-details p ,
.article-details span {
    padding: 10px 0;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 28px;
}
.article-details img {
    display: block;
    margin: 15px auto;
    max-width: 750px;
}

.article-details .copyright-declaration {
    margin-bottom: 20px;
    margin-top: 23px;
    padding: 15px 23px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fafafa;
}
.copyright-declaration span {
    color: #999;
}

.article-status {
    margin-top: 23px;
    float: right;
}
.article-status span {
    margin-left: 20px;
    color: #ccc;
    font-size: 14px;
}
.article-status span:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 16px;
}
.article-status span.zan:before {
    background: url("../new_images/common/zan.png");
    background-size: 20px 16px;
}
.article-status span.love:before {
    background: url("../new_images/common/love.png");
    background-size: 20px 16px;
}
.article-status span.love.active:before {
    background: url("../new_images/index/love.png") no-repeat;
    background-size: 20px 16px;
}
.article-status span.zan.active:before {
    background: url("../new_images/index/zan.png") no-repeat;
    background-size: 20px 16px;
}

.article-status span.read:before {
    background: url("../new_images/common/read.png");
    background-size: 20px 16px;
}
/* article-details end */

/* comment start */
.comment {
    margin-top: 20px;
    box-sizing: border-box;
    background: #fff;
}


.release-comment header span {
    padding-left: 30px;
    background: url("../new_images/share/icon-pl.png") no-repeat center left;
    background-size: 20px;
}

.user-comment header span {
    padding-left: 30px;
    background: url("../v2_images/icon-pl.png") no-repeat center left;
    background-size: 20px;
}

.user-comment .null-data {
    margin-top: 20px;
}

.user-comment .button {
    display: block;
    margin: auto;
    margin-top: 30px;
    width:200px;
    height:40px;
    color: #1464C8;
    border-radius: 0;
    background:rgba(255,255,255,1);
    border:1px solid rgba(20,100,200,1)
}
.user-comment .button:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background: #1464C8;
}
.user-comment .button.none {
    color: #ccc;
    border-color: #ccc;
}
.user-comment .button.none:hover {
    color: #ccc;
    border-color: #ccc;
    background:rgba(255,255,255,1);
}

.release-comment header,
.user-comment header {
    margin-bottom: 20px;
}

.release-comment header span,
.user-comment header span {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 500;
}

.comment .release-comment {
    clear: both;
    padding: 20px 0;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
}
.release-comment textarea,
.release-comment .textarea {
    padding: 12px 10px;
    width: 100%;
    height: 50px;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    border: solid 1px #eee;
    resize: none;
    transition: height 0.3s;
}
.release-comment textarea:focus {
    outline: none;
    border: solid 1px #4a90e2;
}
.release-comment textarea.focus {
    height: 160px;
}


.release-comment .release-comment-btn {
    /* height: 50px;
    background:rgba(248,248,248,1);
    border:1px solid rgba(238,238,238,1);
    border-top: none; */
    position: absolute;
    right: 1px;
    top: 64px;
    transition: all 0.3s;
}
.release-comment .release-comment-btn.textareaFocus {
    top: 174px;
}
.release-comment .release-comment-btn .user-info {
    width: 200px;
}
.release-comment .release-comment-btn .user-info .title {
    float: left;
    margin-left: 20px;
    color: #4A90E2;
    font-size: 14px;
}
.release-comment .release-comment-btn .user-info img {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.release-comment .release-comment-btn p {
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);
    line-height: 50px;
    font-size: 14px;
    color: #999;
}
.release-comment .release-comment-btn p a {
    font-size: 14px;
    color: #1464C8;
}
.release-comment .button {
    float: right;
    /* margin-right: 10px; */
    width: 90px;
    height: 50px;
    /* margin-top: 9px; */
    border-radius: 0;
    font-size: 14px;
}




.user-comment {
    margin-bottom: 40px;
    margin-top: 20px;
    clear: both;
}

.user-comment .user-comment-item{
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

.user-comment .user-comment-item .user-comment-item {
    padding: 24px;
}

.user-comment .user-comment-title {
    height: 46px;
    display: flex;
    align-items: center;
}
.user-comment .user-comment-title img {
    width: 40px;
    height:40px;
    border-radius: 50%;
}
.user-comment .user-comment-title span {
    /* float: left; */
    /* display: inline-block; */
    margin-right: 14px;
    color: #4A4A4A;
    /* line-height: 40px */
}
.user-comment .user-comment-title span:nth-child(3) {
    font-size: 12px;
    color: #999;
}
.user-comment .user-comment-content {
    clear: both;
    padding-bottom: 10px;
    margin-left: 55px;
    color: #666;
    line-height: 30px;
    border-bottom: solid 1px #eee;

}
    /* comment end */

/* about-love start */
.about-love {
    margin-top: 20px;
}
/* about-love end */

/* sidebar start */
.sidebar .margin_top_16 {
    margin-top: 0;
}
.news-flash {
    margin-top: 16px;
}
.author-more {
    display: block;
}
/* sidebar end */

/* about-love start */
.about-love li {
    width: 248px;
}
.about-love li img {
    width: 100%;
}
/* about-love end */

/* next-page start */
/*.next-article {*/
    /*margin-top: 16px;*/
    /*background: #fff;*/
/*}*/
/*.next-article-con {*/
    /*padding: 18px;*/
    /*padding-top: 0;*/
/*}*/
/*.next-article-con a {*/
    /*font-size: 14px;*/
/*}*/
/*.next-article-con p,*/
/*.next-article-con p em {*/
    /*margin-top: 10px;*/
    /*font-size: 12px;*/
/*}*/
.next-page {
    margin-top: 40px;
    width: 100%;
    border: solid 1px #eee;
    border-top: solid 4px #4A90E2;
    overflow: hidden;
}
.next-page div {
    float: left;
    padding: 16px 10px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.next-page div:last-child {
    float: right;
}
.next-page span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.next-page .ciki-prepage-title.sub-title {
    margin: 8px 0;
    height: auto;
    max-height: 40px;
    font-size: 14px;
}
.next-page .miaosu.sub-title {
    margin-top: 10px;
    font-size: 12px;
    height: auto;
    max-height: 35px;
    color: #999;
}
.next-page p em {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
/* next-page end */

/* article-content start */
.article-content {
    line-height: 30px;
}
/* article-content end */
.appMsg {
    height: 106px;
    margin-bottom: 30px;
    background-size: 848px 106px;
    padding: 13px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.appMsg .appCode {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.appMsg .introduce .introduceTitle {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
}
.appMsg .introduce .tips {
    font-size: 14px;
    color: #666666;
}

/* share start 分享 */
.share {
    height: 80px;
}
.share .social-share .social-share-icon {
    font-size: 24px;
}
.share .content.active {
    position: fixed;
    z-index: 2;
    bottom: -80px;
    width: 848px;
}
.share .content.active.all {
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share .content {
    padding: 20px;
    height: 80px;
    border-top: solid 2px #4A90E2;
    box-sizing: border-box;
    background:rgba(248,248,248,1);
}

.share .share-author {
    float: left;
    width: 400px;
}
.share .share-author .enlarged-images {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.share .share-author .enlarged-images + p {
    float: left;
    margin-left: 20px;
    width: 200px;
    font-size: 16px;
    color: #4A90E2;
    line-height: 40px;
}

.share .share-author .enlarged-images img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.share .share-btn {
    position: relative;
    float: right;
    width: calc(100% - 450px);
}

.share .share-btn ul li {
    float: left;
    margin-right: 5px;
}

.share .share-btn:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 175px;
    width: 1px;
    height: 40px;
    background: #eee;
}

.share .social-share .icon-qzone,
.share .social-share .icon-qq,
.share .social-share .icon-weibo,
.share .social-share .icon-wechat {
    border: none;
    color: #ccc;
}
.share .social-share .icon-qzone:hover,
.share .social-share .icon-qq:hover,
.share .social-share .icon-weibo:hover,
.share .social-share .icon-wechat:hover {
    background: #f8f8f8;
}

.share .social-share .icon-qzone:hover {
    color: #FDBE3D;
}
.share .social-share .icon-qq:hover {
    color: #56b6e7;
}
.share .social-share .icon-weibo:hover {
    color: #ff763b;
}
.share .social-share .icon-wechat:hover {
    color: #7bc549;
}

.share .zdy-icon {
    float: right;
}

.share .zdy-icon li {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    list-style: none;
    float: left;
}
.share .zdy-icon li i {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #4a90e2;
    font-size: 12px;
}
.share .zdy-icon li:nth-child(1):before,
.share .zdy-icon li:nth-child(2):before,
.share .zdy-icon li:nth-child(3):before,
.share .zdy-icon li:nth-child(4):before {
    width: 24px;
    height: 24px;
    color: #999;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
}


.share .zdy-icon li:nth-child(1):before {
    content: "";
    background: url("../new_images/share/chat.png") no-repeat;
    background-size:24px;
}
.share .zdy-icon li:nth-child(1):hover:before {
    color: #fff;
    background: url("../new_images/share/chat_w.png") no-repeat;
    background-size:24px;
}


.share .zdy-icon li:nth-child(2):before {
    content: "";
    background: url("../new_images/share/heart.png") no-repeat;
    background-size:24px;
}
.share .zdy-icon li:nth-child(2):hover:before,
.share .zdy-icon li:nth-child(2).active:before {
    background: url("../new_images/share/heart_w.png") no-repeat;
    background-size:24px;
}

/*.share .zdy-icon li#love.active:before {*/
    /*color: #f9575a;*/
    /*background: url("../new_images/index/love.png") no-repeat;*/
    /*background-size:24px;*/
/*}*/


.share .zdy-icon li:nth-child(3):before {
    content: "";
    background: url("../new_images/share/like.png") no-repeat;
    background-size:24px;
}
.share .zdy-icon li:nth-child(3):hover:before,
.share .zdy-icon li:nth-child(3).active:before {
    background: url("../new_images/share/like_w.png") no-repeat;
    background-size:24px;
}





.share .zdy-icon li:nth-child(4):before {
    content: "";
    background: url("../new_images/share/top.png") no-repeat;
    background-size:24px;
}
.share .zdy-icon li:nth-child(4):hover:before {
    color: #fff;
    background: url("../new_images/share/top_w.png") no-repeat;
    background-size:24px;
}


/* end share */
.related_recommendation .title_box {
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 20px;
}
.related_recommendation .title_box img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.related_recommendation .title_box span {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: bold;
}
.related_recommendation .content_box .item {
    display: flex;
    align-items: stretch;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.related_recommendation .content_box .item:not(:last-of-type) {
    margin-bottom: 20px;
}
.related_recommendation .content_box .item .left_msg {
    flex: 1;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related_recommendation .content_box .item .left_msg .subject_guidance .subject {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 8px;
}
.related_recommendation .content_box .item .left_msg .subject_guidance .subject:hover {
    color: #4A90E2;
}
.related_recommendation .content_box .item .left_msg .subject_guidance .guidance {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999999;
    width: 628px;
}
.related_recommendation .content_box .item .left_msg .date_author_source span {
    font-size: 12px;
}
.related_recommendation .content_box .item .left_msg .date_author_source .date {
    color: #999999;
    margin-right: 20px;
}
.related_recommendation .content_box .item .left_msg .date_author_source .author_box {
    color: #999999;
}
.related_recommendation .content_box .item .left_msg .date_author_source .line {
    color: #999999;
    margin: 0 auto;
}
.related_recommendation .content_box .item .left_msg .date_author_source .source {
    color: #4A90E2;
}
.related_recommendation .content_box .item .right_cover {
    width: 190px;
    height: 107px;
}
.related_recommendation .content_box .item .right_cover img {
    width: 190px;
    height: 107px;
    border-radius: 4px;
}
.aticle .excellentCourse .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0;
}
.aticle .excellentCourse .courseItemBox {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 414px;
}
.aticle .excellentCourse .courseItemBox .courseItem {
    width: 268px;
    height: 197px;
    display: block;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2000);
    border-radius: 4px 4px 4px 4px;
}
.aticle .excellentCourse .courseItemBox .courseItem:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
.aticle .excellentCourse .courseItemBox .courseItem:hover {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3000);
}
.aticle .excellentCourse .courseItemBox .courseItem .coverImg {
    width: 268px;
    height: 155px;
    vertical-align: middle;
    border-radius: 4px;
}
.aticle .excellentCourse .courseItemBox .courseItem .subject {
    padding: 10px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}


.sidebar {
    position: relative;
    height: 100%;
}
.sidebar .author.isfixed {
    position: fixed;
    top: 20px;
    right: 50%;
    margin-right: -600px;
    width: 294px;
}
.sidebar .author.isabsolute {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 294px;
}
.sidebar .clsApp {
    display: block;
    margin-bottom: 20px;
}
.sidebar .clsApp .clsAppImg {
    width: 294px;
    height: 165px;
    border-radius: 4px;
}
.sidebar .dmRequiredCourse .titleBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sidebar .dmRequiredCourse .titleBox .titleIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .dmRequiredCourse .titleBox .label {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .firstCourse {
    display: block;
    margin-bottom: 10px;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .firstCourse .coverImg {
    width: 294px;
    height: 165px;
    border-radius: 4px;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox .courseItem {
    width: 142px;
    height: 130px;
    background: #fff;
    margin-bottom: 10px;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox .courseItem:hover {
    background: #F4F7FA;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox .courseItem .coverImg {
    width: 142px;
    height: 80px;
    vertical-align: middle;
    margin-bottom: 6px
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox .courseItem .subject {
    padding: 0 10px;
    height: 34px;
    font-size: 12px;
    color: #333333;
}
.sidebar .dmRequiredCourse .dmRequiredCourseContent .courseItemBox .courseItem:hover .subject {
    color: #1464C8;
}
/* 课程 */
.sidebar .course {
    padding: 20px 0 0;
}
.sidebar .course .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .course .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .course .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .course .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .course .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .course .content .item {
    display: flex;
    height: 70px;
    margin-top: 10px;
}
.sidebar .course .content .item .left_img {
    margin-right: 10px;
    width: 125px;
    height: 70px;
    overflow: hidden;
}
.sidebar .course .content .item .left_img img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .course .content .item .left_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sidebar .course .content .item .right_name {
    font-size: 13px;
    line-height: 20px;
    flex: 1;
}
.sidebar .course .content .item .right_name:hover {
    color: #4A90E2;
}
/* 课程 end */
/* 活动 */
.sidebar .activity {
    padding: 20px 0 0;
}
.sidebar .activity .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .activity .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .activity .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .activity .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .activity .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .activity_swiper {
    height: 170px;
    margin-top: 10px;
}
.sidebar .activity_swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.sidebar .activity_swiper .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    border: 1px solid #fff;
    cursor: pointer;
}
.sidebar .activity_swiper .pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/* 活动 end */
/* 专栏 */
.sidebar .special_column {
    padding: 20px 0 16px;
}
.sidebar .special_column .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.sidebar .special_column .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .special_column .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .special_column .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .special_column .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .special_column .content .item:not(:last-of-type) {
    margin-bottom: 15px;
}
.sidebar .special_column .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar .special_column .content .item .left_introduce {
    width: 208px;
}
.sidebar .special_column .content .item .left_introduce .name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.sidebar .special_column .content .item .left_introduce .introduce {
    font-size: 12px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .special_column .content .item .head_photo {
    width: 70px;
    height: 70px;
}
.sidebar .special_column .content .item .head_photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
/* 专栏 end */
/* 24小时热榜 */
.sidebar .hot_list {
    padding: 4px 0 0;
    width: 294px;
}
.sidebar .hot_list .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.sidebar .hot_list .title_box img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .hot_list .title_box span {
    font-size: 16px;
    color: #EC5E69;
    font-weight: bold;
}
.sidebar .hot_list .the_previous_two {
    width: 294px;
    height: 170px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.sidebar .hot_list .the_previous_two .cover_img_box {
    width: 294px;
    height: 170px;
    overflow: hidden;
}
.sidebar .hot_list .the_previous_two .cover_img {
    width: 294px;
    height: 170px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .hot_list .the_previous_two:hover .cover_img_box .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sidebar .hot_list .the_previous_two .sort {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 0;
    left: -8px;
}
.sidebar .hot_list .the_previous_two .item_title {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    /* width: 100%; */
    padding: 0 15px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .hot_list .content .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 302px;
}
.sidebar .hot_list .content .item .left_cover {
    width: 125px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.sidebar .hot_list .content .item .left_cover .cover_img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .hot_list .content .item .left_cover .sort {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar .hot_list .content .item .right_text {
    height: 70px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar .hot_list .content .item .right_text .item_title {
    font-size: 13px;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .hot_list .content .item .right_text .item_title:hover {
    color: #4A90E2;
}
.sidebar .hot_list .content .item .right_text .time {
    font-size: 12px;
    color: #999999;
}
.sidebar .hot_list .content .item .left_cover:hover .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/* 24小时热榜 end */
.special-details .custom_column {
    position: fixed;
    background: #fff;
    top: -45px;
    width: 100%;
    left: 0;
    z-index: 10000;
    transition: all 0.6s;
}
.special-details .custom_column.show {
    top: 0;
}
.special-details .custom_column .content {
    display: flex;
    height: 45px;
    align-items: center;
    padding-left: 20px;
}
.special-details .custom_column .content .item {
    font-size: 18px;
    color: #1F2A40;
    margin-right: 40px;
    cursor: pointer;
}
.special-details .custom_column .content .item:hover {
    color: #0070E0;
}

.social-share .icon-wechat .wechat-qrcode {
    top: 40px;
}
.social-share .icon-wechat .wechat-qrcode::after {
    top: -14px;
    transform: rotate(180deg);
}
.social-share .icon-wechat .wechat-qrcode h4 {
    background: #fff;
}