/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

p, h2, ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    margin: 0px;
    padding: 0px;
    font: 14px "宋体";
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a, img {
    border: 0;
}

    a, a:hover {
        text-decoration: none;
    }

.none {
    display: none;
}
/*头部*/
.top {
    width: 100%;
    height: 35px;
    background-image: url(../images/hy_02.jpg)
}

.top_m {
    width: 1020px;
    height: 35px;
    margin: 0 auto;
}

.top_P_L {
    display: block;
    float: left;
    width: 200px;
    height: 35px;
}

    .top_P_L a {
        font: 14px "宋体";
        color: #000;
        line-height: 2.5em;
        text-decoration: none;
    }

        .top_P_L a:hover {
            color: #1084c9;
            text-decoration: underline;
        }



.top_P_R {
    display: block;
    float: right;
    width: 300px;
    height: 35px;
    font: 14px "宋体";
}

    .top_P_R b {
        font: 14px "宋体";
        color: Red;
    }

    .top_P_R a {
        font: 14px "宋体";
        color: #000;
        line-height: 2.5em;
        text-decoration: none;
    }

        .top_P_R a:hover {
            color: #1084c9;
            text-decoration: underline;
        }


/*LOGO标题*/
.logo {
    width: 100%;
    height: 109px;
    background-image: url(../images/logo_back.jpg);
}

.lgog_M {
    width: 1020px;
    height: 109px;
    margin: 0 auto;
}

.logo_img {
    width: 546px;
    height: 63px;
    background-image: url(../images/hy_06_cc.jpg);
    float: left;
    margin-top: 23px;
}


/*banner/用户信息*/
.banner {
    width: 1020px;
    height: 244px;
    margin: 0 auto 0 auto;
}

.banner_L {
    width: 728px;
    float: left;
    height: 242px;
    border: 1px solid #dcdfe2;
}

.banner_R {
    width: 289px;
    height: 242px;
    float: right;
    border-bottom: 1px solid #dcdfe2;
    border-right: 1px solid #dcdfe2;
    border-top: 1px solid #dcdfe2;
    background-color: #f6f6f8;
}

    .banner_R h2 {
        width: 169px;
        height: 54px;
        background-image: url(../images/hy_13.jpg);
        float: left;
        margin-top: 17px;
        display: block;
    }

    .banner_R ul {
        width: 289px;
        height: 145px;
        float: left;
        display: block;
        margin-top: 10px;
    }

        .banner_R ul li {
            width: 251px;
            height: 25px;
            list-style: none;
            font: 14px "宋体";
            color: #484848;
            line-height: 1.8em;
            margin: 4px 0 4px 20px;
        }

            .banner_R ul li b {
                color: #09537f;
            }

            .banner_R ul li .red {
                color: #FF0000
            }


/*内容*/
.content {
    width: 1018px;
    height: auto;
    border: 1px solid #dcdfe2;
    margin: 15px auto 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.content_R {
    width: 210px;
    height: 310px;
    border-right: 1px solid #e9eef1;
    float: left;
    border-bottom: 1px solid #e9eef1;
}



/*底部*/
.footer {
    width: 1018px;
    height: 111px;
    margin: 15px auto 15px auto;
    border: 1px solid #dcdfe2;
}



/*收缩菜单*/
.v {
    float: right;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(../images/vicon.png) no-repeat;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -5px;
}

.v01 {
    background-position: 0 0;
}

.v02 {
    background-position: 0 -16px;
    ;
}

.vtitle {
    height: 35px;
    background: #fbede0;
    line-height: 35px;
    border: 1px solid #ccb6a9;
    margin-top: -1px;
    padding-left: 20px;
    font-size: 15px;
    color: #4d4d4d;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    cursor: pointer;
}

    .vtitle em {
        margin: 10px 10px 0 0;
    }

.vconlist {
    background: #9cc;
}

    .vconlist li a {
        height: 30px;
        line-height: 30px;
        padding-left: 30px;
        display: block;
        font-size: 14px;
        color: #866f67;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

        .vconlist li.select a, .vconlist li a:hover {
            color: #ed4948;
            text-decoration: none;
        }


.content_nav h3 {
    font-family: "Microsoft YaHei",微软雅黑;
    font-size: 16px;
    background: #f7f7f7;
    height: 43px;
    line-height: 43px;
    padding-left: 12px;
}

.content_nav ul li {
    display: inline;
}

    .content_nav ul li a.noline {
        border-bottom: none;
    }

    .content_nav ul li a:hover {
        color: #8caf00;
    }

    .content_nav ul li a.selected:hover {
        color: #fff;
    }

    .content_nav ul li .selected {
        background-color: #8caf00;
        background-position: 200px -9px;
        color: #fff;
    }

.content_nav ul li {
    border-bottom: 1px dotted #d2d2d2;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 43px;
    _height: 43px;
    z-index: 10;
    zoom: 1
}

    .content_nav ul li h4 {
        cursor: pointer;
        background: url(../images/bg3.png) no-repeat 180px 18px;
        padding-left: 10px;
        text-decoration: none;
        font: 16px "微软雅黑";
        font-weight: bold;
        color: #fff;
        display: block;
        line-height: 43px;
        font-weight: normal;
        height: 48px;
        background-color: #1084c9;
        text-indent: 1em
    }

.tu1 {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0 5px 0;
    background-image: url(../images/tu1.jpg)
}

.tu2 {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0 5px 0;
    background-image: url(../images/tu2.jpg)
}

.tu3 {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0 5px 0;
    background-image: url(../images/tu3.jpg)
}

.tu4 {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0 5px 0;
    background-image: url(../images/tu4.jpg)
}

.content_nav ul li.noline {
    border-bottom: none;
}

.content_nav ul li.selected h4 {
    background-position: 180px -37px;
    border-bottom: 1px dotted #d2d2d2;
}

.content_nav ul li a {
}

.content_nav ul li .on a {
    color: #8caf00;
    font-weight: bold;
}

.content_nav ul li a:hover {
    color: #1084c9;
    text-decoration: underline;
}

.content_nav li .list-item {
    float: left;
    padding: 5px 0 0 5px;
    position: relative;
    zoom: 1;
    background-image: url(../images/tiao.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

    .content_nav li .list-item a {
        display: block;
        float: left;
        width: 80px;
        height: 20px;
        font: 14px "宋体";
        margin: 10px 0 5px 0px;
        color: #545454;
        margin-left: 10px;
    }

.list-item b {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../images/tu.gif);
    background-repeat: no-repeat;
    background-position: center 3px;
}


/*幻灯片*/
.indexCon {
    width: 728px;
    overflow: hidden;
}

    .indexCon .flashBanner {
        width: 728px;
        height: 242px;
        overflow: hidden;
    }

.flashBanner {
    position: relative;
}

    .flashBanner .mask {
        height: 32px;
        line-height: 32px;
        background-color: #000;
        width: 100%;
        text-align: right;
        position: absolute;
        left: 0;
        bottom: -32px;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        overflow: hidden;
    }

        .flashBanner .mask img {
            vertical-align: middle;
            margin-right: 10px;
            cursor: pointer;
        }

            .flashBanner .mask img.show {
                margin-bottom: 3px;
            }

img {
    border: 0 none;
}










/*列表页*/

.listcon {
    width: 791px;
    height: auto;
    overflow: visible;
    border-left: 1px solid #dcdfe2;
    float: right;
    padding-bottom: 7px;
}

.title {
    height: 40px;
    width: 788px;
    margin: 1px;
    background-image: url(../images/text.jpg);
    font: 16px "微软雅黑";
    color: #FFFFFF;
    line-height: 2.4em;
    text-indent: 2.3em;
}

.listzh {
    width: 750px;
    height: 103px;
    margin: 0 auto 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e1e1e1;
}

.list_top {
    display: block;
    color: #767676;
    width: 750px;
    height: 20px;
    line-height: 1.8em;
    font: 14px "宋体";
    margin-top: 21px;
    float: left
}

    .list_top p {
        display: block;
        float: left;
        width: auto;
        height: 20px;
        padding-right: 20px;
        line-height: 1.8em;
    }

    .list_top b {
        color: #e70000;
    }

.xl {
    width: 63px;
    height: 20px;
    border: solid 1px #abadb3;
    float: left;
}

.list_top span {
    display: block;
    width: auto;
    height: 20px;
    float: left;
}

.text {
    width: 750px;
    height: 65px;
    margin: 0 auto;
}

    .text p {
        display: block;
        width: 693px;
        height: 37px;
        color: #a60000;
        font: 14px "宋体";
        margin: 11px 47px 17px 17px;
        line-height: 1.8em;
    }



.listlb {
    width: 776px;
    height: auto;
    overflow: inherit;
    border: 1px solid #dbd7d8;
    margin: 0 auto;
}

.lbtitle {
    width: 774px;
    height: 42px;
    background-color: #f8f8f8;
    margin: 1px;
}

    .lbtitle h2 {
        width: 258px;
        height: 42px;
        font: 14px "宋体";
        color: #000000;
        line-height: 3.5em;
        text-indent: 2em;
        display: block;
        float: left;
    }

    * html .lbtitle h2 {
        width: 258px;
        height: 22px;
        font: 14px "宋体";
        color: #000000;
        padding-top: 15px;
        text-indent: 2em;
        display: block;
        float: left;
    }

    .lbtitle .yx {
        width: 107px;
        height: 27px;
        float: left;
        background: url(../images/yx.jpg);
        display: block;
        margin-top: 7px;
        text-indent: 2.6em;
    }

    .lbtitle .sc {
        width: 141px;
        height: 27px;
        display: block;
        float: left;
        margin-top: 7px;
        background-image: url(../images/sc.jpg);
        margin-left: 15px;
        text-indent: 2em;
    }

    .lbtitle .yx a {
        font: 14px "宋体";
        color: #555555;
        line-height: 2.3em;
    }

    .lbtitle .sc a {
        font: 14px "宋体";
        color: #555555;
        line-height: 2.3em;
    }

        .lbtitle .yx a:hover, .lbtitle .sc a:hover {
            color: #a60000;
        }




.listlbtext {
    width: 773px;
    height: 39px;
    margin: 1px;
    background-image: url(../images/lb_tu.jpg);
    padding-top: 2px;
}

.xx {
    width: 154px;
    height: 19px;
    border-right: 1px solid #ddd9da;
    float: left;
    display: block;
    font: 14px "宋体";
    color: #404040;
    padding-top: 20px;
    padding-left: 30px;
}

.tj {
    width: 75px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding-left: 17px;
}

.lq {
    width: 54px;
    height: 31px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding: 7px 3px 0 5px;
}

.pf {
    width: 61px;
    height: 31px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding: 7px 3px 0 5px;
}

.szd {
    width: 41px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding-left: 7px;
}

.ls {
    width: 41px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding-left: 7px;
}

.xyxl {
    width: 75px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding-left: 17px;
}

.sx {
    width: 75px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    border-right: 1px solid #ddd9da;
    padding-left: 17px;
}

.zs {
    width: 68px;
    height: 19px;
    padding-top: 20px;
    font: 14px "宋体";
    display: block;
    float: left;
    padding-left: 7px;
}





.jc_img, .cj_img {
    height: 10px;
    width: 10px;
    background: url(../images/icon.png) 0 -460px;
    _background-image: url(../images/icon.png);
    display: block;
    float: left;
    float: left;
    cursor: pointer;
    margin-left: 6px;
}

.jc_name {
    cursor: pointer;
    height: auto;
    display: block;
    float: left;
    width: 100px;
    text-align: left;
    margin-left: 8px;
}

.zy_inter {
    border-collapse: collapse;
    width: 750px;
    margin: 4px 10px;
    background-color: #f7f7f7;
    display: none;
}

    .zy_inter tr {
        border: 1px solid #7ccdfe
    }

    .zy_inter td {
        border: 1px solid #7ccdfe
    }

    .zy_inter th {
        border: 1px solid #7ccdfe
    }
