.banner {
    height: 180px;
    background-image: url("/skin/images/part_222.jpg");
    width: 1920px;
    margin: 0 auto;
}

.faq_box {
    width: 1200px;
    margin: 20px auto;
    /*padding-top:50px;*/
    cursor: default;
}

.faq_left>ul{
    margin: 35px 0 0 ;
}

.faq_right{
    /*padding-top: 50px;*/
}

.faq_left>ul>li{
    font-size:16px;
    width: 120px;
    height: 50px;
    text-align: center;
    margin-left: 30px;
}

.faq_item{
    position: relative;
    /*background:pink;*/
    /*height: 85px;*/
    width: 650px;
    margin:0  0 60px 170px;
    /*overflow: hidden;*/
}

.faq_item>p{
    margin-top:12px;
    font-size: 16px;
    line-height: 20px;
}
.faq_item>p>.faq_q{
    position: absolute;
    color: #F87944;
    font-weight: bolder;
    left: -26px;
    margin-bottom: 10px;
}
.faq_item>p>.faq_a{
    position: absolute;
    left: -26px;
    color: #69BB61;
    font-weight:bolder;
}