/*办事指南*/

.listInteractive .tableBox td {
    height: 24px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
    padding: 7px 14px 8px;
    line-height: 22px;
}
.listInteractive{
    margin: 15px 0;
}
.listInteractive .tableBox td.color6{
    color: #666;
}
.bsznListBox{
    margin-top: 20px;
    width: 100%;
}
.bsznListBox ul li{
    font-size: 16px;
    line-height: 30px;
}
.bsznListBox ul li .listDiv{
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}
.bsznListBox ul li .listDiv.bsznShow{
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 0 5px #ddd;
}
.bsznListBox ul li:nth-last-of-type(1) .listDiv{
    border-bottom: 1px solid #e9e9e9;
}
.bsznListBox ul li .tit{
    color: #333;
    width: 370px;
    text-align: left;
}
.bsznListBox ul li .tit .blue{
    color: #265eb0;
}
.bsznListBox ul li .tit .red{
    color: #D40401;
}
.bsznListBox ul li .btnBszn{
    display: inline-block;
    width: 87px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d40401;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}
.bsznListBox ul li .btnBszn:hover{
    opacity: 0.9;
}
.bsznListBox ul li .columnList{
    display: none;
    text-align: left;
}
.sqclTabBox{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.sqclTabBox tr th{
    height: 36px;
    font-size: 14px;
    color: #333333;
    background: #f9fafc;
    border: 1px solid #e7e7e7;
    font-weight: normal;
    padding: 0 5px;
    text-align: center;
}
.sqclTabBox tr td{
    height: 46px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding:9px 5px;
    line-height: 26px;
}
.sqclTabBox tr .textLeft{
    text-align: left;
    padding: 9px 12px;
}
.btnExampleTable{
    display: inline-block;
    width: 97px;
    height: 30px;
    line-height: 30px;
    background: #fbe5e5;
    border-radius: 4px;
    color: #d40401;
    font-size: 14px;
}
.btnExampleTable:hover{
    opacity: 0.9;
}
.cjwtQuestions{
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 3px;
}
.cjwtAnswers{
    font-size: 14px;
    color: #666;
}
.bsznListBox .mainTit{
    color: #333;
}
.btnHideBox{
    text-align: center;
    margin: 4px 0 20px;
    height: 37px;
    line-height: 37px;
    background: #f9fafc;
    border: 1px solid #f6f6f6;
}
.btnHideBox a{
    font-size: 14px;
    color: #787879;
}
.bsznListBox ul li .listInteractive .tableBox td.tdTit {
    width: 128px;
    text-align: right;
    background: #f9fafc;
}
.bsznListBox ul li .listInteractive .tableBox td span.padRt {
    margin-right: 10px;
    color: #666;
}
.triangle-down,.triangle-up,.triangleGray-down{
    font-size: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.triangle-down{
    border-top: 4px solid #fff;
}
.triangle-up{
    border-bottom: 4px solid #fff;
}
.triangleGray-down{
    border-bottom: 4px solid #a3a3a3;
}
.downloadSample{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 9px;
    width: 12px;
    height: 12px;
    /*background: url(../../images/down.png);*/
    background-repeat: no-repeat;
}