    .auto {
        margin: 0 auto;
        min-width: 1200px;
        max-width: 1200px;
    }
    .module-title {
        position: relative;
        text-align: center;
        height: 130px;
        line-height: 130px;
        font-size: 24px;
    }
    .clearfix:after, .clearfix:before {
        display: table;
        line-height: 0;
        content: "";
    }
    .qa-box li {
        position: relative;
        float: left;
        margin-left: 30px;
        width: 380px;
        background-color: #fff;
    }
    .qa-box li:first-child {
        margin-left: 0;
    }
    .qa-title {
        position: relative;
        height: 66px;
        line-height: 80px;
    }
    .qa-title1 {
        background: url(img/icon-question-box-01.png) no-repeat 30px 30px;
    }
    .qa-title span {
        display: inline-block;
        margin-left: 58px;
        font-size: 18px;
        color: #333;
    }
    .qa-title a {
        position: absolute;
        right: 22px;
        top: 0px;
        display: inline-block;
        font-size: 12px;
        color: #1d8cd9;
    }
    .qa-box-list {
        margin: 0 25px 0 58px;
        padding-top: 11px;
        padding-bottom: 25px;
        border-top: 1px solid #e5e5e5;
    }
    .qa-box-list a {
        position: relative;
        display: block;
        padding-left: 6px;
        font-size: 13px;
        color: #333;
        height: 36px;
        line-height: 36px;
        width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        white-space: nowrap;
    }
    .qa-box-list a:before {
        position: absolute;
        left: 0px;
        top: -4px;
        content: ".";
        font-size: 12px;
        color: #333;
    }
.white_question .module-title{
color:#fff;
}
.white_question .qa-box li{
background-color: transparent;
}
.white_question  .qa-title span{
color:#fff;
}
.white_question .qa-box-list a{
color:#fff;
}