@charset "utf-8";
/* 大轮播 */
.bannerbox{position: relative;overflow: hidden;;margin-top: 36px;box-shadow: 0px 0px 15px  rgba(8, 82, 166, 0.2);}

.bannerbox .btn{width: 34px;height: 34px;border-radius: 50%;position: absolute;bottom: 40px;z-index: 9;cursor: pointer;}
.bannerbox .prev{right: 20%;background: #E5E5E5 url(../images/xwzx/prev.png) no-repeat center center;}
.bannerbox .next{right: 10%;background: #185292 url(../images/xwzx/next.png) no-repeat center center;}
.bannerbox .swiper-slide > a{width: 65.5%;height:442px;}
.bannerbox .swiper-slide > a img{width:100%;height:100%;}
.bannerbox .swiper-slide > div{width: 34.5%;padding: 30px 40px;}
.bannerbox .swiper-pagination{width:auto;left:auto;right: 15%;bottom: 45px;}
.bannerbox .conbox h3{font-size: 26px;font-weight: bold;line-height: 40px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.bannerbox .conbox h3 a{color: #185292;}
.bannerbox .conbox .memo{color:#2B2B2B;margin-top: 30px;line-height: 30px;}
/* 新闻列表 */
.newsbox{margin-top: 25px;}
.dzybox,.szxxbox{width: 48.5%;position: relative;}
/* 发改要闻 */
.fgywbox{margin-top: 25px;position: relative;}
.fgywlist{margin-top: 20px;}
.fgywlist li{display: table;float: left;padding: 13px 15px;width: 31.5%;height: 82px;margin: 8px 0px;background: url(../images/xwzx/laba.png) no-repeat right bottom;background-color: #F5FAFF;}
.fgywlist li:hover{background-color: #fff;box-shadow: 0px 5.14px 34.29px  rgba(48, 104, 184, 0.2);}
.fgywlist li:nth-child(3n-1){margin: 8px 2.75%;}
.fgywlist li span{display: table-cell;padding-right: 10px;;vertical-align: middle;width: 16%;height: 100%;font-size: 14px;color: #383838;}
.fgywlist li span i{color: #185292;font-size: 24px;font-style: normal;font-weight: bold;text-align: center;display: block;}
.fgywlist li a{display: table-cell;padding-left: 10px;vertical-align: middle;width: 69%;font-size: 18px;line-height: 25px;border-left: 1px solid #C4DEFF;}
/* .fgywlist li:hover a{font-weight: bold;color: #286DC7;} */

@media screen and (max-width:1200px){
    .bannerbox{margin-top: 20px;}
    .bannerbox .swiper-slide > a{width: 100%;height:55vw;}
    .bannerbox .swiper-slide > div{width: 100%;padding: 10px 10px 60px;}
    .bannerbox .conbox h3{font-size: 18px;line-height: 32px;}
    .bannerbox .conbox .memo{margin-top: 20px;font-size: 14px;}
    .bannerbox .btn{bottom: 10px;}
    .bannerbox .prev{left: 30%;}
    .bannerbox .next{right: 30%;}
    .bannerbox .swiper-pagination{bottom: 15px;right: 45%;}

    .newsbox{margin-top: 20px;}
    .dzybox, .szxxbox{width: 100%;}

    .fgywbox{margin-top: 10px;}
    .fgywlist{margin-top: 10px;}
    .fgywlist li{width: 100%;padding: 13px 7px;}
    .fgywlist li:nth-child(3n-1){margin: 10px 0;}
    .fgywlist li span{width: 18%;}
}