.qa_content {
    width: 85%;
}
.qa_content .qa_box .qa_tit {
    display: inline-block;
    padding: 5px;
    background-color: #6f6f6f;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
}
.qa_content .qa_box .qa_item {
    margin-bottom: 20px;
}
.qa_content .qa_box .qa_item h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.qa_content .qa_box .qa_item p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
@media(max-width:991px) {
    .qa_content{
        width:100%;
    }
}