.help-list .question{
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}
.help-list .question .title{
    padding: 22px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    color: #000000;
    font-size: 19px;
}
.help-list .question .title .question-title a{
    font-size: 17px;
    color: #333333;
}
.help-list .question .title .time{
    font-size: 15px;
    color: #777777;
}
.help-list .question .title .label-index{
    float: left;
    display: block;
    width:5%
}
.help-list .question .title .label-index span{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #677788;
    display: block;
    border-radius: 50%;
}
.help-list .question .title .content{
    float: left;
    width: 90%;
}
.help-list .question .title .drag-arrow{
    width:14px;
    height:24px;
    background: url(../images/arrow_down.png) no-repeat;
    background-size: auto 14px;
    cursor: pointer;
}
.help-list .question .title .content .question-title{
    margin-bottom: 22px;
}
.help-list .question .title .content .answer{
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}
.help-list .question .title .drag-arrow{
    float: right;
    width: 5%
}
.help-list .question .showContent{
    height: auto;
}
.help-list .question .showContent .drag-arrow{
    background: url(../images/arrow_up.png) no-repeat;
    background-size: auto 14px;
}
.help-list .question .showContent .label-index span{
    background: #0D5FE0;
    color: #fff;
}
@media (min-width: 601px) and (max-width: 1000px) {
    .help-list .question .title .label-index{
        width: 7%
    }
    .help-list .question .title .content{
        width: 85%;
    }
    .help-list .question .title .drag-arrow{
        width: 8%;
    }
}
@media (min-width: 320px) and (max-width: 600px) {
    .help-list .question .title{
        padding: 22px 0;
    }
    .help-list .question .title .label-index{
        width: 10%
    }
    .help-list .question .title .content{
        width: 82%;
    }
    .help-list .question .title .drag-arrow{
        width: 8%;
    }
}















