/* 

常见问题
 
 */
.q-con{
    width: 1200px;
    margin: auto;
    padding:20px 0px;
/*  display: flex;
    justify-content: flex-start; */
    overflow: hidden;
}
.q-con-left ul li{
    width: 228px;
    height: 50px;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    
}
.q-con-left ul li a{
    display: block;
}
.q-con-left{
    width: 227px;
    float: left;
}
li.q-active ,.q-con-left ul li:hover{
    background:#45a6f7 url(../images/question_05.jpg) no-repeat 160px center!important;
    color: #fff!important;
}
li.q-active a,.q-con-left ul li:hover a{
    color: #fff!important;
}
.q-con-right{
    width: 972px;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
}
.q-con-right_title1{
    width: 1005;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ececec;
}
.q-con-right_title2{
    height: 66px;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
}
.q-con-right_title2>img{
    margin-right: 13px;
}
.result_con{
    background: #f5fafe url(../images/question_13.jpg) no-repeat 10px 20px;
    width: 100%;
    box-sizing: border-box;
    padding:10px 0px 13px 60px ;
    margin-bottom: 20px;
}
.result_con_title{
    color: #45a6f7;
    font-size: 14px;
    padding: 10px 0px;
}
.result_con_info{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.q-item{
    margin-bottom: 10px;
}
