﻿/*by jason 2016-12-05-----------start-------------------*/
.table_l {
    padding-top: 0px;
    min-height: 530px;
}

dl.table_l_ul:first-child {
    margin-bottom: 0px;
}

dl.table_l_ul:last-child {
    margin-bottom: 0px;
}

.pro_table_title, .pro_table_title_r {
    line-height: 38px;
    height: 38px;
    margin: 0px;
    padding-left: 16px;
}

.table_l_ul dd {
    border: none;
    padding: 10px 14px;
}

    .table_l_ul dd.cur {
        background-color: #FFF;
        border-bottom: 1px solid #d3cdce;
        border-top: 1px solid #d3cdce;
    }

        .table_l_ul dd.cur a {
            color: #7b2132;
        }

.pro_table_wrap {
    border-bottom: none;
}

.no_date {
    color: #7b2132;
    padding: 20px 0px;
    font-size: 16px;
    text-align: center;
}

.searchlist {
    padding: 40px 0px;
}

    .searchlist ul li {
        background: url("/assets/image/t1.png") no-repeat 10px center;
        text-indent: 30px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #7b7c7d;
        position: relative;
        border-bottom: 1px dashed #e2e2e2;
    }

        .searchlist ul li span {
            position: absolute;
            right: 0px;
            top: 0px;
        }

        .searchlist ul li a {
            color: #7b7c7d;
        }

            .searchlist ul li a:hover {
                color: #b14700;
            }


/*by jason 2016-12-05-----------end-------------------*/
