/* ²éÑ¯ */

.lnfscx {
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cbcbcb;
}
.lnfscx .lnfs_fl dl {
    line-height: 32px;
    margin-bottom: 10px;
}
.lnfscx .lnfs_fl dl dt {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    width: 65px;
}
.lnfscx .lnfs_fl dl dd {
    float: left;
    width: calc(100% - 70px);
}
.lnfscx .lnfs_fl dl dd a {
    width: 70px;
    display: inline-block;
    cursor: pointer;
    transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right:5px;
}
.lnfscx .lnfs_fl dl.klzy dd a {
    width: auto;
    padding: 0 20px;
}
.lnfscx .lnfs_fl dl dd a.active,.lnfscx .lnfs_fl dl dd a:hover {
    background: #476be1;
    color: #fff;
}
.lnfscx .lnfs_fl dl:after {
    content: "";
    display: table;
    clear: both;
}


/* ²éÑ¯½á¹û */
.lnfsjg .rslt .header_tit {
    position: relative;
    color: #333;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    padding-left: 13px;
}
.lnfsjg .rslt .header_tit span.box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    display: block;
    margin-top: -3px;
    background-color: #476be1;
}
.lnfsjg .rslt .table_1 {
    margin-top: 10px;
    width: 100%;
}
.lnfsjg .rslt .table_1 thead tr th {
    text-align: center;
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #fff;
    background-color: #476be1;
}
.lnfsjg .rslt .table_1 thead tr th.cxpx {
    width: auto;
    position: static!important;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/images/arrow_up_down.png);
    padding-right: 10px;
}
.lnfsjg .rslt .table_1 thead tr th.headerSortUp {
    background-image: url(/images/arrow_up2.png);
}
.lnfsjg .rslt .table_1 thead tr th.headerSortDown {
    background-image: url(/images/arrow_down2.png);
}
.lnfsjg .rslt .table_1 tbody tr td {
    height: 50px;
    border: 1px solid #476be1;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.lnfsjg .rslt .table_con {
    margin-bottom: 20px;
    background: #ecf1ff;
}