.banner{position: relative;width: 100%;}
.banner ul li a{display: block;}
.banner ul li img{width: 100%;display: block;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 0.5rem;height: 0.6rem;position: absolute;top: 50%;transform: translateY(-50%);background-position: center center;background-repeat: no-repeat;background-size: auto 0.3rem;z-index:2;}
.banner .swiper-button-prev{background-image: url(../images/arrow_l.svg);left:0.2rem;}
.banner .swiper-button-next{background-image: url(../images/arrow_r.svg);right:0.2rem;}

.title{width: 100%;margin-bottom: 0.2rem;}
.title h3{font-size: 0.26rem;color: #333333;padding-left: 0.35rem;background-repeat: no-repeat;background-position: left 0.05rem;background-size: auto 0.26rem;}
.title a{font-size: 0.14rem;color: #003678;}

.part{width: 100%;padding: 0.4rem 0;}
.pt-left{width: calc(70% - 0.15rem);}
.pt-left .title h3{background-image: url(../images/title1.svg);}
.pt-right{width: calc(30% - 0.15rem);}
.pt-right .title h3{background-image: url(../images/title2.svg);}
.notice-list ul li{width: 100%;}
.notice-list ul li:nth-child(n+2){margin-top: 0.2rem;}
.notice-list ul li .time{margin-right:0.15rem;color: #ffffff;width: 0.68rem;height: 0.68rem;background: #19509d;flex-shrink: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.notice-list ul li .time h3{font-size: 0.24rem;font-weight: normal;line-height: 1;margin-bottom: 0.05rem;font-family: Arial, Helvetica, sans-serif;}
.notice-list ul li .time span{font-size: 0.14rem;}
.notice-list ul li a{font-size: 0.16rem;color: #333333;line-height: 0.3rem;max-height: 0.6rem;display: block\0;width: calc(100% - 0.83rem);}
.notice-list ul li:hover a{color: #003678;}

.news-scroll,.news-list{width: calc(50% - 0.15rem);}
.news-img{width: 100%;}
.news-img ul li a{display: block;width: 100%;height: 2.736rem;position: relative;overflow: hidden;}
.news-img ul li .image{transition: 0.2s all;}
.news-img ul li:hover .image{transform: scale(1.1,1.1);}
.news-txt{width: 100%;position: relative;background: #f3f3f3;padding: 0.15rem 0.2rem;}
.news-txt ul li{display: flex;flex-direction: column;justify-content: space-between;}
.news-txt ul li h3{font-weight: normal;font-size: 0.16rem;color: #333333;line-height: 0.28rem;width: 100%;margin-bottom: 0.15rem;transition: 0.2s all;height: 0.56rem;width: 100%;display: block\0;}
.news-txt ul li h3 a{color: #333333;transition: 0.2s all;}
.news-txt ul li .line{width: 100%;height: 1px;background: #dddddd;position: relative;margin-bottom: 0.15rem;}
.news-txt ul li .line::before{content: "";width: 0.3rem;height: 2px;display: block;background: #003678;position: absolute;left: 0;top:0;transition: 0.6s all;}
.news-txt ul li .txt2{display: flex;}
.news-txt ul li .txt2 span{font-size: 0.16rem;color: #003678;font-family: timefont;line-height: 0.3rem;padding-left: 0.3rem;background: url(../images/date.svg) no-repeat left center;background-size: auto 0.2rem;display: block;font-family: Arial, Helvetica, sans-serif;}
.news-txt ul li:hover h3,.news-txt ul li:hover h3 a{color: #003678;}
.news-txt ul li:hover .line::before{width: 100%;}
.news-txt .swiper-btn{position: absolute;width: 1.4rem;right: 0.3rem;bottom: 0.18rem;z-index: 2;}
.news-txt .swiper-btn div{font-size: 0.14rem;line-height: 0.3rem;color: #999999;cursor: pointer;position: relative;}
.news-txt .swiper-btn div:hover{color: #003678;}
.news-txt .swiper-btn .prev{padding-left: 0.3rem;}
.news-txt .swiper-btn .prev::before{content: "";width: 0.2rem;height: 0.2rem;display: block;background-image: url(../images/btn_gray.svg);background-repeat: no-repeat;background-position: center center;background-size: 0.16rem auto;position: absolute;left: 0;top: 0.07rem;transform: rotateY(180deg);}
.news-txt .swiper-btn .next{padding-right: 0.3rem;}
.news-txt .swiper-btn .next::after{content: "";width: 0.2rem;height: 0.2rem;display: block;background-image: url(../images/btn_gray.svg);background-repeat: no-repeat;background-position: center center;background-size: 0.16rem auto;position: absolute;right: 0;top: 0.07rem;}
.news-txt .swiper-btn .prev:hover::before,.news-txt .swiper-btn .next:hover::after{background-image: url(../images/btn_blue.svg);}
.news-list ul li{width: 100%;line-height: 0.25rem;padding-bottom: 0.159rem;border-bottom: 1px dashed #cccccc;}
.news-list ul li:nth-child(n+2){margin-top: 0.15rem;}
.news-list ul li:last-of-type{padding-bottom: 0;border-bottom: none;}
.news-list ul li a{width: calc(100% - 0.9rem);padding-left: 0.22rem;font-size: 0.16rem;color: #333333;position: relative;transition:0.2s all;}
.news-list ul li a::before{content: "";width: 0.12rem;height: 0.12rem;display: block;background: url(../images/ico.svg) no-repeat center center;background-size: 100% 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0.3;transition: 0.2s all;}
.news-list ul li span{font-size: 0.14rem;color: #999999;transition:0.2s all;}
.news-list ul li:hover a,.news-list ul li:hover span{color: #003678;}
.news-list ul li:hover a::before{opacity: 1;}

.partb{width: 100%;padding-bottom: 0.4rem;}
.pb-left .title h3{background-image: url(../images/title3.svg);}
.pb-center .title h3{background-image: url(../images/title4.svg);}
.pb-right .title h3{background-image: url(../images/title5.svg);}
.pb-left .jj_txt{width: 100%;text-align: justify;}
.pb-left .jj_txt img{height: 1.52rem;float: left;margin-right: 0.2rem;}
.pb-left .jj_txt p{font-size: 0.16rem;color: #333333;line-height: 0.32rem;text-indent: 2em;}
.pb-left{width: calc((70% - 0.15rem) / 2 - 0.15rem);}
.pb-center{width: calc((70% - 0.15rem) / 2 - 0.15rem);}
.pb-right{width: calc(30% - 0.15rem);}
.pb-list ul li{width: 100%;line-height: 0.25rem;padding-bottom: 0.19rem;border-bottom: 1px dashed #cccccc;}
.pb-list ul li:nth-child(n+2){margin-top: 0.18rem;}
.pb-list ul li:last-of-type{padding-bottom: 0;border-bottom: none;}
.pb-list ul li a{width: 100%;padding-left: 0.22rem;font-size: 0.16rem;color: #333333;position: relative;transition:0.2s all;}
.pb-list ul li a::before{content: "";width: 0.12rem;height: 0.12rem;display: block;background: url(../images/ico.svg) no-repeat center center;background-size: 100% 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0.3;transition: 0.2s all;}
.pb-list ul li:hover a{color: #003678;}
.pb-list ul li:hover a::before{opacity: 1;}
.pb-list1 ul li{width: 100%;line-height: 0.25rem;padding-bottom: 0.19rem;border-bottom: 1px dashed #cccccc;}
.pb-list1 ul li:nth-child(n+2){margin-top: 0.18rem;}
.pb-list1 ul li:last-of-type{padding-bottom: 0;border-bottom: none;}
.pb-list1 ul li a{width: calc(100% - 0.9rem);padding-left: 0.22rem;font-size: 0.16rem;color: #333333;position: relative;transition:0.2s all;}
.pb-list1 ul li a::before{content: "";width: 0.12rem;height: 0.12rem;display: block;background: url(../images/ico.svg) no-repeat center center;background-size: 100% 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0.3;transition: 0.2s all;}
.pb-list1 ul li span{font-size: 0.14rem;color: #999999;transition:0.2s all;}
.pb-list1 ul li:hover a,.pb-list1 ul li:hover span{color: #003678;}
.pb-list1 ul li:hover a::before{opacity: 1;}