
@media screen and (min-width: 1200px){
    .layui-container {
        width: 1200px;
    }
}
.part02_c li img{width: 100%; height: auto;}
.part{ background-color: #f5f8fb;}
.mainbg{margin-top: -80px;}
.header{background: url(./2022nxslh_header_bg.png) no-repeat center bottom;height: 510px;}
.logo{text-align: center;}
.logo img{width: 40%;height: auto;text-align: center;margin-top:140px;}
.header_t{ text-align: center;color: #fff;font-size: 40px;font-weight: 600;line-height: 2;letter-spacing: 2px;}

.part01{background-color: #fff;padding: 15px 15px 0px 15px;}
.list li {position: relative; padding-left: 3.4%;background: url(./2022nxslh_dian.png) no-repeat left 5px center / 10px;line-height: 100px;border-bottom: 1px dashed #566c93;}
.list li a{ font-size: 30px;display: block;width: 76%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list li span{color: #666;font-size: 30px;position: absolute;right: 5px;top: 0px;}
.list p{line-height: 140px;color: #566c93;text-align: center;font-size: 30px;}
.list p a{color: #566c93;}

.layui-tab[overflow]>.layui-tab-title{overflow: scroll;}
.layui-tab-content{padding: unset;}
.layui-tab-title li{letter-spacing: 2px;line-height: 90px;font-size: 40px;font-weight: 600;padding: 0px 5.31%;color: #083c78;}
.layui-tab-title{height: 88px;border-bottom: 3px solid #083c78;}
.layui-tab-title .layui-this{color: #fff;background-color: #083c78;}
.layui-tab-title .layui-this:after{display: none;}
.title1{margin: 30px 0px;}
.title1>a{display: block;width: 30%;margin: 0px auto; background-color: #083c78;text-align: center;font-size: 40px;font-weight: 600;color: #fff;border-radius: 30px;line-height: 90px;}

.part03{background-color: #fff;padding: 15px;}
.part03_c li a{border: 3px solid #c5c9d2; text-align: center;line-height: 94px;font-size: 36px;display: block;color: #083c78;}

.part04_c li a{display: block;background-color: #fff;padding: 30px;text-align: center;font-size: 40px;}
.part04_c li a p{line-height: 110px;}

.part05_c li a{text-align: center; display: block;background-color: #3994be;padding: 30px;height: 108px;line-height: 108px;color: #fff;font-size: 40px;}
.part05_c li img{ padding-right: 4%;}


@media screen and (max-width: 1000px){
    .logo img{width: 50%;}
    .title1>a{width: 45%;}
}


@media screen and (max-width: 500px){
    .header{height: 300px;}
    .logo img{width: 95%;margin-top: 40px;}
    .header_t{ font-size: 30px;}
    .layui-tab-title li{font-size: 32px;}
    .list li a{font-size: 28px;}
    .list li{ padding-left: 7%;}
    .list li span{font-size: 24px;}
    .title1>a{width: 80%;font-size: 30px;}
    .part03_c li a{font-size: 28px;}
    .part04_c li a{font-size: 30px;}
}