* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Microsoft YaHei";
}

a {
    cursor: pointer;
}

.ceiling-box {
    min-height: 200px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
}

.ceiling-box .wide {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.ceiling-box .wide .left {
    width: 840px;
    padding: 30px 60px 30px 20px;
}

.ceiling-box .wide .left .top {
}

.ceiling-box .wide .left .top .title {
    color: #333;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}

.ceiling-box .wide .left .center .description {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ceiling-box .wide .left .center .pre {
    display: none;
    margin-top: 20px;
}

.ceiling-box .wide .left .middle {
}

.ceiling-box .wide .left .middle .info {
}

.ceiling-box .wide .left .middle .info .date {
    color: #9B9B9B;
    font-size: 14px;
    margin: 20px 0;
}

.ceiling-box .wide .left .bottom {
    display: flex;
    align-items: center;
}

.ceiling-box .wide .left .bottom .btn {
    margin-right: 30px;
}

.ceiling-box .wide .left .bottom .share {
    margin-right: 30px;
}

.ceiling-box .wide .right {
    flex: 1;
    padding-top: 30px;

}

.ceiling-box .wide .right .base {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
    text-align: center;
}

.ceiling-box .wide .right .base .divider {
    height: 40px;
    width: 1px;
    background-color: #ddd;
}

.ceiling-box .wide .right .base .view {
    color: #9B9B9B;
}

.ceiling-box .wide .right .base .member {
    color: #9B9B9B;
}

.ceiling-box .wide .right .base .response {
    color: #9B9B9B;
}

.ceiling-box .wide .right .base .view-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}

.ceiling-box .wide .right .base .member-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}

.ceiling-box .wide .right .base .response-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}

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

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

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

.main-content {
    width: 880px;
    float: left;
}

.topic-box {
    width: 880px;
    min-height: 440px;
}

.topic-box .top {
    padding: 20px 20px 0 20px;
    background-color: #fff;
}

.topic-box .top .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.topic-box .top .title-box:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #0d71bb;
    left: -20px;
}

.topic-box .top .title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.reply-box {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}

.middle-box {
    background-color: #fff;
}


/*右侧列表*/

.container .right-side-bar {
    width: 300px;
    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;
    margin-bottom: 20px;
}

.container .right-side-bar {
    width: 300px;
    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;
    margin-bottom: 20px;
}

.right-side-bar .hot-content {
}

.hot-content .hot-content-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/*回答框*/
.add-answer-box {
    display: none;
}

#editorForm {
    margin: auto;
}

.w-e-text-container {
    height: 160px !important;
}

.bottom-menu {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}

.bottom-menu #cancel {
    color: #aaa;
    line-height: 34px;
    margin-right: 17px;
    cursor: pointer;
}

.bottom-menu #storageDiv {
    color: #777;
    align-self: center;
    flex-basis: 500px;
    text-align: right;
}

.bottom-menu #storageDiv a {
    cursor: pointer;
}

/*邀请用户列表*/

.ui.modal.small.invite-modal .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invite-modal .header .sub-search {
    width: 300px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invite-modal .header .sub-search .ui.search {
    width: 300px;
}

.invite-modal .header .sub-search .ui.search .ui.input {
    height: 35px;
    width: 300px;
}

.invite-modal-user-list {
    display: flex;
    padding: 10px 1.5rem;
    flex-direction: column;
}

.invite-modal-user-list .user-list {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.ui.modal.invite-modal .scrolling.content.invite-modal-user-list {
    max-height: calc(60vh - 10em);
    overflow: auto;
}

.invite-modal-user-list .list-item {
    display: flex;
    align-items: center;
}

.item-user-avatar {
    width: 50px;
    height: 50px;
}

.item-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.invite-modal-user-list .list-item .item-user-name {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.6em;
}

.no-user-data {
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*评论列表*/

.comments-item {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px dashed #e6e6e6;
}

.comments-item .comments-user-info {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-item .comments-user-info .avatar {
    width: 60px;
    height: 60px;
}

.comments-item .comments-user-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comments-item .comments-detail {
    padding-left: 1rem;
}


.comments-item .comments-detail .comments-text {
    margin: .5em 0;
    width: 720px;
}


.comments-item .comments-detail .comments-text .user-name {
    font-size: 14px;
    font-weight: 700;
    color: #4d7198;
    margin-bottom: 10px;
    display: inline-block;
}

.comments-item .comments-detail .comments-bottom {
    margin: 4px 0;
}

.comments-item .comments-detail .comments-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.comments-item .comments-detail .comments-bottom .comments-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
    float: left;
}

.comments-item .comments-detail .comments-bottom .reply-comment {
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}

.comments-item .comments-detail .comments-bottom .reply-comment:hover {
    color: #4d7198;
}

.comments-item .comments-detail .comments-bottom .thumbsUp {
    float: right;
}

.reply-comment-list-box {
    background-color: #f6f6f6;
    width: 720px;
    padding: 5px 10px;
}

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

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

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

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

.relationUser-name {
    font-size: 14px;
    font-weight: 700;
    color: #4d7198;
    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: #4d7198;
}

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

.ui.checkbox.anonymity {
    position: absolute;
    left: 560px;
    bottom: -40px;
}

#tweetCommentForm {
    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;
}


.share {
    display: flex;
    align-items: center;
    position: relative;
}

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

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

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

.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;
}

.share .share-content .share-wx-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    left: 10px;
}

.share .share-content .share-wx-foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

.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');
}