﻿.div123 {
    position: absolute;
    display: none;
    background-color: White;
    width: 960px;
    height: 620px;
    border-style: none;
    z-index: 2200;
}

.textbox_BD2 {
    /*float: left;*/
    border: 1px solid #DCDFE6;
    border-right:none;
    line-height: 34px;
    height: 34px;
    color: #333333;
    font-size: 16px;
    width: 450px;
    text-indent: 20px;
    border-radius: 50px 0px 0px 50px;
    outline: none;
}

.font_bd3 {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #243761;
}


.divall {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #959595;
    border-right-color: #959595;
    border-left-color: #959595;
}


.tableList {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    font-size: 16px;
}

.tableList a {
    color:#00f !important;
        }

    .tableList tr td:nth-child(1) {
        width: 15%;
        height: 40px;
        border: 1px solid #ff6a00;
        background: #ff6a00;
        color: #fff;
        text-align: center;
    }

    .tableList tr:nth-child(1) td:nth-child(1) {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .tableList tr:nth-child(2) td:nth-child(1) {
        border-top: 1px solid #fff;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .tableList tr:nth-child(3) td:nth-child(1) {
        border-top: 1px solid #fff;
        border-right: none;
    }

    .tableList tr td:nth-child(2) {
        width: 70%;
        border: 1px solid #ccc;
        padding: 10px 0px 10px 20px;
        border-right: none;
    }

    .tableList tr:nth-child(2) td:nth-child(2) {
        color: #187878;
    }

    .tableList tr td:nth-child(3) {
        width: 15%;
        border: 1px solid #ccc;
        border-left: none;
    }

.pagination li span {
    background: #187878 !important;
}