
.question{
    width: 1001px;
    margin: 0 auto;
    position: relative;
}
.question_content{
    margin-top: 60px;
    border-radius: 10px;
    padding-bottom: 100px;
    border: solid 1px #dcdcdc;
}
.question_content table{
    width: 948px;
    margin: 10px auto;
    text-align: center;
    border: none;
    border-collapse:collapse
}
table tr{
    height: 63px;
}
table th{
    font-size: 16px;
    color: #333333;
    border-bottom:1px solid #d7d7d7;
}
table td{
    color: #898989;
    font-size: 16px;
    border-bottom: 1px dashed #d2d2d2;
    cursor: pointer;
}
table tr.active td{
    color: #e31018;
}
table tr.active span{
    display: inline-block;
    width: 35px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    background: url(../images/td_number.png) 0 0 no-repeat;
}
table tr.active02 td {
    background-color: #e4e4e4;
    color: #333333;
    border-bottom: none;
}
.question_detail{
    width: 948px;
    margin: 30px auto;
}
.question_title{
    height: 50px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid rgba(215, 215, 215, 0.7);
}
.q_text p{
    line-height: 24px;
    color: #898989;
    margin-bottom: 30px;
}
/*.p_text{*/
/*    border-bottom: 1px dashed rgba(210, 210, 210, 0.7);;*/
/*}*/
.q_t_title{
    margin: 15px 0;
    font-size: 16px;
    color: #e31018;
}
.line{
    display: inline-block;
    width: 2px;
    height: 16px;
    position: relative;
    top:2px;
    margin-right: 3px;
    background-color: #e31018;
}
.pading0{
    padding-bottom: 0;
}