.banner-box {
  margin-top: 1.1rem;
}

.banner {}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  transform: translateX(-50%);
  bottom: 0.2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .3rem;
  left: 50%;
}

.banner .slick-dots li {
  width: .1rem;
  height: .1rem;
  margin: 0.1rem;
  /* background: #f2f2f2; */
  /* border-radius: 50%; */
  /* display: flex; */
  /* align-items: center; */
  opacity: 0.6;
  background: #FCFCFC;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: .1rem;
  height: .1rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  width: 0.3rem;
  border-radius: .2rem;
  background: linear-gradient(90deg, #60DBF8 0%, #54A1ED 100%);
}

/*  */
/*  */
.i_fastlink {
  margin: .2rem auto .2rem auto;
  border-radius: 0.95rem;
  background: #2384FF;
  background: linear-gradient(0deg, #2384FF 0%, #52A9FF 100%);
}

.i_fastlink ul {
  display: flex;
  justify-content: center;
}

.i_fastlink li {
  transition: all 0.3s;
  text-align: center;
  width: 30%;
  border-radius: .1rem;
  padding: 0.3rem 0;
}

.i_fastlink li:hover {
  top: -0.1rem;
  transform: translateY(-0.05rem);
}

.i_fastlink li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i_fastlink_img {
  border-radius: 50%;
  position: relative;
  padding: 0.08rem;
  box-sizing: border-box;
  border: 0.01rem dashed #FFC95E;
  width: .9rem;
  height: .9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}

.i_fastlink_img:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  padding: .05rem;
  background: #cc0000;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.i_fastlink li a img {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: .32rem;
  max-height: .32rem;
  position: relative;
  z-index: 9;
}

.i_fastlink_txt {}

.i_fastlink li a span {
  text-align: left;
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.i_fastlink li a i {
  display: block;
  font-style: normal;
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.i_fastlink li:nth-child(1) .i_fastlink_img:after {
  background: url(../images/fastlink_001bg.png) center #FFC95E;
  background-size: cover
}

.i_fastlink li:nth-child(2) .i_fastlink_img:after {
  background: url(../images/fastlink_002bg.png) center #2EE8E8;
  background-size: cover
}

.i_fastlink li:nth-child(3) .i_fastlink_img:after {
  background: url(../images/fastlink_003bg.png) center #FC5474;
  background-size: cover;
}

.i_fastlink li:nth-child(1) .i_fastlink_img {
  border: 0.01rem dashed #FFC95E;
}

.i_fastlink li:nth-child(2) .i_fastlink_img {
  border: 0.01rem dashed #2EE8E8;
}

.i_fastlink li:nth-child(3) .i_fastlink_img {
  border: 0.01rem dashed #FC5474;
}

/*  */
.end_fastlink {
  margin: .6rem auto .6rem auto;
  border-radius: 0.95rem;
  background: url(../images/end_fbg.png) center no-repeat;
  background-size: 100% 100%;
}

.end_fastlink ul {
  display: flex;
  justify-content: center;
}

.end_fastlink li {
  transition: all 0.3s;
  text-align: center;
  width: 30%;
  border-radius: .1rem;
  padding: 0.5rem 0;
  position: relative;
  height: 100%;
  /* overflow: hidden; */
  transition: all 0.3s;
}

.end_fastlink li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F5B876;
  background: linear-gradient(180deg, #F5B876 0%, #ED9B46 100%);
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.end_fastlink li:hover::after {
  opacity: 1;
  transition: all 0.3s;
  height: 115%;
}


.end_fastlink li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.end_fastlink_img {
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  width: .52rem;
  height: .52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}



.end_fastlink li a img {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: .52rem;
  max-height: .52rem;
  position: relative;
  z-index: 9;
}

.end_fastlink_txt {}

.end_fastlink li a span {
  text-align: left;
  display: block;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.end_fastlink li a i {
  display: block;
  font-style: normal;
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.end_fastlink li:hover {
  font-weight: bold;
}




/*  */
.srtit {
  position: relative;
  padding-bottom: .3rem;
}

.srtit>div {
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.srtit>div img {
  max-width: .5rem;
  max-height: .5rem;
}

.srtit h4 {
  font-family: sysong;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  display: block;
  text-align: left;
  line-height: .4rem;
  margin-left: .15rem;
}

.srtit i {
  font-style: normal;
  color: rgba(61, 61, 61, 0.1);
  font-family: Source Han Sans CN;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
  background: url(../images/entit01.png) left center no-repeat;
  padding-left: .25rem;
  display: block;
  text-align: left;
  line-height: .3rem;
}



.srtit h4 span {
  color: #373737;
}

.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: .7rem;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #3361C5;
  transition: all 0.6s;
  background-size: auto 100%;
}

.srtit a:hover {
  right: 0.1rem;
}



/*  */
.section1 {
  padding: .2rem 0 .5rem 0;
  background: url(../images/s1bg.png) center bottom no-repeat;
  background-size: 100% 100%;
}

.section1 .px1400:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.s1_left {
  width: 50%;
  margin-right: .57rem;
}

.s1_right {
  flex: 1;
  min-width: 0;
}

/*  */
.news_list {
  margin-top: .2rem;
}

.news_list .ins1431-time {
  width: 1rem;
  text-align: center;
  background-size: 100% 100%;
  padding: .05rem 0;
  padding-right: .1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.news_list .ins1431-time b {
  display: block;
  font-size: .28rem;
  color: #2F6FDE;
  width: 100%;
}

.news_list .ins1431-time span {
  font-size: .14rem;
  line-height: .2rem;
  color: #2F6FDE;
  display: block;
  width: 100%;
}

.news_list .ins1431-txt {
  width: calc(100% - 1.1rem);
  /* padding-top: .15rem; */
  display: flex;
  align-items: center;
}

.news_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list ul li {
  width: 48%;
  border: 1px dashed #E4E4E4;
  transition: all 0.3s;
  border-radius: .1rem;
  padding: .07rem 0;
}

.news_list ul li:hover {
  border: 1px dashed #b3b3b3;
}

.news_list ul li:hover .ins1431-txt p {

  font-weight: 800;
  color: #2f6fde;
}

.news_list .ins1431-txt p {
  font-size: .18rem;
  line-height: .3rem;
  /* height: .6rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3D3D3D;
  font-weight: 400
}

.news_list ul li a:hover .ins1431-time {}


/*  */
.notice_list {}

.notice_list .ins1431-time {
  width: 1rem;
  text-align: center;
  background: url(../images/ins1431-date1.png) no-repeat;
  background-size: 100% 100%;
  padding: .06rem 0;
  padding-right: .1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: all .5s;
}

.notice_list .ins1431-time b {
  display: block;
  font-size: .28rem;
  color: #2F6FDE;
  width: 100%;
}

.notice_list .ins1431-time span {
  font-size: .14rem;
  line-height: .2rem;
  color: #2F6FDE;
  display: block;
  width: 100%;
}

.notice_list .ins1431-txt {
  width: calc(100% - 1.1rem);
  /* padding-top: .15rem; */
  display: flex;
  align-items: center;
}

.notice_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .5s;
}

.notice_list ul li {
  margin-bottom: .08rem;
  width: 100%;
  border-bottom: .01rem #ededed solid;
  padding-bottom: .08rem;
  transition: all 0.5s;
}

.notice_list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.notice_list .ins1431-txt p {
  font-size: .18rem;
  line-height: .3rem;
  /* height: .6rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3D3D3D;
  transition: all .5s;
  font-weight: 400;
}

.notice_list ul li a:hover .ins1431-time {
  background: url(../images/ins1431-date2.png) no-repeat;
  background-size: 100% 100%;
  transition: all .6s;
}

.notice_list ul li a:hover .ins1431-txt p {
  color: #2f6fde;
  font-weight: 800
}

.notice_list ul li a:hover span,
.notice_list ul li a:hover b {
  color: #ffffff;
}

/*  */
.section2 {
  padding: .6rem 0 1.6rem 0;
  background: url(../images/s2bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.7rem;
  background: url(../images/s2bg2.png) top center no-repeat;
  top: 0;
  z-index: -1;
}

.section2 .px1400 {
  display: flex;
  justify-content: space-between;
}

.section2 .srtit {
  margin-bottom: 0.6rem
}

.section2 .srtit h4 {
  color: #fff;
}

.section2 .srtit span {
  font-size: .2rem;
  font-family: sysong;
  color: #fff;
}

.section2 .srtit a {
  color: #fff;
  background: url(../images/more_ico2.png) left center no-repeat;
  background-size: auto 100% !important;
}

.section2 .s2_left {
  width: 49%;
}

.section2 .s2_right {
  width: 49%;
}

.section2 .s2_left .date_list2 {
  border-radius: 0.16rem;
  background: #FFEFED;
  box-sizing: border-box;
  border: 0.01rem solid #E4E4E4;
}

.section2 .s2_right .date_list {
  border-radius: 0.16rem;
  background: #F5B877;
  background: linear-gradient(180deg, #F5B877 0%, #EAA35B 68%);
}

.date_list {
  width: 100%;
  padding: .15rem .3rem;
  height: auto;
  overflow: hidden;
}

.date_list .infolist14-04-l {
  width: 50%;
  background: #fff;
  padding: .6rem .15rem .45rem .6rem;
  border-radius: 0rem 0rem 0rem .4rem;
  overflow: hidden;
  box-shadow: 0rem .05rem .33rem 0rem rgba(143, 0, 11, 0.2);
}

.date_list .infolist14-04-r {
  width: 50%;
  background: #fff;
  padding: .6rem .6rem .45rem .25rem;
  border-radius: 0rem 0rem .4rem 0rem;
  overflow: hidden;
  box-shadow: 0rem .05rem .33rem 0rem rgba(143, 0, 11, 0.2);
}

.date_list li {}

.date_list li a {
  display: flex;
  align-items: center;
  height: .64rem;
  border-bottom: 0.01rem dashed rgba(255, 255, 255, .5);
  padding: 0 0;
  position: relative;
}

.date_list li:last-child a {
  border: none
}

.date_list li a:hover * {
  color: #fff;
  transition: all 0.3s;
}

.date_list li a:hover h3 {
  font-weight: bold
}

.date_list li a:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: -.01rem;
  height: .01rem;
  transition: 0.5s;
  width: 0;
  opacity: 0;
  background: #fff;
  display: none
}

.date_list li a:hover::after {
  opacity: 1;
  width: 100%;
}

.date_list li span {
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #999999;
  background: url(../images/date_ico1.png) left center no-repeat;
  padding-left: .2rem;
}

.date_list li h3 {
  font-size: .18rem;
  color: #fff;
  width: 100%;
  padding: 0 0 0 .2rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  background: url(../images/ico_list1.png) left center no-repeat;
}

/*  */
.date_list2 {
  width: 100%;
  padding: .15rem .3rem;
  height: auto;
  overflow: hidden;
}

.date_list2 .infolist14-04-l {
  width: 50%;
  background: #fff;
  padding: .6rem .15rem .45rem .6rem;
  border-radius: 0rem 0rem 0rem .4rem;
  overflow: hidden;
  box-shadow: 0rem .05rem .33rem 0rem rgba(143, 0, 11, 0.2);
}

.date_list2 .infolist14-04-r {
  width: 50%;
  background: #fff;
  padding: .6rem .6rem .45rem .25rem;
  border-radius: 0rem 0rem .4rem 0rem;
  overflow: hidden;
  box-shadow: 0rem .05rem .33rem 0rem rgba(143, 0, 11, 0.2);
}

.date_list2 li {}

.date_list2 li a {
  display: flex;
  align-items: center;
  height: .72rem;
  border-bottom: 0.01rem #E4E4E4 solid;
  padding: 0 0;
  position: relative;
}

.date_list2 li:last-child a {
  border: none
}

.date_list2 li a:hover * {
  transition: all 0.3s;
}

.date_list2 li a:hover h3 {
  color: #2f6fde;
}

.date_list2 li a:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 0.01rem;
  transition: 0.5s;
  width: 0;
  opacity: 0;
  background: #479eff;
}

.date_list2 li a:hover::after {
  opacity: 1;
  width: 100%
}

.date_list2 li span {
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #999999;
  background: url(../images/date_ico1.png) left center no-repeat;
  padding-left: .2rem;
}

.date_list2 li h3 {
  font-size: .18rem;
  color: #262626;
  width: calc(100% - 1rem);
  padding: 0 0 0 .2rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  background: url(../images/ico_list.png) left center no-repeat;
}

/*  */
/*  */
.i_dslist {
  border-radius: 0.16rem;
  background: #FFEFED;
  box-sizing: border-box;
  border: 0.01rem solid #E4E4E4;
  padding: .15rem .3rem;
  overflow: hidden;
}

.i_dslist ul li a {
  display: block;
  position: relative;
  padding: .065rem 0;
}

.i_dslist ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .01rem;
  background: #E4E4E4;
}

.i_dslist ul li:last-child a::after {
  background: none !important
}

.i_dslist ul li.on a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .01rem;
  background: #E4E4E4;
}

.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: .75rem;
  height: .65rem;
  display: none;
  padding-right: .1rem;
}

.i_dslist ul li a .dslist_rdate>p {
  font-size: .3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0em;
  color: #2F6FDE;
  line-height: .39rem;
}

.i_dslist ul li a .dslist_rdate>span {
  display: block;
  line-height: .24rem;
  text-align: center;
  font-size: .14rem;
  color: #135FD3;
}

.i_dslist ul li.on a .dslist_rdate {
  display: block;
  position: relative;
}

.i_dslist ul li.on a .dslist_rdate:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 65%;
  background: #ccc;
}

.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: .092rem 0;
  display: flex;
}

.i_dslist ul li a .dslist_rtxt 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_rtxt p {
  display: block;
  width: 100%;
  margin-top: 0;
  line-height: .24rem;
  height: .24rem;
  max-height: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_dslist li a .dslist_rtxt h3 {
  width: calc(100% - 1rem);
  float: left;
  font-size: .18rem;
  color: #262626;
  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_rtxt h3 i {
  font-style: normal;
}

.i_dslist li.on a .dslist_rtxt {
  flex: 1;
  margin-left: .2rem;
  position: relative;
  min-width: 0;
}

.i_dslist li.on a .dslist_rtxt h3 {
  width: 100%;
  padding-left: 0;
  font-size: .2rem;
  font-weight: bold;
  color: #2F6FDE;
  margin-top: 0;
  height: 0.37rem;
  overflow: hidden;
  white-space: normal;
  line-height: .37rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_dslist li.on a .dslist_rtxt h3 i {
  font-weight: bold;
}

.i_dslist li.on .aliney {
  background-size: 100% 0.01rem;
  color: #A82125;
}


.i_dslist li a .dslist_rtxt h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .06rem;
  height: .06rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: #2F6FDE;
}

.section2_right .dslist_rtxt h3::after {
  background: #135FD3;
  border: none !important;
  width: .06rem !important;
  height: .06rem !important;
}

.i_dslist ul li.on a .dslist_rtxt h3::after {
  display: none;
}

.i_dslist ul li a .dslist_rtxt>span {
  display: block;
  float: right;
  font-size: .14rem;
  color: #999999;
  line-height: .25rem;
  transition: all 0.5s;
  background: url(../images/date_ico1.png) left center no-repeat;
  padding-left: .15rem;
  background-size: auto 50%;
}

.i_dslist ul li.on a .dslist_rtxt>span {
  display: none;
}


/* .section3 */
.section3 {
  margin: 0 auto 0 auto;
  background: url(../images/s3bg.png) center bottom no-repeat #fff;
  background-size: 100% auto;
  padding: 0 0 0 0;
}

.section3 .srtit>div {
  text-align: center;
  display: flex;
  justify-content: center;
}

.section3 .srtit {
  text-align: center;
  margin-bottom: .1rem;
}











@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .px1400 {
    padding-left: .1rem;
    padding-right: .1rem;
    display: block !important;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .srtit {
    position: relative;
    margin-bottom: .3rem;
    padding-bottom: 0;
    text-align: left !important;
  }

  .srtit a {
    top: 50%;
    background-size: auto 50%;
    padding-left: .4rem;
  }

  .section2 .s2_left {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2 .s2_right {
    width: 100%;
  }

  .section2:after {
    display: none
  }

  .section2 {
    background: #c6e0ff
  }

  .section2 .srtit h4 {
    color: #222;
  }

  .section2 .srtit span {
    color: #222;
    font-size: .16rem;
  }

  .section2 .srtit a {
    color: #222;
    background: url(../images/more_ico.png) left center no-repeat;
    background-size: auto 50% !important;








    .srtit a {
      top: 50%;
      background-size: auto 50%;
      padding-left: .4rem;
    }

    ;
  }

  .section2 .s2_right .date_list {
    /* background: #fff; */
  }

  .i_dslist {
    background: #fff;
  }

  .section2 .srtit {
    margin-bottom: 0.2rem;
  }

  .date_list ul li {
    width: 100%;
  }

  .srtit h4 {
    font-size: .28rem;
  }

  .srtit>div img {
    max-width: .4rem;
    max-height: .4rem;
  }

  .srtit h4 i {
    font-size: 0.3rem;
    top: -.20rem;
  }

  .section1 {
    padding: .3rem 0;
  }

  .section1 .px1400:nth-child(1) {
    display: block;
  }

  .btn_more {
    margin: 0;
    height: 0.8rem;
  }

  .section1 .btn_more a {
    left: 35%;
  }

  .i_fastlink {
    margin: .3rem auto .2rem auto;
    border-radius: 0.2rem;
  }

  .i_fastlink li a {
    display: block;
    text-align: center;
  }

  .i_fastlink_txt a * {
    text-align: center !important;
  }

  .i_fastlink_img {
    border: none !important;
    margin-right: 0;
    margin: 0 auto;
  }

  .s1_left {
    width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
    margin-bottom: .3rem;
  }

  .news_list ul li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .dtxwbox {
    display: block;
    padding: 0rem 0;
  }

  .dtxwbox .slick-dots {
    display: none
  }


  .dtxwbox .dtxwbox_l {
    width: 100%
  }


  .dtxwbox .dtxwbox_r {
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .section4 {
    display: block;
    padding: 0.5rem 0;
    margin: 0.3rem auto 0.3rem auto;
    background: none;
  }

  .section4 .s4_left {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section4 .s4_right {
    width: 100%;
  }

  .date_list {
    width: 100%;
  }

  .section5 .srtit {
    margin-bottom: .1rem;
  }
}

@media screen and (max-width: 900px) {
  .srtit h4 {
    font-size: .23rem;
  }

  .end_fastlink li {
    padding: 0.2rem 0;
  }

  .end_fastlink li a {
    display: block;
  }

  .end_fastlink li a span {
    text-align: center;
    line-height: .4rem;
    font-size: 0.18rem;
  }

  .end_fastlink_img {
    margin: 0 auto;
  }

  .i_fastlink li a i {
    display: none
  }

  .section2 {
    padding: 0.3rem 0 0.3rem 0;
  }

  .section2 .srtit {
    padding-bottom: 0rem;
    text-align: left;
  }

  .section2 .srtit h4 {
    text-align: left;
  }

  .i_fastlink li {
    padding: 0.2rem 0;
  }

  .i_fastlink li a span {
    font-size: 0.18rem;
    text-align: center;
  }

  .i_fastlink li a img {
    max-width: .4rem;
    margin-bottom: 0.1rem;
  }

  .dtxwbox .dtxwbox_r {
    padding: 0.1rem 0.1rem;
  }


  .dtxwbox .dtxwbox_l .jctxt {
    padding: 0.1rem 0.1rem;
  }

  .zhxwbox {
    width: 100%;
  }

  .section1_right {
    width: 100%;
    margin: .3rem auto .2rem auto;
  }


  .index .section1 .s1tit {
    font-size: .28rem;
  }

  .dtxwbox .jctxt span {
    font-size: 0.2rem;
    line-height: 0.6rem;
    margin-top: .2rem;
  }

}

@media screen and (max-width: 520px) {

  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    left: .28rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }

  .news_list ul li {}
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }

  .tit h4 {
    font-size: .22rem;
  }

  .index .section1 .s1tit {
    font-size: .22rem;
  }

  .section2 {
    padding-top: .25rem;
  }


}


.wl {
  position: relative;
  z-index: 1;
}

.wl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}

.overflow_l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.overflow_l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.imged img {
  display: none;
}

a:hover .imged {
  transform: scale(1.1);
}

.scale {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* 莽禄鈥灻ぢ宦睹β犅访ヂ悸� */



.xyfmbox {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.xyfmbox_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .8rem;
  height: .8rem;
  background: url(../images/ico_play.png) center no-repeat;
  transform: scale(0.9);
  z-index: 99;
  opacity: 0.8;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.xyfmbox_play img {
  display: block;
  scale: none !important;
}

.xyfmbox a {
  position: relative;
  display: block;
}

.xyfmbox a:hover .xyfmbox_play {
  opacity: 1
}

.h6-l {
  width: 7.44rem;
}

.h6-r {
  padding-left: .22rem;
  flex: 1;
  min-width: 0;
}

.xyfmbox .imged::after {
  width: 100%;
  height: 1.2rem;
  background: url(../images/xyfctitbg.png) no-repeat;
  background-size: 100% 100% !important;
}

.xyfmbox .con {
  width: 100%;
  padding: 0 0.25rem 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  align-items: center;
  display: flex;
}

.xyfmbox .con .img {
  width: .34rem;
}

.xyfmbox h3 {
  font-size: .22rem;
  color: #fff;
  width: calc(100% - .34rem);
  padding-left: .12rem;
  font-weight: normal;
}

.h6-l .imged {
  padding-bottom: 5rem;
}

.h6-r ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap
}

.h6-r li {
  width: 48.5%;
  margin-bottom: .25rem;
}

.h6-r li .imged {
  padding-bottom: 2.38rem;
}




@media screen and (max-width: 1024px) {
  .section3 {
    background: none;
    margin-top: .3rem;
  }

  .xyfmbox {
    width: 100%;
    padding-right: 0rem;
    margin-top: .2rem;
    display: block;
  }

  .h6-l {
    width: 100%;
    margin-bottom: .18rem;
  }

  .h6-r {
    padding-left: 0;
  }

  .h6-r li {}
}

@media screen and (max-width: 768px) {
  .h6-l {
    width: 100%;
  }

  .h6-r {
    width: 100%;
    margin-top: .3rem;
    padding-left: 0rem;
  }

  .h6-l .imged {
    padding-bottom: 60%;
  }

  .h6-r li .imged {
    padding-bottom: 60%;
  }

  .xyfmbox .con {
    padding: 0 .15rem .1rem;
  }



  .h6-r li {
    /* width: 100%; */
  }

  .end_fastlink {
    margin: .2rem auto .2rem auto;
  }

  .end_fastlink li a img {
    max-width: .4rem;
    max-height: .4rem;
  }
}


/*  */




.newsbox {
  width: 100%;
}

.newsbox a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbox .newsboxl {
  width: 4.7rem;
}

.newsbox .newsboxl .modulepic {
  padding-top: 66%;
}

.newsbox .newsboxl .modulepic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: .5rem;
  background: url(../images/xyfctitbg.png) no-repeat;
  background-size: 100% 100% !important;
  bottom: 0;
  left: 0;
  opacity: .5;
}

.newsbox .newsboxr {
  /* width: calc(100% - 4.7rem); */
  background: #2484FF;
  padding: .3rem;
  flex: 1;
  background: linear-gradient(0deg, #2484FF 0%, #53A9FF 100%);
  position: relative;
}

.newsbox .newsboxr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/newsboxbg.png) bottom right no-repeat;
  z-index: 0;
  top: 0;
  right: 0;
  background-size: 66%;
  user-select: none;
}

.newsbox .newsboxr span {
  font-size: .14rem;
  color: #fff;
  background: url(../images/newsdateico.png) left center no-repeat;
  padding-left: .2rem;
}

.newsbox .newsboxr h2 {
  margin-top: .1rem;
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #fff;
  line-height: .30rem;
  height: .65rem;
  overflow: hidden;  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsbox .newsboxr p {
  font-size: .14rem;
  font-weight: normal;
  line-height: .26rem;
  color: #fff;
  max-height: .8rem;
  min-height: .8rem;
  overflow: hidden;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.newsbox .news_more {
  width: 100%;
  display: block;
  height: .3rem;
  margin-top: .2rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.newsbox .news_more img {
  width: 1.1rem;
  height: .31rem;
  margin-right: 0;
}

.newsbox .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .12rem;
  height: .1rem;
  line-height: .46rem;
  /* width: 2.5rem; */
  display: flex;
  width: 4.7rem;
  align-items: center;
  justify-content: center;
}



.newsbox .slick-dots li {
  text-align: center;
  width: .06rem;
  height: .06rem;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
}

.newsbox .slick-dots li button {
  display: none
}

.newsbox .slick-dots li.slick-active {
  width: .3rem;
  border-radius: .2rem;
  opacity: 1;
}

.newsbox .slick-dots li.slick-active .dot-page {
  color: #D8D8D8;
  font-size: .18rem;
}

.newsbox .slick-dots li.slick-active .dot-page span {
  font-size: .18rem;
  color: #fff;
  padding-right: .15rem;
}

.newsbox .slick-dots li.slick-active .dot-page b {
  padding-left: .15rem;
  font-size: .18rem;
  color: #fff;
}

.newsbox .slick-prev {
  width: .2rem;
  height: .05rem;
  left: auto;
  background: url() no-repeat center center;
  top: auto;
  bottom: .2rem;
  right: 2.4rem;
}

.newsbox .slick-next {
  width: .2rem;
  height: .05rem;
  left: auto;
  background: url() no-repeat center center;
  top: auto;
  bottom: .2rem;
  right: .6rem;
}


@media screen and (max-width: 1400px) {

  .newsbox .newsboxl {
    width: 5rem;
  }

  .newsbox .newsboxr {
    width: calc(100% - 5rem);
    padding: .15rem;
  }

  .infonews14_12_r ul li a {
    padding: .1rem 0;
  }

  .newsbox .newsboxr h2 {
    margin-top: .15rem;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width: 1200px) {




  .newsbox {
    width: 100%;
  }


}

@media screen and (max-width: 1000px) {
  .newsbox .newsboxl {
    width: 100%;
  }

  .newsbox .newsboxr {
    width: 100%;
    padding-bottom: 60px;
  }

  .newsbox .newsboxr h2 {
    height: auto;
  }
}