/*
    * @time Sat Jan 28 2023 09:03:04 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}
body {
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica,
        Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体',
        'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
    color: #ff9724 !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe,
img {
    border: 0;
}
img {
    vertical-align: top;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.part {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
i {
    font-style: normal;
}
.domMobile {
    display: none;
}
.domPc {
    display: block;
}
@media screen and (max-width: 1200px) {
    .part {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .domMobile {
        display: block;
    }
    .domPc {
        display: none;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
    right: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d3d3d3;
}
.swiper-active-switch {
    width: 20px;
    background: #f5b70a;
}
.list-txt li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.list-txt li .tit {
    font-size: 20px;
    line-height: 1.3;
    color: #404040;
}
.list-txt li .tit a {
    color: #404040;
}
.list-txt li .abs {
    font-size: 14px;
    line-height: 1.5;
    color: grey;
}
.list-txt li .abs a {
    color: grey;
}
.list-tit li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 10px 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
}
.list-tit li a {
    color: #404040;
}
.list-tit li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 22px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00;
}
.list-tit li:last-child {
    border-bottom: 0;
}
.list-pics ul {
    font-size: 0;
}
.list-pics li {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
}
.list-pics .img {
    display: block;
    width: 100%;
}
.list-pics .img img {
    width: 100%;
    height: auto;
}
.list-pics .tit {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.list-pics .tit a {
    color: #333;
}
.banner {
    height: 200px;
    background: url(wcnrsxdd_index_banner.jpeg) center top no-repeat;
}
.headline {
    text-align: center;
    margin-top: 30px;
}
.headline h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bolder;
    color: #e90604;
}
.headline h1 a {
    color: #e90604;
}
.headline p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
}
.focus {
    margin-top: 70px;
}
.focus .scroll {
    width: 590px;
    height: 430px;
    position: relative;
}
.focus .scroll .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 15px;
}
.focus .scroll .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #fa7c30;
    -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;
    margin-left: 5px;
}
.focus .scroll .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #f02626;
}
.focus .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 .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 .scroll:hover .swiper-button-next,
.focus .scroll:hover .swiper-button-prev {
    display: block;
}
.focus .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide .img img {
    width: 100%;
    height: 100%;
}
.focus .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: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.focus .swiper-slide .tit a {
    color: #fff;
}
.focus .list {
    width: 560px;
}
.focus .list .title {
    position: relative;
    height: 45px;
    line-height: 45px;
}
.focus .list .title .name img {
    height: 45px;
    width: auto;
}
.focus .list .title .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.focus .list .list-txt {
    margin-top: 10px;
}
.focus .list .list-txt li {
    padding-bottom: 15px;
}
.focus .list .list-txt .tit {
    color: #e90604;
}
.focus .list .list-txt .tit a {
    color: #e90604;
}
.focus .list .list-txt .abs {
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.8;
}
.focus .list .list-txt .more {
    color: #c00;
}
.focus .list .list-tit {
    margin-top: 10px;
}
.focus .list .list-tit li:before {
    width: 11px;
    height: 13px;
    top: 18px;
    background: url(wcnrsxdd_index_dot.png) center center no-repeat;
}
.palace {
    margin-top: 55px;
}
.palace .title {
    position: relative;
    text-align: center;
}
.palace .title .more {
    position: absolute;
    right: 1%;
    top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.palace .list-pics {
    margin-top: 15px;
}
.palace .list-pics li {
    margin-bottom: 20px;
}
.palace .list-pics li .tit {
    margin: 10px auto;
    text-align: center;
}
.juvenile {
    margin-top: 55px;
    margin-bottom: 50px;
}
.juvenile .title {
    position: relative;
    text-align: center;
}
.juvenile .title .more {
    position: absolute;
    right: 1%;
    top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.juvenile .scroll {
    margin-top: 15px;
}
.juvenile .scroll .img {
    text-align: center;
}
.juvenile .scroll .img img {
    max-width: 100%;
}
.youth {
    margin-top: 55px;
    margin-bottom: 55px;
}
.youth .title {
    position: relative;
    text-align: center;
}
.youth .title .more {
    position: absolute;
    right: 1%;
    top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.youth .list-pics {
    margin-top: 15px;
}
.youth .list-pics li {
    width: 31%;
}
.youth .list-pics li .tit {
    margin: 10px auto;
    text-align: center;
}



.part04_top { position: relative; width: 1300px; margin: 50px auto 40px; }
.part04_top .title { position: relative; text-align: center; width: 1200px;    margin: 0 auto;}
.part04_top .title .more {    position: absolute;    right: 1%;    top: 15px;    font-size: 16px;    font-weight: 400;    color: #666;}
.part04_top .swiper-button-next,  .part04_top .swiper-button-prev { width: 40px; height: 40px; margin-top: 0px; }
.part04_top .swiper-button-next { background: url("http://www.xinhuanet.com/video/2019zhuanti/jkcdz/images/arrow.png") -68px 0px no-repeat; right: 0; }
.part04_top .swiper-button-prev { background: url("http://www.xinhuanet.com/video/2019zhuanti/jkcdz/images/arrow.png") 0px 0px no-repeat; left: 0; }
.part04_top .swiper-button-next:hover { background: url("http://www.xinhuanet.com/video/2019zhuanti/jkcdz/images/arrow.png") -68px -66px no-repeat; }
.part04_top .swiper-button-prev:hover { background: url("http://www.xinhuanet.com/video/2019zhuanti/jkcdz/images/arrow.png") 0px -66px no-repeat; }
.part04_top .swiper-container { width: 1200px; padding:20px 0}
.part04_top .swiper-slide { position: relative; width: auto; height: 320px; overflow: hidden;  border: 1px solid;
  border-image:linear-gradient(to bottom, #f291e4, #78d3fe);
  border-image-slice: 1;  transform: rotate(0.5deg); margin-right:13px!important;}
.part04_top .swiper-slide img { width:230px; height: 320px; }
.part04_top .swiper-slide .tit { position: absolute; left: 0; bottom: 0; z-index: 4; padding: 10px 5px 10px 5px; width: 100%; font-size: 16px; line-height: 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; background: rgba(67, 35, 33, 1); 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, 1) 100%); background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); display:none }
.part04_top .swiper-slide .tit a { color: #fff; }
.part04_top .swiper-slide:nth-child(2n+1) { margin-top:40px}

@media screen and (max-width: 1200px) {
    .banner {
        height: auto;
        background: 0 0;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .headline .part {
        padding: 0 2%;
    }
    .headline h1 {
        font-size: 30px;
    }
    .headline p {
        text-align: left;
    }
    .focus {
        margin-top: 15px;
    }
    .focus .scroll {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }
    .focus .scroll .swiper-pagination {
        width: 100%;
        right: 0;
        left: 0;
        bottom: -10px;
    }
    .focus .list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
        margin-top: 25px;
    }
    .palace {
        margin-top: 15px;
    }
    .palace .part {
        padding: 0 2%;
    }
    .palace .list-pics {
        margin-top: 10px;
    }
    .palace .list-pics li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .juvenile {
        margin-top: 15px;
    }
    .juvenile .scroll {
        margin-top: 10px;
    }
    .juvenile .scroll .swiper-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .juvenile .scroll .swiper-slide {
        width: 44%;
        margin-bottom: 15px;
    }
    .juvenile .scroll .img {
        text-align: center;
        width: 100%;
    }
    .juvenile .scroll .img img {
        width: 100%;
    }
    .youth {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .youth .part {
        padding: 0 2%;
    }
    .youth .list-pics {
        margin-top: 15px;
    }
    .youth .list-pics li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .part04_top{width: 96%;}
    .part04_top .swiper-container{width: 100%;}
    .part04_top .swiper-slide{  width: 46%!important;    height: auto; }
    .part04_top .swiper-slide:nth-child(2n+1){margin-top:0px}
    .part04_top .swiper-slide img{ width: 100%; height: auto;}
}
