.qu-top{
    overflow: hidden;
    padding: 30px 0;
}
.qu-top-left{
    width: 550px;
    overflow: hidden;
    padding-top: 25px;
}
.qu-top-left p{
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #565656;
}
.qu-top-right{
    width: 300px;
    overflow: hidden;
}
.qu-top-right img{
    width: 183px;
    height: 153px;
    display: block;
    margin: 0 auto;
}
.qu-class{
    border: 1px solid #ebebeb;
    overflow: hidden;
    box-sizing: border-box;
    padding:15px;
    background: #f4f4f4;
}
.qu-class span{
    color: #565656;
}
.qu-class-select{
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.qu-class-select select{
   outline: none;
   border: 1px solid rgba(227, 225, 225, 0.95);
    padding: 2px;
    color: #565656;
    font-size: 14px;
}
/*列表*************************/
.qu-list-box{
    overflow: hidden;
}
.qu-list-box li{
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
}
.qu-list-box li:first-child{
    border-top: 0;
}
.qu-content img{
    display: none;
}
.qu-title{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    color: #565656;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qu-content{
    height: 90px;
    font-size: 14px;
    line-height: 30px;
    color: #808080;
    overflow: hidden;
}
.qu-more{
    padding: 5px 0;
    overflow: hidden;
}
.qu-more-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #3282cc;
    color: #fff;
    font-size: 14px;
}
.qu-more-right{
    margin-left: 30px;
    color: #909090;
    line-height: 30px;
    overflow: hidden;
}
.qu-more-right img{
    width: 15px;
    height: 14px;
    margin-top: 8px;
    margin-right: 10px;
}
.qu-more-right a{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    margin: 5px;
    border-radius: 10px;
    color: #909090;
    border: 1px solid #909090;
    box-sizing: border-box;
    float: left;
}
.qu-more-right span{
    font-size: 14px;
}
/*问答详情页*****************************************************************/
.question{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    font-size: 20px;
}
.answer{
    padding: 20px 0;
    overflow: hidden;
    min-height: 500px;
}
.question-detail-bottom{
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    color: #bbb;
    line-height: 30px;
}
.qu-left{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #909090;
}
.qu-bottom-left{
    width: 530px;
    overflow: hidden;
}
.qu-bottom-right{
    width: 320px;
    overflow: hidden;
}
.share-item{
    margin-top: 5px;
}
.recommend{
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.recommend-list{
    width: 45%;
}
.recommend-title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
}
.recommend-list ul{
    padding: 5px 40px 5px 0;
    border-right: 1px solid #ebebeb;
    overflow: hidden;
}
.clear-border{
    padding: 5px 0!important;
     border: 0!important;
    overflow: hidden;
}
.recommend-list ul:first-child{
    border: 0;
}
.recommend-list ul li{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #767676;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-width{
    width: 49%;
}
.qu-title span{
    display: none;
}
.question-class{
    display: none;
}
.question-title{
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 414px){
    .sub-box-left{
        margin-top: 35px;
    }
    .banner{
        display: none;
    }
    .qu-top{
        display: none;
    }
    .sub-box-padding {
        padding: 0;
    }
    .qu-list-box {
        width:calc(100% - 20px);
        padding: 0 10px;
    }
    .qu-class {
        width:100%;
        border: none;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
        box-sizing: border-box;
        padding:0  15px;
        background: #fff;
    }
    .qu-class span{
        display: none;
    }
    .qu-class-select{
        width: 33.3%;
        margin-right: 0;
        border: none;
    }
    .qu-class-select select{
        padding-right: 15px;
        border: none;
        outline: none;
        -webkit-appearance: none;
        background: url("../images/careat-black.png") no-repeat 98% transparent ;
    }
    .qu-content{
        display: none;
    }
    .qu-more-btn{
        display: none;
    }
    .qu-more-right img{
        display: none;
    }
    .qu-more-right span{
        display: none;
    }
    .qu-more-right {
        margin-left:0;
        color: #bbb;
        line-height: 30px;
        overflow: hidden;
    }
    .sub-box-left {
        width:100%;
        min-height: 300px;
        overflow: hidden;
        background: #fff;
    }
    .qu-list-box li {
        padding: 10px 0;
        border-top: 1px solid #ebebeb;
        overflow: hidden;
    }
    .qu-title{
        width: 100%;
        font-size: 14px;
    }
    .qu-title-left{
        width: 97%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .qu-more {
        padding: 0;
        overflow: hidden;
    }
    .qu-title span{
        display: block;
        line-height: 30px;
        font-size: 24px;
        color: #bdbdbd;
    }
    /*详情*/
    .question{
        width: 100%;
        height: 30px;
        padding: 10px 0;
    }
    .question img{
        display: none;
    }
    .question-title{
        width: auto;
        max-width: 70%;
        text-align: left;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .question-class{
        display: block;
        background: #3282cc;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
        height: 19px;
        line-height: 19px;
        margin-top: 10px;
        border-radius: 3px;
        margin-left: 5px;
    }
    .answer img{
        width: 100%;
    }
    .answer{
        width: 100%;
        padding: 0;
    }
    .qu-left{
        display: none;
    }
    .qu-bottom-right{
        display: none;
    }
    .qu-bottom-left {
       width: 100%;
        padding: 10px 0;
        overflow: hidden;
        border: 0;
    }
    .question-detail-bottom {
        border-bottom: 1px solid #ebebeb;
        color: #bbb;
        line-height: 30px;
        overflow: hidden;
    }
    .recommend{
        display: none;
    }
    .qu-padding{
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .relevant-box{
        border: none;
    }
}