﻿a{
    color: white;
}

/* 公告和banner */
.jzGov-data-body-news {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
}

.swiper-pagination-word-t {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 左 */
.jzGov-data-body-news-l {
    width: 50%;
    overflow: hidden;
    position: relative;

}

.jzGov-data-body-news-l-img-li {
    display: none;
}

.jzGov-data-body-news-l-img-li img {
    height: 400px;
    width: 100%;
}

.jzGov-data-body-news-l-img-li .a-box {
    display: block;
}

.jzGov-data-body-news-l-img-li h3 {
    position: absolute;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(52, 52, 52, 0.6);
    width: 96.8%;
    height: 30px;
    bottom: 10px;
    text-align: left;
}

.jzGov-data-body-news-l .box-box-a {
    border-radius: 5px;
    display: inline-block;
    margin-right: 2px;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.jzGov-data-body-news-l .span-box span {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jzGov-data-body-news-l .jzGov-data-body-news-l-img-li-h3-box {
    position: absolute;
    z-index: 999;
    right: 40px;
    bottom: 22px;
}



/* 页面点的样式 */
.swiper-pagination-bullet {
    margin-right: 10px;
    background-color: #fff;
}

.swiper-pagination-word {
    z-index: 999;
    position: absolute;
    color: #fff;
    bottom: 15px;
    left: 20px;
}

/* 右 */
/* 按钮 */
.jzGov-data-body-news-r {
    overflow: hidden;
    height: 410px;
    margin-left: 20px;
    width: 50%;
}

.jzGov-data-body-news-r-head-btn {
    display: flex;

}

.jzGov-data-body-news-r-head-btn a {
    padding-left: 10px;
    border-radius: 5px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgb(246, 246, 246);
    font-size: 16px;
    text-align: center;
    width: 24%;
    color: #707070;
}

.jzGov-data-body-news-r-content {
    margin-top: 20px;
}

.jzGov-data-body-news-r-head-btn .jzGov-data-body-news-r-head-btn-bgc {
    background-color: rgb(13, 123, 248);
    font-weight: bold;
    color: #fff;
}

/* 内容 */

.text-a {
    vertical-align: -4px;
    width: 60%;
    overflow: hidden;
}

.jzGov-data-body-news-r-content a {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 15px;
    display: block;
    color: rgb(108, 109, 110);
    overflow: hidden;
}

.Acontent {
    position: relative;
}

.jzGov-data-body-news-r-content a:hover {
    color: #0D7AF8;
}

.content-context {
    font-size: 15px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
}

.content-time {
    position: absolute;
    right: 0px;
}
.content-time-color{
    color: green;
}

.content-dian {
    vertical-align: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(211, 211, 211);
}

/* 政务公开和服务 */
.jzGov-data-body-publicserver {
    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-publicserver-l-title-more-head {

    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-publicserver-l {
    width: 50%;
}

/* 政府数据小标题样式 */
.g-title {
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #0D7AF8;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.g-more {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    color: rgb(108, 109, 110);
}

.g-more:hover {
    transition: 0.15s all linear;
    /*设置过度时间*/
    transition-delay: 0.1s;
    /*过度延时*/
    /* font-size: 15px; */
    font-weight: bold;
}

/* 左 */
.up-context-h {
    height: 205px;
    overflow: hidden;
}

.down-context {
    display: flex;
    justify-content: space-between;
}

.down-context a {
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    /* margin-right: 15px; */
    border: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0D7AF8;
    width: 30%;
}

.down-context a:hover {
    transition: 0.15s all linear;
    /*设置过度时间*/
    transition-delay: 0.01s;
    /*过度延时*/
    color: #fff;
    border-color: #0D7AF8;
    background-color: #0D7AF8;
}

.down-context a i {

    vertical-align: -5px;
    margin-right: 15px;
    display: inline-block;
    font-size: 25px;
}

.down-context a span {
    display: inline-block;
}

/* 右 */
.jzGov-data-body-publicserver-r-title-more {
    margin-left: 30px;

}

.jzGov-data-body-publicserver-r {
    width: 50%;
}

.jzGov-data-body-publicserver-r-title-more-head {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-publicserver-r-title-more-up-context {
    /* margin-top: 30px; */
    /* flex-wrap: wrap; */
    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-publicserver-r-title-more-up-context a {
    /* margin-right: 10px; */
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 32%;
    color: #0D7AF8;
    background-color: #ECF5FF;
}

.jzGov-data-body-publicserver-r-title-more-up-context a i {
    display: inline-block;
    margin-right: 20px;
    vertical-align: -5px;
    font-size: 35px;
}



.jzGov-data-body-publicserver-r-title-more-up-context a:hover {
    transition: 0.15s all linear;
    /*设置过度时间*/
    transition-delay: 0.01s;
    /*过度延时*/
    color: #ECF5FF;
    background-color: #0D7AF8;
}

/* 右-下 */
.down-context-r-img {
    display: block;
    border-radius: 5px;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    /* background-image: url('../img/logo0925.png'); */
    background-color: #0D7AF8;
}

.down-context-r-img img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.swiper-container3 {
    overflow: hidden;
}

/* 诉求办理情况 来信公示 */
.jzGov-data-body-interaction {
    margin-top: 30px;
    display: flex;
}

/* 左 */
.jzGov-data-body-interaction-left {
    width: 50%;
}

.jzGov-data-body-interaction-left-conv-head {
    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-interaction-left-content-down-btn {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.zGov-data-body-interaction-left-content-down-btn-box {
    color: #0D7AF8;
    border-radius: 5px;
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    width: 30%;
    background-color: #ECF5FF;
}

@keyframes example {
    from {
        background-color: #ECF5FF;
    }

    to {
        background-color: #0D7AF8;
    }
}

.zGov-data-body-interaction-left-content-down-btn-box:hover {
    transition: 0.15s all linear;
    /*设置过度时间*/
    transition-delay: 0.01s;
    /*过度延时*/
    animation-name: example;
    animation-duration: 0.5s;
    background-color: #0D7AF8;
    color: #ECF5FF;
}

.zGov-data-body-interaction-left-content-down-btn-box i {
    padding-right: 10px;
    vertical-align: -4px;
    font-size: 30px;
}
.appeal-box{
   margin-top: 20px;
}
.appeal-box li{
   margin-top: 10px;
}
.appeal-box a{
    /* overflow: hidden; */
    display: block;
    padding: 20px 20px 20px 20px;
    width: 94%;
    height: 64px;
    background-color: #ECF5FF;
    border-radius: 8px;
    color: black;
    font-size: 14px;
}
.appeal-box a div{
    height: 100%;
    overflow: hidden;
}
.appeal-box a:hover{
    background-color: #0D7AF8;
    color: white;

}
.appeal-box a span{
    line-height: 24px;
}

.appeal-box a .lil-title{
    display: inline-block;
    /* width: 60px; */
    border-radius: 10px;
    /* margin-right: 10px;
    margin-bottom: 5px; */
    padding:5px 8px 5px 8px ;
    background-color: #fff;
    color: #0D7AF8;
}
/* 右 */
.jzGov-data-body-interaction-right {
    margin-left: 30px;
    width: 50%;
}

.jzGov-data-body-interaction-right-conv-head {
    display: flex;
    justify-content: space-between;
}

.hh {
    height: 264px;
    overflow: hidden;
}

/* .jzGov-data-body-interaction-left-content {
    margin-top: 30px;
    height: 258px;
    overflow: hidden;
} */

.jzGov-data-body-interaction-left-content .Acontent {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: rgb(108, 109, 110);
}

.jzGov-data-body-interaction-right-conv-head-img {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.jzGov-data-body-interaction-right-conv-head-img .l {
    text-align: center;
    width: 50%;
}

.jzGov-data-body-interaction-right-conv-head-img .l span {
    font-size: 20px;
    padding-top: 24px;
    display: block;
}

.swiper-container4 {
    overflow: hidden;
}

.img-btn-box {
    position: relative;
}

.conv-head-img-btn-postion {
    position: absolute;
    bottom: 30px;

}

.downloadbtn {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 50px;
    background-color: #fff;
    color: #666666;
}

.conv-head-img-btn-postion a:hover {
    color: #0D7AF8;
}

.conv-head-img-btn-postion i {
    margin-right: 5px;
}

/* 审批改革  模板*/
.jzGov-data-body-revlution {
    display: flex;
    margin-top: 30px;
}
.jzGov-data-body-revlution .jzGov-data-body-revlution-left{
    width: 50%;
}
.revlution-box{
    height: 206px;
    overflow: hidden;
}

/*专题专栏  */
.jzGov-data-body-special {
    margin-top: 30px;
}

.jzGov-data-body-special-head-box {
    display: flex;
    justify-content: space-between;
}

.jzGov-data-body-special-down {
    margin-top: 30px;
    overflow: hidden;
}

.swiper-container2 {
    width: 32%;
}

.swiper-container2 a {
    display: inline-block;
}

.swiper-container2 .swiper-wrapper {
    justify-content: space-between;
}

.swiper-pagination2 {
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background-color: #0D7AF8;
}

.gov-adress {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


.left-fixed-box{
    position: fixed;
    top: 400px;
    left:30px;
    width: 240px;
    height: 283px;
}
.right-fixed-box{
    position: fixed;
    top: 400px;
    right: 30px;
    width: 250px;
    height: 160px;
    background-image:linear-gradient(to bottom right, #0D7AF8 , #83b6ef);
    overflow: hidden;
}
.right-fixed-box div{
    padding: 40px 20px 18px 20px;
    text-align: center; 
}
.right-fixed-box div span{
    display: block;
    width: 100%;
    font-size: 20px;   
    
}
.right-fixed-box div span:nth-child(2){
    margin-bottom: 10px;
}
.right-fixed-box div span:nth-child(3){
    background-color: #E85353;
    border-radius: 20px;
}

.right-fixed-box .closebtn{
    position: absolute;
    border-radius: 10px;
    padding: 0px 8px 0px 8px;
    background-color: #fff;
    color: #0D7AF8;
    height: 20px;
    right: 8px;
    top: 6px;
}
.left-fixed-box span{
    z-index: 11;
    position: absolute;
    top: 8px;
    right: 4px;
    width: 25px;
    height: 24px;
    text-align: center;
    /* padding-top: 10px; */
    line-height: 22px;
    border-radius: 20px;
    
    background-color:rgb(221, 221, 221,.6);
}
.left-fixed-box img{
    position: absolute;
    opacity: 0;
    transition: all 1.5s;
    transition-duration: 0.5s;
}
.left-fixed-box .imgone{
    opacity: 1;
}
.gov-adress tr td{
    width:30%;
}
.gov-adress tr td:nth-child(1){
    padding-right: 10px;
}
.gov-adress tr td:nth-child(2){
    padding: 0 10px;
}
.gov-adress tr td:nth-child(3){
   padding-left: 10px;
}
.gov-adress tr td select {
    color: #707070;
    text-align: center;
    height: 40px;
    width: 100%;
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    outline: none;
}



@media screen and (max-width:1200px) {

    /* 内容 */
    .jzGov-data-body-publicserver-r-title-more-up-context a i {
        display: block;
        margin-right: 0px;
    }

    .zGov-data-body-interaction-left-content-down-btn-box i {
        display: block;
        padding-right: 0px;
    }

    .jzGov-data-body-news-r-head-btn a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }

    .down-context-r-img {
        display: block;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 0px;
        height: 86px;
    }

    .down-context-r-img img {
        display: inline;
        height: 50%;
        width: 200px;

    }

    .down-context a i {
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .jzGov-data-body-news-l-img img {
        height: 404px;
    }

    .down-context a {
        font-size: 12px;
        margin-right: 0px;
    }

    .jzGov-data-body-interaction-right-conv-head-img {
        height: 429px;
    }

    .jzGov-data-body-news-r-head-btn a {
        font-size: 14px;
    }
    .jzGov-data-body-publicserver-r-title-more-up-context a{
        font-size: 18px;
    }
    .zGov-data-body-interaction-left-content-down-btn-box{
        padding-top: 24px;
        padding-bottom: 24px ;
    }
  

    /* 脚 */
    .jzGov-data-foot {
        width: 1200px;
    }
}

@media screen and (max-width:1000px) {
    .jzGov-data-body-news-r-content a {
        padding-bottom: 8px;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 170px;
    }
}

@media screen and (max-width:750px) {

    /* 内容 */
    .jzGov-data-body-news {
        display: block;
    }

    .jzGov-data-body-news-l-img-li h3 {
        bottom: 2px;
    }

    .jzGov-data-body-news-l .jzGov-data-body-news-l-img-li-h3-box {
        bottom: 14px;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 240px;
    }

    /*上 */
    .jzGov-data-body-news-l {
        margin: 0 auto;
        width: 90%;
    }

    /* 下 */
    .jzGov-data-body-news-r {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .jzGov-data-body-news-r-head-btn a {
        font-size: 13px;
    }

    .jzGov-data-body-news-r-head-btn .b1,
    .jzGov-data-body-news-r-head-btn .b3 {
        display: block;
        /* background-color: #0D7AF8; */
    }

    .jzGov-data-body-news-r-head-btn .b1 {
        background-color: #0D7AF8;
        color: #fff;
    }

    .bgcbgc {
        display: none;
    }

    .down-context {
        justify-content: space-between;
    }

    .down-context a {
        font-size: 12px;
        margin-right: 0px;
    }

    .jzGov-data-body-publicserver {
        display: block;
    }

    .jzGov-data-body-publicserver-l {
        width: 90%;
        margin: 0 auto;

    }

    .jzGov-data-body-publicserver-r-title-more-up-context a:nth-child(odd) {
        justify-content: space-between;
    }

    .jzGov-data-body-publicserver-r {
        width: 90%;
        margin: 0 auto;
    }

    .jzGov-data-body-publicserver-r-title-more {
        margin-left: 0px;
        margin-top: 20px;
    }

    .jzGov-data-body-interaction {

        display: block;
    }

    .jzGov-data-body-interaction-left {
        width: 90%;
        margin: 0 auto;
    }

    .jzGov-data-body-interaction-right {
        width: 90%;
        margin: 0 auto;
        /* margin-top: 20px; */
    }

    .jzGov-data-body-special {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .down-context-r-img {
        display: block;
        border-radius: 5px;
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
        /* background-image: url(../img/logo0925.png); */
        background-color: #0D7AF8;
    }

    .swiper-container2 {
        width: 100%;
    }

    .swiper-container2 a {
        width: 100%;
    }

    .down-context-r-img {
        height: 80%;
    }

    .down-context-r-img img {
        width: 264px;
    }

    .gov-adress {
        display: none;
    }
    .jzGov-data-body-revlution .jzGov-data-body-revlution-left{
        width: 90%;
        margin: 0 auto
    }
    .jzGov-data-body-revlution{
        display: block;
    }
    .jzGov-data-body-interaction-right-E{
        margin-top: 20px;
    }
    .appeal-box a{
        height: 80px;
    }

    .left-fixed-box,.right-fixed-box{
        display: none;
    }
}

@media screen and (max-width:500px) {
    .jzGov-data-body-news-l-img-li img {
        height: 300px;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 200px;
    }
}

@media screen and (max-width:480px) {
    .down-context a i {
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .jzGov-data-body-publicserver-r-title-more-up-context a i {
        display: block;
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .zGov-data-body-interaction-left-content-down-btn-box i {
        display: block;
        padding-right: 0px;
    }

    .content-context {
        width: 60%;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 160px;
    }

}

@media screen and (max-width:470px) {
    .jzGov-data-body-news-l-img-li img {
        height: 260px;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 140px;
    }
}

@media screen and (max-width:400px) {
    .jzGov-data-body-news-l-img-li img {
        height: 200px;
    }

    .jzGov-data-body-news-l .span-box span {
        width: 100px;
    }
   .appeal-box a{
    padding-left: 12px;
    padding-right: 12px;
   }
   .down-context-r-img img{
    width: 200px;
   }

}