/*body {
    margin: 0px;
}

body, p, input, textarea, select, table, td, div {
    font-size: 12px;
    font-family: "宋体","Tahoma";
}*/
body {
    margin: 0px;
}

body {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

p {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

input {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

textarea {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

select {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

table {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

td {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}

div {
    font-family: "微软雅黑","Tahoma";
    font-size: 12px;
}
img {
    border: 0px;
}

h1, h3, h5, p {
    margin: 0;
    padding: 0;
}

div {
    margin: auto;
    padding: 0;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}
/*版头*/
#topnav {
    height: 25px;
    width: 950px;
    border-bottom: 1px solid #CCCCCC;
}

/*中间*/
#admin {
    width: 950px;
    padding: 6px 0 6px 0;
}

    #admin .mainleft {
        float: left;
        width: 177px;
        margin-right: 8px;
    }

    #admin .mainright {
        float: right;
        width: 765px;
    }

.adminnews {
    background-color: #F5F8FA;
    clear: both;
    height: 23px;
    width: 755px;
    border: 1px solid #B8C9D6;
    padding: 7px 0 0 8px;
    margin-bottom: 8px;
}

.time {
    background: url(Images/time.gif) no-repeat left top;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #023D79;
}

.news {
    background: url(Images/news.gif) no-repeat left top;
    float: right;
    padding: 2px 0 0 20px;
    margin-right: 5px;
}

.maindiv {
    background-color: #F5F8FA;
    width: 723px;
    border: 1px solid #B8C9D6;
    margin-bottom: 8px;
    padding: 20px 20px 15px 20px;
}

.bluetitle {
    background: url(Images/bg2.gif);
    width: 743px;
    height: 21px;
    padding: 7px 10px 0 10px;
    border-top: 1px solid #B8C9D6;
    border-right: 1px solid #B8C9D6;
    border-left: 1px solid #B8C9D6;
}

.bluetitlefont {
    font-size: 14px;
    font-weight: bold;
    color: #023D79;
    float: left;
}

.help {
    background: url(Images/help.gif) no-repeat left top;
    float: right;
    padding: 2px 0 0 20px;
}

    .help a:link {
        color: #023D79;
        text-decoration: underline;
        font-weight: bold;
    }

    .help a:visited {
        color: #023D79;
        text-decoration: underline;
        font-weight: bold;
    }

    .help a:hover {
        color: #F50000;
    }

.userleft {
    float: left;
    width: 140px;
}

.userimg {
    background-color: #FFFFFF;
    padding: 10px;
    clear: both;
    border: 1px solid #D2DDE6;
    float: left;
}

.username {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF561F;
    float: left;
    width: 110px;
    line-height: 20px;
    text-align: center;
}

.userright {
    float: right;
    width: 580px;
}

.useredit {
    line-height: 25px;
    float: left;
    border-bottom: 1px dotted #B8C9D6;
    clear: both;
    width: 450px;
}

    .useredit input {
        padding: 6px 0 0 0;
    }

.buttondiv {
    float: left;
    width: 168px;
    margin-bottom: 20px;
}

.buttonline {
    float: left;
    width: 15px;
}
/*按钮*/
.button {
    float: left;
    margin: 0 0 0 20px;
}

    .button a, .button a:visited {
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #9EB6C7;
        color: #666666;
        display: block;
        background-color: #FFFFFF;
    }

        .button a, .button a:visited {
            font-size: 14px;
            width: 118px;
            padding: 6px 2px 5px 7px;
        }

            .button a:hover {
                font-size: 14px;
                background-color: #B9E0F7;
                color: #00509F;
                text-decoration: none;
            }

    .button img {
        border: 0px;
        margin: 0px 8px 0px 4px;
    }

.button_f {
    text-align: center;
    float: left;
    clear: both;
    width: 154px;
    line-height: 18px;
    margin: 10px 0 0 5px;
}

.jj {
    background-color: #FDFAF5;
    margin: 0px;
    height: 12px;
    padding: 3px 3px 1px 5px;
    border: 1px solid #CCCCCC;
}

    .jj a:link {
        color: #F46100;
        text-decoration: none;
    }

    .jj a:visited {
        color: #F46100;
        text-decoration: none;
    }

    .jj a:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FF9900;
    }

.bluefont {
    color: #0B00FD;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .bluefont a:link {
        color: #0B00FD;
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
    }

    .bluefont a:visited {
        text-decoration: underline;
    }

    .bluefont a:hover {
        color: #F50000;
        text-decoration: none;
    }

.redfont {
    color: #F50000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.redfont2 {
    color: #F50000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    .redfont2 a:link {
        color: #F50000;
    }

    .redfont2 a:visited {
        color: #F50000;
    }

    .redfont2 a:hover {
        color: #F50000;
    }

.line2 {
    float: left;
    height: 10px;
    width: 450px;
}

.line3 {
    float: left;
    height: 1px;
    width: 650px;
    overflow: hidden;
}

.red2 a:link {
    color: #6B0513;
    text-decoration: underline;
}

.red2 a:visited {
    color: #6B0513;
    text-decoration: underline;
}

.red2 a:hover {
    color: #F50000;
    text-decoration: none;
}

.greenfont {
    font-size: 13px;
    color: #327C2F
}

.STYLE3 {
    color: #016DC5
}





/*页头居航*/
#topmenu {
    width: 950px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.titlelogo {
    background-image: url(Images/logo.gif);
    float: left;
    height: 44px;
    width: 181px;
    margin: 0;
}

.tbLink a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

#topmenu .menu {
    float: right;
    width: 717px;
}

#tops {
    width: 950px;
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

#web_nav {
    float: right;
    background: url(/images/head/menuBG.gif) repeat-x;
    border-radius: 4px;
    height: 36px;
    width: 758px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-top: 4px;
    Z-INDEX: 50;
    position: relative;
    z-index:999;
}

    #web_nav li {
        float: left;
        list-style-position: outside;
        list-style-image: none;
        list-style-type: none;
    }

    #web_nav span a {
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 38px;
        display: block;
        text-align: center;
        padding-top: 0;
        padding-right: 13px;
        padding-bottom: 0;
        padding-left: 13px;

    }

        #web_nav span a i {
            background: url(images/v.gif) no-repeat left 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 5px;
            width: 5px;
        }

@media \0screen\,screen\9 {
    #web_nav span a {
        padding: 0px 11px;
    }
}

#web_nav span a:hover {
    color: #D7F7FF;
    text-decoration: none;
    background-image: url(Images/nav_h.gif);
}

#web_nav LI UL {
    LEFT: -999em;
    WIDTH: 180px;
    POSITION: absolute;
    padding: 6px;
    background-image: url(Images/n_bg.gif);
    border: 3px solid #1C90D1;
    margin: 0;
}

    #web_nav LI UL LI {
        LEFT: 100%;
        TOP: 0px;
        float: left;
    }

#web_nav LI:hover UL {
    Z-INDEX: 999;
    background-image: url(Images/n_bg.gif);
    LEFT: auto
}

#web_nav LI.sfhover UL {
    Z-INDEX: 999;
    background-image: url(Images/n_bg.gif);
    LEFT: auto
}

#web_nav LI UL LI a, #web_nav LI UL LI a:visited {
    color: #333333;
    font-size: 12px;
    line-height: 28px;
    display: block;
    height: 28px;
    width: 80px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    font-weight: normal;
}

    #web_nav LI UL LI a:hover {
        color: #FFFFFF;
        background-color: #FF9900;
        text-decoration: none;
        background-image: none;
    }

.d_l {
    background: url(Images/menu_bg.gif) no-repeat top;
    width: 2px;
    height: 36px;
}

.titleStyle {
    color: white;
}
#web_nav span a i {
    background: url(../Images/v.gif) no-repeat left 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 5px;
}

#web_nav span a:hover, #web_nav span a.on {
    color: #FFF;
    text-decoration: none;
    background: #156790;
}