/**** 头条 ****/
.zwyw-tt {
    background-color: #023e7a;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    padding-bottom: .3rem;
}

.zwyw-tt a {
    color: #FFFFFF;
}

.zwyw-tt .a-tit {
    font-size: 46px;
    font-size: .46rem;
    color: #FFFFFF;
    padding-top: 35px;
    padding-top: .35rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 100;
}

.zwyw-tt .a-txt {
    font-size: 24px;
    font-size: .24rem;
    color: #FFFFFF;
    padding-top: 26px;
    padding-top: .26rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
}

.zwyw-tt .more {
    margin-top: 15px;
    margin-top: .15rem;
}

.zwyw-tt p a:hover {
    color: #b0ceed;
}

/**** 南岸动态 ****/
.zwyw-news {
    margin-top: 30px;
    margin-top: .3rem;
    position: relative;
}

.zwyw-news-bg {
    width: 100%;
    height: 132px;
    height: 1.32rem;
    background-color: #023e7a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}

.zwyw-news::after {
    content: '';
    display: table;
    clear: both;
}

.zwyw-news .news-img {
    width: 668px;
    width: 6.68rem;
    margin-right: 35px;
    margin-right: .35rem;
    float: left
}

.zwyw-news .news-img .swiper-slide {
    height: 496px;
    height: 4.96rem;
    position: relative;
}

.zwyw-news .news-img .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.zwyw-news .news-img .img-box img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.zwyw-news .news-img .a-tit {
    font-size: 24px;
    font-size: .24rem;
    font-weight: 200;
    width: 90%;
    padding: 0 5%;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    color: #FFFFFF;
    line-height: 65px;
    line-height: .65rem;
}

.zwyw-news .news-img .a-tit:hover {
    color: #FF0000;
}

.zwyw-news .news-img .swiper-pagination {
    position: relative;
    margin-top: 15px;
    margin-top: .15rem;
}

.zwyw-news .news-img .swiper-pagination-bullet {
    width: 14px;
    width: .14rem;
    height: 14px;
    height: .14rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
    margin: 0 12px;
    margin: 0 .12rem;
    outline: none;
}

.zwyw-news .news-img .swiper-pagination-bullet-active {
    background-color: #023E7A;
}

/* 南岸动态列表 */
.zwyw-news .news-txt {
    width: 697px;
    width: 6.97rem;
    float: left;
}

.zwyw-news .pHead02 {
    text-align: left;
}

.zwyw-news .pHead02 li a:nth-child(1) {
    font-size: 36px;
    font-size: .36rem;
    line-height: 60px;
    line-height: .60rem;
    font-weight: 400;
}

.zwyw-news .pHead02 li.active a:nth-child(1) {
    color: #004a93;
}

.zwyw-news .pHead02 li a:nth-child(1)::after {
    display: none;
}

.zwyw-news .pHead02 li.active a:nth-child(1)::after {
    display: block;
}

.zwyw-news .pHead02 li {
    float: left;
    margin-right: 70px;
    margin-right: .7rem;
}

.zwyw-news .pHead02 li .more {
    display: none;
}

.zwyw-news .pHead02 li.active .more {
    display: block;
}

/* 按钮 */
.pHead02 {
    position: relative;
}

.pHead02 .more {
    position: absolute;
    top: 15px;
    top: 0.15rem;
    right: 0;
    width: 110px;
    width: 1.1rem;
    line-height: 40px;
    line-height: .40rem;
    background: #004a93;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: .16rem;
    border-radius: 3px;
}

.pHead02 .more::after {
    display: none;
}

.pHead02 .more:hover {
    background: #b0ceed;
}

.news-txt .pList01 {
    margin-top: 25px;
    margin-top: .25rem;
}

/**** 政务之窗 ****/
.zwyw-btn {
    margin-top: 0;
}

.zwyw-btn .btnlist {
    margin-top: 20px;
    margin-top: .2rem;
}


.zwyw-btn .btnlist li {
    float: left;
    width: 446px;
    width: 4.46rem;
    height: 110px;
    height: 1.1rem;
    line-height: 110px;
    line-height: 1.1rem;
    background-color: #2a4a78;
    margin-right: 31px;
    margin-right: .31rem;
}

.zwyw-btn .btnlist::after {
    content: '';
    display: table;
    clear: both;
}

.zwyw-btn .btnlist li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
}

.zwyw-btn .btnlist li img {
    float: left;
    margin: 31px 50px 0 98px;
    margin: .31rem .5rem 0 .98rem;
    width: 48px;
    width: .48rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwyw-btn .btnlist li span {
    float: left;
    font-size: 22px;
    font-size: .22rem;
}

.zwyw-btn .btnlist li:hover img {
    margin-top: 21px;
    margin-top: .21rem;
}

.zwyw-btn .btnlist li.l02 {
    background-color: #7c9eda;
}

.zwyw-btn .btnlist li.l03 {
    background-color: #8799bd;
    margin-right: 0;
    line-height: 40px;
    line-height: .4rem;
}

.zwyw-btn .btnlist li.l03 span {
    margin-top: 15px;
    margin-top: .15rem;
}

/**** 国务院信息、今日重庆 ****/
.zwyw-gwyxx {
    margin-top: 20px;
    margin-top: .2rem;
}

.zwyw-gwyxx .newlist {
    margin-top: 30px;
    margin-top: .3rem;
}

.zwyw-gwyxx .newlist::after {
    content: '';
    display: table;
    clear: both;
}

.zwyw-gwyxx .newlist li {
    width: 326px;
    width: 3.26rem;
    margin-right: 32px;
    margin-right: .32rem;
    float: left;
    position: relative;
    overflow: hidden;
}

.zwyw-gwyxx .newlist li .day {
    width: 224px;
    width: 2.24rem;
    height: 70px;
    height: .7rem;
    line-height: 70px;
    line-height: .7rem;
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
    background-color: #f3f3f3;
    border-radius: 3px;
    position: absolute;
    left: 51px;
    left: .51rem;
    top: 0;
}

.zwyw-gwyxx .newlist li .newstit {
    width: calc(100% - 2px);
    height: 186px;
    height: 1.86rem;
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-top: 35px;
    margin-top: .35rem;
}

.zwyw-gwyxx .newlist li .newstit a {
    height: 72px;
    height: .72rem;
    line-height: 36px;
    line-height: .36rem;
    width: 88%;
    margin: 70px 6% 0;
    margin-top: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
}

.zwyw-gwyxx .newlist li .newstit a:hover {
    color: #FF0000;
}

.zwyw-gwyxx .newlist li:last-child {
    margin-right: 0;
}

/**** 部门街镇 ****/
.zwyw-bmjz {
    margin-top: 20px;
    margin-top: .2rem;
}

.bmjz_gsgg {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.zwyw-bmjz .bmjz_gsgg:last-child {
    margin-right: 0;
}

.zwyw-bmjz .con {
    margin-top: 20px;
    margin-top: .2rem;
}

.zwyw-bmjz .pHead02 {
    text-align: left;
}

/*南岸新闻*/
.zwyw-naxw {
    margin-top: 10px;
    margin-top: .1rem;
}

.naxw_video {
    margin-top: 30px;
    margin-top: .3rem;
}

.zwyw-naxw .naxw_video li {
    /* width: 32%; */
    width: 3.26rem;
    float: left;
    /* margin-right: 2%; */
    margin-right: .32rem;
    box-shadow: 0 0 1px #999;
}

.zwyw-naxw .naxw_video li a {
    display: block;
}

.zwyw-naxw .naxw_video li:last-child {
    margin-right: 0%;
}

.zwyw-naxw .naxw_video .img {
    display: block;
    width: 100%;
    /* height: 280px;
    height: 2.8rem; */
    height: 230px;
    height: 2.3rem;
    position: relative;
    overflow: hidden;
}

.naxw_video .img img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
    cursor: pointer;
    transition: all 1s;
}

.naxw_video .img i {
    display: block;
    width: 80px;
    width: .8rem;
    height: 80px;
    height: .8rem;
    background: url(../images/2022-zwyw-video4.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zwyw-naxw .naxw_video p {
    padding: 0 10px;
    padding: 0 .1rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 60px;
    line-height: .6rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.naxw_video li:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.naxw_video li:hover p {
    color: #004a93;
}

.zwyw-naxw .naxw_video .myvideo {
    /* height: 280px;
    height: 2.8rem; */
    height: 230px;
    height: 2.3rem;
    width: 100%;
    background-color: #000;
    padding: 0;
}

.zwyw-naxw .naxw_video .myvideo .video {
    height: 100%;
    max-width: 100%;
}

.zwyw-naxw .naxw_video .tit {
    line-height: 60px;
    line-height: .6rem;
    width: 90%;
    padding: 0 5%;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwyw-naxw .naxw_video .tit:hover {
    color: #004a93;
}


.pHead02:after,
.naxw_video:after,
.zwyw-bmjz .mainWidth:after,
.naxw_list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/**** 专题专栏 ****/
.zwyw-ztzl {
    margin-top: 20px;
    margin-top: .2rem;
}

.zwyw-ztzl::after {
    content: '';
    display: table;
    clear: both;
}

.zwyw-ztzl .zt-list {
    margin-top: 30px;
    margin-top: .3rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.zwyw-ztzl .zt-list li {
    width: 326px;
    width: 3.26rem;
    height: 233px;
    height: 2.33rem;
    margin-right: 32px;
    margin-right: .32rem;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.zwyw-ztzl .zt-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.zwyw-ztzl .zt-list li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.zwyw-ztzl .zt-list .swiper-slide {
    width: auto;
}

.zwyw-ztzl .zt-list .swiper-pagination {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-top: .3rem;
}

.zwyw-ztzl .zt-list .swiper-pagination-bullet {
    margin: 0 12px;
    margin: 0 .12rem;
    outline: none;
    width: 14px;
    width: .14rem;
    height: 14px;
    height: .14rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
}

.zwyw-ztzl .zt-list .swiper-pagination-bullet-active {
    background-color: #023e7a;
}

.zwyw-ztzl .zt-list .swiper-button-next,
.zwyw-ztzl .zt-list .swiper-button-prev {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 50px;
    width: .5rem;
    height: 50px;
    height: .5rem;
    top: 110px;
    top: 1.1rem;
    outline: none;
}

.zwyw-ztzl .zt-list .swiper-button-next {
    right: -60px;
    right: -.6rem;
}

.zwyw-ztzl .zt-list .swiper-button-prev {
    left: -60px;
    left: -.6rem;
}

.zwyw-ztzl .zt-list .swiper-button-next:after,
.zwyw-ztzl .zt-list .swiper-button-prev:after {
    font-size: 22px;
    font-size: .22rem;
    color: #125db2;
}

@media screen and (max-width: 768px) {
    .zwyw-tt {
        padding-bottom: .3rem;
    }

    .zwyw-tt .a-tit {
        width: 100%;
        padding: .3rem 0 0;
        white-space: inherit;
        font-weight: 400;
        font-size: 30px;
        font-size: .3rem;
    }

    .zwyw-tt .a-txt {
        font-weight: 400;
        color: rgba(255, 255, 255, .8);
    }

    .zwyw-news {
        margin-top: 0;
    }

    .zwyw-news-bg {
        display: block;
    }

    .zwyw-news .news-img {
        width: calc(100% - .04rem);
        float: none;
        margin-right: 0;
        padding: 4px;
        padding: .04rem;
        background-color: #FFFFFF;
    }

    .zwyw-news .news-img .swiper-slide {
        height: calc(100vw * 0.7);
    }
    
    .zwyw-news .news-img .swiper-pagination-bullet {
        margin: 0 .05rem;
    }

    .zwyw-news .news-txt {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    
    .zwyw-news .news-txt .pList01 {
        margin-top: .2rem;
    }

    .zwyw-btn {
        margin-top: 0;
    }

    .zwyw-btn .btnlist li {
        margin-top: 10px;
        float: none;
        width: 100%;
    }

    .zwyw-gwyxx {
        margin-top: 20px;
        margin-top: .2rem;
    }

    .zwyw-gwyxx .newlist {
        margin-top: 10px;
        margin-top: .1rem;
    }

    .zwyw-gwyxx .newlist li {
        width: calc(50% - 5px);
        margin: 10px 10px 0 0;
        margin-right: 10px;
    }

    .zwyw-gwyxx .newlist li:nth-child(2n) {
        margin-right: 0;
    }

    .zwyw-gwyxx .newlist li .day {
        font-size: 18px;
        font-size: .18rem;
        width: 80%;
        left: 10%;
        height: .55rem;
        line-height: .55rem;
    }
    
    .zwyw-gwyxx .newlist li .newstit {
        margin-top: .27rem;
        height: auto;
        padding-bottom: 10px;
    }
    
    .zwyw-gwyxx .newlist li .newstit a {
        margin-top: calc(.27rem + 10px);
    }

    .zwyw-bmjz {
        margin-top: .1rem;
    }

    .zwyw-bmjz .con {
        margin-top: 15px;
        margin-top: .15rem;
    }
    
    .zwyw-naxw {
        margin-top: .1rem;
    }
    
    .naxw_video {
        margin-top: .2rem;
    }

    .zwyw-ztzl {
        margin-top: 20px;
        margin-top: .2rem;
    }

    /* .zwyw-ztzl .zt-list {
        display: none;
    } */

    .zwyw-ztzl .zt-list li {
        width: 100%;
        height: calc(100vw * .35);
        margin-right: 0;
        float: none;
    }

    .zwyw-ztzl .zt-list .swiper-pagination {
        margin-top: .2rem;
    }

    .zwyw-ztzl .zt-list .swiper-pagination-bullet {
        margin: 0 .05rem;
    }

    .zwyw-ztzl .zt-list .swiper-button-next {
        right: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .zwyw-ztzl .zt-list .swiper-button-prev {
        left: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .zwyw-ztzl .zt-list .swiper-button-next:after,
    .zwyw-ztzl .zt-list .swiper-button-prev:after {
        font-size: .16rem;
    }

    .zwyw-news .pHead02 li a:nth-child(1) {
        font-size: .3rem;
        font-weight: 700;
    }

    .zwyw-news .pHead02 li {
        margin-right: .3rem;
    }

    .bmjz_gsgg {
        width: 100%;
        margin-right: 0;
        margin-top: .1rem;
    }

    .zwyw-naxw .naxw_video li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .zwyw-naxw .naxw_video li {
        display: none;
    }

    .zwyw-naxw .naxw_video li:first-child {
        display: block;
    }
}
