        html {
            min-width: 1200px;
        }

        body {
            background: url(top02.jpg) 50% 0 no-repeat #F0F3FA;
        }

        .lmt {
            width: 1200px;
            height: auto;
            margin: 0 auto;
            margin-top: 40px;
            margin-bottom: 25px;
            overflow: hidden;
        }

        /*cover*/
        .cover {
            position: fixed;
            width: 100%;
            height: 100%;
            background: url("https://www.news.cn/world/zt/shzztjfh/img/cover02.jpg") center 0 no-repeat;
            background-size: 100% 100%;
            z-index: 999;
            top: 0;
            left: 0;
        }

        .topic1 {
            position: absolute;
            width: 1143px;
            height: 519px;
            left: 50%;
            margin-left: -600px;
            top: 80px;
            background: url("https://www.news.cn/world/zt/shzztjfh/img/cover01.png?v81") center 0 no-repeat;
            background-size: 100% 100%;
        }

        /*头部*/
        .banner {
            width: 100%;
            height: 540px;
        }

        /* 导航 */
        .nav_box {
            width: 100%;
            height: 133px;
            background: url(nav_line.jpg) 50% 0 no-repeat;
            position: relative;
        }

        .nav_list {
            width: 1333px;
            margin: 0 auto;
            list-style: none;
            overflow: hidden;
        }

        .nav_list li {
            float: left;
            width: 133px;
            height: 133px;
            background: url(nav_bg.png) no-repeat;
            display: flex;
            justify-content: center;
            /* 水平居中 */
            align-items: center;
            /* 垂直居中 */
        }

        .nav_list li+li {
            margin-left: 38px;
        }

        .nav_list li a {
            color: #fff;
        }

        .nav_list li:hover {
            width: 133px;
            height: 133px;
            background: url(acv_nav_bg.png) no-repeat;
        }

        /*聚焦区*/
        .partjj {
            padding-bottom: 10px;
            margin-top: 20px;
            z-index: 9;
            position: relative;
        }

        .headline {
            text-align: center;
            margin-top: 20px;
            position: relative;
            z-index: 5;
            width: 1280px;
            margin: 0 auto;
            box-shadow: 0px 4px 8px 0px #a0a0a0b9;
        }

        .headline .part {
            padding: 25px 20px;
            position: relative;
            background: #fff;
        }

        .headline .tag {
            width: 52px;
            height: 53px;
            background: url(https://www.news.cn/2023homepro/images/headline-mark.png) left top no-repeat;
            position: absolute;
            left: 0;
            top: -3px;
            z-index: 10;
        }

        .headline h1 {
            font-size: 40px;
            line-height: 1.3;
            font-weight: bolder;
            color: #3B61DA;
        }

        .headline h1 a {
            color: #4b0c8f;
            font-weight: bolder;
        }

        .headline p {
            font-size: 16px;
            line-height: 26px;
            color: #666;
            margin-top: 20px;
        }

        .headline p a {
            color: #666;
        }

        .focus-zone {
            padding-top: 15px;
            width: 1280px;
            margin: 0 auto;
        }

        .focus-zone .list-box {
            width: 490px;
            background: #ebf5fe;
        }

        .focus-zone .list-box li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 1px;
            height: 71px;
            color: #333;

            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            border-bottom: 2px solid #fff;
        }

        .focus-zone .list-box li:first-child {
            margin-top: 0;
        }

        .focus-zone .list-box li span {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 0 10px 0 10px;
            display: block;
        }

        .focus-zone .list-box li a {
            color: #333;
            font-size: 18px;
            line-height: 28px;
            -webkit-transition: all 0s;
            -moz-transition: all 0s;
            transition: all 0s;
        }

        .focus-zone .list-box li a i {
            font-style: normal;
        }

        .focus-zone .list-box li.active {
            font-weight: 500;
            color: #fff;
            background: #8600e7;
        }

        .focus-zone .list-box li.active:before {
            content: '';
            display: none;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 10px;
            height: 100%;
            background: #ff8658;
        }

        .focus-zone .list-box li.active a {
            color: #fff;
        }

        .focus-zone .list-box li.active a:hover {
            text-decoration: underline;
            color: #fff !important;
        }

        .focus-zone .newMedia {
            width: 774px;
        }

        .focus-zone .newMedia .scroll {
            position: relative;
            width: 100%;
            height: 502px;
            cursor: pointer;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .focus-zone .newMedia .scroll .scroll-tips {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            color: #fff;
            white-space: nowrap;
            background: #083b90;
        }

        .focus-zone .newMedia .scroll .scroll-tips .scroll-tips-close {
            width: 13px;
            height: 13px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAqUlEQVQokY2S0Q3CMAxEHxHqOt2ALAE7wACFHcoC8JcBYAcYgXX6hQ45UkhMy0mRkviefLK8SikBdMDEsj6+YJcXEBeQaL4uWIcDcJsBo9X3uZP0AHY/wAxsgac+QlH0wAaooRocPEBaO/kFjnaGGvA6SRvgaOdk71lIhrtFPFs0vb/AEioBRZQUrQEzpCmpIEMGshowb8TFm5IDXuXX9LQR/R+7J7AHpjfZSy4jngpSewAAAABJRU5ErkJggg==) 0 0 no-repeat;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100%;
            background-size: 100%;
            position: absolute;
            right: 15px;
            top: 10px;
            border: 1px solid #ccc;
            cursor: pointer;
        }

        .focus-zone .newMedia .scroll .media-box {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
        }

        .focus-zone .newMedia .scroll .swiper-pagination {
            width: auto;
            right: 10px;
            left: auto;
            bottom: 73px;
        }

        .focus-zone .newMedia .scroll .swiper-pagination .swiper-pagination-bullet {
            margin-right: 0;
            opacity: 1;
            background: #d3d3d3;
            -webkit-transition: width 0.5s;
            -moz-transition: width 0.5s;
            transition: width 0.5s;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .focus-zone .newMedia .scroll .swiper-pagination .swiper-pagination-bullet-active {
            width: 20px;
            background: #5700FA;
        }

        .focus-zone .newMedia .scroll .swiper-button-prev {
            display: none;
            width: 34px;
            height: 73px;
            left: 0;
            margin-top: -52px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat;
        }

        .focus-zone .newMedia .scroll .swiper-button-next {
            display: none;
            width: 34px;
            height: 73px;
            right: 0;
            margin-top: -52px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat;
        }

        .focus-zone .newMedia .scroll .swiper-container {
            width: 100%;
            height: 100%;
        }

        .focus-zone .newMedia .scroll .swiper-container:hover .swiper-button-next,
        .focus-zone .newMedia .scroll .swiper-container:hover .swiper-button-prev {
            display: block;
        }

        .focus-zone .newMedia .scroll .swiper-slide {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .focus-zone .newMedia .scroll .swiper-slide .img {
            position: relative;
            z-index: 1;
            width: 774px;
            height: 435px
        }

        .focus-zone .newMedia .scroll .swiper-slide .img img {
            width: 774px;
            height: 435px
        }

        .focus-zone .newMedia .scroll .swiper-slide .tit {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 10px 10px 10px;
            width: 100%;
            line-height: 47px;
            font-size: 22px;
            font-weight: 400;
            color: #fff;
            background: url(bg3.png) 0 0 no-repeat;
            background-size: 100% 100%;
        }

        .focus-zone .newMedia .scroll .swiper-slide .tit a {
            color: #fff;
        }

        .focus-zone .newMedia .scroll .swiper-slide .tit .btn {
            display: inline-block;
            margin-right: 5px;
            margin-top: -6px;
            vertical-align: middle;
            width: 32px;
            height: 32px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAEO0lEQVRogc2aX4jVRRTHP2vbrsKWZbu2WZsV1AbrUoKyEkXQH6KHHt1MhCiJDIJIFEF8qIcgwQdfRN/yz/pSoNuTQRAYsgtB1lKKBUKkSVLEbiuoW+6Rs5xZzk73yu/3m7nd+4Vhhju/Oec75ze/M2fO3DYRoQFoA+4CbgB/N0JBewYZK4AXgGeBAeAx4G7Xr+T/As4B3wFngRPArylKq1q8A9gIvAE8YxYugwngyRTiZS2uz78F7AQeqNGvVvwJuARccUvmHuAJoNeeuxSN08n3A0eBq4WYqMULliER+V4WYkZERkVko4jcV0DOUhF5XEQ63G9PicisSR0pyqfIQ7qcthrJgCkR+VBElpeYeL2yyckdz0W8XUQ+iax8RETuzUA4lMUiclhEvjHrJxNX0sciKw9nJJxUbrU8RhzpiyKyqlVI34r4Nkf6goisbCXSWmr58SHga/PVuus9DfxQ0m02HIsiBeqnDxhpzGe3HGlqEH/b7Wi6GXzaBE4eS4CDwBjQt6DHrZsO+wiDB+ltgbW8yn1rp/3G5S2+Cbjf2vuA3ytYSLf3nhymNpwBRqy9Ghie73GzO2kzuy4iPRUttF9E/hSRVzJa/UER+ce4nYrdYZ+LF44nKDlqMlTWXhHpzER+1Mnt80vlZReafpbhFaus94Bxi89TcdzJfQnnVdaFlQN8mUFRgK7Lb4HXE+V84dprccQHrP4F+CNRSYwuc2lHgDsqyrgM/GbtQRzxfqvPZaW8EOq11PprKo4/Y/UcVyV+G7DUfoxPJrnxKHAK2FJB7mWrl+laXxS9visNJq7oBN6tMG7Kte+Mt/z/Az8u2EiK41/35JzFp90PXQ0mfsC8wtkKY/3KmG63vMe0dazISNJjEtgMHEuQEbhpqH0jLJXzVvfXGZSCMUtNpJDGbWRzXAPxCasfzhgkzQIfWYYrKWtlnB6x9hzXQHzMat1Sn09UgrnVF4Fd0UdVFc+5kGTcEz9h273i1QQFp4FRO4x8lYFwwAarxbjWDWu7W+AQEUqPcRLj+J+DxCGr9by5NaO1UvG+OwMfmpflZtbpjm6TLXJ06zUuIbdT8+h2HfjY2hq77GkBa+9xcZRym5nviWbYHmVkm5lyG3Y8JozbfH+tAUMuM6uvabAJpAfdElEu6+Jn6g3c3sQU3ErTGbC91nP1Bjcr6TngHIQYh7YyxLEv+PMozby+gaTXm46A0ejmojBxLbdb0t3jYOYNqttkehw23XXHFRGsr2pHdJWiH84HiRPoNhmTTu6M6aq5PMoSD2XI3JLHNbu12FDwekWfec2STtciWROmoxCfsvecevB4B9jh8owemt74Gbjozq9ddrWo8fRDNcZo2mE3sL9UJFnxNWt48KYFPbNSHrM2dnPVNF2Ou/w+i5fDlXi/26YDpuziVnMjJy3kvZCitFF/QtAYKJBX0noaygfgJsI00YX19pVQAAAAAElFTkSuQmCC) 0 0;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100%;
            background-size: 100%;
        }

        .focus-zone .newMedia .scroll .swiper-slide .tit .btn.hide {
            display: none;
        }

        #DH-PLAYERID {
            width: 100%;
            height: 100%;
        }

        #DH-PLAYERID .player-container {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
        }

        #DH-PLAYERID .play-layer {
            display: none;
        }

        .media-title {
            display: none;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 40px 0 10px;
            height: 30px;
            overflow: hidden;
            z-index: 3;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            background: #378de4;
        }

        .media-close {
            position: absolute;
            right: -1px;
            top: 0;
            z-index: 10;
            width: 30px;
            height: 30px;
            background: url(data:image/png;base64,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) 0 0 no-repeat;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100%;
            background-size: 100%;
            cursor: pointer;
        }

        .media-iframe {
            width: 100%;
            height: 100%;
        }

        /* 视频播放按钮 */
        .mul-play {
            position: absolute;
            width: 50px;
            height: 50px;
            bottom: 57px;
            left: 10px;
            display: none;
            cursor: pointer;
            z-index: 999;
        }

        .mul-play img {
            width: 100%;
            height: 100%;
        }

        .videoPart {
            width: 774px;
            height: 435px;
            background: #333;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 50;
        }

        .videoPart video {
            width: 774px;
            height: 435px;
        }

        .videoPart .videoPart-close {
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0;
            right: -21;
            z-index: 50;
            background: url("s1014_icon_btn_close.png") no-repeat;
            cursor: pointer;
            background-size: 100% auto;
        }

        /*最新播报*/
        .latest {
            width: 1280px;
            margin: 20px auto 0;
        }

        .latest .part {
            height: 35px;
            background: url(https://www.news.cn/world/zt/shzztjfh/img/zxbb.jpg) no-repeat;
        }

        .latest .latest-title {
            display: block;
            width: 128px;
            height: 35px;
            float: left
        }

        .latest .latest-cont {
            width: 1134px;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 35px;
            border-left: none;
        }

        .latest .latest-cont ul {
            white-space: nowrap;
            font-size: 0
        }

        .latest .latest-cont li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
        }

        .latest .latest-cont li .txt:before {
            content: "";
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 14px;
            background: #0079d1;
        }

        .latest .latest-cont li .txt .tit {
            font-size: 16px;
            line-height: 35px;
            margin-right: 10px;
            color: #101010;
            display: inline-block;
            padding-left: 20px;
        }

        .latest .latest-cont li .txt .tit a {
            color: #101010
        }

        .latest .latest-cont li .txt .time {
            font-size: 14px;
            line-height: 32px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            color: #666;
            display: inline-block
        }

        /*视频*/
        .partjjtsw {
            position: relative;
            width: 1200px;
            margin: 20px auto;
            padding-top: 10px;
        }

        .partjjtsw .swiper-button-next,
        .partjjtsw .swiper-button-prev {
            width: 46px;
            height: 46px;
            margin-top: -30px;
            cursor: pointer;
        }

        .partjjtsw .swiper-button-next {
            background: url("https://www.news.cn/world/zfhzlt2024/images/20240820zflt_pcAnright01_v1.png") 0px 0px no-repeat;
            right: -70px;
        }

        .partjjtsw .swiper-button-next:hover {
            background: url("https://www.news.cn/world/zt/dqjzggjjkblh/index/images/right1.png") 0px 0px no-repeat;
            right: -70px;
        }

        .partjjtsw .swiper-button-prev {
            background: url("https://www.news.cn/world/zfhzlt2024/images/20240820zflt_pcAnleft01_v1.png") 0px 0px no-repeat;
            left: -70px;
        }

        .partjjtsw .swiper-button-prev:hover {
            background: url("https://www.news.cn/world/zt/dqjzggjjkblh/index/images/left1.png") 0px 0px no-repeat;
            left: -70px;
        }

        .partjjtsw .swiper-container {
            width: 1200px;
        }

        .partjjtsw .swiper-slide {
            width: 340px;
            height: 333px;
            overflow: hidden;
        }

        .partjjtsw .swiper-slide img {
            width: 100%;
            height: auto;
        }

        .partjjtsw .swiper-slide .tit {
            z-index: 4;
            height: auto;
            font-size: 16px;
            line-height: 24px;
            background: #fff;
            padding: 3%;
            text-align: left;
            position: absolute;
            top: 50%;
            width: 86%;
            left: 50%;
            box-shadow: 0px 4px 8px 0px #a0a0a0b9;
            margin-left: -46%;
            font-weight: bolder;
        }

        .partjjtsw .swiper-slide .tit a {
            color: #003c82;
            height: 46px;
            display: block;
        }

        .partjjtsw .swiper-slide .tit p {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-top: 2px;
            height: 67px;
            overflow: hidden;
            text-align: left;
            border-top: 1px dotted #9c9c9c;
            padding-top: 10px;
            margin-top: 8px;
            overflow: hidden;
            /* white-space: nowrap; */
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -o-text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .partjjtsw .swiper-slide .tit p a {
            display: inline;
            height: auto;
            color: #2a5be2;
        }

        .partjjtsw .swiper-slide .tit:after {
            content: '';
            width: 100%;
            height: 0px;
            background: rgb(136, 197, 100);
            background: -moz-linear-gradient(left, rgba(136, 197, 100, 1) 0%, rgba(93, 125, 99, 1) 100%);
            background: -webkit-linear-gradient(left, rgba(136, 197, 100, 1) 0%, rgba(93, 125, 99, 1) 100%);
            background: linear-gradient(to right, rgba(136, 197, 100, 1) 0%, rgba(93, 125, 99, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6999c5', endColorstr='#9fb0bf', GradientType=1);
            position: absolute;
            left: 0;
            bottom: 0px;
        }

        .partjjtsw .swiper-slide:hover .tit {
            background: rgb(31, 109, 200);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY5YzA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1YTY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(-45deg, rgba(31, 109, 200, 1) 0%, rgba(40, 191, 239, 1) 100%);
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(40, 191, 239, 1)), color-stop(100%, rgba(40, 191, 239, 1)));
            background: -webkit-linear-gradient(-45deg, rgba(31, 109, 200, 1) 0%, rgba(40, 191, 239, 1) 100%);
            background: -o-linear-gradient(-45deg, rgba(31, 109, 200, 1) 0%, rgba(40, 191, 239, 1) 100%);
            background: -ms-linear-gradient(-45deg, rgba(31, 109, 200, 1) 0%, rgba(40, 191, 239, 1) 100%);
            background: linear-gradient(135deg, rgba(31, 109, 200, 1) 0%, rgba(40, 191, 239, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c05', endColorstr='#55a663', GradientType=1);
        }

        .partjjtsw .swiper-slide:hover .tit a {
            color: #fff;
        }

        .partjjtsw .swiper-slide:hover .tit p {
            color: #fff;
        }

        .jjtCon {
            width: 1200px;
            margin: 0 auto;
        }

        .jjtCon li {
            width: 560px;
            float: left;
            height: 110px;
            margin-bottom: 30px;
        }

        .jjtCon li:nth-child(even) {
            float: right;
        }

        .jjtCon li .cl {
            width: 80px;
            height: 80px;
            float: left;
            background: #e6edf7;
            color: #999;
            padding: 6px;
            margin-right: 20px;
        }

        .jjtCon li .cl span {
            font-size: 24px;
            font-weight: bolder;
            text-align: center;
            display: block;
            padding-top: 10px;
        }

        .jjtCon li .cl i {
            font-style: normal;
            font-size: 16px;
            display: block;
            text-align: right;
            padding-right: 5px;
            padding-top: 2px;
            font-weight: bolder;
        }

        .jjtCon li .cr h3 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #735f00;
            font-weight: bolder;
            padding-top: 4px;
        }

        .jjtCon li .cr h3 a {
            color: #003c82;
        }

        .jjtCon li .cr p {
            color: #666;
            line-height: 26px;
            height: 52px;
            overflow: hidden;
            /* white-space: nowrap; */
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -o-text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .jjtCon li .cr p a {
            color: #2a5be2;
        }

        .jjtCon li:hover .cl {
            background: rgb(31, 116, 202);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY5YzA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1YTY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(180deg, rgba(37, 175, 232, 1) 0%, rgba(31, 116, 202, 1) 100%);
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(37, 175, 232, 1)), color-stop(100%, rgba(31, 116, 202, 1)));
            background: -webkit-linear-gradient(180deg, rgba(37, 175, 232, 1) 0%, rgba(31, 116, 202, 1) 100%);
            background: -o-linear-gradient(180deg, rgba(37, 175, 232, 1) 0%, rgba(31, 116, 202, 1) 100%);
            background: -ms-linear-gradient(180deg, rgba(37, 175, 232, 1) 0%, rgba(31, 116, 202, 1) 100%);
            background: linear-gradient(180deg, rgba(37, 175, 232, 1) 0%, rgba(31, 116, 202, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c05', endColorstr='#55a663', GradientType=1);
        }

        .jjtCon li:hover .cl span {
            color: #fff;
        }

        .jjtCon li:hover .cl i {
            color: #fff;
        }

        .jjtCon li:hover .cr h3 a {
            color: #333;
        }

        /*现场直击*/
        .bg02 {
            margin-top: 40px;

        }

        .xczj_dh {
            width: 1200px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 25px;
        }


        /*深观察*/
        .bg01 {
            background: #edf4f8 url("https://www.news.cn/world/zt/dqjzggjjkblh/index/images/sgcbg.png") 50% 0 no-repeat;
            margin-top: 50px;
        }

        .sgc_bg {
            width: 100%;
            height: auto;
            overflow: hidden;
            padding-top: 212px;

        }

        .sgc_bg .lmt img {
            margin-left: 0
        }



        /*融媒视听*/
        .rmst_bg {
            width: 100%;
        }

        .rmst_dh {
            width: 1200px;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            margin-top: 40px;
            margin-bottom: 50px;
        }

        .partlast {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .partlast .view {
            width: 1200px;
            height: 675px;
            position: relative;
        }

        .partlast .view .swiper-container {
            width: 1200px;
            height: 675px;
        }

        .partlast .view .swiper-slide {
            width: 1200px;
            height: 675px;
            position: relative;
        }

        .partlast .view .swiper-slide img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .partlast .view .swiper-slide .bg {
            bottom: 0;
            height: 120px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 10;
            opacity: 1;
            filter: alpha(opacity=80);
            background: #d70016;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
        }

        .partlast .view .swiper-slide .vBtn {
            position: absolute;
            width: 95px;
            height: 95px;
            right: 50px;
            bottom: 20px;
            background: url(https://www.news.cn/world/zt/dqjzggjjkblh/index/images/play.png) no-repeat;
            background-size: cover;
            cursor: pointer;
            display: none;
            z-index: 200;
        }


        .partlast .view #iframe {
            display: none;
            width: 1200px;
            height: 675px;
            top: 0;
            right: 0;
            position: absolute;
            z-index: 999;
            background: #000;
        }

        .partlast .view .video-close {
            width: 17px;
            height: 17px;
            position: absolute;
            right: -16px;
            top: 0;
            z-index: 20;
            background: url("https://www.news.cn/2015/img2015/icon_video.png") 0 -80px no-repeat;
            cursor: pointer;
            display: none;
        }

        /* .partlast .view .arrow-left,
.view .arrow-right {
display: none;
} */
        .partlast .view .arrow-right {
            background: url(https://www.news.cn/world/zt/dqjzggjjkblh/index/images/right2.png) no-repeat;
            position: absolute;
            width: 12px;
            height: 19px;
            z-index: 10;
            top: 785px;
            transition: none;
            right: -19px;
        }

        .partlast .view .arrow-left {
            background: url("https://www.news.cn/world/zt/dqjzggjjkblh/index/images/left2.png") no-repeat;
            position: absolute;
            width: 12px;
            height: 19px;
            z-index: 10;
            top: 785px;
            transition: none;
            left: -19px;
        }




        .partlast .view .pagination {
            position: absolute;
            z-index: 20;
            right: -18px;
            bottom: 0px;
        }

        .partlast .view .pagination .swiper-pagination-switch {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background: #222;
            opacity: 0.8;
            cursor: pointer;
            margin: 10px 0;
            background: #d70016;
        }

        .partlast .view .pagination .swiper-active-switch {
            height: 90px;
        }

        .partlast .preview {
            width: 1200px;
            height: 250px;
            position: relative;
            margin-top: 10px;
        }

        .partlast .preview .swiper-container {
            width: 1200px;
            height: auto;
            margin: 0px auto 0px;
        }

        .partlast .preview .swiper-slide {
            width: 288px;
            height: auto;
            float: left;
            cursor: pointer;
            /* background: #920000; */
        }

        .partlast .preview .swiper-slide dl {
            margin: 0 auto;
            width: 288px;
            position: relative;
            border: 2px solid #e4e6ea;
        }

        .partlast .preview .active-nav dl {
            border: 2px solid #789ce3;
        }

        .partlast .preview .active-nav img {
            padding: 0;
        }

        .partlast .preview .swiper-slide dt {
            width: 290px;
            line-height: 0;
            position: relative;
        }

        .partlast .preview .swiper-slide img {
            width: 288px;
            height: 162px;
        }

        .partlast .preview .swiper-slide dd {
            width: 270px;
            font-size: 16px;
            line-height: 30px;
            padding: 10px;
            min-height: 60px;
        }

        .partlast .preview .swiper-slide .play1 {
            position: absolute;
            width: 58px;
            height: 58px;
            left: 10px;
            top: 99px;
            background: url(https://www.news.cn/world/zt/dqjzggjjkblh/index/images/play1.png) no-repeat;
            background-size: cover;
            cursor: pointer;
            z-index: 200;
        }



        .bg04 {
            background: url("https://www.news.cn/world/zt/dqjzggjjkblh/index/images/bg11.png") 50% 100% no-repeat;
            height: 149px;
        }

        /* 在行动 */
        .dh_zxd {
            width: 1200px;
            height: 180px;
            margin: 0 auto;
            margin-top: 60px;
            margin-bottom: 10px;
        }

        .zxd_box {
            width: 100%;
            height: auto;
            background: url(https://www.news.cn/world/zt/shzztjfh/img/zxd_bj.jpg) no-repeat 50% 0;
            padding-bottom: 10px;
        }

        .rmh_box {
            width: 1200px;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }

        .rmh_box .dh {
            margin-top: 0;
        }

        .rmh_big_pic {
            height: 400px;
            position: relative;
            margin-top: 15px;
        }

        .rmh_big_pic .text {
            width: 452px;
            height: 338px;
            background: url(zxd_pic_bg.png) no-repeat;
            position: absolute;
            left: 0;
            top: 18px;
            z-index: 50;
            padding: 35px 30px 0 30px;
        }

        .rmh_big_pic .text h2 {
            font-size: 25px;
            color: #fff;
            line-height: 34px;
            font-weight: bold;
        }

        .rmh_big_pic .text h2 a {
            color: #fff;
        }

        .rmh_big_pic .text p {
            font-size: 16px;
            color: #fff;
            line-height: 28px;
            margin-top: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            /* 定义显示的行数 */
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .rmh_big_pic .img {
            width: 692px;
            height: 390px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 30;
        }

        .rmh_big_pic .img img {
            width: 692px;
            height: 390px;
        }

        .rmh_big_pic .wz {
            height: 200px;
            overflow: hidden;
        }

        .rmh_big_pic span {
            width: 174px;
            height: 34px;
            border: 1px solid #fff;
            line-height: 34px;
            text-align: center;
            font-size: 16px;
            color: #fff;
            display: block;
            margin: 0 auto;
            margin-top: 20px;
            /* display: none; */
        }

        .rmh_big_pic span a {
            color: #fff;
        }

        .rmh_big_pic .img video {
            width: 692px;
            height: 390px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100;
            display: none;
        }

        .rmh_big_pic .img .videoClose {
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 150;
            background: url("//www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
            cursor: pointer;
            background-size: 100% auto;
            display: none;
        }

        .rmh_list {
            list-style: none;
            overflow: hidden;
            margin-top: 20px;
        }

        .rmh_list li {
            float: left;
            width: 287px;
            height: 240px;
            background: #fff;
            -moz-box-shadow: 0px 3px 6px #eceff2;
            -webkit-box-shadow: 0px 3px 6px #eceff2;
            box-shadow: 0px 3px 6px #eceff2;
            margin-bottom: 10px;
        }

        .rmh_list li+li {
            margin-left: 17px;
        }

        .rmh_list li img {
            width: 287px;
            height: 158px;
        }

        .rmh_list li .wz {
            width: 265px;
            margin: 0 auto;
        }

        .rmh_list li h2 {
            font-size: 18px;
            color: #333;
            line-height: 26px;
            margin-top: 14px;
            height: 55px;
            overflow: hidden;
        }

        .rmh_list li h2 a {
            color: #333;
        }

        .rmh_more {
            width: 232px;
            height: 43px;
            margin: 0 auto;
            margin-top: 50px;
        }

        .rmh_big_pic .img .player {
            width: 86px;
            height: 86px;
            position: absolute;
            left: 10px;
            bottom: 10px;
        }

        .rmh_big_pic .img .player img {
            width: 100%;
            height: auto;
            cursor: pointer;
        }

        .rmh_list li {
            position: relative;
        }

        .rmh_list li .player {
            width: 50px;
            height: 50px;
            position: absolute;
            left: 10px;
            top: 100px;
            display: none;
        }

        .rmh_list li .player img {
            width: 100%;
            height: auto;
        }

        /* 媒体观察 */
        .sgc_box {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            height: 660px;
        }

        .sgc_dh {
            width: 1200px;
            height: 200px;
            margin: 70px auto;
        }       

        .sgc_box .languages-news {
            width: 1200px;
            margin: 0 auto;
        }

        .sgc_box .languages-news .list-txt {
            width: 710px;
        }

        .sgc_box .languages-news .list-txt li {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 13px 5px 13px 20px;
            font-size: 18px;
            line-height: 1.3;
            border-bottom: 1px dotted #ccc;
            color: #333;
        }

        .sgc_box .languages-news .list-txt li a {
            color: #333;
        }

        .sgc_box .languages-news .list-txt li:before {
            content: '';
            display: block;
            position: absolute;
            left: 5px;
            top: 19px;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #c3871f;
        }


        .sgc_box .languages-news .list-txt li {
            padding: 20px 15px 15px 25px;
            font-family: Arial;
            font-size: 21px;
            line-height: 35px;
        }

        .sgc_box .languages-news .list-txt li:before {
            width: 6px;
            height: 20px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            top: 26px;
            background-color: #520ca1;
        }

        .sgc_box .languages-news .list-txt li:first-child {
            padding-top: 0;
        }

        .sgc_box .languages-news .list-txt li:first-child:before {
            top: 6px;
        }

        .sgc_box .languages-news .list-pic li {
            display: block;
            margin-bottom: 17px;
            width: 470px;
            height: 264px;
        }
        .list-pic ul {
            font-size: 0;
        }

        .list-pic ul li {
            display: inline-block;
            position: relative;
        }

        .list-pic ul li .img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .list-pic ul li .img img {
            width: 100%;
            height: 100%;
        }

        .list-pic ul li .tit {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 4;
            text-align: center;
            padding: 5px;
            font-size: 18px;
            line-height: 1.3;
            background-image: -webkit-gradient(linear,
                    left bottom,
                    left top,
                    from(#fe211a),
                    to(rgba(172, 35, 23, 0)));
            background-image: -webkit-linear-gradient(bottom,
                    #fe211a 0,
                    rgba(172, 35, 23, 0) 100%);
            background-image: -moz-linear-gradient(bottom,
                    #fe211a 0,
                    rgba(172, 35, 23, 0) 100%);
            background-image: linear-gradient(0deg,
                    #fe211a 0,
                    rgba(172, 35, 23, 0) 100%);
            color: #fff;
        }

        .list-pic ul li .tit a {
            color: #fff;
        }

        .list-pic ul li .tit2 {
            padding: 5px;
            font-size: 18px;
            line-height: 1.3;
            color: #333;
            text-align: center;
        }

        .list-pic ul li .tit2 a {
            color: #333;
        }


        /* 影像集 */
        .yxj_box {
            width: 100%;
            height: 1069px;
            margin: 0 auto;
            overflow: hidden;
        }

        .yxj_dh {
            width: 1200px;
            height: 200px;
            margin: 0 auto;
            margin-top: 40px;
            margin-bottom: 25px;
        }

        .yxj_sw_bg {
            width: 1344px;
            height: 863px;
            margin: 0 auto;
            background: url(https://www.news.cn/world/zt/shzztjfh/img/yxj_bg.png) no-repeat 50% 0;
            position: relative;
            overflow: hidden;
        }

        .focusBox2 {
            width: 1200px;
            height: 742px;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
            margin-top: 70px;
        }

        .focusBox2 .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 675px;
        }

        .focusBox2 .swiper-pagination {
            width: auto;
            right: 10px;
            left: auto;
            top: 630px;
        }

        .focusBox2 .swiper-pagination .swiper-pagination-bullet {
            margin-right: 0;
            opacity: 1;
            background: #d3d3d3;
            -webkit-transition: width 0.5s;
            -moz-transition: width 0.5s;
            transition: width 0.5s;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .focusBox2 .swiper-pagination .swiper-pagination-bullet-active {
            width: 20px;
            background: #57b3ff;
        }

        .focusBox2 .title {
            width: 100%;
            font-size: 26px;
            color: #333;
            text-align: center;
            margin-top: 10px;
        }

        .focusBox2 .title a {
            color: #333;
        }

        .yxj_left {
            width: 53px;
            height: 86px;
            background: url(https://www.news.cn/world/zt/shzztjfh/img/yxj_left.png) no-repeat 50% 0;
            position: absolute;
            left: 0;
            top: 345px;
            cursor: pointer;
        }

        .yxj_right {
            width: 53px;
            height: 86px;
            background: url(https://www.news.cn/world/zt/shzztjfh/img/yxj_right.png) no-repeat 50% 0;
            position: absolute;
            right: 0;
            top: 345px;
            cursor: pointer;
        }

        .yxj_left:hover {
            background: url(https://www.news.cn/world/zt/shzztjfh/img/a_yxj_left.png) no-repeat 50% 0;
        }

        .yxj_right:hover {
            background: url(https://www.news.cn/world/zt/shzztjfh/img/a_yxj_right.png) no-repeat 50% 0;
        }

        /*多语种*/
        .dyz_box {
            width: 1200px;
            margin: 0 auto;
        }

        /* footer */
        .foot {
            text-align: center;
            padding: 30px 0;
            font-size: 14px;
            line-height: 28px;
            color: #fff;
            background: #274a9a;

        }

        .bj_par1 .view video::-webkit-media-controls-enclosure {
            display: flex !important;
        }

        .partjj i {
            font-style: normal;
        }

        .shjs {
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 1200px;
            height: 313px;
            background: #ccc;
        }

        .shjs img {
            width: 1200px;
            height: 313px;
        }