/*
* @Author: zhaopenghua
* @Date:   2025-07-07 
* @Last Modified by:   zhaopenghua
* @Last Modified time: 2025-07-08
*/
.gyzcBox01,.gyzcBox02{
    width:100%;
}
.gyzcBox01{
    background:url(/jgsw/resource/cms/2025/07/img_pc_site/2025070809070038209.jpg) center top no-repeat;
}
.gyzcCon01,.gyzcCon02,.gyzcCon03,.gyzcCon04,.gyzcCon05{
    width:1200px;
    margin:0 auto;
}
.gyzcCon01{
    padding-top:41px;
}
.gyzcCon02{
    padding-top:38px;
}
.gyzcCon03{
    padding-top:37px;
}
.gyzcCon04{
    padding-top:39px;
}
.gyzcCon05{
    padding-top:53px;
    padding-bottom:36px;
}

/*-----------------轮播图---------------------*/
.gyzcConL1{
    width:585px;
    overflow:hidden;
}
.swiperLoop{
    width:100%;
    height:320px;
    position:relative;
}
.swiperLoop .swiper-wrapper{
    height:100%;
    overflow:hidden;
}
.swiperLoop .swiper-slide img{
    display:block;
    width:100%;
    height:100%;
}
.swiperLoop .swiper-slide span{
    width:100%;
    height:44px;
    line-height:44px;
    color:#fff;
    font-size:16px;
    text-indent:24px;
    position:absolute;
    bottom:0px;
    font-family:"微软雅黑";
    background:url(/jgsw/resource/cms/2025/07/img_pc_site/2025070809513851051.png) repeat-x;
}
.swiperLoop .loopDian{
    position:absolute;
    bottom:18px;
    right:22px;
}
.swiperLoop .loopDian span{
    display:block;
    width:10px;
    height:10px;
    background-color:#fff;
    float:left;
    margin-left:10px;
    border-radius:10px;
}
.swiperLoop .loopDian span.swiper-active-switch{
    background-color:#9d9999;
}

/*-----------------新闻资讯、通知公告、政策法规、国家局资讯、他山之石---------------------*/
.gyzcConR1,.gyzcConL2,.gyzcConR2,.gyzcConL3{
    width:570px;
}
.newsTit a,.newsTit a img{
    display:block;
}
.news_list li{
    line-height:48px;
    height:48px;
    padding-left:5px;
}
.news_list li:hover a,
.news_list li:hover span{
    font-weight:bold;
    color:#bd1e25;
}
.news_list li a{
    float:left;
    width:80%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:16px;
    color:#333;
    font-family:"微软雅黑";
}
.news_list li span{
    float:right;
    font-size:16px;
    color:#999;
    margin-right:10px;
}

/*-----------------资产管理信息平台---------------------*/
.gyzcCon03 a,.gyzcCon03 a img{
    display:block;
}

/*-----------------处置出租信息公开---------------------*/
.czczCon{
    height:339px;
    background:url(/jgsw/resource/cms/2025/07/img_pc_site/2025070815272635408.jpg) left top no-repeat;
    padding-top:20px;
}
.czczBox a,.czczBox a img{
    display:block;
}
.czczCon ul{
    padding:0px 34px 0 27px;
}
.czczCon ul li{
    height:56px;
    line-height:56px;
    border-top:1px solid #eeeeee;
}
.czczCon ul li:first-child{
    border-top:0px;
}
.czczCon ul li a{
    float:left;
    width:80%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:16px;
    color:#333;
    font-family:"微软雅黑";
}
.czczCon ul li .zt{
    float:left;
    width:75px;
    height:32px;
    border-radius:10px;
    color:#fff;
    font-family:"微软雅黑";
    font-size:14px;
    margin-top:12px;
    line-height:32px;
    text-align:center;
}
.czczCon ul li .rq{
    float:right;
    font-size:16px;
    color:#999;
}

/*响应式*/
@media only screen and (max-width:1025px) {
    .gyzcCon01,.gyzcCon02,.gyzcCon03,.gyzcCon04,.gyzcCon05{
        width:100%;
        padding:0;
    }
    .gyzcConL1,.gyzcConR1,.gyzcConL2,.gyzcConR2,.gyzcConL3,.gyzcConR3{
        float:inherit;
        width:100%;
        padding-bottom:20px;
    }
    .gyzcCon03{
        padding-bottom:20px;
    }
    .newsTit a img,.gyzcCon03 a img,.czczBox a img{
        width:100%;
    }
    .news_list li a{
        width:70%;
    }
    .czczCon ul li a{
        width:40%;
    }
}