/* 
* @Author: anchen
* @Date:   2016-03-30 10:05:20
* @Last Modified by:   anchen
* @Last Modified time: 2016-03-30 11:23:38
*/
.wyj_container{
    width: 920px;
    overflow: hidden;
    border:1px solid #e0e0e0;
    /* margin: 10px 0 10px 10px;  */
}
.topTitle{
    width: 870px;
    height: 40px;
    overflow: hidden;
    padding: 0 25px;
    background: #e0e0e0;
    line-height: 40px;
    font-size: 14px;
}
.title{
    margin-right:5px;
}
.bottomBox{
    width: 870px;
    overflow: hidden;
    padding:0 25px 0px 25px;
}
.question_tabBox{
    width: 870px;
    height:50px;
    overflow: hidden;
    line-height: 50px;
}
.question_tab{
    display: inline-block;
    text-decoration: none;
    color: #a7a7a7;
    float: left;
    margin-right: 40px;
}
.question_tab:hover{
    color: #e52e04;
}
.onCurrent{
    color: #e52e04;
}
.question_list{
    width: 870px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.list{
    width: 870px;
    line-height: 20px;
    overflow: hidden;
}
.listLeft{
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #e52e04;
    text-align: center;
    margin-right: 2px;
    float: left;
}
.listRight{
    width: 850px;
    overflow: hidden;
    color: #333;
    float: left;
}
.redTitle{
    width: 870px;
    color: #e52e04;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
/* .redTitle{
    width: 870px;
    color: #e52e04;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.desc{
    width: 870px;
    color: #333;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.explain{
    width: 870px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
} */