        html {
            min-width: 1260px;
            overflow-x: hidden;
        }

        body {
            background: #ffe8e9;
        }

        .content {
            width: 1200px;
            height: auto;
            margin: 0 auto;
        }

        .banner {
            width: 100%;
            height: 455px;
            margin: 0 auto;
            background: url(//www.news.cn/gongyi/zt/jghwmzs/images/banner.jpg) 50% 0 no-repeat;
        }

        .dh {
            width: 842px;
            height: auto;
            margin: 0 auto;
            overflow: hiddenl;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .part01,
        .part02,
        .part03,
        .part04,
        .part05 {
            width: 1024px;
            margin: 0 auto;
            position: relative;
        }

        .focusBox1,
        .focusBox2,
        .focusBox3,
        .focusBox4,
        .focusBox5 {
            width: 1024px;
            height: 420px;
            overflow: hidden;
            position: relative;
            margin: 0 auto;
        }

        .list_pic {
            list-style: none;
        }

        .list_pic li {
            float: left;
            width: 234px;
            height: 200px;
            margin: 10px 11px 0 11px;
        }

        .list_pic li .img {
            width: 230px;
            height: 154px;
        }

        .list_pic li .img img {
            width: 230px;
            height: 154px;
            border: 2px solid #e23248;
            border-radius: 10px;
        }

        .list_pic li p {
            font-size: 18px;
            color: #e23248;
            text-align: center;
            margin-top: 10px;
        }

        .list_pic li p a {
            color: #e23248;
        }

        .swiper-pagination {
            position: inherit;
            margin-top: 10px;
        }

        .doc_color .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            margin: 0 6px;
        }

        .swiper-pagination-bullet-active {
            background: #f55f77;
        }

        .pic_right,
        .pic_right1,
        .pic_right2,
        .pic_right3,
        .pic_right4 {
            width: 48px;
            height: 81px;
            background: url(//www.news.cn/gongyi/zt/jghwmzs/images/pic_right.png) no-repeat;
            position: absolute;
            right: -55px;
            top: 155px;
            z-index: 5;
            cursor: pointer;
        }

        .pic_left,
        .pic_left1,
        .pic_left2,
        .pic_left3,
        .pic_left4 {
            width: 48px;
            height: 81px;
            background: url(//www.news.cn/gongyi/zt/jghwmzs/images/pic_left.png) no-repeat;
            position: absolute;
            left: -55px;
            top: 155px;
            z-index: 5;
            cursor: pointer;
        }

        .footer {
            font-size: 14px;
            padding: 40px 0;
            width: 100%;
            height: auto;
            text-align: center;
            line-height: 30px;
            color: #fff;
            background: rgb(202, 22, 78);
            background: -moz-linear-gradient(left, rgba(202, 22, 78, 1) 0%, rgba(217, 77, 90, 1) 49%, rgba(202, 22, 78, 1) 100%);
            background: -webkit-linear-gradient(left, rgba(202, 22, 78, 1) 0%, rgba(217, 77, 90, 1) 49%, rgba(202, 22, 78, 1) 100%);
            background: linear-gradient(to right, rgba(202, 22, 78, 1) 0%, rgba(217, 77, 90, 1) 49%, rgba(202, 22, 78, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca164e', endColorstr='#ca164e', GradientType=1);
            margin-top: 50px;
        }
