﻿
body {
    font-family: 宋体;
}

a {
    text-decoration: none;
}

    a:link {
        color: black;
    }

    a:visited {
        color: black;
    }

    a:hover {
        color: red;
    }

.activeLink {
    color: blue !important;
}

    .activeLink:hover {
        color: red !important;
        text-decoration: underline;
    }

.hidden {
    display: none !important;
}


.GlobalBody {
    width: 1000px;
    margin: 0 auto;
}

#GlobalWeb {
}

#header {
    background-image: url('images/banner.gif');
    background-repeat: no-repeat;
    height: 174px;
    width: 1000px;
}

#headerTime {
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    color: #111111;
}

#navBar {
    margin-top: -45px;
    margin-left: 10px;
    margin-right: 10px;
}

    #navBar a {
        display: inline-block;
        background-image: url('images/daohang.gif');
        background-repeat: no-repeat;
        line-height: 30px;
        height: 30px;
        width: 72px;
        text-align: center;
        /*margin-left: 30px;*/
        text-decoration: none;
        font-family: 宋体;
        font-weight: bold;
        font-size: 12px;
    }




#footer {
    border-top: 2px solid #C81F1A;
    line-height: 30px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

    #footer a {
        text-decoration: none;
        font-family: 宋体;
    }

#wrapper {
    min-height: 300px;
}

#bottomLinks {
    clear: left;
    margin: 10px auto;
    width: 961px;
}

    #bottomLinks .heading {
        height: 36px;
        background-image: url("images/links.gif");
        background-repeat: no-repeat;
    }

    #bottomLinks .content {
        font-size: 12px;
        margin-left: 1px;
        border: solid 1px #ccc;
        min-height: 30px;
    }

        #bottomLinks .content h4 {
            font-size: 12px;
            font-weight: bold;
            color: red;
            float: left;
            width: 100px;
            display: block;
            margin: 10px 0 0 10px;
        }

        #bottomLinks .content ul {
            margin: 10px 0 0px 10px;
            padding: 0;
            float: left;
            width: 800px;
            height: 36px;
            list-style-type: none;
        }

        #bottomLinks .content .one li {
            display: inline-block;
            width: 40px;
            float: left;
        }

        #bottomLinks .content .two li {
            display: inline-block;
            width: 160px;
            float: left;
        }

        #bottomLinks .content ul li a {
            margin: 0px 0px 4px 14px;
            display: inline-block;
        }

        #bottomLinks .content img {
            border: none;
            margin: 8px 0px 4px 16px;
        }

    #bottomLinks .piclinks {
        margin-top: 5px;
        border-top: 1px dashed #ccc;
    }


.heading01 {
    background-image: url('images/panel-heading-bg01.gif');
    background-repeat: no-repeat;
    background-position-y: 8px;
    width: 107px;
    height: 35px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.heading01-gray {
    /*background-image: url('images/panel-heading-bg01.gif');
    background-repeat: no-repeat;
    background-position-y:8px;
    background-color:gray;*/
    width: 107px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #222;
}


.panel01 {
    margin-bottom: 10px;
}

    .panel01 .heading {
        background-image: url('images/rsks_64.gif');
        background-repeat: no-repeat;
        font-weight: bold;
        font-family: 宋体;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 5px 0px 24px;
    }

        .panel01 .heading a {
            font-size: 12px;
            font-weight: normal;
            color: white;
            float: right;
            padding-right: 4px;
            text-decoration: underline;
        }


    .panel01 .content {
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        min-height: 200px;
    }

    .panel01 .slist {
        font-size: 12px;
    }

        .panel01 .slist ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .panel01 .slist ul li {
                padding: 5px;
                border-bottom: solid 1px #ccc;
                line-height: 22px;
            }

                .panel01 .slist ul li a {
                }

            .panel01 .slist ul span {
                color: #808080;
                display: block;
            }

.panel02 {
    margin-bottom: 10px;
}

    .panel02 .heading {
        background-image: url('images/panel-title-bg01.gif');
        background-repeat: no-repeat;
        font-weight: bold;
        font-family: 宋体;
        font-size: 14px;
        height: 35px;
        line-height: 42px;
        padding-left: 5px;
        color: white;
    }

        .panel02 .heading a {
            font-size: 12px;
            font-weight: normal;
            color: #111111;
            float: right;
            padding-right: 10px;
            line-height: 28px;
            text-decoration: underline;
        }


    .panel02 .content {
        min-height: 200px;
    }

    .panel02 .slist {
        font-size: 12px;
    }

        .panel02 .slist ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .panel02 .slist ul li {
                padding: 5px;
                padding-left: 16px;
                background: url('images/listicon.gif') no-repeat 0px 8px;
                display: block;
                height: 13px;
                border-bottom: dashed 1px #b8b8b8;
            }

                .panel02 .slist ul li a {
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 336px;
                }

                .panel02 .slist ul li span {
                    float: right;
                    color: #808080;
                }


.panel03 {
    margin-bottom: 10px;
}

    .panel03 .heading {
        background-image: url('images/rsks_79.gif');
        background-repeat: no-repeat;
        font-weight: bold;
        font-family: 宋体;
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        padding: 0px 5px 0px 35px;
        color: white;
    }

        .panel03 .heading a {
            font-size: 12px;
            font-weight: normal;
            color: #121212;
            float: right;
            padding-right: 4px;
            text-decoration: underline;
        }


    .panel03 .content {
        min-height: 80px;
    }

    .panel03 .slist {
        font-size: 12px;
    }

        .panel03 .slist ul {
            list-style: none;
            margin: 0;
            padding: 5px 0 0 0;
        }

            .panel03 .slist ul li {
                padding: 5px;
                height: 14px;
            }

                .panel03 .slist ul li a {
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 290px;
                }

                .panel03 .slist ul li span {
                    float: right;
                    color: #808080;
                    display: block;
                }

.panel04 {
    margin-bottom: 10px;
}

    .panel04 .heading {
        background-image: url('images/rsks_79.gif');
        background-repeat: no-repeat;
        font-weight: bold;
        font-family: 宋体;
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        padding: 0px 5px 0px 35px;
        color: white;
    }

        .panel04 .heading a {
            font-size: 12px;
            font-weight: normal;
            color: #121212;
            float: right;
            padding-right: 4px;
            text-decoration: underline;
        }


    .panel04 .content {
        min-height: 80px;
    }

    .panel04 .slist {
        font-size: 12px;
    }

        .panel04 .slist ul {
            list-style: none;
            margin: 0;
            padding: 5px 0 0 0;
        }

            .panel04 .slist ul li {
                padding: 5px;
                height: 14px;
            }

                .panel04 .slist ul li a {
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 360px;
                }

                .panel04 .slist ul li span {
                    float: right;
                    color: #808080;
                    display: block;
                }

/*内容列表*/
.mainlist, .listcont {
    padding-right: 10px;
}

    .mainlist h3 {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-align: left;
        overflow: hidden;
        background-color: #CA0201;
        padding-left: 10px;
    }

.mlerlist {
}

    .mlerlist ul {
        height: auto !important;
        min-height: 300px;
        padding-top: 10px;
        overflow: hidden;
        zoom: 1;
        list-style-type: none;
    }

        .mlerlist ul li {
            height: 30px;
            line-height: 30px;
            border-bottom: 1px dashed #ddd;
            background: url('images/listicon.gif') no-repeat 3px 12px;
            padding-left: 22px;
        }

            .mlerlist ul li a {
                display: inline-block;
                font-size: 12px;
                float: left;
            }

            .mlerlist ul li span {
                display: inline-block;
                float: right;
                color: #808080;
                font-size: 12px;
            }
/*分页*/
.fengy {
    height: 30px;
    background: #eee;
    font-size: 12px;
    color: #555;
    padding: 0 5px;
    overflow: hidden;
}
/*- 分页控件样式---------------------------*/
.pages {
    color: #999;
    vertical-align: middle;
    text-align: right;
}

    .pages a, .pages .cpb {
        padding: 2px 6px;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0px 2px;
        font-size: 12px;
        color: #000;
    }

        .pages a:hover {
            background-color: #e61636;
            color: #fff;
            border: 1px solid #E61636;
            cursor: pointer;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff000;
        background: #E61636;
        border: 1px solid #e61636;
    }



/*通用表格样式*/

.tb {
    width: 100%;
    border-collapse: collapse;
}

    .tb tr th {
        text-align: center;
        border: solid 1px #ccc;
    }

    .tb tr td {
        text-align: center;
        border: solid 1px #ccc;
    }
