.main-wrap {
    background-color: #F6F6F6;
    padding-top: 20px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

.container .main-content {
    width: 880px;
    float: left;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    border-radius: 5px;
    padding: 50px;
    box-sizing: border-box;
}

.container .main-content article {
}

.container .main-content article .title {
    font-size: 28px;
    color: #333;
    height: 86px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 30px 0;
}

.container .main-content article .article-info {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}

.container .main-content article .article-info .author {
    color: #2267bd;
    font-size: 14px;
}

.container .main-content article .article-info .dot {
    width: 3px;
    display: inline-block;
    border-radius: 2.5px;
    background-color: #A2A2A2;
    height: 3px;
    position: relative;
    top: 7px;
    margin: 0 8px;
}

.container .main-content article .article-info .time {
    color: #999;
    font-size: 14px;
}

.container .main-content article .article-content {
    min-height: 350px;
    padding-bottom: 30px;
}

.container .main-content article .article-content img {
    max-width: 100%;
}

.container .main-content article .article-content .article-summary {
    width: 800px;
    margin: 20px auto;
    background-color: #f6f6f6;
    padding: 8px 2%;
    text-indent: 0;
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    border-radius: 5px;
}

.container .main-content article .article-bottom-container {
    height: 100px;
}

.container .main-content article .article-bottom-container .statement {
    padding-bottom: 30px;
    margin: 30px 0;
    color: #9F9F9F;
    border-bottom: 1px dashed #ccc;
}

.container .main-content article .article-bottom-container .views-praise-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}

.container .main-content article .article-bottom-container .views-praise {
    display: flex;
}

.container .main-content article .article-bottom-container .views-praise .views {
    text-align: right;
    color: #A2A2A2;
    margin-right: 10px;
}

.container .main-content article .article-bottom-container .views-praise-share .share {
    display: flex;
    align-items: center;
    position: relative;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content {
    position: absolute;
    top: -40px;
    left: -190px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 99999;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content .share-wx-title {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    position: relative;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content .share-wx-title span {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    color: #000;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content .share-wx-title a.close-share-content {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -3px;
    color: #999;
    text-decoration: none;
    font-size: 20px;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content .share-wx-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    left: 10px;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-content .share-wx-foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

.container .main-content article .article-bottom-container .views-praise-share .share .share-wx {
    width: 34px;
    height: 35px;
    display: block;
    margin-left: 5px;
    background-color: #FFF;
    background-image: url('/static/images/news-center/icon_weixin_pressed.png');
}


/* 右侧内容开始 */

.container .right-hot-content {
    width: 300px;
    min-height: 500px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    float: right;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    margin-left: 900px;
    z-index: 2;
}

.container .right-hot-content .title {
    font-size: 18px;
    color: #4a4a4a;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.container .right-hot-content .hot-news-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2E2E2E;
    height: 40px;
    margin-top: 10px;
}

.container .right-hot-content .hot-news-title a {
    color: #2E2E2E;
}

.container .right-hot-content .hot-news-title a:hover {
    color: #2267bd;
}

.container .right-hot-content .hot-news-title .topic {
    float: right;
    width: 220px;
}

.container .right-hot-content .hot-news-title .rank {
    font-size: 16px;
    padding: 0 6px;
    background-color: #2267bd;
    color: #fff;
}

.container .right-hot-content .hot-news-title .rank-other {
    font-size: 16px;
    padding: 0 6px;
}

/*评论区*/

.comments-section {
    background-color: #fff;
    margin-top: 80px;
}

.comments-section .title {
    color: #373737;
    font-size: 18px;
    line-height: 2em;
}

.comment-section {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.comment-section .commenter-info {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #d9d9d9;
    position: relative;
    font-size: 12px;
}

.comment-section .commenter-info img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: 10px;
}

.comment-section .commenter-info .details-list div {
    line-height: 1.5;
}

.comment-section .commenter-info .details-list .user-lev {
    display: inline-block;
    padding: 0px 4px;
    background-color: #ffcd07;
    border-radius: 5px;
    color: #fff;
}

.comment-section .commenter-info .details-list .user-title-info {
    display: flex;
    flex-direction: column;
}

.comment-section .commenter-info .details-list .user-title-info a img {
    width: 60px;
    height: 20px;
    border-radius: 0;
    margin: 0;
}

.comment-section .comment-content {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    width: 710px;
}

.comment-section .comment-content .comment-infor {
    font-size: 14px;
    color: #808080;
    position: relative;
}

.comment-section .comment-content .comment-infor .commener-name {
    color: #111;
    margin-right: 4px;
}

.comment-section .comment-content .comment-infor .comment-highlight {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #5b75a6;
}

.comment-section .comment-content .comment-infor .comment-highlight-confirm {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #5b75a6;
}

.comment-section .comment-content .comment-infor .highlight-icon {
    display: block;
    width: 150px;
    height: 130px;
    background-image: url(/static/images/topic/icon.png);
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    right: -70px;
    top: 0px;
}

.comment-section .comment-content .reply-content {
    min-height: 100px;
    padding: 15px;
    word-break: break-all;
}

.comment-section .comment-content .reply-content img {
    max-width: 100%;
    height: auto;
}

.comment-section .comment-content .comment-floor {
    display: flex;
    justify-content: flex-end;
    color: #808080;
    margin: 5px 0;
    font-size: 14px;
}
.thumbsUp {
    color: #808080;
}
.comment-section .comment-content .comment-floor i {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 0;
}

.comment-section .comment-content .comment-floor i:before {
}

.comment-section .comment-content .floor-in-floor-container {
    background: #f9f9f9;
}

.comment-section .comment-content .floor-in-floor-container.hidden {
    display: none;
}

.show-more {
    width: 100%;
    text-align: right;
    background-color: #f9f9f9;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}

.show-more:hover {
    color: #2267bd;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding: 10px;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con {
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-content {
    margin-left: 30px;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-user-info {
    float: left;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-user-info img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .nickname {
    margin: 0 5px;
    color: #289cde;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .floor-in-floor-text {
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .time {
    font-size: 13px;
    color: #555;
    text-align: right;
    margin-top: 5px;
}

.comment-section .comment-content .ui.form.reply-form {
}

.comment-section .comment-content .ui.form.reply-form textarea {
    height: 58px;
    min-height: 58px;
    max-height: 58px;
}

.comment-section .comment-content .ui.form.reply-form .ui.submit.button {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #5b75a6;
    color: #fff;
    border: 1px solid #e8e8e8;
    padding: 0;
    margin: 5px 0;
    margin-left: 630px;
}

.comment-section .comment-content .ui.form.reply-form .ui.submit.button:hover {
    opacity: .8;
}

/*二级回复*/
.reply-comment-list-box {
    background-color: #EAEAEC;
    width: 660px;
    padding: 5px 10px;
}

.has-reply-comment-content {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.sub-comments-detail {
    width: 640px;
    border-bottom: 1px solid #ddd;
}

.sub-comments-text {
    margin: .5em 0;
}

.sub-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.relationUser-name {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.sub-comments-bottom {
    display: flex;
    justify-content: space-between;
}

.sub-comments-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
}

.sub-reply-comment {
    color: #333;
    cursor: pointer;
}

.sub-reply-comment:hover {
    color: #32a2d5;
}

.count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #bbb;
}

/*评论框*/
.tweetCommentForm {
    margin-top: 30px;
    position: relative;
}

.tweetCommentForm .unlogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

/*相关资讯*/
.correlation-news {
    margin-top: 60px;
}

.correlation-news .title {
    color: #4183c4;
    font-size: 22px;
    margin: 10px 0 22px 0;
}

.correlation-news .search-topic-title {
    color: #373737;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
}

.search-topic-list {
    display: flex;
    flex-direction: column;
}

.search-topic-list .search-topic-item {
    display: flex;
    width: 800px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.search-topic-list .search-topic-item .search-topic-info {
    display: flex;
    color: #333;
    width: 200px;
}

.search-topic-list .search-topic-item .search-topic-info .views {
    margin-right: 30px;
    width: 80px;
}

.search-topic-list .search-topic-item .search-topic-title:hover {
    color: #5b75a6;
}
.ui.form textarea {
    resize: none;
}