﻿@charset "utf-8";
html,
body {
    max-width: 550px;
    height: 100%;
    margin: 0 auto;
}

.conBox {
    /*  width: 320px;
      height: 480px;*/
    width: 100%;
    height: 100%;
    background: #fff;
}

.swiper-slide1,
.swiper-slide2,
.swiper-slide3,
.swiper-slide4,
.swiper-slide5,
.swiper-slide6,
.swiper-slide7,
.swiper-slide8 {
    width: 100%;
    height: 100%;
    /* background: url(upload/bg.jpg) no-repeat left top; */
    background-size: 100% 100%;

}

img {
    display: block;
}

.list01 li {
    font-size: 16px;
    color: #333;
    padding: 9px 0 9px 28px;
    position: relative;
}

.list01 li a {
    color: #333;
}

.list01 li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("http://www.news.cn/politics/2020cjydzt/images/point.png") 0 0 no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 10px;
}

.list02 li {
    font-size: 16px;
    color: #333;
    padding: 9px 0 9px 28px;
    position: relative;
}

.list02 li a {
    color: #333;
}

.list02 li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("http://www.news.cn/politics/2020cjydzt/images/point.png") 0 0 no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 10px;
}

.conBox .conBox_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .4;
}

.conBox .conBox_pagination .swiper-pagination-bullet-active {
    opacity: 1;
}



@-webkit-keyframes start {

    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {

    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {

    0%,
    30% {
        opacity: 0;
        transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, -8px);
    }
}

.ani {
    position: absolute;
}

.txt {
    position: absolute;
}

#array {
    position: absolute;
    z-index: 999;
    -webkit-animation: start 1.5s infinite ease-in-out;
}

.swiper-slide1 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/qd.png) 50% 0 no-repeat;
    background-size: cover;
}

.swiper-slide2 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/mbg.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.slide2_top {
    width: 96%;
    margin: 5% auto 0;
}

.slide2_top .swiper-container {
    background: #eaeaea;
}

.slide2_top .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
}

.slide2_top .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 50px 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.slide2_top .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.slide2_top .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.slide2_top .swiper-slide .name a {
    color: #fff;
}

.slide2_top .swiper-pagination {
    left: auto;
    bottom: 0px;
    width: auto;
    right: 5px;
    color: #e8e8e8;
}

.slide2_top .swiper-pagination .swiper-pagination-current {
    font-size: 28px;
    color: #ff928f;
}

.slide2_top .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    color: #e8e8e8;
}

.slide2_top .swiper-button-prev,
.slide2_top .swiper-button-next {
    /* bottom: 13px; */
    top: 50%;
    width: 16px;
    height: 23px;
}

.slide2_top .swiper-button-prev {
    left: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/prev01.png") 0 0 no-repeat;
}

.slide2_top .swiper-button-next {
    right: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/next01.png") 0 0 no-repeat;
}

.slide2_cer {
    width: 96%;
    margin: 10px auto 0;
}

.slide2_cer h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #ce0000;
    padding: 10px 0 5px;
}

.slide2_cer h2 a {
    color: #ce0000;
}

.slide2_cer p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.slide2_bot {
    width: 96%;
    margin: 10px auto;
}

.swiper-slide3 {
    background: url("http://www.news.cn/politics/2020cjydzt/images/mob_part03Bg.png") 50% 0 no-repeat;
    background-size: cover;
}

.swiper-slide4 {
 background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/yxbg.png) 50% 0 repeat;  background-size: cover;
}

.swiper-slide4 ul {
   /* width: 100%;
    height: 100%;
    position: relative;*/
}

/*.swiper-slide4 ul::after {
    content: "";
    position: absolute;
    width: 288px;
    height: 288px;
    left: 50%;
    margin-left: -144px;
    background: url("http://www.xinhuanet.com/politics/2020cjydzt/images/mob_part04Img03.png") 50% 50px no-repeat;
    background-size: cover;
    z-index: 2;
}
*/
.swiper-slide4 li {

    /*height: auto; 
    height: 265px; 
    position: absolute;
    cursor: pointer;
    transition: 1s ease-in-out;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;	
    z-index: 4;
   overflow: hidden;*/
}

.swiper-slide4 li img {
   /* width: 100%;
    height: auto;*/
}

.front,
.back {
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility:hidden; 	/* Firefox */
    -ms-backface-visibility:hidden; 	/* Internet Explorer */
    position: absolute;
    top: 0;
    left: 0;
    /* transition: 1s ease-in-out;
    transform-style: preserve-3d; */
}

.back {
    transform: rotateY(-180deg);
}


.swiper-slide4 .on {
    transform: rotateY(-180deg);
}
/* .swiper-slide4 .on .front{
    display: none;
} */
/* .swiper-slide4 .on .front {
    transform: rotateY(-180deg);
} */

/* .swiper-slide4 .on .back {
    transform: rotateY(0deg);
} */
.slide4_top {
    width: 96%;
    margin: 40% auto 0;
}

.slide4_top .swiper-container {
   
}

.slide4_top .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
}

.slide4_top .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 50px 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.slide4_top .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.slide4_top .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.slide8_top .swiper-slide .name a {
    color: #fff;
}

.slide4_top .swiper-pagination {
    left: auto;
    bottom: 0px;
    width: auto;
    right: 5px;
    color: #e8e8e8;
}

.slide4_top .swiper-pagination .swiper-pagination-current {
    font-size: 28px;
    color: #ff928f;
}

.slide4_top .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    color: #e8e8e8;
}

.slide4_top .swiper-button-prev,
.slide4_top .swiper-button-next {
    /* bottom: 13px; */
    top: 50%;
    width: 16px;
    height: 23px;
}

.slide4_top .swiper-button-prev {
    left: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/prev01.png") 0 0 no-repeat;
}

.slide4_top .swiper-button-next {
    right: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/next01.png") 0 0 no-repeat;
}

.swiperSlide4_bot {
    width: 96%;
    margin: 20px auto 0;
}
.swiper-slide5 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/da.png) 50% 0 no-repeat;
    background-size: cover;
}

.swiperSlide5_top {
    margin-top: 48%;
}

.swiperSlide5_top .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
}

.swiperSlide5_top .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.swiperSlide5_top .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.swiperSlide5_top .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.swiperSlide5_top .swiper-slide .name a {
    color: #fff;
}

.swiperSlide5_top .swiper-container {
    overflow: visible;
    margin-top: 0rem;
    padding-bottom: 5%;
}

.swiperSlide5_top .swiper-slide {
    width: 80%;
    overflow: visible;
    position: relative;
}

.swiper-slide-next,
.swiper-slide-prev {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.swiperSlide5_bot {
    width: 96%;
    margin: 0 auto;
}

.swiper-slide6 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/hs.png) 50% 0 no-repeat;
    background-size: cover;
}

.swiperSlide6_top {
    width: 96%;
    margin: 5% auto 0;
}

.swiperSlide6_top ul+ul {
    margin-top: 15px;
}

.swiperSlide6_top li {
    float: left;
    width: 48%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.swiperSlide6_top li+li {
    float: right;
}

.swiperSlide6_top li .img img {
    width: 100%;
    height: auto;
    display: block;
}

.swiperSlide6_top li .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.swiperSlide6_top li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ce0000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10;
}

.swiperSlide6_top li .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.swiperSlide6_top li .name a {
    color: #fff;
}

.swiperSlide6_bot {
    width: 96%;
    margin: 20px auto 0;
}

.swiper-slide7 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/cy.png) 50% 0 no-repeat;
    background-size: cover;
}

.swiperSlide7_top {
    margin-top: 46%;
}

.swiperSlide7_top .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
}

.swiperSlide7_top .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.swiperSlide7_top .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.swiperSlide7_top .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.swiperSlide7_top .swiper-slide .name a {
    color: #fff;
}

.swiperSlide7_top .swiper-container {
    overflow: visible;
    margin-top: 0rem;
    padding-bottom: 5%;
}

.swiperSlide7_top .swiper-slide {
    width: 80%;
    overflow: visible;
    position: relative;
}

.swiperSlide7_top .swiper-slide-next,
.swiperSlide7_top .swiper-slide-prev {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.swiperSlide7_bot {
    width: 96%;
    margin: 0 auto;
}

.swiper-slide8 {
    background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/dt.png) 50% 0 no-repeat;
    background-size: cover;
}

.slide8_top {
    width: 96%;
    margin: 40% auto 0;
}

.slide8_top .swiper-container {
    background: #eaeaea;
}

.slide8_top .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
}

.slide8_top .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 50px 5px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.slide8_top .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.slide8_top .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.slide8_top .swiper-slide .name a {
    color: #fff;
}

.slide8_top .swiper-pagination {
    left: auto;
    bottom: 0px;
    width: auto;
    right: 5px;
    color: #e8e8e8;
}

.slide8_top .swiper-pagination .swiper-pagination-current {
    font-size: 28px;
    color: #ff928f;
}

.slide8_top .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    color: #e8e8e8;
}

.slide8_top .swiper-button-prev,
.slide8_top .swiper-button-next {
    /* bottom: 13px; */
    top: 50%;
    width: 16px;
    height: 23px;
}

.slide8_top .swiper-button-prev {
    left: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/prev01.png") 0 0 no-repeat;
}

.slide8_top .swiper-button-next {
    right: 10px;
    background: url("http://www.news.cn/politics/2020cjydzt/images/next01.png") 0 0 no-repeat;
}

.swiperSlide8_bot {
    width: 96%;
    margin: 20px auto 0;
}

.footer {
    
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom:30px;
    font-size: 12px;
   
}
.swiperSlide6_m{
   width: 96%;
    margin: 40% auto 0; border-radius: 10px; position:relative; overflow: hidden;
}
.swiperSlide6_m .img img {
    width: 100%;
    height: auto;
    display: block; border-radius: 10px;
}
.swiperSlide6_m .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60); 
    z-index: 10;
}
.swiperSlide6_m .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.swiperSlide6_m .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2; 
}
.swiperSlide6_m .name a {
    color: #fff;
}
.dl{ width:290px; margin:auto;}
.hnyx{  width:290px; margin:auto; height:421px; background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/dl01.png) 0 0 no-repeat; float:left; position:relative;}
.hnyx .img{  width:204px; height:258px; padding:16px 44px 0;}
.hnyx .img img{  width:204px; height:258px;   border-radius:56px 56px 0px 0px;}

.hnyx p{ position:absolute; z-index:100; color:#FFF; padding:4px 54px 0; font-size:14px; line-height:24px;}
.hnyx p a{ color:#FFF;}
.wzbg{ position:absolute; left:44px; bottom:51px; background:url(http://www.news.cn/politics/2022cjyxzt/mobile/images/dl02.png) 0 0 no-repeat; width:204px; height:125px; z-index:50;}
.slide2_top .swiper-container {
   background: #ffffff; 
}
.swiperSlide5_top {
    width: 96%;
    margin: 5% auto 0;
}

.swiperSlide5_top ul+ul {
    margin-top: 15px;
}

.swiperSlide5_top li {
    float: left;
    width: 48%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.swiperSlide5_top li+li {
    float: right;
}

.swiperSlide5_top li .img img {
    width: 100%;
    height: auto;
    display: block;
}

.swiperSlide5_top li .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.swiperSlide5_top li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a10006;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
}

.swiperSlide5_top li .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.swiperSlide5_top li .name a {
    color: #fff;
}
.list03 li {
    font-size: 16px;
    color: #333;
    padding: 15px 0 15px 13px;
    position: relative;
	border-bottom: 1px dotted #333;
}

.list03 li a {
    color: #333;
}

.list03 li::before {
    content: "";
    width:4px;
    height: 40px;
    position: absolute;
    background: linear-gradient(
55deg
,#209cff 0,#68e0cf 100%);
    background-size: 100% 100%;
    left: 0;
    top: 10px;
}
@media screen and (max-width: 320px) {
    .list01 li {
        font-size: 14px;
        padding: 4px 0 4px 24px;
    }

    .list01 li::before {
        top: 3px;
    }

    .list02 li {
        font-size: 14px;
        padding: 4px 0 4px 24px;
    }

    .list02 li::before {
        top: 3px;
    }

    .slide2_top .swiper-slide .name {
        line-height: 20px;
        font-size: 14px;
    }

    .slide2_top {
        margin: 10% auto 0;
    }

    .slide2_cer h2 {
        padding: 0;
        font-size: 18px;
    }

    .slide2_cer p {
        font-size: 12px;
        line-height: 22px;
        color: #666;
    }

    .swiperSlide5_top .swiper-slide .name {
        line-height: 20px;
        font-size: 14px;
    }

    .swiperSlide5_top .swiper-slide .title {
        padding: 5px;
    }

    .swiperSlide6_top li .title {
        padding: 3px;
    }

    .swiperSlide7_top .swiper-slide .name {
        line-height: 20px;
        font-size: 14px;
    }

    .swiperSlide7_top .swiper-slide .title {
        padding: 5px;
    }

    .slide8_top .swiper-slide .title {
        padding: 5px 50px 5px 5px;
    }

    .slide8_top .swiper-slide .name {
        line-height: 20px;
        font-size: 14px;
    }

    .swiperSlide8_bot {
        margin: 10px auto 0;
    }
}