body {
  background: #fff;
  position: relative;
  z-index: 0;
}



.banner-box {
  margin-top: 1.73rem;
}

.banner {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/banner_aft.png) repeat-x;
  width: 100%;
  height: 2rem;
  z-index: 999;
  background-size: 100% 100%;
}

.banner .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-prev:hover {
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-next:hover {
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-dots {
  width: 100%;
  bottom: .3rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.banner .slick-dots li {
  margin: 0 .1rem;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
  width: 0.1rem;
  height: 0.1rem;
}

.banner .slick-dots li button {
  display: none
}

.banner .slick-dots li.slick-active {
  border-radius: 0.3rem;
  background: #FFFFFF;
  width: 0.36rem;
  opacity: 1;
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: .01rem solid #900201;
  padding: 0 0 0.1rem 0;
}

.index_tit_img {
  width: .44rem;
  height: .44rem;
  margin-right: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.index_tit_img img {
  max-width: .44rem;
  max-height: .44rem;
  display: block;
}

.index_tc {
  /* display: inline-block; */
  background-size: 1.24rem 1.11rem;
  text-align: left;
  padding: 0 0;
  background-size: 100%;
  position: relative;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91001C;
}

.index_tc h3 {
  font-size: .3rem;
  font-weight: normal;
  line-height: .4rem;
  color: #333;
  font-family: 'sysong';
  margin-top: .1rem;
  transition: all .3s;
}

.index_tc i {
  font-family: Libre Franklin;
  font-size: .3rem;
  font-weight: bold;
  line-height: .3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  background: linear-gradient(180deg, #D9302F 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 290;
  line-height: .36rem;
  color: #333;
  background: url(../images/more_ico.png) right center no-repeat;
  transition: all 0.3s;
  background-size: .33rem .2rem;
  padding: 0 .4rem 0 0;
}

.index_more a:hover {
  color: #91001C;
  transition: all 0.3s;
  margin-right: .05rem
}

.index_tit2 {
  text-align: left;
  position: relative;
  margin-bottom: .4rem;
}

.index_tit2 .index_tc {
  background: url(../images/section1tit.png) no-repeat left top;
}

/*  */
.section1 {
  margin: 2.4rem auto 0 auto;
  padding: 0 0 .6rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section1 .s1_left {
  width: 7.72rem;
}

.section1 .s1_right {
  flex: 1;
  min-width: 0;
  margin-left: .57rem;
}

.newsbox {
  width: 100%;
}

.newsbox a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbox .newsboxl {
  width: 100%;
}

.newsbox .new_tit {
  position: absolute;
  z-index: 999;
  left: .2rem;
  bottom: .15rem;
  font-size: .2rem;
  font-weight: 500;
  line-height: .4rem;
  letter-spacing: normal;
  color: #FFFFFF;
  width: 77%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.newsbox .newsboxl .modulepic {
  padding-top: 64%;
}

.newsbox .newsboxl .modulepic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-size: 100% 100% !important;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #000000 100%);
}








.newsbox .news_more {
  width: calc(100% - .6rem);
  display: block;
  height: .5rem;
  line-height: .5rem;
  text-align: left;
  border-top: #DBDBDB .01rem solid;
  font-size: .16rem;
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: .1rem .3rem;
  background: url(../images/nckxqbnt.png) right center no-repeat;
  padding: 0;
}

.newsbox .news_more img {
  width: 1.1rem;
  height: .31rem;
  margin-right: 0;
}

.newsbox .news_more:hover {
  border-top: #91001C .01rem solid;
  color: #91001C;
}

.newsbox .slick-dots {
  position: absolute;
  bottom: .28rem;
  height: .1rem;
  right: .2rem;
  left: auto;
  line-height: .46rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  min-width: 0;
}



.newsbox .slick-dots li {
  text-align: center;
  width: .08rem;
  height: .08rem;
  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(../images/newsbox.png) no-repeat center center;
  top: auto;
  bottom: .2rem;
  right: 2.4rem;
}

.newsbox .slick-next {
  width: .2rem;
  height: .05rem;
  left: auto;
  background: url(../images/infonews14_12_r.png) no-repeat center center;
  top: auto;
  bottom: .2rem;
  right: .6rem;
}

.news_list {
  margin-top: .2rem;
}

.news_list .ins1431-time {
  width: 1.5rem;
  text-align: center;
  background-size: 100% 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: -.08rem;
}

.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: #91001C;
  display: block;
  width: 100%;
  background: url(../images/ico_time.png).2rem center no-repeat;
  font-family: 'sysong';
  background-size: .11rem .12rem;
}

.news_list .ins1431-txt {}

.news_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list ul li a {
  display: block;
  background: url(../images/news_listbg.png);
  background-size: 100% 100%;
  width: 4.23rem;
  height: 1.26rem;
  padding: .3rem .4rem;
  position: relative;
  transition: all .3s
}

.news_list ul li {
  margin: .2rem 0;
}

.news_list ul li:hover a {
  background: url(../images/news_listbgh.png);
  background-size: 100% 100%;
}

.news_list ul li:hover .ins1431-txt p {
  font-weight: 800;
  color: #333333;
}

.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: #333333;
  font-weight: 400
}

.news_list ul li a:hover .ins1431-time {}


/*  */
.notice_list {
  padding: 0;
  height: auto;
  overflow: hidden;
}

.notice_list .ins1431-time {
  width: .7rem;
  text-align: center;
  background: url(../images/tz_lizsbg.png) left bottom no-repeat;
  background-size: 100% auto;
  padding: -0.94rem 0;
  padding-right: .1rem;
  transition: all .5s;
  position: relative;
  text-align: left;
  padding-bottom: .2rem;
}

.notice_list .ins1431-time b {
  /* display: block; */
  font-size: .26rem;
  color: #91001C;
  /* width: 100%; */
  position: relative;
  font-family: 'sysong';
  font-weight: normal;
}

.notice_list .ins1431-time b:nth-child(1) {}

.notice_list .ins1431-time b:nth-child(2) {
  position: absolute;
  right: 0;
  top: .2rem;
}

.notice_list .ins1431-time b:nth-child(1):before {
  content: "";
  position: absolute;
  left: .35rem;
  top: .12rem;
  ;
  width: .01rem;
  height: 0.3rem;
  background: #91001C;
  transform: rotate(40deg);
}

.notice_list .ins1431-time span {
  font-size: .14rem;
  line-height: .24rem;
  color: #91001C;
  display: block;
  width: 100%;
  color: rgba(145, 0, 28, 0.4);
}

.notice_list .ins1431-txt {
  width: calc(100% - .9rem);
  /* padding-top: .15rem; */
  display: flex;
  align-items: center;
  padding-bottom: .3rem;
  position: relative;
}

.notice_list .ins1431-txt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.01rem;
  background: #DBDBDB;
  bottom: .04rem;
  left: 0%;
  transition: all .3s
}

.notice_list .ins1431-txt:before {
  content: "";
  position: absolute;
  width: .23rem;
  height: .13rem;
  background: url(../images/nckxqbnt.png) center no-repeat;
  left: 0;
  bottom: -.02rem;
  opacity: 0;
}

.notice_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice_list ul li a {
  display: flex;
  flex-wrap: wrap;
  transition: all .5s;
  align-items: center;
  transition: all .3s;
}

.notice_list ul li {
  margin: 0 0 .07rem 0;
  padding: .07rem 0;
  width: 100%;
  transition: all 0.5s;
}

.notice_list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


.notice_list ul li {
  border-bottom: #fff .01rem solid;
}

.notice_list ul li:hover {
  border-bottom: #f1f1f1 .01rem solid;
}

.notice_list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.notice_list ul li a:hover h3 {
  color: #900201;
  font-weight: 800;
  transition: all .5s;
}

.notice_list ul li a:hover p {
  color: #333;
  transition: all .5s;

}

.notice_list ul li a:hover .ins1402-time {
  color: #900201;
}

.ins1402-qh span.on::after {
  display: block;
}

.notice_list .ins1402-time b {
  display: block;
  font-family: Bebas;
  font-size: .24rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: .24rem;
  transition: all .5s;
}

.notice_list .ins1402-time span {
  display: block;
  font-family: Bebas;
  font-size: .14rem;
  font-weight: bold;
  line-height: .32rem;
  letter-spacing: normal;
  opacity: .6;
}

.notice_list .ins1402-time {
  text-align: left;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
  float: left;
  color: #666666
}

.notice_list .ins1402-time::after {
  content: '';
  position: absolute;
  right: 0;
  top: .05rem;
  height: .26rem;
  width: 0;
  border: .01rem solid #D8D8D8;
}

.notice_list .ins1402-txt {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.notice_list .ins1402-txt h3 {
  font-size: .18rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: .4rem;
  font-weight: normal;
  transition: all .5s;
  font-weight: 400;
}

.notice_list .ins1402-txt p {
  font-size: .14rem;
  line-height: .24rem;
  color: #999999;
  height: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.notice_list .ins1402-r {
  padding: .4rem .5rem;
  background: #FFFFFF;
}

.notice_list .ins1402-r ul li {
  margin-bottom: .4rem;
}

.notice_list .ins1402-r ul li:last-child {
  margin-bottom: 0;
}

.notice_list .ins1402-r ul li a:hover h3 {
  color: #BB1A1A;
}

.notice_list .ins1402-r ul li a:hover .ins1402-time {
  color: #BB1A1A;
}



/*  */
.section2 {
  /* margin: .6rem auto; */
  padding: .4rem 0 .6rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s2_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.section2 .index_tit {
  border-bottom: none;
}

.section2 .s2_c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.section2 .s2_item {
  border-radius: .15rem;
  background: #fff;
  padding: 0;
  box-shadow: 0rem .04rem .1rem 0rem rgba(62, 0, 0, 0.12);
  overflow: hidden;
  width: 32%;
}

.section2 .s2_item:nth-child(2) li h3:before {
  background: url(../images/ico_qd02.png);
  border: none;
  width: .08rem;
  height: .11rem;
}

.section2 .s2_item:nth-child(2) li:hover h3:before {
  background: url(../images/ico_qd02h.png);
}

.section2 .s2_item:nth-child(3) li h3:before {
  background: #737373;
  border: none;
}

.section2 .s2_item:nth-child(3) li:hover h3:before {
  background: #900201;
  border: none;
}

.s2_item .s2_item_tit {
  position: relative;
  background: #900201;
}

.s2_item .s2_item_tit .index_tc {
  padding: 0 .2rem;
}

.s2_item .s2_item_tit .index_tc h3 {
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  padding: 0 .3rem 0 0;
  line-height: .6rem;
  position: relative;
  margin-top: 0;
}



.s2_item .s2_item_tit {}

.s2_item .s2_item_tit .index_more {
  right: .2rem;
}

.s2_item .s2_item_tit .index_more a {
  color: #fff;
  background: url(../images/more_ico2.png) right center no-repeat;
}


.news_list2 {
  padding: .1rem .2rem .2rem .2rem;
}

.news_list2 {}

.news_list2 ul {}

.news_list2 li {
    min-height: .8rem;
}

.news_list2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .01rem dashed rgba(131, 131, 131, 0.42);
  padding: .12rem 0;
  position: relative;
  transition: all .3s;
}

.news_list2 li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 0%;
  height: .02rem;
  background: #900201;
  transition: all .5s;
}

.news_list2 li:hover a:after {
  width: 100%;
  transition: all .5s;
}

.news_list2 li h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  letter-spacing: normal;
  color: #333333;
  width: 75%;
  position: relative;
  padding-left: .18rem;
  overflow: hidden;
  max-height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list2 li h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  border: .01rem solid #737373;
}

.news_list2 li span {
  font-family: Bebas;
  font-size: .16rem;
  font-weight: normal;
  line-height: .24rem;
  letter-spacing: normal;
  color: #737373;
}

.news_list2 li:hover h3 {
  color: #900201
}

.news_list2 li:hover span {
  color: #900201
}

.news_list2 li:hover h3:before {
  border: .01rem solid #900201;
}

.s2i_hd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s2_item .s2i_hd h3:first-child:after {
  content: "/";
  position: absolute;
  right: .1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: .6;
}


.s2i_hd h3 {
  opacity: .5;
  cursor: pointer;
}

.s2i_hd h3.on {
  opacity: 1;
}

.s2i_more {}

.s2i_more a {}

.s2i_more .hide {
  display: none;
}

.s2i_bd {}

.s2i_bd ul {
  display: none;
}

.s2i_bd ul.on {
  display: block;
}

/*  */
.section3 {
  margin-bottom: 0.2rem;
  padding-top: .4rem;
}

.section3 .index_tit {
  margin-bottom: 0;
}

.section3 .px1600 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s3_item {
  width: 32%;
}

.news_list3 {
  padding: .1rem 0 .2rem 0;
  background: url(../images/item3bg.png) center no-repeat;
  background-size: 100% 100%;
  min-height: 4.15rem;
}

.news_list3 {}

.news_list3 ul {}

.news_list3 li {
  position: relative;
  padding: 0 .2rem;
  transition: all .3s;
}

.news_list3 li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background: url(../images/list3_hovebg.png) #cc0000;
  background-size: 100% 100%;
  z-index: 0;
  opacity: 0;
  transition: all .3s;
}

.news_list3 li:hover:after {
  opacity: 1;
  height: 100%;
}

.news_list3 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .01rem dashed rgba(131, 131, 131, 0.22);
  padding: .14rem 0;
  position: relative;
  transition: all .3s;
  z-index: 9;
}


.news_list3 li h3 {
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  letter-spacing: normal;
  color: #333333;
  width: 75%;
  position: relative;
  padding-left: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .48rem;
}

.news_list3 li h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .01rem;
  height: 0rem;
  border-top: .06rem solid transparent;
  border-bottom: .06rem solid transparent;
  border-left: .07rem solid #900201;
  border-right: 0;
}

.news_list3 li span {
  font-family: Bebas;
  font-size: .16rem;
  font-weight: normal;
  line-height: .24rem;
  letter-spacing: normal;
  color: #737373;
}

.news_list3 li:hover h3 {
  color: #fff
}

.news_list3 li:hover span {
  color: #fff
}

.news_list3 li:hover h3:before {
  border-top: .06rem solid transparent;
  border-bottom: .06rem solid transparent;
  border-left: .07rem solid #ffffff;
}

.img_list3 {
  padding: .2rem 0 .2rem 0;
  background: url(../images/item3bg.png) center no-repeat;
  background-size: 100% 100%;
  min-height: 4.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.img_list3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.img_list3 li {
  position: relative;
  padding: 0 .2rem;
  transition: all .3s;
  margin: .15rem 0;
}

.img_list3 li:last-child {}

.img_list3 a {
  display: block;
  border: #e2bdbd .01rem solid;
  overflow: hidden;
  border-radius: .1rem;
  background: #fff;
  height: auto;
  transition: all .3s;
  display: block;
}

.img_list3 li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.img_list3 li:hover a {
  box-shadow: 0rem .05rem .10rem 0rem rgba(134, 1, 0, 0.11);
  border: #900201 .01rem solid;
}

.img_list3 {}

/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .imgchar14_26_w {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .icr1426_list ul {
    margin: 0;
  }

  .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: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }

  .newsbox {
    width: 100%;
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .index_tit {
    margin-bottom: .2rem;
  }

  .section1 {
    background-size: 100% auto;
    padding: .3rem 0 .1rem 0;
    margin: 0rem auto 0 auto;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .s1_left {
    width: 100%
  }

  .section1 .s1_right {
    width: 100%;
    margin: .23rem auto 0 auto;
  }

  .news_list .ins1431-time {
    left: .5rem;
  }

  .newsbox .newsboxl {
    width: 100%;
  }

  .news_list ul li {
    width: 48%;
  }

  .news_list ul li a {
    width: 100%;
  }

  .newsbox .newsboxr {
    width: 100%;
    padding-bottom: .6rem;
  }

  .newsbox .newsboxr h2 {
    height: auto;
  }

  .icr1426_list ul li a {
    margin-top: .15rem;
    padding: .15rem;
  }

  .icr1426_list .slick-dots {
    margin: .15rem;
  }

  .section2 .px1600 {
    display: block
  }

  .section2 .s2_left {
    width: 100%;
  }

  .section2 .s2_right {
    width: 100%;
    margin: .2rem auto 0 auto;
  }

  .section2 {
    background-size: cover;
    background: none;
    padding: .2rem 0 .2rem 0;
  }

  .index_more {
    background-size: 100% 100%;
  }

  .newsbox .newsboxr p {
    height: auto;
    margin-bottom: .2rem;
  }

  .newsbox .newsboxr {
    border: none !important;
    background: #f7f7f7;
  }

  .newsbox .slick-dots {
    bottom: 2.5rem;
    width: 100%;
  }

  .news_list2 ul li {}

  .news_list2 ul li a {
    width: 100%;
  }

  .news_list2 .ins1431-txt p {
    -webkit-line-clamp: 2;
  }

  .news_list2 .ins1431-txt {}

  .notice_list {
    background: #fff;
    padding: .1rem;
  }

  .section2 .s2_c {
    display: block;
  }

  .section2 .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section3 .px1600 {
    display: block;
  }

  .s3_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .news_list3 {
    min-height: auto;
  }

  .section3 {
    padding-top: 0;
  }

  .img_list3 ul {
    display: flex;
    justify-content: space-between;
  }

  .img_list3 li {
    width: 33%;
  }

  .img_list3 {
    min-height: auto;
    display: block;
  }
}


@media screen and (max-width: 768px) {
  .news_list ul li {
    width: 100%;
  }

  .icr1426_tx p {
    margin-top: .15rem;
    font-size: .16rem;
  }

  .news_list2 ul li {
    width: 100%;
  }

  .news_list .ins1431-time {
    left: .7rem;
  }

  .news_list {
    margin: 0 auto;
  }

  .newsbox .slick-dots {
    bottom: 2.8rem;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {

  .img_list3 li {
    width: 100%;
  }

  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}