html {
  scroll-behavior: smooth;
}

.banner {
  height: 9.79rem;
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination-bullet {
  width: 0.67rem;
  height: 0.07rem;
  border-radius: 0;
  margin-right: 0.05rem;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #004f8d;
}
.banner .swiper-pagination{
  bottom: 0.5rem;
}
.banner .swiper-button-next-white,
.banner .swiper-button-prev-white{
  background: url(/cms_files/filemanager/52/picture/20266/9463bb7d95164b9f84ab9cf31868f8ae.png) no-repeat;
    width: 0.45rem;
    height: 0.45rem;
	background-size: 100% 100%;
}
.banner .swiper-button-next-white{  
  transform: rotate(180deg);
  right: 1.3rem;
}
.banner .swiper-button-prev-white{
  left: 1.3rem;
}


.container {
  width: 71%;
  margin: 0 auto;
}
.ywly{
  width: 100%;
  margin: 0.9rem 0 0 0;
  position: relative;
}
.ywly .title{
  font-size: 0.45rem;
  font-weight: 700;
  color: #004f8d;
  text-align: center;
}
.ywly .ywly-zy{
    width: 73%;
    font-size: 0.22rem;
    color: #004f8d;
    line-height: 0.32rem;
    text-align: center;
    margin: 0.22rem auto 0.7rem auto;
}
.ywly-swiper .swiper-slide{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 1s;
}
.ywly-swiper .swiper-slide .ywly-img{
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
}
.ywly-swiper .swiper-slide .ywly-img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 1s;
  border-radius: 10px;
}
.ywly-swiper .swiper-slide:hover .ywly-img img{
  transform: scale(1.1);
}
.ywly-swiper .swiper-slide .ywly-con{
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg,rgba(67, 108, 162, 0.94) 73%, rgba(255, 255, 255, 0) 100%);
 padding: 0.6rem 0 0.35rem 0;
 width: 100%;
 border-radius: 0 0 0.1rem 0.1rem;
}
.ywly-swiper .swiper-slide .ywly-con .title{
font-size: 0.34rem;
color: #fff;
text-align: center;
margin-bottom: 0.3rem;
}
.ywly-swiper .swiper-slide .ywly-con .more{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .ywly-swiper .swiper-slide .ywly-con .more a:first-child{
  font-size: 0.18rem;
  color: #4177bf;
  background-color: #fff;
  border-radius: 0.08rem;
  line-height: 0.35rem;
  padding: 0 0.24rem;
} */
.ywly-swiper .swiper-slide .ywly-con .more a{
  font-size: 0.18rem;
  color: #fff;
  background-color: transparent;
  border-radius: 0.08rem;
  line-height: 0.35rem;
  padding: 0 0.24rem;
  border: 0.01rem solid #fff;
  margin: 0 0.15rem;
}
.ywly-swiper .swiper-slide .ywly-con .more a:hover{
  background-color: rgb(255,255,255);
  color: #2665a0;
  border-color: rgb(255,255,255);
}
.ywly .swiper-pagination {
  position: inherit;
  height: 0.06rem;
  font-size: 0;
  margin: 0.65rem 0 0.6rem 0;
}
.ywly .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.06rem;
    display: inline-block;
    border-radius: 0;
    background: #bfbfbf;
    opacity: 1;
    margin-right: 0.04rem;
}
.ywly .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2665a0;
}
.ywly .swiper-button-next,.ywly .swiper-button-prev{
  background: url(/cms_files/filemanager/52/picture/20264/e57c9c7cf98f489e93b1d7721c99a56a.png) no-repeat;
  width: 0.45rem;
  height: 0.45rem;
  top: 56%;
  background-size: 100% 100%;
}
.ywly .swiper-button-next{
  right: -1.48rem;
  transform: rotate(180deg);
}
.ywly .swiper-button-prev{
  left: -1.48rem;
}
.jjfa{
  width: 100%;
  background-color: #2665a0;
  padding: 0.98rem 0 1.45rem 0;
  position: relative;
}
.jjfa .jjfa-content{
  width: 15.75rem;
  margin: 0 auto;
}
.jjfa .jjfa-content .title{ 
  font-size: 0.45rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.22rem;
  font-weight: bold;
}
.jjfa .jjfa-content .jjfa-zy{ 
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: center;
  margin: 0 auto 1rem auto;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide{ 
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: all 1s;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-img{
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 1s;
  border-radius: 10px 10px 0 0;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide:hover .jjfa-img img{
  transform: scale(1.1);
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con{ 
  padding: 0.35rem 0.27rem;
  height: 3.4rem;
  position: relative;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con .title{ 
  font-size: 0.34rem;
  color: #004f8d;
  margin-bottom: 0.22rem;
  text-align: left;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con .zy{ 
  font-size: 0.2rem;
  color: #000;
  line-height: 0.34rem;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con .more{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con .more a{
  padding: 0 0.27rem;
  text-align: center;
  font-size: 0.18rem;
  color: #2665a0;
  border-radius: 0.08rem;
  border: 0.01rem solid #2665a0;
  line-height: 0.35rem;
  margin: 0 auto;
}
.jjfa .jjfa-content .jjfa-swiper .swiper-slide .jjfa-con .more a:hover{
  background-color: #2665a0;
  color: #fff;
}
.jjfa .jjfa-content .jjfa-button{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jjfa .swiper-button-prev,.jjfa .swiper-button-next{
  background: url(/cms_files/filemanager/52/picture/20266/9463bb7d95164b9f84ab9cf31868f8ae.png) no-repeat;
  width: 0.45rem;
  height: 0.45rem;
  top: 56%;
  background-size: 100% 100%;
}
.jjfa .swiper-button-next{
  transform: rotate(180deg);
}
.zywl{
  width: 100%;
  position: relative;
  padding-bottom: 4.77rem;
}
.zywl .zywlBG{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.35rem;
  z-index: -1;
  background-color: #ececec;
}
.zywl .zywl-title{
  padding: 1.2rem 0 0.42rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.zywl .zywl-title .title{ 
  font-size: 0.45rem;
  color: #004f8d;
  text-align: center;
  margin-bottom: 0.22rem;
  font-weight: bold;
}
.zywl .zywl-title .zy{ 
  font-size: 0.22rem;
  color: #004f8d;
  text-align: center;
  margin: 0.23rem auto 0 auto;
}
.zywl .zywl-con{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.zywl .zywl-con .zywl-center{
  width: 15.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-left: 0.01rem solid #7d7d7d;
}
.zywl .zywl-con .zywl-center .zywl-center-item{
  width:25%;
  border-right: 0.01rem solid #7d7d7d;
  padding: 0.5rem 0 0.75rem 0;
}
.zywl .zywl-con .zywl-center .zywl-center-item img{
  max-height: 0.76rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.zywl .zywl-con .zywl-center .zywl-center-item .title{
  font-size: 0.56rem;
  color: #d7000f;
  text-align: center;
  margin: 0.3rem auto 0.2rem auto;
  font-weight: bold;
}
.zywl .zywl-con .zywl-center .zywl-center-item .zy{
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  color: #2665a0;
}
.zxdt{
  padding: 1.2rem 0 0.8rem 0;
}
.zxdt .title{ 
  font-size: 0.45rem;
  color: #004f8d;
  text-align: center;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.zxdt .zxdt-con{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zxdt .zxdt-con .zxdt-item{ 
  width: calc((100% - 0.8rem) / 3);
  border-radius: 0.1rem;
  background-color: #ececec;
  transition: all 1s;
}
.zxdt .zxdt-con .zxdt-item .zxdt-item-img{
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0 0;
}
.zxdt .zxdt-con .zxdt-item .zxdt-item-img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  border-radius: 10px 10px 0 0;
}
.zxdt .zxdt-con .zxdt-item:hover .zxdt-item-img img{ 
  transform: scale(1.1);
} 
.zxdt .zxdt-con .zxdt-item .zxdt-item-con{ 
  padding: 0.4rem 0.25rem 0.7rem 0.25rem;
}
.zxdt .zxdt-con .zxdt-item .zxdt-item-title{ 
font-size: 0.24rem;
    color: #004f8d;
    line-height: 0.42rem;
    text-align: left;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxdt .zxdt-con .zxdt-item .zy{ 
font-size: 0.2rem;
    color: #2b2b2b;
    line-height: 0.4rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.35rem 0;
}
.zxdt .zxdt-con .zxdt-item .time{
  font-size: 0.18rem;
  color: #2b2b2b;
  text-align: left;
}
.zxdt .more-con{
  display: flex;
  justify-content: center;
  margin: 0.55rem auto 0 auto;
}
.zxdt .more{
  border: 0.01rem solid #d53838;
  color: #d53838;
  border-radius: 0.08rem;
  padding: 0 0.79rem;
  line-height: 0.59rem;
  font-size: 0.24rem;
}
.zxdt .more:hover{ 
  background-color: #d02222;
  color: #fff;
}
.zxdt .more:hover a{
  color: #fff;
}