﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
    padding: 0;
    font-family: "宋体", Arial, "黑体", "Arial Black";
    font-size: 12px;
    color: #2b2b2b;
    line-height: 28px;
    background: #fff;
}

ul, li, p, h3, dl, dt, dd, img {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
    *-ms-interpolation-mode: bicubic;
}

ul, li, p {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2b2b2b;
}

    a:hover {
        color: #ae2211;
    }

.more {
    float: right;
    display: inline;
}

.clear {
    clear: both;
}

.h10 {
    height: 10px;
    overflow: hidden;
}

h3 {
    font-size: 14px;
}

#box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#top {
    background: url(../images/bg_top.jpg) repeat-x;
    height: 79px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.xgmm {
    padding-right: 50px;
    padding-top: 20px;
}

    .xgmm dl dt {
        float: left;
        height: 26px;
        line-height: 26px;
        margin-left: 15px;
    }

        .xgmm dl dt a {
            color: #fff;
            font-weight: bold;
        }

            .xgmm dl dt a:hover {
                color: #e3d426;
                font-weight: bold;
            }


#nav {
    background: url(../images/bg_nav.jpg) repeat-x;
    height: 39px;
    font-size: 14px;
    font-weight: bold;
}

    #nav li {
        background: url(../images/nav_line.jpg) no-repeat right center;
        float: left;
    }

        #nav li a {
            color: #fff;
        }

            #nav li a:hover {
                color: #e3d426;
            }

.yfxx {
    font-size: 12px;
    float: right;
    padding-right: 50px;
}

    .yfxx dt {
        font-weight: normal;
        color: #fff;
        padding-left: 20px;
        float: left;
        margin-left: 15px;
    }

    .yfxx span {
        font-weight: bold;
        color: #e3d426;
    }


#box1 {
    border: 1px solid #d2d2d2;
}

.wleft {
    float: left;
    width: 70%;
    margin-left: 10px;
    display: inline;
}

.btn1_mouseout {
    background: url("../../SysImg/bt1.gif") repeat-x scroll left top transparent;
    border: 1px solid #4A96CA;
    color: black;
    cursor: pointer;
    font-family: 宋体,Arial;
    font-size: 12px;
    height: 20px;
}

.btn1_mouseover {
    background: url("../../SysImg/bt2.gif") repeat-x scroll left top transparent;
    border: 1px solid #4A96CA;
    color: black;
    cursor: pointer;
    font-family: 宋体,Arial;
    font-size: 12px;
    height: 20px;
}




.btn2 {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    font-size: 16px;
    padding: 4px;
    text-decoration: none;
}

    .btn2:hover {
        background: #2980b9;
        background-image: -webkit-linear-gradient(top, #2980b9, #3498db);
        background-image: -moz-linear-gradient(top, #2980b9, #3498db);
        background-image: -ms-linear-gradient(top, #2980b9, #3498db);
        background-image: -o-linear-gradient(top, #2980b9, #3498db);
        background-image: linear-gradient(to bottom, #2980b9, #3498db);
        color: #ffffff;
        text-decoration: none;
    }

    .btn3 {
    background: url(../images/wxbj.jpg)repeat-x scroll left top transparent;
    border: 1px solid #4A96CA;
    cursor: pointer;
    color: #fff;
    text-align: center;
    height: 25px;
}


.btn-green {
    border-radius: 3px;
    margin-top: 15px;
    letter-spacing: 2px;
    background-color: #00a651;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 12px 25px;
    font: 12px 'Helvetica Neue', serif;
    transition: background-color 0.2s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient(#27ae60, #27ae60 25%, #27ae60);
    background-repeat: no-repeat;
}

.kfxx .title {
    background: #fffde6;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #d0d0d0;
}

    .kfxx .title h3 {
        font-size: 14px;
        float: left;
        display: inline;
        padding-left: 15px;
    }

        .kfxx .title h3 span {
            color: #F00;
        }

    .kfxx .title a.more {
        float: right;
        margin-top: 6px;
        margin-right: 15px;
    }

.kfxx .mian {
    padding: 18px 20px 10px 20px;
}

    .kfxx .mian li {
        display: block;
        float: left;
        text-align: center;
        background: url(../images/wxbj.jpg) no-repeat;
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-left: 20px;
    }

        .kfxx .mian li a {
            color: #fff;
            font-weight: bold;
        }

            .kfxx .mian li a:hover {
                color: #fff;
                font-weight: bold;
                background: url(../images/wxbj1.jpg) no-repeat;
                width: 100px;
                height: 30px;
                display: block;
            }

.kfxx .bg {
    margin: 10px 20px 10px 20px;
}

    .kfxx .bg dl {
        background: #e8eefb;
        border: 1px solid #95a9d3;
        width: 100%;
    }

        .kfxx .bg dl dt {
            float: left;
            text-align: center;
            border-right: 1px solid #95a9d3;
            width: 24.8%;
            padding: 3px 0px;
        }

            .kfxx .bg dl dt.hs {
                color: #F00;
            }


.xfyf .title {
    background: #ededed;
    height: 30px;
    line-height: 30px;
    margin: 1px;
}

    .xfyf .title h3 {
        color: #b9211f;
        padding-left: 15px;
        background: url(../images/20130510020535253_easyicon_net_512.png) left center no-repeat;
        padding-left: 25px;
    }

.xfyf .mian {
    padding: 5px 5px 9px 5px;
}

    .xfyf .mian li {
        line-height: 29px;
        border-bottom: 1px dashed #CCC;
    }

        .xfyf .mian li.hot {
            background: url(../images/hot.gif) no-repeat left center;
            padding-left: 23px;
        }

        .xfyf .mian li span {
            float: right;
            display: inline;
        }

/**--renzhen--jfcai--**/
#boxrz {
    border: 1px solid #d2d2d2;
}

.jbrz .title {
    background: #fffde6;
    height: 30px;
    line-height: 30px;
    margin: 1px;
}

    .jbrz .title h3 {
        color: #F00;
        padding-left: 15px;
        background: url(../images/20130510021303854_easyicon_net_32.png) left center no-repeat;
        padding-left: 25px;
    }

.jbrz .mian {
    padding: 5px 5px 9px 5px;
}

    .jbrz .mian li {
        line-height: 29px;
    }

    .jbrz .mian rzbox {
        margin: 10px;
        padding: 5px;
        border: 2px solid #358a9a;
    }

        .jbrz .mian rzbox im1g {
            width: 40%;
        }

.jbrz .mian {
    padding: 10px;
}

.jbrz li {
    float: left;
    display: inline;
    text-align: center;
}
/**jfcai end**/

.dd {
    width: 59%;
    float: right;
    display: inline;
}

    .dd .mian li {
        border: none;
        padding-bottom: 8px;
        float: left;
    }

.tzgg .title {
    background: url(../images/bg_title1.jpg);
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    color: #fff;
}

    .tzgg .title h3 {
        background: url(../images/20130510020646693_easyicon_net_24.png) no-repeat left center;
        padding-left: 25px;
    }

.tzgg .mian {
    padding: 10px 10px 20px 10px;
}

    .tzgg .mian li {
        line-height: 29px;
        border-bottom: dashed 1px #CCC;
    }

        .tzgg .mian li span a {
            color: #f00;
        }

            .tzgg .mian li span a:hover {
                color: #060;
            }

        .tzgg .mian li span.hs {
            color: #F00;
            font-weight: bold;
        }

.zxyh p {
    padding-bottom: 12px;
}



.ksdh .title {
    background: #e6e6e6;
    color: #b9211f;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    margin: 1px;
}

    .ksdh .title h3 {
        background: url(../images/20130510021303854_easyicon_net_32.png) no-repeat center left;
        padding-left: 25px;
    }

.ksdh .main {
    padding: 10px;
}

.ksdh li {
    float: left;
    display: inline;
    width: 20%;
    text-align: center;
}


.foot {   
    height: 30px;
    padding-left: 10px;
    color: #900;
    text-align: center;
    background: #f7e6d4;
}

    .foot span {
        padding-left: 20px;
    }

#content {
    width: 100%;
}

.wright {
    width: 27%;
    float: right;
    display: inline;
    margin-right: 10px;
}

.x-panel-header {
    background: url(../../SysImg/white-top-bottom1.jpg) repeat-x;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
}

.search_line {
    font-size: 12px;
}

.search_lines {
    margin-top: 10px;
}

.search_line tr {
    padding: 5px;
    background: #f3f3f3;
}

#Navigation1_lbNavigation {
    font-size: 12px;
}

.x-grid3-header {
    font-size: 12px;
}

#GridView1 {
    font-size: 12px;
}


#sddm div a:hover {
    background: #ffb935;
    color: #FFF;
}

.x-grid3-header {
    height: 30px;
}

.Track_Table tr {
    height: 28px;
}

    .Track_Table tr td {
        padding-left: 10px;
    }

