#master {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #f2f2f2;
}
#q-content-main {
    background-color: #f2f2f2;
    padding-top: 1px;
    padding-bottom: 20px;
    width: 68%;
    margin-right: 10px;
}
.q-web-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.q-author {
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
#q-detail {
    margin-top: 15px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.recommend-header {
    padding: 10px;
    display: flex;
    align-items: center;
}
.recommend-title {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.recommend-answers {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.related-excerpt {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#q-master {
    padding: 15px;
}
#q-master,#recommend-content,#related-list {
    background: #fff;
    margin: 8px auto;
}

@media only screen and (max-width: 980px) {
    .q-hot-hits,.q-hot-talk {
        display: none;
    }
}

@media (min-width: 768px) {
    #colophon {
        width: 100%;
    }
    .related-a-img {
        width: 180px;
        height: 130px;
    }
    .related-img {
        height: 100%;
        min-width: 180px
    }

    #related-list {
        display: none;
    }
}
#q-detail p {
    line-height: 2em;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    #master,#q-content-main {
        width: 100%;
        background: #fff;
        margin: 0 auto;
    }
    #q-master {
        width: 100%;
        background: #fff;
        margin: 0 auto;
    }
    .related-list {

    }
    .related-right {
        display: flex;
        flex-direction: column;
    }
    .related-title {
        color: #333;
        font-size: 16px;
        margin: 7px 13px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .related-a-img {
        width: 130px;
        height: 100px;
    }
    .related-img {
        height: 100%;
        min-width: 130px
    }
    #right,.related-excerpt,.related-cate,.related-hits {
        display: none !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;
    }
}
#right {
    width: 32%;
    margin: 10px 0;
}
