@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 0;
    padding: 31.25% 0 0;
}
.banner .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    padding: 0.2rem 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    margin: 0 0.08rem;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.banner .slick-dots li.slick-active{
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/bannerDots.png) no-repeat center;
    background-size: 0.3rem auto;
    border: none;
    border-radius: 0;
}
.banner .slick-prev, .banner .slick-next{
    width: 0.54rem;
    height: 1.1rem;
    background: url(../img/bannerArrow.png) no-repeat center;
    background-size: 100% auto;
    position: absolute; 
    z-index: 9;
    opacity: 0.6;
}
.banner .slick-prev{
    left: 1rem;
    top: 50%;
    transform: translateY(-50%)  rotateY(180deg);
}
.banner .slick-next{
    left: auto;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-prev:hover, .banner .slick-next:hover{
    opacity: 1;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.3rem;
}
.lmTit h2{
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #333333;
    font-family: SourceHanSerifCN-Bold;
}
.lmTit a{
    display: block;
    width: 70px;
    height: auto;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #cc9933;
    border-radius: 13px;
    box-sizing: border-box;
    padding-right: 10px;
    background: url(../img/moreIcon1.png) no-repeat center;
    background-size: 100% auto;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.lmTit a:hover{
    color: #8b0012;
    background: url(../img/moreIcon2.png) no-repeat center;
    background-size: 100% auto;
    transform: translateY(-5px);
}
/* indexCon4 */
.indexCon4{
    padding: 0.5rem 0;
    background: #fff url(../img/bg4.png) no-repeat center bottom;
    background-size: 100% auto;
}
.mediaTit{
    width: 20.95%;
    height: 6.24rem;
    background: url(../img/mediaBg.png) no-repeat center;
    background-size: cover;
    padding: 0.6rem;
    padding-right: 0.45rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mediaTit .lmTit{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-bottom: 0;
}
.mediaTit .lmTit h2{
    writing-mode: vertical-rl;
    color: #fff;
    letter-spacing: 3px;
}
.mediaTit .lmTit a{
    writing-mode: vertical-rl;
    height: 72px;
    width: 32px;
    text-align: center;
    letter-spacing: 1px;
    background: url(../img/moreIcon3.png) no-repeat center;
    background-size: 100% auto;
    padding-top: 25px;
    padding-right: 3px;
}
.mediaTit .lmTit a:hover{
    background: url(../img/moreIcon3.png) no-repeat center;
    background-size: 100% auto;
    color: #cc9933;
}
.code li{
    margin-top: 0.15rem;
    position: relative;
    cursor: pointer;
}
.code li p.icon{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.code li p.icon img{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 0.48rem;
    max-height: 0.48rem;
}
.code li p.codeImg{
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    right: calc(100% + 0.2rem);
    top: 50%;
    transform: translateY(-50%);
    animation: 0.5s ease .3s 1 normal backwards running codeLeft;
    z-index: 9;
}
.code li p.codeImg::before {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 0.1rem solid rgba(255,255,255,1);
    border-right: 0;
    border-bottom: 0.08rem solid transparent;
    border-top: 0.08rem solid transparent;
}
.code li p.codeImg img{
    display: block;
    width: 1rem;
    height: auto;
    object-fit: cover;
    max-width: none;
    background: #fff;
    padding: 0.08rem;
    border-radius: 4px;
}
.code li:hover p.codeImg{
    display: block;
}
.mediaImg{
    width: 79.05%;
}
.mediaImg li{
    float: left;
}
.mediaImg li:nth-of-type(1){
    width: 28.464%;
}
.mediaImg li:nth-of-type(2),.mediaImg li:nth-of-type(3){
    width: calc(35.76% - 0.1rem);
    margin-left: 0.1rem;
}
.mediaImg li:nth-of-type(4),.mediaImg li:nth-of-type(5),.mediaImg li:nth-of-type(6){
    width: calc(23.84% - 0.1rem);
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}
.mediaImg li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.mediaImg li a .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.2rem;
    width: 100%;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}
.mediaImg li a .tit p{
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mediaImg li a .tit .dy{
    background: url(../img/dyIcon.png) no-repeat left center;
}
.mediaImg li a .tit .wx{
    background: url(../img/wxIcon.png) no-repeat left center;
}
.mediaImg li a .tit .wb{
    background: url(../img/wbIcon.png) no-repeat left center;
}
.mediaImg li:nth-of-type(1) a .img{
    padding: 6.24rem 0 0;
}
.mediaImg li:nth-of-type(2) a .img,.mediaImg li:nth-of-type(3) a .img{
    padding: 2.8rem 0 0;
}
.mediaImg li:nth-of-type(4) a .img,.mediaImg li:nth-of-type(5) a .img,.mediaImg li:nth-of-type(6) a .img{
    padding: 3.34rem 0 0;
}
.fwzn{
    margin-top: 0.45rem;
}
.fwznList li{
    float: left;
    width: 18.64%;
    height: 1.08rem;
    background: #fff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin-right: 1.7%;
}
.fwznList li:last-of-type{
    margin-right: 0;
}
.fwznList li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.fwznList li a::before{
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #8b0012;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.fwznList li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    position: relative;
    z-index: 9;
}
.fwznList li a:hover .tit{
    color: #fff;
}
.fwznList li a:hover::before{
    width: 100%;
}
/* indexCon3 */
.indexCon3{
    padding: 0.5rem 0;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
}
.xywh{
    width: 35.76%;
}
.xywh ul.clearfix>div{
    width: calc(50% - 0.05rem);
    float: left;
}
.xywh ul.clearfix>div:last-of-type{
    margin-left: 0.1rem;
}
.xywh ul.clearfix li{
    width: 100%;
    margin-bottom: 0.1rem;
}
.xywh ul.clearfix li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.xywhSub1 .img,.xywhSub4 .img{
    width: 100%;
    padding: 2.07rem 0 0;
}
.xywh ul.clearfix li .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.xywhSub2{
    background: #cc9933;
}
.xywhSub3{
    background: #fff;
}
.xywhSub2 .img{
    width: 50%;
    padding: 1.36rem 0 0;
}
.xywh ul.clearfix .xywhSub2 .con{
    width: 50%;
    left: 50%;
}
.xywh ul.clearfix .xywhSub1 .con{
    width: 100%;
    height: auto;
    left: 0;
    top: 32%;
    flex-direction: row;
}
.xywh ul.clearfix li .tit{
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.15rem;
}
.xywhSub2 .con .tit,.xywhSub4 .con .tit{
    color: #fff;
}
.xywhSub1 .con .tit,.xywhSub3 .con .tit{
    color: #333;
}
.xywh ul.clearfix .xywhSub1 .con .tit{
    margin-top: 0;
    margin-left: 0.2rem;
}
.xywhZt,.xywhZt a,.xywhZt img{
    width: 100%;
    display: block;
    height: 1.64rem;
    object-fit: cover;
}
.yxbn{
    width: 60.72%;
}
.yxbnImg{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0.3rem;
    position: relative;
}
.yxbnImg::before{
    display: block;
    content: "";
    width: 64.41%;
    height: 76.2%;
    background: #8b0012;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.yxbnImg ul li {
    margin-top: 0.18rem;
    float: left;
}
.yxbnImg ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.yxbnImg ul li a .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.1rem 0.2rem;
    width: 100%;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}
.yxbnImg ul:nth-of-type(1){
    width: 56.18%;
}
.yxbnImg ul:nth-of-type(1) .img{
    padding: 1.55rem 0 0;
}
.yxbnImg ul:nth-of-type(1) li{
    width: calc(50% - 0.09rem);
}
.yxbnImg ul:nth-of-type(1) li:first-of-type{
    width: 100%;
    margin-top: 0;
}
.yxbnImg ul:nth-of-type(1) li:last-of-type{
    margin-left: 0.18rem;
}
.yxbnImg ul:nth-of-type(1) li:first-of-type .img{
    padding: 3.22rem 0 0;
}
.yxbnImg ul:nth-of-type(2){
    width: calc(38.34% - 0.18rem);
    margin-left: 0.18rem;
}
.yxbnImg ul:nth-of-type(2) li{
    width: 100%;
}
.yxbnImg ul:nth-of-type(2) .img{
    padding: 2.1rem 0 0;
}
/* indexCon2 */
.indexCon2{
    padding:0.3rem 0 0.5rem 0;
    background: url(../img/bg2.png) no-repeat bottom center;
    background-size: 100% auto;
}
.ztImg2 a,.ztImg2 a img{
    display: block;
    width: 100%;
    height: auto;
}
.llxx{
    margin-bottom: 0.5rem;
}
.llxx li{
    float: left;
    width: 23.23%;
    margin-right: 2.36%;
}
.llxx li:nth-of-type(4n){
    margin-right: 0;
}
.llxx li a{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0.3rem 0.28rem;
    box-sizing: border-box;
    position: relative;
}
.llxx li a::before{
    display: block;
    content: "";
    width: 3px;
    height: 0.5rem;
    background: #8b0012;
    position: absolute;
    left: 0;
    top: 0.35rem;
}
.llxx li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    position: relative;
}
.llxx li .txt{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin: 0.1rem 0;
}
.llxx li .time{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    font-family: Arial;
}
.llxx li a:hover{
    background: #8b0012;
    transform: translateY(-0.1rem);
    box-shadow: 0 0 0.1rem 0 rgba(102,51,51,0.19);
}
.llxx li a:hover p{
    color: #fff;
}
.llxx li a:hover::before{
    background: #cc9933;
}
/* indexCon1 */
.indexCon1{
    padding: 0.5rem 0;
    background: url(../images/bg1.png) no-repeat bottom center;
    background-size: cover;
}
.news{
    width: 54.2%;
}
.notice{
    width: 41.7%;
}
.notice ul a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding: 0.2rem 0;
    padding-left: 0.4rem;
    background: url(../img/listIcon.png) no-repeat left 0.1rem top 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    box-sizing: border-box;
}
.notice ul a span{
    font-size: 0.16rem;
    font-family: Arial;
    color: #999999;
    margin-left: 5px;
}
.notice ul li{
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.notice ul li::before{
    display: block;
    content: "";
    width: 0;
    height: calc(100% + 2px);
    position: absolute;
    background: #8b0012;
    left: -0.1rem;
    top: -1px;
    z-index: 0;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.2rem 0 rgba(102,51,51,0.5);
}
.notice ul li:hover::before{
    width: calc(100% + 0.2rem);
}
.notice ul li:hover a,.notice ul li:hover span{
    color: #fff;
}
.notice ul li:hover a{
    background: url(../img/listIcon2.png) no-repeat left 0.1rem top 0.26rem;
}
.notice ul li.first{
    border-bottom: none;
}
.notice ul li.first::before{
    display: none;
}
.notice ul li.first a{
    padding: 0;
    background: none;
}
.notice ul li.first a .img{
    width: 59.82%;
    padding: 2.23rem 0 0;
    float: left;
}
.notice ul li.first a .con{
    width: 40.18%;
    height: 2.23rem;
    background: url(../img/newBg.png) no-repeat center;
    background-size: cover;
    border-bottom: 4px solid #8b0012;
    float: left;
    box-sizing: border-box;
    padding: 0.3rem 0.35rem;
    box-sizing: border-box;
}
.notice li.first .con .tit{
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.04rem;
    white-space: normal;
    text-overflow: clip;
    font-weight: bold;
    margin: 0.2rem 0 0.1rem;
}
.notice li.first .con .time{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    font-family: Arial;
}
.notice li.first .con .bt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #8b0012;
    padding-left: 0.25rem;
    background: url(../img/newIcon.png) no-repeat left top 0.06rem;
}
.notice li.first a:hover .con .tit{
    color: #8b0012;
}
.dnqc{
    width: 100%;
    overflow: hidden;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li a .img{
    width: 100%;
    padding: 5.12rem 0 0;
}
.newBanner li .time{
    width: 1.1rem;
    height: 0.7rem;
    background: rgba(254,153,51,0.7);
    position: absolute;
    left: 0.24rem;
    bottom: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.newBanner li .time span{
    display: block;
    width: 100%;
    font-size: 0.36rem;
    margin-bottom: 5px;
}
.newList{
    width: 100%;
}
.newList li{
    width: calc(100% / 3);
    float: left;
    position: relative;
}
.newList li::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.65rem;
    background: #dedede;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.newList li:nth-of-type(3n)::before{
    display: none;
}
.newList li a{
    width: 100%;
    height: auto;
    padding: 0.24rem;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.newList li a .tit{
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}
.newList li.on a{
    background: #8b0012;
}
.newList li.on a .tit{
    color: #fff;
}
.newList li.on a::before{
    display: block;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.list{
    position: relative;
}
.list .swiper-prev,.list .swiper-next{
    width: 0.44rem;
    height: 0.44rem;
    background: url(../img/newArrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}
.list .swiper-prev{
    left: 0.2rem;
    transform: translateY(-50%);
}
.list .swiper-next{
    right: 0.2rem;
    transform: translateY(-50%) rotateY(180deg);
}
/*  */
@media only screen and (max-width: 1720px){
    .banner .slick-next{
        right: 0.3rem;
    }
    .banner .slick-prev{
        left: 0.3rem;
    }
}
@media only screen and (max-width: 1040px){
    .news{
        width: 100%;
    }
    .notice{
        width: 100%;
        margin-top: 40px;
    }
    .llxx li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 28px;
    }
    .llxx li:nth-of-type(2n){
        margin-right: 0;
    }
    .llxx{
        margin-bottom: 0;
    }
    .indexCon1,.indexCon2{
        padding: 40px 0;
    }
    .indexCon2{
        background: url(../img/bg2.png) no-repeat center;
    }
    .xywh{
        width: 100%;
    }
    .yxbn{
        width: 100%;
        margin-top: 40px;
    }
    .indexCon3{
        padding: 40px 0;
    }
    .mediaTit{
        width: 100%;
        padding: 20px;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .mediaImg{
        width: 100%;
        margin-top: 0.1rem;
    }
    .indexCon4{
        padding: 40px 0;
    }
    .fwznList li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .fwznList li:nth-of-type(3n){
        margin-right: 0;
    }
    .mediaTit .lmTit{
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
    }
    .mediaTit .lmTit h2{
        letter-spacing: 0;
        writing-mode: horizontal-tb;
    }
    .mediaTit .lmTit a{
        writing-mode: horizontal-tb;
        width: 70px;
        height: auto;
        background: url(../img/moreIcon1.png) no-repeat center;
        background-size: 100% auto;
        padding-top: 0;
        text-align: right;
        padding-right: 10px;
    }
    .code li{
        float: left;
        margin-left: 20px;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .yxbnImg{
        padding-bottom: 0;
    }
    .yxbnImg::before{
        display: none;
    }
    .yxbnImg ul:nth-of-type(1){
        width: 58.18%;
    }
    .yxbnImg ul:nth-of-type(2){
        width: calc(41.82% - 0.18rem);
        margin-left: 0.18rem;
    }
    .banner .slick-prev, .banner .slick-next{
        width: 28px;
    }
}
@media only screen and (max-width: 768px){
    .banner .slick-next{
        right: 20px;
    }
    .banner .slick-prev{
        left: 20px;
    }
    .lmTit{
        margin-bottom: 20px;
    }
    .lmTit h2{
        font-size: 26px;
        line-height: 30px;
    }
    .newList li a{
        padding: 15px;
    }
    .notice ul li.first a .con{
        padding: 20px 15px;
    }
    .llxx li a{
        padding: 20px 15px;
    }
    .llxx li a::before{
        top: 20px;
    }
    .yxbnImg{
        flex-wrap: wrap;
    }
    .yxbnImg ul:nth-of-type(1),.yxbnImg ul:nth-of-type(2){
        width: 100%;
        margin-left: 0;
    }
    .yxbnImg ul:nth-of-type(2) li{
        width: calc(50% - 0.09rem);
        margin-left: 0.18rem;
    }
    .yxbnImg ul:nth-of-type(2) li:first-of-type{
        margin-left: 0;
    }
    .yxbnImg ul .img{
        padding: 56.25% 0 0!important;
    }
    .yxbnImg ul li a .tit{
        padding: 5px 10px;
    }
    .mediaImg li:nth-of-type(1){
        width: calc(50% - 6px);
    }
    .mediaImg li:nth-of-type(2),.mediaImg li:nth-of-type(3){
        width: calc(50% - 6px);
        margin-left: 12px;
    }
    .mediaImg li:nth-of-type(3){
        margin-top: 12px;
    }
    .mediaImg li:nth-of-type(4),.mediaImg li:nth-of-type(5),.mediaImg li:nth-of-type(6){
        width: calc(33.3333% - 8px);
        margin-left: 12px;
        margin-top: 12px;
    }
    .mediaImg li:nth-of-type(1) a .img{
        padding: 412px 0 0;
    }
    .mediaImg li:nth-of-type(2) a .img, .mediaImg li:nth-of-type(3) a .img{
        padding: 200px 0 0;
    }
    .mediaImg li:nth-of-type(4) a .img, .mediaImg li:nth-of-type(5) a .img, .mediaImg li:nth-of-type(6) a .img{
        padding: 200px 0 0;
    }
    .mediaImg li:nth-of-type(4){
        margin-left: 0;
    }
    .mediaImg li a .tit{
        padding: 5px 10px;
    }
    .indexCon1,.indexCon2,.indexCon3,.indexCon4{
        padding: 30px 0;
    }
    .fwznList li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .fwznList li:nth-of-type(3n){
        margin-right: 3%;
    }
    .fwznList li:nth-of-type(2n){
        margin-right: 0;
    }
    .fwznList li:last-of-type{
        width: 100%;
    }
    .indexCon4{
        padding-bottom: 15px;
    }
    .ztImg2 a, .ztImg2 a img{
        height: 56px;
        object-fit: cover;
    }
    .xywhZt, .xywhZt a, .xywhZt img{
        height: auto;
    }
}
@media only screen and (max-width: 560px){
    .banner .slick-next{
        right: 12px;
    }
    .banner .slick-prev{
        left: 12px;
    }
    .banner a .img{
        padding: 160px 0 0;
    }
    .banner .slick-prev, .banner .slick-next{
        width: 20px;
    }
    .banner .slick-dots{
        padding: 8px 0;
    }
    .newList li{
        width: 50%;
    }
    .newList li:nth-of-type(3n)::before{
        display: block;
    }
    .newList li:nth-of-type(2n)::before{
        display: none;
    }
    .newList li a{
        padding: 10px;
    }
    .list .swiper-prev, .list .swiper-next{
        width: 28px;
    }
    .list .swiper-prev{
        left: 10px;    
    }
    .list .swiper-next{
        right: 10px;
    }
    .notice{
        margin-top: 30px;
    }
    .newBanner li .time{
        left: 0;
        width: 76px;
        height: 60px;
        bottom: auto;
        top: 0;
    }
    .notice ul li.first a .img{
        padding: 56.25% 0 0;
    }
    .notice ul li.first a .img,.notice ul li.first a .con{
        width: 100%;
        height: auto;
    }
    .notice ul li.first a .con{
        padding: 10px;
    }
    .notice li.first .con .tit{
        margin: 10px 0;
        height: auto;
        max-height: 0.78rem;
    }
    .notice ul a{
        padding: 12px 0;
        padding-left: 25px;
        background: url(../img/listIcon.png) no-repeat left top 18px;
    }
    .notice ul li:hover a{
        background: url(../img/listIcon2.png) no-repeat left top 18px;
    }
    .llxx li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .llxx li a{
        padding: 15px;
    }
    .llxx li .tit{
        height: auto;
        max-height: 0.6rem;
    }
    .llxx li .txt{
        height: auto;
        max-height: 48px;
    }
    .ztImg2 a, .ztImg2 a img{
        height: 40px;
    }
    .xywhSub1 .img, .xywhSub4 .img{
        padding: 1.5rem 0 0;
    }
    .xywhSub2 .img{
        padding: 1rem 0 0;
    }
    .xywh ul.clearfix li .tit{
        font-size: 18px;
        margin-top: 8px;
    }
    .xywh ul.clearfix li .icon img{
        display: block;
        width: auto;
        height: auto;
        max-width: 38px;
        max-height: 30px;
    }
    .yxbnImg ul:nth-of-type(1) li{
        width: calc(50% - 5px);
    }
    .yxbnImg ul li{
        margin-top: 10px;
    }
    .yxbnImg ul:nth-of-type(1) li:last-of-type{
        margin-left: 10px;
    }
    .yxbnImg ul:nth-of-type(2) li{
        margin-left: 10px;
        width: calc(50% - 5px);
    }
    .code li{
        margin-left: 10px;
    }
    .code li p.icon{
        width: 40px;
        height: 40px;
    }
    .code li p.icon img{
        max-width: 30px;
        max-height: 30px;
    }
    .mediaTit{
        padding: 10px;
    }
    .fwznList li{
        width: 100%;
        margin-right: 0;
        height: 80px;
    }
    .fwznList li a{
        padding: 0 15px;
    }
    .fwzn{
        margin-top: 30px;
    }
    .mediaImg li:nth-of-type(1) a .img{
        padding: 286px 0 0;
    }
    .mediaImg li:nth-of-type(2) a .img, .mediaImg li:nth-of-type(3) a .img{
        padding: 140px 0 0;
    }
    .mediaImg li:nth-of-type(4) a .img, .mediaImg li:nth-of-type(5) a .img, .mediaImg li:nth-of-type(6) a .img{
        padding: 140px 0 0;
    }
    .mediaImg li:nth-of-type(1){
        width: calc(50% - 3px);
    }
    .mediaImg li:nth-of-type(2),.mediaImg li:nth-of-type(3){
        width: calc(50% - 3px);
        margin-left: 6px;
    }
    .mediaImg li:nth-of-type(3){
        margin-top: 6px;
    }
    .mediaImg li:nth-of-type(4),.mediaImg li:nth-of-type(5),.mediaImg li:nth-of-type(6){
        width: calc(33.3333% - 4px);
        margin-left: 6px;
        margin-top: 6px;
    }
    .mediaImg li:nth-of-type(4){
       margin-left: 0; 
    }
    .mediaImg li a .tit p{
        white-space: normal;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 75px;
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
        padding-top: 25px;
    }
    .mediaImg li a .tit .dy{
        background: url(../img/dyIcon.png) no-repeat left top 2px;
    }
    .mediaImg li a .tit .wx{
        background: url(../img/wxIcon.png) no-repeat left top 4px;
    }
    .mediaImg li a .tit .wb{
        background: url(../img/wbIcon.png) no-repeat left top 3px;
    }
    .mediaImg li a .tit{
        padding: 5px;
    }
}