.wenda_left {
    width: 856px;
    float: left;
}
body{background: #F7F8FC;}
.list-filter.wenda-filter {
    margin-bottom: 3px;
}

.wenda_right {
    width: 316px;
    float: right;
}

.wenda-filter .tabs .tab {
    position: relative;
}
.list-filter.wenda-filter .list-tab span{
    margin-right: 24px;
    cursor: pointer;
}
.wenda-filter .more_tabs {
    display: none;
    background-color: #fff;
    padding: 30px 20px 10px;
    position: absolute;
    left: 0;
    top: 56px;
    width: 859px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
}

.wenda-filter .more_tabs .tab {
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    color: #A7ADB4;
    border-radius: 15px;
    background-color: #f7f8fc;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.wenda-filter .more_tabs .tab.cur {
    color: #FF7112;
    background-color: #fff5ee;
}

.wenda-filter .tabs .tab:hover .more_tabs {
    display: block;
}

.wenda-filter .tabs .tab:hover .pc-select__icon-down {
    background-position: 0 -10px;
}

.wenda-filter .pc-select__icon {
    float: left;
    right: unset;
}

.wenda-filter.list-filter .list-sort {
    line-height: 52px;
    margin-top: 0;
}

.wenda-filter.list-filter .list-sort span {
    float: left;
    margin: 0 12px;
    color: #A7ADB4;
}

.wenda-filter.list-filter .list-sort .sort-tags {
    margin-right: 0;
    margin-top: 0;
    color: #A7ADB4;
}

.wenda-filter.list-filter .list-sort .sort-tags.active {
    color: #333;
}
.wenda .recommend{
    margin-top: 26px;
}
.wenda .recommend li {
    display: block;
    width: 47%;
    margin-right: 6%;
    float: left;
    margin-bottom: 15px;
    background-color: #f7f8fc;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    box-sizing: border-box;
    border-radius: 3px;
}

.wenda .recommend li:nth-child(2n) {
    margin-right: 0;
}

.wenda .recommend li:hover {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
}

.wenda .recommend li img {
    width: 40px;
    height: 40px;
}

/* 问答列表 */
.wenda_list{
    background-color: white;
    border-radius: 5px;
    padding: 10px 20px;
}
.wenda_list .ask,
.wenda_list .reply {
    display: flex;
}

.wenda_list i {
    width: 22px;
    height: 23px;
    margin-right: 16px;
}

.wenda_list .reply p,
.wenda_list .ask p {
    flex: 1;
    font-size: 14px;
}
.wenda_list .reply p{
}
.wenda_list .ask {
    font-size: 16px;
}

.wenda_list .ask i {
    display: inline-block;
    background-size: 100%;
}

.wenda_list .reply i {
    display: inline-block;
    background-size: 100%;
}


.list-filter.wenda-filter.rmbk {
    margin-bottom: 0px;
}
.wenda .indexlist_container{
    display: none;
}
.wenda .indexlist_container.cur{
    display: block;
}


.wenda_top_div{

}
.wenda_top_div_l{
    background-color: white;
    border-radius: 5px;
    width: 413px;
    float: left;
}
.wenda_top_div_l_top{
    width: 100%;
    height: 280px;
    position: relative;
}
.wenda_top_div_l_top img{
    width: 100%;
    height: 280px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.wenda_top_div_l_top span{
    position: absolute;
    color: white;
    font-size: 16px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.wenda_top_div_l_bom{
    padding: 15px;
}
.wenda_top_div_l_bom ul{

}
.wenda_top_div_l_bom ul li{
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    line-height: 36px;
}
.wenda_top_div_l_bom ul li b{
    color: #afb0bb;
    margin-right: 10px;
}
.wenda_top_div_r{
    float: right;
}
.list-filter .list-tab span{
    line-height: 1;
}
.list-filter .list-tab .tab{
    margin-bottom: 20px;
}
.mt40{
    margin-top: 40px;
}
.asklist li:first-child {
    border-top: none;
}

.wenda_top_r1{
    height: 218px;
    background-color: white;
    padding: 30px 21px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}
.wenda_top_r1 a{
    display: block;
}
.wenda_top_r1 .wenda_top_r1_3:hover{
    color: white;
}
.wenda_top_r1_1{
    font-size: 26px;
    font-weight: bold;
    color: #E53A11;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    margin-bottom: 13px;
}
.wenda_top_r1_2{
    color: #AFB0BB;
    font-size: 16px;
    margin-bottom: 20px;
}
.wenda_top_r1_3{
    background-color: #E53A11;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.wenda_top_r1_4,.wenda_top_r1_5{
    width: 130px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    background-color: #f7f8fc;
    border-radius: 5px;
}
.wenda_top_r1_4{
    float: left;
}
.wenda_top_r1_5{
    float: right;
}
.wenda_top_r2 img{
    width: 100%;
    height: 182px;
    border-radius: 5px;
    margin-top: 30px;
}
.wenda_top_r3{
    background-color: white;
    padding: 30px 21px 10px 21px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wenda_top_r3 a{
    width: 130px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-align: center;
    background-color: #f7f8fc;
    border-radius: 5px;
    display: inline-block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    margin-bottom: 20px;
}
.mt30{
    margin-top: 30px;
}
.wenda_top_r3 a img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.wenda_top_r4 img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 15px;
}
.mb30{
    margin-bottom: 30px;
}
.plis_show{
    padding: 3px 0 !important;
    flex: 1;
    display: inline-block;
    overflow: auto!important;
    height: auto!important;
    -webkit-line-clamp: unset !important;
}
.plis_show p{
    line-height: 28px;
    /*text-indent: 28px;*/
}
.mb3{
    margin-bottom: 3px;
}
.wenda_sapn_b{
    font-weight: bold;
}
.indexlist .indexlist_container .item:nth-child(3n){
    margin-right: 0 !important;
}
.indexlist .indexlist_container .item:nth-child(4n){
    margin-right: 20px;
}
.indexlist .indexlist_container .item{
    width: 272px;
}
.ask .ask_p3{
    color: #AFB0BB;
    font-size: 12px;
    margin-top: 5px;
    float: right;
}
.ask .ask_p3 img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}