﻿/* body{
    background-image: url(http://www.pds.gov.cn/images/ershidasybg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
}

#Head{
    width: 1300px;
    margin: 0 auto;
} */


.headline,
.news-box,
/* .banners-box, */
.xxgk-box,
.xxgk-icons
/* .hudong-box, */
/* .hudong-box .advice-box, */
/* .main-xxgk, */
/* #bannerSwiper1 */
{
    margin-bottom:20px;
}

.headline .line2,
.headline .line3,
.news-swiper .swiper-slide a p,
.tab-list ul li a,
.hudong-box .list p a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* tab通用 */
.channel-list-container .this-channel-title{
    /* background-color: #fff; */
    border-bottom: 1px solid #e2e2e2;
}

.tab-title li{
    display:inline-block;
}

.tab-title a,
.tab-title span{
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
.tab-title a:hover{
    color:#fff;
}


.tab-list{
    border-bottom: none;
}

.tab-list ul{
    display:none;
}

.tab-list ul li *{
    line-height: 40px;
}
.tab-list ul li a{
    display: inline-block;
    width: 400px;
}
.tab-list ul li span{
    float: right;
    font-size: 15px;
    color: #b6b6b6;
}
.tab-list .active{
    display:block;
}

.tab-more>p,
.sub-tab-more>a{
    display: none;
}
.tab-more>p.active,
.sub-tab-more>a.active{
    display: block;
}

/* tab通用 end */


.main-box{
    padding: 20px 0;
    background-color: #fff;
}
.headline{
    padding: 10px 20px;
    text-align: center;
    transition: all .2s;
    /* background: #f8f8f8 url(../images/2022/headline_bg.jpg) 25px center no-repeat; */
    /* box-shadow: 0px 0px 15px -2px #cacaca; */
    /* border: 1px solid #e6e6e6; */
}

.headline:hover{
    /* box-shadow: 0px 4px 15px -2px #d3d3d3; */
}
.headline a{
    text-align: center;
    color: #004073;
}
.headline .line1{
    display: block;
    line-height: 55px;
    font-size: 30px;
    font-weight: 600;
}
.headline .line2,
.headline .line3{
    display: inline-block;
    width: 470px;
    margin: 10px 10px 0 10px;
    font-size: 20px;
    line-height: normal;
}


.news-swiper{
    width: 725px;
    height: 435px;
    padding: 5px;
    box-shadow: 0px 0px 15px -2px #d3d3d3;
}
.news-swiper .swiper-container{
    overflow: hidden;
}

.swiper-container,
.swiper-container .swiper-slide a,
.swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-slide a{
    display: flex;
    position: relative;
}


.news-swiper .swiper-slide a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    line-height: 40px;
    color: #FFFFFF;
    padding-right: 120px;
    padding-left: 10px;
    font-size: 16px;
}
.swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}
.swiper-active-switch {
    background-color: #fff;
    opacity: 1;
}

.news-list{
    width: 540px;
}
.news-list.channel-list-container .this-channel-title{
    border-bottom: 1px solid #015293;
}
.news-list .tab-title{
    display: flex;
}
.news-list .tab-title li{
    flex: 1 1 auto;
    text-align: center;
}
.news-list .tab-title a,
.news-list .tab-title span{
    line-height: 45px;
    font-weight: normal;
    color: #015293;
}
.news-list .tab-title .active{
    background: #015293;
}
.news-list .tab-title .active *{
    color: #fff;
    /* border-bottom: 3px solid #015293; */
}
.news-list .tab-title em{
    line-height: 45px;
    color: #e2e2e2;
    font-size: 15px;
}

.news-list .tab-list li{
    background: url(../images/2022/li-bg.png) left center no-repeat;
    padding-left: 15px;
}

.news-list .tab-list>ul{
    margin-top: 12px;
}
.news-list .tab-list>ul:nth-child(3){
    margin-top: 0;
}
.news-list .tab-list ul li *{
    line-height: 45px;
}

/* 二级tab */

.news-list .tab-list .this-channel-title{
    border: none;
}
.news-list .tab-list .sub-tab-title{
    display: flex;
    background: #f5f5f5;
    align-items: center;
}
.news-list .tab-list .sub-tab-title em{
    /* color: #d8d8d8; */
    font-size: 18px;
    font-weight: lighter;
}
.news-list .tab-list .sub-tab-title li{
    /* display: inline-block; */
    flex: 1 1 auto;
    text-align: center;
    background: none;
    height: 40px;
}
.news-list .tab-list .sub-tab-title li *{
    width: 100px;
    line-height: 40px;
    color: #888;
}

.news-list .tab-list .sub-tab-title li.active *{
	color: #035193;
}
.news-list .tab-list .sub-tab-list>ul{
    margin-top: 12px;
}
/* 二级tab end */



/* 待定banner */
.banners-box{
    padding: 10px;
}

#bannerSwiper1,#bannerSwiper2{
    overflow: hidden;
    width: 100%;
    height: 100px;
}
#bannerSwiper1 img,
#bannerSwiper2 img{
    width: 100%;
    height: 100%;
}
/* 待定banner end*/

/* 习近平专题banner */
.banner-items{
    width: 1300px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-items a{
    display: inline-block;
    width: 318px;
    height: 130px;
}
.banner-items a img{
    width: 100%;
    height: 100%;
}

.main-xxgk{
    /* background: #f6fbff; */
    /* padding: 35px 0 30px 0; */
}

.xxgk-box{
    display: flex;
    justify-content: space-between;
}
.xxgkpt{
    width: 260px;
    background: #eff2f9;
    box-shadow: 0px 10px 15px 0px #ededed;
}
.xxgkpt .pt-title{
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    /* background-image: linear-gradient(135deg,#08548d,#0087c3); */
    color: #07497e;
    background: #e4e8f4;
}
.xxgkpt .pt-btns{
    padding: 7px 37px;
    background: url(../images/2022/xxgk_bg.png) bottom center no-repeat;
    background-size: 100%;
}
.xxgkpt .pt-btns a{
    display: block; 
    padding-left: 40px;
    line-height: 50px;
    color: #00598b;
    font-size: 18px;
    /* border-bottom: 1px dashed #fff; */
}

.xxgkpt .pt-btns a:first-child{
    background: url(../images/2022/pt1.png) left center no-repeat;
    background-size: 26px;
}
.xxgkpt .pt-btns a:nth-child(2){
    background: url(../images/2022/pt2.png) left center no-repeat;
    background-size: 26px;
}
.xxgkpt .pt-btns a:nth-child(3){
    background: url(../images/2022/pt3.png) left center no-repeat;
    background-size: 26px;
}
.xxgkpt .pt-btns a:nth-child(4){
    background: url(../images/2022/pt4.png) left center no-repeat;
    background-size: 26px;
}
.xxgkpt .pt-btns a:nth-child(5){
    background: url(../images/2022/pt5.png) left center no-repeat;
    background-size: 26px;
}
.xxgkpt .pt-btns a:nth-child(6){
    background: url(../images/2022/pt6.png) left center no-repeat;
    background-size: 26px;
}

.xxgk-list{
    width: 760px;
}

.xxgk-list.channel-list-container .this-channel-title{
    /* border: none; */
    margin-top: 8px;
    background: none;
}
.xxgk-list .this-channel-title .tab-title{
    display: flex;
    height: 45px;
}

.xxgk-list .this-channel-title li{
    /* border: 1px solid #c8daf8; */
    flex: 1 1 auto;
}

.xxgk-list .this-channel-title li *{
    color: #7b7b7b;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.xxgk-list .this-channel-title li.active *{
    color: #446ba4;
    border-bottom: 1px solid #446ba4;
}

.xxgk-list .tab-list ul li a{
    width: 650px;
}

.xxgk-list .tab-title a,
.xxgk-list .tab-title span{
    line-height: 45px;
}

.xxgk-list .tab-list{
    padding-top: 9px;
}
.xxgk-list .tab-list li{
    background: url(../images/2022/dot.png) left center no-repeat;
    background-size: 4px;
    padding-left: 15px;
}

.xjp-box{
    /* display: flex; */
    width: 240px;
    /* flex-direction: column;
    justify-content: space-around; */
}

/* .xjp-box a{
    display: block;
    height: 100%;
}
.xjp-box a img{
    width: 100%;
   height: 100%; 
} */
 .import{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.import a{
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px 0 0;
}

.import a i{
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #9ec1de;
    padding: 16px;
}
.import a:nth-child(2n) i{
	background-color: #9ed4de;
}
.import a i img{
    width: 100%;
}

.import a b{
    display: block;
    line-height: 20px;
    vertical-align: top;
    padding: 13px 0 13px 5px;
    text-align: center;
    font-size: 15px;
}

.main-box.zwfw-hudong{
    display: flex;
    justify-content: space-between;
}
/* 互动交流列表通用样式 */
.hudong-box{
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* margin: 20px 0; */
    margin-left: 40px;
}
.hudong-box>.hudong-title {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.hudong-box>.hudong-title h2 {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    font-size: 25px;
    color: #446ba4;
}


.hudong-box>.hudong-title h2:before {
    left: -30px;
}
.hudong-box>.hudong-title h2:after {
    left: 0px;
}
.hudong-title .line-left,
.hudong-title .line-right{
    width: 395px;
    border-bottom: 1px solid #015293;
}


.hudong-box .hudong-left{
    width: 560px;
    border-right: 1px solid #e4e4e4;
    padding-right: 15px;
}

.hudong-box .title{
    height: 45px;
    padding-left: 12px;
    display: flex;
}

.coltitle{
    background: #e4e8f4;
}
.adtitlebox{
    height: 45px;
    /*background-image: linear-gradient(90deg, #ebebeb, #ffffff);*/
    background: #e4e8f4;
    padding-left: 12px;
    display: flex;
}
.hudong-box .title .cn{
    line-height: 45px;
    color: #004c78;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    padding-left: 6px;
}
.hudong-box .title .en{
    vertical-align: baseline;
    font-size: 10px;
    color: #d3c694;
    margin-left: 10px;
    line-height: 45px;
}
.hudong-box .list{
    padding: 10px 10px;
}
.hudong-box .list p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hudong-box .list p *{
    line-height: 40px;
}
.hudong-box .list p a{
    display: block;
    width: 68%;
}
.hudong-box .list p span{
    color: #c0c0c0;
    font-size: 14px;
}
.hudong-box .list p span.now,
.hudong-box .list p span.end{
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
    line-height: 25px;
    padding: 0 3px;
}
.hudong-box .list p span.now{
    color: #b79c36;
    border: 1px solid #b79c36;
}
/* 互动交流列表通用样式 end */

.hudong-left .mail-box{
    border-bottom: 1px solid #e4e4e4;
}

.hudong-right{
    padding-left: 15px;
    width: 440px;
}

.hudong-right .left-btns{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.hudong-right .left-btns a{
    display: block;
    flex: 1 1 auto;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    border: 1px solid #2b73a5;
    color: #05486e;
}
.hudong-right .left-btns a:last-child{
    margin-right: 0;
}
.hudong-right .left-btns a:hover{
    background: #2b73a5;
    color: #fff;
}

.hudong-right .haochaping a{
    display: block;
    background: url(../images/2022/zwfwhcp.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    padding-left: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    font-size: 23px;
}

.hudong-box .mail-box .list p a{
    text-align: left;
}
.hudong-box .list p span.type{
    color: #b79c36;
}
.hudong-box .list p span.state{
    color: #3F5A90;
}

.hudong-btns{
    display: flex;
    margin-top: 18px;
}
.hudong-btns .btn-item{
    display: block;
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px dashed #e4e4e4;
}

.hudong-btns .btn-item i{
    display: block;
    width: 100%;
    text-align: center;
}
.hudong-btns .btn-item i img{
    width: 35px;
}

.hudong-btns .btn-item p{
    line-height: 35px;
}

.zwfw-box{
    width: 260px;
    background: #eff2f9;
    overflow: hidden;
}

.zwfw-box .zwfw-title{
    display: block;
    text-align: center;
    background: #035193;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    box-shadow: 0 0 15px 0 #9a9a9a;
    margin: 0;
}
.zwfw-box .zwfw-title img{
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.zwfw-box .banshi-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding: 0 20px;
}
/* .zwfw-box>.banshi-box:first-child{
    margin-top: 35px;
} */
.zwfw-box .banshi-box>a{
    display: block;
    width: 110px;
    text-align: center;
    line-height: 40px;
}
.zwfw-box .banshi-box>a>img{
    display: block;
    margin: 0 auto;
    width: 40px;
}


.zwfw-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 38px;
    margin-top: 30px;
    /*border-top: 1px dashed #d4d4d4;*/
}
.zwfw-btns>a{
    background: url(../images/2022/zwfw_dot.png) left center no-repeat;
    padding-left: 13px;
    line-height: 35px;
}

.ztzl-box{
    /* margin-top: 50px; */
}
.ztzl-box .ztzl-title{
    height: 40px;
    /* background: url(../images/2022/ztzl-t1.png) center center no-repeat; */
    background-size: 100%;
    text-align: center;
    margin: 35px auto 30px;
}
.ztzl-box .ztzl-title a{
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
}
#ztzlSwiper {
    overflow: hidden;
    height: 170px;
    position: relative;
}

#ztzlSwiper .swiper-slide a {
    display: block;
    padding: 0 10px;
}
#ztzlSwiper .swiper-slide a img {
    width: 100%;
    height: 120px;
}

#ztzlSwiper .swiper-pagination {
    width: 100%;
    text-align: center;
}

#ztzlSwiper .swiper-pagination-switch {
    border-radius: 0;
    background-color: #929292;
    transition: all .2s;
}
#ztzlSwiper .swiper-pagination-switch.swiper-active-switch{
    width: 20px;
    background: #446ca6;
}

#ztzlSwiper #buttonPrev,
#ztzlSwiper #buttonNext{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 50px;
    margin: auto;
    width: 30px;
    height: 50px;
    background: url(http://www.pds.gov.cn/images/icon.png);
    cursor: pointer;
    opacity: 0;
    transition: all .2s;
}

#ztzlSwiper #buttonPrev{
    left: 0;
    background-position: left bottom;
}
#ztzlSwiper #buttonNext{
    right: 0;
}
#ztzlSwiper:hover #buttonPrev{
    left: 10px;
    opacity: .7;
}
#ztzlSwiper:hover #buttonNext{
    right: 10px;
    opacity: .7;
}