
/* 问答中心 */
.help-search .hot{
    width: 100%;
    background: url(./line_3.png) bottom center no-repeat;
}
.help-search .hot a{
    margin: 0 8px;
}
.que-con{
    padding: 0 20px;
    text-align: left;
    color: #999;
}
.que-con a{
    margin: 0 6px;
    font-size: 17px;
    color: #bbb;
}
.q-con{
    width: 754px;
}
.q-top {
    position: relative;
    margin-bottom: 50px;
}
.q-top>a{
    position: absolute;
    right: 0;top: -2px;
    padding: 7px 15px;
    background: #f07829;
    font-size: 16px;
    color: #fff;
}
.q-nav a{
    position: relative;
    margin-right: 30px;
    font-size: 20px;
    opacity: .7;
}
.q-nav a.on{
    opacity: 1;
    font-size: 22px;
}
.q-nav a:hover{
    opacity: 1;
}
.q-nav a.on::after{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    border-top: 4px solid #f07829;
}

.q-list li{
    padding: 25px 40px;
    padding-left: 90px;
    margin-bottom: 30px;
    background: rgba(233, 233, 233, .08);
    border: 1px solid rgba(233, 233, 233, .3)
}
.q-list li .q-list-top{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}
.q-list li .q-list-top::before{
    position: absolute;
    content: url(./qicon01.png);
    top: 0;
    left: -60px;
}
.q-list li .q-list-bot{
    position: relative;
}
.q-list li .q-list-bot::before{
    position: absolute;
    content: url(./qicon02.png);
    top: 0;
    left: -60px;
}
.q-list li .q-list-top h3{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
}
.q-list li .q-list-top span{
    margin-right: 30px;
    font-size: 14px;
    color: #999;
}
.q-list li .q-list-bot p{
    height: 54px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}

.q-con .page{
    padding-right: 0;
}

.qside .help-form .fd-submit{
    display: block;
    margin-left: 0;
}
.qside .help-form .fd-submit input{
    width: 100%;
}
@media screen and (max-width: 1200px){
    .q-con{
        width: 100%;
        margin-top: 20px;
    }
    .q-top>a{
        display: none;
    }
}
@media screen and (max-width: 800px){

    .q-nav a{
        font-size: 16px;
        margin-right: 10px;
    }
    .q-nav a.on{
        font-size: 16px;
    }
    .q-list li .q-list-top h3{
        font-size: 16px;
    }
    .q-list li .q-list-top span{
        font-size: 12px;
    }
    .q-list li .q-list-bot p{
        font-size: 14px;
    }
    .q-list li{
        padding: 20px;
        margin-bottom: 20px;
    }
    .q-list li .q-list-top{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .q-list li .q-list-top::before,.q-list li .q-list-bot::before{
        display: none;
    }
    .q-list li .q-list-top span{
        margin-right: 10px;
    }
}