﻿body {
    background: rgb(245, 245, 245);
}

.plate {
    background: #fff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.banner {
    height: 300px;
    width: 1200px;
    margin-bottom: 25px;
}

.plate_nav {
    float: left;
    width: 365px;
    text-align: left;
}

    .plate_nav dl {
        margin-left: 30px;
        font-size: 16px;
        background: #F0F0F0;
        width: 305px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }

        .plate_nav dl dt {
            background: url(../img/plate_nav_dt.png) bottom no-repeat;
            height: 50px;
            width: 319px;
            text-align: left;
            color: #fff;
            margin-left: -4px;
            margin-bottom: 25px;
            overflow: hidden;
            padding-top: 5px;
        }

            .plate_nav dl dt h1 {
                font-size: 20px;
                text-indent: 12px;
                font-weight: 400;
                margin-top: 8px;
                line-height: 30px;
            }

        .plate_nav dl dd {
            height: 44px;
            line-height: 44px;
            width: 240px;
            border-bottom: 1px solid #d2d2d2;
            margin-left: 33px;
            text-align: center;
            margin-bottom: 0;
        }

            .plate_nav dl dd a {
                display: block;
            }

            .plate_nav dl dd.curr,
            .plate_nav dl dd:hover {
                background: #E7EBF8;
                border-bottom-color: #284597;
            }

                .plate_nav dl dd.curr a,
                .plate_nav dl dd:hover a {
                    color: #FF7F00;
                }

    .plate_nav .qt {
        width: 310px;
        height: 210px;
        margin-left: 28px;
        margin-bottom: 25px;
        position: relative;
    }

        .plate_nav .qt p {
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #284597;
            z-index: 33;
            font-size: 16px;
          
            position: absolute;
            bottom: 0;
            left: 0;
        }

.plate_content {
    float: right;
    width: 850px;
    margin-right: 25px;
}

    .plate_content .hd {
        position: relative;
        border-bottom: 2px solid #284597;
    }

        .plate_content .hd .title {
            line-height: 50px;
        }

.title {}

            .plate_content .hd .title h1 {
                padding: 0 10px 0 5px;
                font-size: 24px;
                text-align: center;
                color: #333;
            }

                .plate_content .hd .title h1 b {
                }

    .plate_content .bd {
        color: #333;
        padding: 25px 0;
    }

        .plate_content .bd #vsb_content_2 img {
            max-width: 100%;
        }

        .plate_content .bd #vsb_content_2 > p {
            margin-bottom: 10px;
        }

        .plate_content .bd table {
            border-collapse: collapse;
        }

        .plate_content .bd td {
            padding: 8px;
        }

.ul-jigou {
    padding: 20px 40px;
    overflow: hidden;
}

    .ul-jigou li {
        width: 49.5%;
        background: rgb(244, 244, 244);
        height: 55px;
        border-left: 2px solid #fff;
        line-height: 55px;
        text-indent: 20px;
        float: left;
        margin-top: 5px;
        position: relative;
    }

        .ul-jigou li a.xq {
            position: absolute;
            right: 20px;
            top: 0px;
            width: 70px;
        }

        .ul-jigou li .xq strong {
            background: rgb(210, 214, 218);
            line-height: 13px;
            margin-top: 21px;
            text-indent: 0;
            text-align: center;
            margin-left: 5px;
            color: #fff;
            font-weight: 400;
            padding: 0 4px;
            font-size: 12px;
        }

        .ul-jigou li.li_title {
            width: 100%;
            font-weight: bold;
            border-bottom: 2px solid #FF7F00;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            margin-bottom: 5px;
            margin-top: 20px;
            color: #284597;
        }

.pagebar, .pagebar tb, .pagebar span, .pagebar a {
    font-size: 14px !important;
    font-family: "Microsoft YaHei" !important;
    font-weight: 400 !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0 10px !important;
    margin: 0 5px;
}

.pagebar {
    margin: 20px;
    text-align: center;
}

.list {
}

    .list ul {
        margin: 10px 5px;
    }

        .list ul li {
            overflow: hidden;
            line-height: 36px;
        }

            .list ul li:before {
                float: left;
                content: "";
                width: 4px;
                height: 4px;
                background: #284597;
                margin-top: 16px;
            }

            .list ul li a {
                font-size: 16px;
                padding: 0 5px;
                float: left;
                width: 680px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-left: 5px;
            }

            .list ul li span {
                float: right;
                color: #999;
                margin-right: 10px;
            }

            .list ul li:nth-child(5n+0) {
                border-bottom: 1px dashed #ccc;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }


.article .article-title {
    font-size: 24px;
    color: #005AAB;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.article .article-editor {
    font-size: 13px;
    line-height: 24px;
    color: #848484;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
}

    .article .article-editor .blue {
        margin-left: 24px;
        color: #333;
    }

    .article .article-editor .red {
        color: #fd0005;
    }

.article .article-content {
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.article-content p {
    margin-bottom: 10px;
    text-indent: 27px;
}

.article .article-content img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1000px;
}
