﻿.List_Main {
    width: 958px;
    height: auto;
    border: #d1d1d1 1px solid;
    padding: 20px;
    overflow: hidden;
}

.List_menu {
    width: 938px;
    height: 30px;
    padding-left: 20px;
    border-bottom: #4d7262 2px solid;
    line-height: 30px;
    overflow: hidden;
}

.z_18 {
    font-size: 18px;
    font-family: "Microsoft Yahei";
}

.zL {
    color: #4f7163;
}

    .zL a {
        color: #4f7163;
    }

        .zL a:visited {
            color: #4f7163;
        }

        .zL a:hover {
            color: #F00;
        }

.D_05 {
    width: 91px;
    height: 31px;
    text-align: center;
    margin: 0 1px;
    cursor: pointer;
    line-height: 31px;
    overflow: hidden;
}

.D_05_bg1 {
    background-color: #f0f0f0;
}

.D_05_bg2 {
    background-color: #4d7262;
}

.FL {
    float: left;
}
/*白色字*/
.zW {
    color: #FFF;
}

    .zW a {
        color: #FFF;
    }

        .zW a:visited {
            color: #FFF;
        }

        .zW a:hover {
            color: #F00;
        }
/*绿色字*/
.zL {
    color: #4f7163;
}

    .zL a {
        color: #4f7163;
    }

        .zL a:visited {
            color: #4f7163;
        }

        .zL a:hover {
            color: #F00;
        }

.btn {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: black;
    border: 0px solid #93bee2;
    background-image: url('Images/button.jpg');
    CURSOR: hand;
    font-style: normal;
    width: 76px;
    border-radius: 5px;
}


body { /*设置页面样式，背景色，字体，滚动条*/
    font-size: 10pt;
    background-color: #f0fbff;
}

.tbTitle {
    width: 100%;
    border-collapse: separate;
    border-color: grey;
}

    .tbTitle tr {
        height: 21px;
    }

    .tbTitle td {
        padding-left: 10px;
        background-image: url(../../images/textbg.jpg);
        font-size: 10pt;
    }


.tbSearch {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    /*border: solid 1px #5CAC71;*/
    /*border-collapse: collapse;*/
    font-size: 10pt;
}

    .tbSearch tr {
        height: 30px;
    }

    .tbSearch td {
        border: none;
    }



.tbList {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    color: #333333;
    background-color: Silver;
    border-color: #999999;
    border-width: 1px;
    border-style: Solid;
    font-weight: normal;
    border-collapse: collapse;
}

    .tbList .trHeader {
        background-color: #DEDEDE;
        font-weight: normal;
        height: 30px;
    }

    .tbList th {
        text-align: center;
        border-collapse: collapse;
        border: solid 1px #999999;
        font-size: 10pt;
    }

    .tbList .trContent {
        color: #333333;
        background-color: White;
        height: 30px;
    }

    .tbList td {
        text-align: center;
        border-collapse: collapse;
        border: solid 1px #999999;
        font-size: 10pt;
    }

.tbFoot {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    vertical-align: central;
}

    .tbFoot tr {
        height: 30px;
    }

    .tbFoot tdLeft {
        vertical-align: central;
        text-align: left;
    }

    .tbFoot tdRight {
        vertical-align: central;
        text-align: right;
    }
