@font-face {
  font-family: 'sySong';
  src: url('../fonts/sySong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.banner-box {
  /* position: relative; */
  /* padding-top: 0; */
  /* overflow: hidden; */
  /* top: 0; */
  /* margin-top: 43%; */
  /* margin-bottom: .3rem; */
}

.banner {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .14rem;
  height: .25rem;
  background: url(../images/bal.png) no-repeat center center;
  background-size: cover;
  left: 0.3rem;
  z-index: 9;
}

.banner .slick-next {
  width: .14rem;
  height: .25rem;
  background: url(../images/bar.png) no-repeat center center;
  background-size: cover;
  right: 0.3rem;
  z-index: 9;
}

.banner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: .2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
}

.banner .slick-dots li {
  margin: 0 .1rem;
  width: .1rem;
  height: .1rem;
  background: none;
  border-radius: 50%;
  opacity: 0.7;
  border: #fff 1px solid;
}

.banner .slick-dots li button {
  display: none
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: #fff
}


/*  */
.index {
  position: relative;
  height: auto;
  overflow: hidden;
}

.index .section1 {
  padding-top: .6rem;
  padding-bottom: .6rem;
  background: url(../images/s1bg.png) right center no-repeat #fff;
  background-size: auto 100%;
}

.index .section1 .px1400 {
  display: flex;
  justify-content: space-between;
}

.section1_l {
  flex: 1;
  min-width: 0;
  margin-right: .65rem;
}

.section1_l .srtit {
  padding-bottom: .1rem;
}

.section1_l .srtit h4 {
  display: inline;
  margin-right: 0;
  color: #999999;
  font-size: .3rem;
  transition: all .5s;
}

.section1_l .srtit h4 span {
  display: inline;
  margin-right: .4rem;
  color: #999999
}

.section1_l .srtit h4.active {
  color: #135FD3;
  font-size: .4rem;
  transition: all .5s;
}

.section1_l .srtit h4.active span {
  color: #333333;
}

.section1_l .srtit a.hide {
  display: none
}

.section1_l .srtit .srtit a {}

.section1_l .srtit i {
  display: block;
  line-height: .24rem;
}

.index .section1 .section1_r {
  height: auto;
  /* overflow: hidden; */
  /* flex: 1; */
  /* margin-left: 1.04rem; */
  min-width: 0;
  width: 5.4rem;
}

.index .section1 .s1tit {
  text-align: center;
  font-size: .32rem;
  /* font-weight: bold; */

  line-height: .32rem;
  color: #333333;
}

.srtit {
  position: relative;
  padding-bottom: .1rem;
}

.srtit h4 {
  text-align: left;
  font-size: .4rem;
  line-height: .5rem;
  color: #135FD3;
  font-weight: bold;
  background-size: auto 100%;
  font-weight: bold;
  position: relative;
  font-family: sysong;
}

.srtit h4 span {
  color: #333333;
  font-size: .3rem;
}

.srtit i {
  font-style: normal;
  font-family: bellmt;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.12rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #CBAA5F;
  position: relative;
}

.srtit a {
  text-transform: uppercase;
  font-size: .16rem;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/more_ico.png) left center no-repeat;
  padding-left: .33rem;
  line-height: 0.54rem;
  height: .4rem;
  letter-spacing: normal;
  color: #999999;
  transition: all 0.6s;
}

.srtit a:hover {
  right: 0.1rem;
  color: #333;
}

/*  */
.news_hd {}

.news_hd ul.active {
  display: block;
  display: flex;
  justify-content: space-between;
}

.news_hd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none
}

.news_hd li {
  position: relative;
  width: 48%;
  margin-bottom: .3rem;
}

.news_hd li .pic {
  padding-top: 64%;
}

.news_hd li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.news_hd li img {
  display: block;
  z-index: 0;
  position: relative;
}


.news_hd li span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  line-height: .28rem;
  color: #fff;
  z-index: 999;
  font-size: .18rem;
  padding: 0 .2rem;
  margin: .1rem auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  line-height: .28rem;
  max-height: .6rem;
  box-sizing: border-box;
}

.news_hd li p i {
  display: block;
  width: 17%;
  height: 0.01rem;
  background: #fff;
  opacity: .2;
  margin: 0 .05rem;
}

.news_hd li a:after {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 100%;
  height: 1rem;
  z-index: 9;
  background: #010101;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 97%);
  left: 0;
  bottom: 0;
}



/* 通知 */
.tz_dslist * {
  transition: all 0.3s;
}

.tz_dslist ul li a {
  display: block;
  position: relative;
}



.tz_dslist ul li a .dslist_rdate {
  float: left;
  width: .65rem;
  height: .65rem;
}

.tz_dslist ul li a .dslist_rdate>p {
  font-size: .36rem;
  /* font-weight: bold; */
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  line-height: .39rem;
  font-family: georgia;
}

.tz_dslist ul li a .dslist_rdate>span {
  display: block;
  line-height: .24rem;
  text-align: center;
  font-size: .16rem;
  color: #999999;
  font-family: georgia;
}

.tz_dslist ul li.on a .dslist_rdate {
  display: block;
}

.tz_dslist ul li a .dslist_rt {
  overflow: hidden;
  padding: .17rem 0;
  transition: all 0.5s;
  display: flex;
}

.tz_dslist ul li .dslist_txt {
  height: auto;
  overflow: hidden;
  width: calc(100% - .85rem);
  margin-left: .2rem;
  border-left: rgba(28, 59, 156, 0.1) 1px solid;
  padding-left: .24rem;
}

.tz_dslist ul li.on a .dslist_rt {
  padding: .25rem 0;
}

.tz_dslist ul li a .dslist_rt .dslist_txt p {
  float: left;
  display: none;
  height: 0;
  margin-left: 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  color: #999999;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
  text-overflow: ellipsis;
  transition: all 0.5s;
  text-overflow: ellipsis;
  height: 0;
}

.tz_dslist li.on a .dslist_rt .dslist_txt p {
  display: block;
  display: -webkit-box;
  width: 100%;
  margin-top: .1rem;
  line-height: .24rem;
  height: .48rem;
  max-height: .52rem;
  transition: all 0.5s;
  display: -webkit-box;
  /* 显示的行数 */
}

.tz_dslist li a .dslist_rt h3 {
  width: 100%;
  float: left;
  font-size: .18rem;
  color: #333333;
  line-height: .25rem;
  position: relative;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.tz_dslist li a .dslist_rt h3 i {
  font-style: normal;
}

.tz_dslist li.on a .dslist_rt h3 {
  width: 100%;
  /* margin-left: .2rem; */
  padding-left: 0;
  font-size: .2rem;
  font-weight: bold;
  color: #135FD3;
  margin-top: 0;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  line-height: .28rem;
}

.tz_dslist li.on .dslist_txt {
  border-left: rgba(28, 59, 156, .2) 1px solid;
}

.tz_dslist li.on a .dslist_rdate>p {
  color: #135FD3;
}

.tz_dslist li.on a .dslist_rdate>span {
  color: #135FD3;
}



.tz_dslist .dslist_rt h3::after {
  background: #135FD3;
  border: none !important;
  width: .06rem !important;
  height: .06rem !important;
}

.tz_dslist ul li.on a .dslist_rt h3::after {
  display: none;
}

.tz_dslistt ul li a .dslist_rt>span {
  display: block;
  float: right;
  font-size: .14rem;
  color: #999999;
  line-height: .25rem;
  transition: all 0.5s;
}

.tz_dslist ul li.on a .dslist_rt>span {
  display: none;
}



.section2 {
  margin: 0 auto 0 auto;
  position: relative;
  background: #F3FAFF;
  padding: .7rem 0 .7rem 0;
}

.section2 .px1400 {
  display: flex;
  justify-content: space-between;
}


.section2_left {
  width: 47.5%;
  position: relative;
  height: auto;
  overflow: hidden;
}




.section2_right {
  width: 47.5%;
  position: relative;
  height: auto;
  overflow: hidden;
}


/*  */
.i_dslist {}

.i_dslist ul li a {
  display: block;
  position: relative;
}

.i_dslist ul li.on a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .01rem;
  background: #ededed;
}

.i_dslist ul li:first-child a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: .01rem;
  /* background: #E5E5E5; */
}

.i_dslist ul li a .dslist_rdate {
  float: left;
  width: .65rem;
  height: .65rem;
  display: none;
}

.i_dslist ul li a .dslist_rdate>p {
  font-size: .3rem;
  /* font-weight: bold; */
  text-align: center;
  letter-spacing: 0em;
  color: #135FD3;
  line-height: .39rem;
  font-family: georgia;
}

.i_dslist ul li a .dslist_rdate>span {
  display: block;
  line-height: .24rem;
  text-align: center;
  font-size: .16rem;
  color: #135FD3;
  font-family: georgia;
}

.i_dslist ul li.on a .dslist_rdate {
  display: block;
}

.i_dslist ul li a .dslist_rt {
  overflow: hidden;
  padding: .18rem 0;
  transition: all 0.5s;
}

.i_dslist ul li.on a .dslist_rt {
  padding: .2rem 0;
}

.i_dslist ul li a .dslist_rt>p {
  float: left;
  display: none;
  font-size: .16rem;
  height: 0;
  margin-left: 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  color: #999999;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
  text-overflow: ellipsis;
}

.i_dslist li.on a .dslist_rt>p {
  display: block;
  width: calc(100% - .85rem);
  margin-top: .1rem;
  line-height: .24rem;
  height: .48rem;
  max-height: .48rem;
  margin-left: .2rem;
}

.i_dslist li a .dslist_rt h3 {
  width: calc(100% - 1rem);
  float: left;
  font-size: .18rem;
  color: #333333;
  line-height: .25rem;
  position: relative;
  padding-left: .2rem;
  font-weight: normal;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* overflow: hidden; */
  /* height: 0.48rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_dslist li a .dslist_rt h3 i {
  font-style: normal;
}

.i_dslist li.on a .dslist_rt h3 {
  width: calc(100% - .85rem);
  margin-left: .2rem;
  padding-left: 0;
  font-size: .2rem;
  font-weight: bold;
  color: #135FD3;
  margin-top: 0;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  line-height: .3rem;
}

.i_dslist li.on a .dslist_rt h3 i {
  font-weight: bold;
}

.i_dslist li.on .aliney {
  background-size: 100% 0.01rem;
  color: #A82125;
}


.i_dslist li a .dslist_rt h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .08rem;
  height: .08rem;
  box-sizing: border-box;
  border: 0.01rem solid #135FD3;
  border-radius: 50%;
}

.section2_right .dslist_rt h3::after {
  background: #135FD3;
  border: none !important;
  width: .06rem !important;
  height: .06rem !important;
}

.i_dslist ul li.on a .dslist_rt h3::after {
  display: none;
}

.i_dslist ul li a .dslist_rt>span {
  display: block;
  float: right;
  font-size: .14rem;
  color: #999999;
  line-height: .25rem;
  transition: all 0.5s;
}

.i_dslist ul li.on a .dslist_rt>span {
  display: none;
}

@media screen and (max-width: 1440px) {
  .index .section1 .section1_r {
    width: 47.5%;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    /* width: .1rem; */
    /* height: .1rem; */
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }



  .index .section1 {
    display: block;
    padding-top: .5rem;
    padding-bottom: 0;
    background: url(../images/s1bg.png) right bottom no-repeat #fff;
    background-size: 80%;
  }

  .index .section1>div {
    width: 100% !important;
    margin-bottom: 0;
    display: block !important;
  }

  .section1_l {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }

  .index .section1 .section1_r {
    margin-bottom: 0rem;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .tz_dslist ul li a .dslist_rdate>p {
    font-size: .3rem;
  }

  .tz_dslist ul li.on a .dslist_rt {
    padding: .1rem 0;
  }

  .section2 .px1400 {
    display: block;
    border: none;
    box-shadow: none;
  }

  .section2_left {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2_left>div {
    width: 100%;
  }

  .section2_right {
    width: 100%;
    margin: 0 auto;
    width: 100%
  }





  .srtit {
    position: relative;
    margin-bottom: .1rem;
    padding-bottom: 0;
  }






  .srtit h4 {
    font-size: 0.26rem !important;
  }

  .srtit h4 span {
    font-size: .24rem !important;
  }


  .section2 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }



  .index .section1 .s1tit {
    font-size: .3rem;
  }



}

@media screen and (max-width: 768px) {


  .srtit a {
    top: 55%;
  }

  .index .section1 .s1tit {
    font-size: .28rem;
  }

  .section2 {}

  .section3 {
    margin: 0 auto 0.6rem auto;
  }

  .index .section1 {
    padding-bottom: 0;
    padding-top: 0.2rem;
  }

}

@media screen and (max-width: 520px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }

  .index .section1 .s1tit {
    font-size: .26rem;
  }

  .tit h4 {
    font-size: .26rem;
  }

  .tit a {
    font-size: .15rem;
  }

}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }

  .section2 {
    padding-top: .25rem;
  }


}