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

.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;
    background-color: #fff;
}

.topic-box .top {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

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


.topic-box .middle {
}

.topic-box .middle .topic-box {
    padding: 20px;
}

.topic-box .middle .topic-box .topic-list {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    margin: 15px 0;
}

.topic-box .middle .topic-box .topic-list:hover .title {
    color: #0d71bb;
    cursor: pointer;
}

.topic-box .middle .topic-box .topic-list .title {
    font-size: 22px;
    line-height: 1.5;
    color: #3a3a3a;
    font-weight: bold;
}

.topic-box .middle .topic-box .topic-list .content {
    margin-top: 15px;
    display: flex;
}

.topic-box .middle .topic-box .topic-list .content .left {
    margin-right: 16px;

}

.topic-box .middle .topic-box .topic-list .content .left .cover {
    width: 190px;
    height: 105px;
}

.topic-box .middle .topic-box .topic-list .content .right {
    flex: 1;
    color: #646464;
    display: flex;
    flex-direction: column;
}

.topic-box .middle .topic-box .topic-list .content .right .answers-box {
    /*height: 90px;*/
}

.topic-box .middle .topic-box .topic-list .content .right .answers-box .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    font-size: 16px;
}

.topic-box .middle .topic-box .topic-list .content .right .info-box {
    display: flex;
    justify-content: flex-end;

}

/*右侧列表*/

.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;
    display: flex;
    align-items: center;
}
.hot-content .hot-content-title img {
    margin-right: 6px;
}
.hot-content-list-box {

}

.hot-content-list-box .top {
    display: flex;
    padding: 10px;
}

.hot-content-list-box .top .left {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.hot-content-list-box .top .left .cover {
    width: 100%;
    height: 100%;
}

.hot-content-list-box .top .right {
    flex: 1;
}

.hot-content-list-box .top .right .title {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hot-content-list-box .middle .description {

}
.hot-content-list-box .middle {
    color: #9B9B9B;
    padding: 10px;
    line-height: 1.5;
}

.hot-content-list-box .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px dashed #ddd;

}

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

.hot-content-list-box .base .divider {
    height: 80px;
    width: 1px;
    background-color: #ddd;
}

.hot-content-list-box .base .view {
    color: #9B9B9B;
}

.hot-content-list-box .base .member {
    color: #9B9B9B;
}

.hot-content-list-box .base .response {
    color: #9B9B9B;
}

.hot-content-list-box .base .view-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}

.hot-content-list-box .base .member-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}

.hot-content-list-box .base .response-number {
    color: #333;
    font-size: 24px;
    margin-top: 16px;
}


/*提问弹窗*/
#editorForm {
    margin: auto;
}

.plate-and-title {
    margin: 20px 0;
}

#title {
    width: 500px;
}

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

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

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