.content-wrapper {
    background: url(../images/page_bg.png) -189px 0 no-repeat;
    overflow: hidden;
}

    .content-wrapper .main {
        width: 1666px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 60px;
    }

        .content-wrapper .main .lt_nav {
            width: 275px;
            float: left;
            margin-top: 50px;
        }

            .content-wrapper .main .lt_nav .hd {
                height: 105px;
                line-height: 105px;
                font-size: 26px;
                color: #000;
                background: #333D87;
                font-weight: bold;
                text-indent: 30px;
            }

            .content-wrapper .main .lt_nav .bd {
                text-indent: 100px;
            }

                .content-wrapper .main .lt_nav .bd a {
                    display: block;
                    margin-top: 6px;
                    height: 70px;
                    background: #f2f3f5;
                    line-height: 70px;
                    font-size: 16px;
                    text-decoration: none;
                }

                    .content-wrapper .main .lt_nav .bd a.cur {
                        background: #333D87;
                    }

                        .content-wrapper .main .lt_nav .bd a.cur:after {
                            content: "> > >";
                            display: inline-block;
                            line-height: 70px;
                            width: 50px;
                            text-indent: 0;
                            margin-left: 25px;
                        }

            .content-wrapper .main .lt_nav .ft {
                margin-top: 6px;
            }

                .content-wrapper .main .lt_nav .ft img {
                    width: 100%;
                }

        .content-wrapper .main .rt_list {
            float: right;
            width: 1300px;
            margin-top: 25px;
        }

            .content-wrapper .main .rt_list .hd {
                border-bottom: 1px solid #b7b7b7;
                height: 30px;
                line-height: 18px;
                font-size: 0;
                font-family: 'Microsoft YaHei';
                text-align: right;
            }

                .content-wrapper .main .rt_list .hd a {
                    border-right: 1px solid #818286;
                    font-size: 16px;
                    color: #000;
                    padding-right: 10px;
                    display: inline-block;
                    margin-right: 10px;
                }

                    .content-wrapper .main .rt_list .hd a.sy {
                        background: url(../images/dhhh.png) no-repeat 0 3.5px;
                        padding-left: 17px;
                    }

                .content-wrapper .main .rt_list .hd span {
                    font-size: 16px;
                    color: #000;
                    display: inline-block;
                }

            .content-wrapper .main .rt_list .bd {
                font-size: 16px;
                width: 1000px;
            }

                .content-wrapper .main .rt_list .bd li {
                    margin-top: 30px;
                    overflow: hidden;
                    line-height: 1;
                    position: relative;
                }

                    .content-wrapper .main .rt_list .bd li:before {
                        content: ">";
                        position: absolute;
                        left: 0;
                        height: 16px;
                        width: 16px;
                        color: #000;
                    }

                    .content-wrapper .main .rt_list .bd li a {
                        float: left;
                        text-indent: 16px;
                    }

                    .content-wrapper .main .rt_list .bd li .date {
                        float: right;
                        color: #000;
                    }

            .content-wrapper .main .rt_list .fy {
                border-top: 1px solid #b7b7b7;
                margin-top: 40px;
                text-align: center;
                padding: 30px;
                font-size: 16px;
                font-weight: bold;
            }

                .content-wrapper .main .rt_list .fy a {
                    padding: 5px 10px;
                    text-decoration: none;
                }

                    .content-wrapper .main .rt_list .fy a:hover, .content-wrapper .main .rt_list .fy a.cur {
                        background: #e8dd61;
                        color: #fff;
                    }

            .content-wrapper .main .rt_list .article {
                margin-top: 30px;
                border-bottom: 1px solid #b7b7b7;
                padding-bottom: 20px;
            }

            .content-wrapper .main .rt_list .article-title {
                font-size: 22px;
                font-weight: bold;
                color: #333;
                text-align: center;
            }

            .content-wrapper .main .rt_list .article-zjj {
                text-align: center;
                margin-top: 10px;
            }

                .content-wrapper .main .rt_list .article-zjj span {
                    padding: 0 3px;
                }

            .content-wrapper .main .rt_list .article-content {
                margin-top: 30px;
                color: #333;
            }

                .content-wrapper .main .rt_list .article-content p {
                    text-indent: 2em;
                    padding-bottom: 10px;
                    line-height: 1.5
                }

                .content-wrapper .main .rt_list .article-content .vsbcontent_img {
                    text-align: center;
                }