.active {
    color: #0792ff !important;
}
#content-master {
    width:60%;
    display: flex;
    justify-content: space-between;
    margin: auto
}
.pc-possible-notice, .m-category {
    padding: 15px;
    border-bottom: 1px solid #ededed;
}
.m-category {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.possible-notice-a {
    padding: 5px 20px;
    border: 1px solid #ededed;
}
.m-category-a {
    padding: 5px 10px;
    border: 1px solid #ededed;
}
#q-list-type {
    padding-top: 20px;
    padding-left: 15px;
}
.contains {
    padding: 20px;
    border-bottom: 1px dashed #ededed;
}
.titleBox {
    display: flex;
    justify-content: left;
    padding-bottom: 15px;
}
#left {
    background: #ffffff;
    width: 65%;
    margin-right: 15px
}
.numBox {
    width: 36px;
    font-size: 12px;
    background: #edf7ff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px 0 12px 12px;
}
.titleLine {
    font-size: 18px;
    padding-left: 15px;
}

.answerContains {
    padding-top: 20px;
}
.answerContains {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    padding: 15px;
}
.head-info {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}
.imgBox {
    width: 30px;
    height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.head-info-name {

}
.detail {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    /*color: #333;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none;
}

.load-more:hover {
    color: #0792ff !important;
}

@media only screen and (max-width: 1170px){
    #content-master, #left{
        width: 100%;
    }

    #right, .pc-possible-notice{
        display: none;
    }

    #cate-page-list {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 1170px){
    .m-category{
        display: none;
    }
}

#cate-page-list{
    padding: 15px;
    border-bottom: 1px solid #ededed;
}
