@charset 'utf-8';

.government-info-content {
    height: 261px;
    background: #F1F1F1;
    margin: 0 auto;
    box-sizing: border-box;
}


.column-top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 127px;
}

.government-column-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.government-column-item {
    width: 24%;
    height: 90px;
    background: #DCEAFE;
    box-shadow: 2px 4px 5px 0px rgba(219, 219, 219, 0.59);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px 35px 30px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.government-lump-text {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.government-column-item:hover {
    background: #166EBA;
}

.government-column-item:hover span {
    font-weight: bold;
    color: #FFFFFF;
}

.government-column-item-one .government-column-one-img {
    width: 29px;
    height: 31px;
}

.government-column-item-two .government-column-one-img {
    width: 25px;
    height: 31px;
}

.government-column-item-three .government-column-one-img {
    width: 25px;
    height: 31px;
}

.government-column-item-four .government-column-one-img {
    width: 31px;
    height: 31px;
}

.government-column-two-img {
    width: 11px;
    height: 20px;
}

.government-column-item:hover .government-column-two-img {
    content: url(2023jinrujiantouxiao.png);
}

.government-column-item-one:hover .government-column-one-img {
    content: url(2023yj-yy-index-one-zc-zfxxgk-list-item01.png);
}

.government-column-item-two:hover .government-column-one-img {
    content: url(2023yj-yy-index-one-zc-zfxxgk-list-item05-2.png);
}

.government-column-item-three:hover .government-column-one-img {
    content: url(2023yj-yy-index-one-zc-zfxxgk-list-item03-2.png);
}

.government-column-item-four:hover .government-column-one-img {
    content: url(2023yj-yy-index-one-zc-zfxxgk-list-item04-2.png);
}

.file-data-content {
    /*height: 453px;*/
    background: #f9f9f9;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.file-child-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.file-item-left-content {
    width: 25%;
    /*height: 420px;*/
    padding-bottom: 20px;
    background: #F6FAFF;
    border: 1px solid #D6E6FF;
    box-shadow: 1px 1px 0px 0px rgba(18, 117, 202, 0.36);
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.leader-title-div {
    width: 100%;
    height: 58px;
    background: linear-gradient(0deg, #166EBA 0%, #166EBA 100%);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    padding-left: 38px;
    box-sizing: border-box;
}

.leader-title-div img {
    width: 20px;
    height: 21px;
    margin-right: 14px;
}

.leader-title-div a {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.info-title-div {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 16px;
    padding-left: 36px;
    padding-right: 35px;
    box-sizing: border-box;
}

.info-title-div a {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}

.introduction-text {
    margin-bottom: 16px;
    padding-left: 36px;
    padding-right: 35px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.other-data-div {
    margin-top: 0;
    margin-bottom: 16px;
}

.other-leader-list {
    margin-bottom: 16px;
    padding-left: 36px;
    padding-right: 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.other-leader-list a {
    width: 33%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 6px;
    display: block;
}

.special-column-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.special-column-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 46px;
    background: rgba(58, 145, 247, 0.16);
    border-radius: 4px;
}

.special-column-div img {
    width: 17px;
    height: 19px;
    margin-right: 23px;
}

.special-column-div span {
    font-size: 18px;
    font-weight: 400;
    color: #166EBA;
    opacity: 1;
}

.file-item-right-content {
    width: 73%;
}

.list-data-item-content {
    width: 48%;
    height: 372px;
}

.special-list-data-item-content {
    width: 100%;
    height: 362px;
    overflow: hidden;
}

.data-list-title-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
}

.data-item-child {
    width: 60%;
    display: flex;
    align-items: center;
}

.data-item-content {
    height: 45px;
    cursor: pointer;
    box-sizing: border-box;
}

.data-item-content-top-left {
    margin-left: 102px;
}
.data-item-content-two-left{
    margin-left: 83px;
}

.data-item-content:hover {
    border-bottom: 5px solid #1F58AE;
}

.data-item-child .cur {
    border-bottom: 5px solid #1F58AE;
}

.data-item-child .cur a {
    color: #1F58AE;
    font-weight: bold;
}

.data-item-content:hover a {
    color: #1F58AE;
    font-weight: bold;
}


.list-other-child.data-item-content:hover {
    border-bottom: 5px solid #1A53A8;
}

.list-other-child.data-item-child .cur {
    border-bottom: 5px solid #1A53A8;
}

.list-other-child.data-item-child .cur span {
    color: #1A53A8;
    font-weight: bold;
}

.list-other-child.data-item-content:hover span {
    color: #1A53A8;
    font-weight: bold;
}


.data-item-content a {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
}

.list-other-child span {
    color: #000;
}

.data-title-more {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.hover-item {
    border-bottom: 5px solid #0071C4;
}

.hover-item a {
    color: #166EBA
}

.list-data-coloum-conten {
    margin-top: 10px;
}

.special-list-data-coloum-conten {
    margin-top: 16px;
}

.special-list-data-item-content .list-data-one-column .special-list-data-coloum-conten .list-data-item {
    height: 45px;
}

.list-other-child-content .list-data-coloum-conten .list-data-item {
    height: 40px;
}

.list-other-right-child-content .list-data-item {
    height: 40px;
}

.list-data-item {
    width: 100%;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-data-item .list-data-title-date-text::before {
    float: left;
    content: "•";
    /* 添加内容作为小黑点 */
    color: #BFBFBF;
    /* 设置文本颜色 */
    font-size: 25px;
    margin-right: 13px;
    /* 调整与其他元素之间的空白 */
}

.list-data-title-date-text {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: block;
}

.list-other-child-content .list-data-coloum-conten .list-data-title-date-text {
    font-size: 16px;
}

.list-other-child-content .list-data-coloum-conten .list-data-time-text {
    font-size: 14px;
    color: #999999;
}

.list-other-right-child-content .list-data-title-date-text {
    font-size: 16px;
}

.list-other-right-child-content .list-data-time-text {
    font-size: 14px;
    color: #999999;
}

.list-data-time-text {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.list-data-item:hover .list-data-title-date-text{
    color: #0e5fad;
}
.special-list-data-item-content .list-data-one-column .special-list-data-coloum-conten .list-data-item .list-data-time-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.search-data-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-item-div {
    width: 630px;
    height: 62px;
    background: #EFF5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-data-content a{
    display: inline-block;
}
.search-data-content a img {
    width: 360px;
    height: 62px;
    background: #166EBA;
    border-radius: 5px;
}

.search-data-div {
    width: 475px;
    height: 50px;
    background-color: #fff;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.search-data-div input {
    width: 58%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.search-btn-div {
    width: 124px;
    height: 62px;
    background: #166EBA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-btn-div span {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.select-list-div span{
    background-color: #fff;
    margin-right: 14px;
    margin-left: 8px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
select::-ms-expand {
    display: none;
}

select {
    border-radius: 0;
    border: none;
    /* appearance: none; */
    /* -moz-appearance: none; */
    /* -webkit-appearance: none; */
    background-color: #fff !important;
    margin-right: 14px !important;
    margin-left: 8px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}


.public-list-content {
    /*height: 430px;*/
    background: #F1F1F1;
    margin: 0 auto;
    box-sizing: border-box;
}

.public-title-content {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #B3D2FF;
    margin-top: 26px;
    margin-bottom: 44px;
}

.public-title-content .public-data-item-content a {
    font-size: 30px;
    font-weight: bold;
    color: #0158A8;
    padding-bottom: 8px;
    height: 60px;
    border-bottom: 5px solid #1A53A8;
}

.public-list-item-content {
    width: 100%;
    margin-top: 44px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.public-data-item {
    width: 18%;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(107, 107, 107, 0.25);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    margin-right: 35px;
}
.public-data-item:nth-child(5n){
    margin-right: 0;
}

.public-data-item img {
    margin-bottom: 15px;
    height: 34px;
}

.public-data-item span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.public-data-item:hover {
    background: #DCEAFE;
}

.public-data-item:hover span {
    font-weight: bold;
    color: #0158A8;
}


.list-other-data-content {
    height: 355px;
    background: #f9f9f9;
    margin: 0 auto;
    box-sizing: border-box;
}

.list-data-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 41px;
}

@media screen and (max-width: 768px) {
    .zwgk-main {
        font-size: .3rem !important;
    }

    .zwgk-main input {
        font-size: .3rem;
    }


    .zwgk-main a:visited {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }

    .zwgk-main a:active {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }

    .government-info-content {
        padding: 0 .2rem;
        height: auto;
    }

    .column-top-content {
        height: 1.5rem;
    }

    .column-top-content img {
        width: 100%;
        height: .5rem;
        object-fit: contain;
    }

    .government-column-content {
        flex-wrap: wrap;
    }

    .government-column-item {
        width: 48%;
        height: 1rem;
        border-radius: 0.05rem;
        padding: .3rem .12rem .3rem .12rem;
        margin-bottom: .2rem;
    }

    .government-lump-text {
        font-size: .3rem;
    }

    .government-column-item-one .government-column-one-img {
        width: .29rem;
        height: .31rem;
    }

    .government-column-item-two .government-column-one-img {
        width: .25rem;
        height: .31rem;
    }

    .government-column-item-three .government-column-one-img {
        width: .25rem;
        height: .31rem;
    }

    .government-column-item-four .government-column-one-img {
        width: .31rem;
        height: .31rem;
    }

    .government-column-two-img {
        width: .11rem;
        height: .2rem;
    }

    .file-data-content {
        height: auto;
        padding: 0 .2rem .2rem .2rem;
    }

    .file-child-content {
        flex-direction: column;
        justify-content: center;
        margin-top: .3rem;
    }

    .file-item-left-content {
        width: 100%;
        height: auto;
        padding-bottom: .2rem;
    }

    .leader-title-div {
        height: .8rem;
        padding-left: .38rem;
    }

    .leader-title-div img {
        width: .25rem;
        height: .26rem;
        margin-right: .14rem;
    }

    .leader-title-div a {
        font-size: .4rem;
    }

    .info-title-div {
        margin-top: .25rem;
        margin-bottom: .16rem;
        padding-left: .36rem;
        padding-right: .35rem;
    }

    .info-title-div a {
        font-size: .32rem;
    }

    .introduction-text {
        margin-bottom: .31rem;
        padding-left: .36rem;
        padding-right: .35rem;
        font-size: .32rem;
    }

    .other-data-div {
        margin-bottom: .20rem;
    }

    .other-leader-list {
        margin-bottom: .20rem;
        padding-left: .36rem;
        padding-right: .35rem;
    }

    .other-leader-list a {
        font-size: .32rem;
    }

    .special-column-div {
        height: .8rem;
    }

    .special-column-div img {
        width: .27rem;
        height: .29rem;
        margin-right: .23rem;
    }

    .special-column-div span {
        font-size: .32rem;
    }

    .file-item-right-content {
        width: 100%;
        margin-top: .4rem;
    }

    .list-data-item-content {
        width: 100%;
        height: 3.72rem;
    }

    .special-list-data-item-content {
        height: auto;
        margin-bottom: .3rem;
    }

    .list-other-child.data-item-child .cur {
        border-bottom: 0.05rem solid #1A53A8;
    }

    .data-item-content {
        height: .6rem;
    }

    .data-item-content:hover {
        border-bottom: .05rem solid #1F58AE;
    }

    .list-other-child.data-item-content:hover {
        border-bottom: .05px solid #1A53A8;
    }

    .data-item-content a {
        font-size: .32rem;
    }

    .data-item-content-top-left {
        margin-left: .6rem;
    }

    .data-item-child {
        width: 80%;
    }

    .data-title-more {
        font-size: .28rem;
        display: block;
        height: .6rem;
    }

    .list-data-coloum-conten {
        margin-top: .2rem;
        height: auto;
    }

    .special-list-data-item-content .list-data-one-column .special-list-data-coloum-conten .list-data-item {
        height: .7rem;
    }

    .list-other-child-content .list-data-coloum-conten .list-data-item {
        height: .7rem;
    }

    .list-other-right-child-content .list-data-item {
        height: .7rem;
    }

    .list-data-item {
        height: .7rem;
        line-height: .7rem;
    }

    .list-data-title-date-text {
        font-size: .32rem;
    }

    .list-other-child-content .list-data-coloum-conten .list-data-title-date-text {
        font-size: .3rem;
    }

    .list-other-child-content .list-data-coloum-conten .list-data-time-text {
        font-size: .28rem;
    }

    .list-other-right-child-content .list-data-title-date-text {
        font-size: .3rem;
    }

    .search-data-content {
        flex-direction: column;
    }

    .search-item-div {
        width: 100%;
        height: .8rem;
    }

    .search-data-content a {
        margin-top: .15rem;
        width: 100%;
    }

    .search-data-content a img {
        width: 100%;
        /*height: .62rem;*/
        height: auto;
    }

    .search-data-div {
        width: 77%;
        height: .65rem;
        line-height: .65rem;
        margin-left: .08rem;
    }

    .search-data-div input {
        width: 58%;
        font-size: .28rem;
        height: .65rem;
        line-height: .65rem;
        vertical-align: top;
    }
    .select-list-div span{
        margin-right: .14rem;
        margin-left: .08rem;
        padding: 0 .15rem;
        font-size: .28rem;
    }

    select {
    }

    .search-btn-div {
        width: 20%;
        height: .65rem;
    }

    .search-btn-div span {
        font-size: .26rem;
    }

    .public-list-content {
        height: auto;
        padding: 0 .2rem;
    }

    .public-title-content {
        height: .7rem;
        margin-top: .26rem;
        margin-bottom: .44rem;
    }

    .public-title-content .public-data-item-content a {
        font-size: .4rem;
        line-height: .2rem;
        height: .7rem;
    }

    .public-list-item-content {
        margin-top: .44rem;
        justify-content: space-between;
    }

    .public-data-item {
        width: 48%;
        height: 1.8rem;
        margin-bottom: .42rem;
        margin-right: 0;
    }

    .public-data-item img {
        height: 24px;
        margin-bottom: .15rem;
    }

    .public-data-item span {
        font-size: .3rem;
    }

    .list-other-data-content {
        height: auto;
        padding: 0 .2rem;
    }

    .list-data-content {
        flex-direction: column;
        margin-top: .2rem;
    }

    .list-data-item-content {
        width: 100%;
        height: auto;
        margin-bottom: .41rem;
    }
    .data-item-content-two-left{
        margin-left: .78rem;
    }
}