/*clock*/
.word_time {
  position: absolute;
  bottom: .25rem;
  right: .2rem;
  z-index: 100;
}

.clock-container {
  background: #1a365d;
  /* border: .04rem solid #ffffff; */
  border-radius: 2rem;
  padding: .4rem .2rem;
  color: #ffffff;
  font-family: Arial, sans-serif;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  width: 2rem;
  height: 3.2rem;
}

.clock-section {
  text-align: center;
  margin-bottom: .15rem;
}

.clock-section:last-child {
  margin-bottom: 0;
}

.clock-location {
  font-size: .16rem;
  margin-bottom: .08rem;
  font-weight: bold;
}

.clock-time {
  font-size: .24rem;
  font-weight: bold;
  margin-bottom: .05rem;
  font-family: Digital Numbers, 'Courier New', monospace;
}

.clock-date {
  font-size: .16rem;
  margin-bottom: .03rem;
}

.clock-day {
  font-size: .16rem;
  font-family: Bebas;
}

.clock-divider {
  height: .01rem;
  background: rgba(255, 255, 255, 0.3);
  margin: .15rem 0;
}

.banner-box {
  position: relative;
  margin-top: 0.93rem;
}

.banner {
  position: relative;
}

.banner .slick-slide a {}
/*
.banner .slick-slide.slick-active img {
  transition: 6s 1s linear;
  transform: scale(1.1);
}
*/
.banner .slick-active img {}

.banner img {
  display: block;
  width: 100%;
}


.banner .slick-prev {
  width: .6rem;
  height: .6rem;

  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;

  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.3rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .32rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
}



.banner .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 .2rem;
  opacity: 0.8;
  box-sizing: border-box;
  border: 0.01rem solid #FFFFFF;
  border-radius: 50%;
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 0.28rem;
  height: 0.32rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;

  width: 0.51rem;
  height: 0.45rem;
  background-size: 100% 100%;
  border-radius: 0%;
  border: none
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  padding: .52rem 0 0;
  height: 1.42rem;
}

.index_tit img {
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.index_tit .img2 {
  display: none;
}

.index_tit .px1400 {
  position: relative;
  overflow: hidden;
}


.index_tc i {
  text-align: center;
  font-size: 0.2rem;
  line-height: .33rem;
  letter-spacing: normal;
  color: #79889F;
  position: relative;
  font-style: normal;
}



.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0066CC;
}



.index_tc {
  position: relative;
  text-align: center;
  transition: all .3s;
  display: inline-block;
}

.index_tc h3 {
  font-size: .46rem;
  font-weight: bold;
  line-height: .66rem;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: .05rem;
}


.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.82rem;
  height: 0.5rem;
  line-height: .25rem;
  transition: all 0.3s;
  text-align: left;
  display: block;
  border-radius: 0.4rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
}

.index_more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: .5rem;
  height: .5rem;
  background: #fff;
  border-radius: 50%;
  transition: all .3s;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .18rem;
  font-weight: 290;
  color: #fff;
  transition: all 0.5s;
  line-height: .5rem;
  padding-left: .3rem;
}

.index_more:hover a {
  transition: all 0.5s;
  padding-left: .35rem;
}

.index_more:hover {
  background: rgba(2555, 255, 255, .1)
}

.index_more:hover:after {
  transform: translateY(-50%) rotate(45deg);
}




.main {
  background: #fbfbf8 url(../images/homebg.png) center bottom no-repeat;
  background-size: 100% auto !important;
}



/*  */
.section1 {
  padding: 0.68rem 0 0.68rem;
  background-size: 100% auto;
  /* background: url(../images/page1.png) center bottom no-repeat; */
  background-size: 100% 100%;
}

.section1 .index_tc {
  display: block;
  text-align: center;
}

.section1 .index_tc h3 {
  text-align: center;
}

.s1-c {
  display: flex;
  align-items: flex-start;
  padding: .35rem 0;
}

.s1-b {
  width: 100%;
}

.s1-b ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .31rem;
}

.s1-b ul li {
  width: 100%;
  overflow: hidden;
  height: 1.24rem;

}

.s1-b ul li img {
  width: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.s1-b ul li:hover img {
  transform: scale(1.05);
}

.s1-l {
  width: 6.84rem;
  margin-right: .32rem;
  position: relative;
}

.s1-l ul li a {
  display: block;
  position: relative;
}

.s1-l ul li a .pic {
  padding-top: 63.598%;
}

.s1-l ul li a .date {
  position: absolute;
  left: .22rem;
  top: .22rem;
  width: .9rem;
  height: .9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(18, 50, 98, 0.7);
  align-content: center;
}

.s1-l ul li a .date b {
  font-size: .4rem;
  font-weight: normal;
  line-height: .22rem;
  letter-spacing: normal;
  color: #FFFFFF;
  font-family: Bebas;
}

.s1-l ul li a .date div {
  width: .76rem;
  height: .06rem;
  margin: .05rem 0;
}

.s1-l ul li a .date span {
  font-size: .18rem;
  font-weight: normal;
  line-height: .2rem;
  letter-spacing: normal;
  color: #FFFFFF;
  font-family: Bebas;
  font-weight: normal;
}

.s1-l ul li a .info {
  position: absolute;
  bottom: 0;
  width: calc(100% - 1.2rem);
}

.s1-l ul li a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #fff;
  padding-left: 0.19rem;
  padding-bottom: 0.22rem;
}

.s1-l ul li a .info h3 i {
  font-style: normal;
}

.s1-l ul li a .info h3 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Georgia;
  font-size: .18rem;
  font-weight: normal;
  line-height: .36rem;
  color: #ffffff;
}

.s1-l ul li a .info p {
  font-size: .18rem;
  font-weight: normal;
  line-height: .26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
  font-family: SourceHanSerifCN-Regular;
  margin-top: .2rem;
}

.s1-l ul .slick-dots {
  text-align: right;
  position: absolute;
  overflow: hidden;
  bottom: 0.25rem;
  right: 0.33rem;
  z-index: 3;
  display: flex !important;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.s1-l ul .slick-dots li {
  width: 0.17rem;
  height: 0.17rem;
  padding: 0.04rem;
  margin: 0 0.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s1-l ul .slick-dots li:after {
  position: absolute;
  content: "";
  margin: 0 .07rem;
  transition: all 0.5s;
  width: .09rem;
  height: 0.09rem;
  background: #fff;
  border-radius: 50%;
  display: block;
}


.s1-l ul .slick-dots li.slick-active:after {
  background: url(../images/dot_on.png) no-repeat center;
  padding: 0;
  width: 0.17rem;
  height: 0.17rem;
  background-size: 100% auto;
}

.s1-l .pub-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 1.7rem;
}

.pub-arrow {
  display: flex;
  align-items: center;
}

.pub-arrow div {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  background: #F8FAFF;
}

.pub-arrow div:hover {
  background: #115897;
}

.pub-arrow div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
}

.pub-arrow div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}


.pub-arrow-l::after {

  background-position: center center;
  background-size: .31rem auto;
}

.pub-arrow-l:hover::after {

  background-position: center center;

}

.pub-arrow-r {
  margin-left: .2rem;
}

.pub-arrow-r::after {

  background-position: center center;
  background-size: .31rem auto;
}

.pub-arrow-r:hover::after {

  background-position: center center;

}

.s1-l .pub-arrow::after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  flex: 1;
  min-width: 0;
  height: .1rem;

  background-position: right center;
  background-size: auto .07rem;
  margin-left: 0;
}

.s1-r {
  flex: 1;
  min-width: 0;
}

.s1-r ul li {
  transition: all .3s;
  overflow: hidden;
  position: relative;
}

.s1-r ul li:before {
  position: absolute;
  content: "";
  background: #B9120A;
  width: 0.6rem;
  height: 0.03rem;
  bottom: 0rem;
}

.s1-r ul li:first-child {
  margin-top: 0
}

.s1-r ul li.on {
  position: relative;
  background: #B9120A;
  background-position: center center;
  background-size: cover;
  z-index: 3;
}


.s1-r ul li.on+* {
  border: none;
}

.s1-r ul li:has(+ .on):before {
  display: none;
}

.s1-r ul li a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}

.s1-r ul li.on a {
  padding: 0.26rem 0.42rem 0.21rem;
  display: flex;
  align-items: center;
}

.s1-r ul li a .tpp {
  /* position: absolute; */
  /* right: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  display: none;
  margin-right: .15rem;
  width: 2.22rem;
}

.s1-r ul li a .tpp .pic {
  padding-top: 61%;
}

.s1-r ul li.on a .tpp {
  display: block;
}

.s1-r ul li.on a .tpp .pic {}

.s1-r ul li.on a .tpp .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s1-r ul li a .text {
  position: relative;
  padding: .27rem 0;
  margin-right: 0;
  flex: 1;
  min-width: 0;
}

.s1-r ul li:last-child a .text {
  border-bottom: 1px solid transparent;
}

.s1-r ul li.on .text {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}


.s1-r ul li:last-child a .text::before {
  opacity: 0;
}



.s1-r ul li.on a .text::before {
  opacity: 0;
}

.s1-r ul li.on a .text span::after {
  content: "";
  position: absolute;
  width: .385rem;
  height: .01rem;
  bottom: 0.12rem;
  right: -0.42rem;
  background: #FFFFFF;
}

.s1-r ul li.on a .text span::before {
  content: "";
  position: absolute;
  width: .05rem;
  height: .05rem;
  bottom: 0.09rem;
  right: -0.04rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.s1-r ul li.on a .text::after {
  content: "";
  position: absolute;
  width: .44rem;
  height: .06rem;
  bottom: .26rem;

  background-size: 100% 100%;

}

.s1-r ul li:last-child a .text::after {
  opacity: 0;
}

.s1-r ul li.on a .text::after {
  opacity: 1;
}

.s1-r ul li a .text p {
  font-size: .14rem;
  color: #ffffff;
  text-overflow: ellipsis;
  display: none;
  opacity: 0.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.24rem;
  height: 0.5rem;
  width: 100%;
}

.s1-r ul li a .text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  margin-top: 0;
  color: #333333;
  width: calc(100% - .65rem);
  float: left;
}

.s1-r ul li.on .text p {
  display: -webkit-box;
}

.s1-r ul li.on .text h4 {
  margin-bottom: 0.19rem;
  color: #fff;
  width: 100%;
}

.s1-r ul li a .text span {
  font-size: .18rem;
  color: #D40B01;
  float: right;
  line-height: 0.3rem;
  position: relative;

}

.s1-r ul li.on a .text span {
  font-size: .18rem;
  display: block;
  transform: none;
  color: #fff;
  top: auto;
  bottom: 0rem;
  position: relative;
  right: 0;
  float: right;
  padding-right: 0.1rem;
}


/* .section2 */
/* .section2 */
.section2 {
  /* background: url(../images/page2.png) top no-repeat; */
  background-size: 100% 100%;
}

.section2 .index_tit {
  display: none;
}

.notice-container {
  padding: 1.59rem 0.53rem 0.67rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../images/content2bg.png) no-repeat;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-size: 100% auto !important;
}

.notice-container ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.notice-container>ul>li {
  width: 1.22rem;
  position: relative;
  overflow: hidden;
  height: 4.54rem;
}

.notice-container>ul>li:first-child {
  width: calc(100% - 1.22rem - 1.22rem);
}

.notice-container ul li .tit {
  width: 1.22rem;
  background-size: 100% 100%;
  height: 4.54rem;
  transition: .3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  margin: 0 0.18rem;
  padding-bottom: .5rem;
}

.notice-container ul li:first-child .tit {
  background: url(../images/kebg1.png) no-repeat bottom center;
  background-size: 100% auto !important;
}

.notice-container ul li:nth-child(2) .tit {
  background: url(../images/ktbg2.png) no-repeat bottom center;
 background-size: 100% auto !important;
}

.notice-container ul li:nth-child(3) .tit {
  background: url(../images/ktbg3.png) no-repeat bottom center;
 background-size: 100% auto !important;
}

.notice-container ul li .tit .icoCo {
  width: .3rem;
  height: .3rem
}

.notice-container ul li .tit h4 {
  writing-mode: vertical-lr;
  font-size: .22rem;
  font-weight: bold;
  letter-spacing: .1em;
  font-family: Source Han Sans CN;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: normal;
  color: #610E0A;
}

.notice-container ul li .con {
  left: 0;
  top: 0;
  bottom: 0;
  /* width: calc(100% - 1.22rem - 0.18rem - 0.18rem); */
  width: 8.6rem;
  overflow: hidden;
  position: absolute;
  height: 4.54rem;
  opacity: 0;
  pointer-events: none;
  /* 氓藛聽茅鈩⒙pacity/visibility茂录艗忙鈥澛姑р�澛喡秎i猫拢聛氓藛鈥� */
}

/* 忙鈥澛睹悸┟犅睹︹偓聛li猫拢聛氓藛鈥∶モ�犫�γ┢捖╟on茂录艗氓鈥犫�γヂ姑ぢ糕偓莽鈥郝疵ヅ撀―OM忙赂虏忙鸥鈥溍ヂ捗β�� */
.notice-container>ul>li:not(.on) {
  overflow: hidden;
}

.notice-container>ul>li.on {
  overflow: visible;
  width: calc(100% - 1.22rem - 1.22rem) !important;
}

.notice-container>ul>li.on .con {
  opacity: 1;
  pointer-events: auto;
}

.notice-container ul li .con .desc {
  font-size: .18rem !important;
  line-height: 1.8em !important;
  margin-bottom: .1rem;
  max-height: calc(9em + .6rem);
  overflow: auto;
  padding-right: .2rem;
  height: calc(9em + .6rem);
  text-align: justify;
}

.notice-container ul li .con .desc p {
  font-size: .16rem !important;
  line-height: 1.8em !important;
  /* margin-bottom: .3rem; */
}

.notice-container ul li .con .desc p+p {
  margin-top: .15rem
}

.notice-container ul li .con .more a {
  padding-right: 0;
  color: #94070a;
  background: transparent;
}


.s2-l {
  width: 100%;
  position: relative;
  visibility: visible !important;
}

.s2-l .box a {
  display: block;
  position: relative;
}

.s2-l .box a .pic {
  padding-top: 4.54rem;
}

.s2-l .box a .info {
  position: absolute;
  bottom: 0;
  background: rgba(9, 2, 2, 0.3);
  width: 100%;
  line-height: 0.71rem;
  height: 0.71rem;
}

.s2-l .box a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.71rem;
  letter-spacing: normal;
  color: #fff;
  padding-left: 0.22rem;
  padding-right: 1.5rem;
}

.s2-l .box a .info h3 i {
  font-style: normal;
}

.s2-l .box a .info h3 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Georgia;
  font-size: .18rem;
  font-weight: normal;
  line-height: .36rem;
  color: #ffffff;
}

.s2-l .box a .info p {
  font-size: .18rem;
  font-weight: normal;
  line-height: .26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
  font-family: SourceHanSerifCN-Regular;
  margin-top: .2rem;
}

.s2-l .list .slick-dots {
  text-align: right;
  position: absolute;
  overflow: hidden;
  bottom: 0.25rem;
  right: 0.33rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.s2-l .slick-dots li {
  width: 0.17rem;
  height: 0.17rem;
  padding: 0.04rem;
  margin: 0 0.07rem;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.s2-l .slick-dots li:after {
  position: absolute;
  content: "";
  margin: 0 .07rem;
  transition: all 0.5s;
  width: .09rem;
  height: 0.09rem;
  background: #fff;
  border-radius: 50%;
  display: block;
}


.s2-l .slick-dots li.slick-active:after {
  background: url(../images/dot_on.png) no-repeat center;
  padding: 0;
  width: 0.17rem;
  height: 0.17rem;
  background-size: 100% auto;
}



/*  */
.section3 {
  padding: 1rem 0 0;
  position: relative;
  z-index: 99;
  /* background: url(../images/page3.png) top center no-repeat; */
  background-size: 100% auto;
}

.icr1426_list {
  width: 100%;
  overflow: hidden;
}

.icr1426_list ul {
  padding: .32rem 0 0;
  width: calc(100% + 0.43rem);
  margin: 0 -0.215rem;
}

.icr1426_list ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 0.43rem;
}

.icr1426_list ul li a {
  display: block;
  transition: all 0.5s;
  padding: 0 0.215rem;
}

.icr1426_list ul li a .icr1426_pic {
  position: relative;
}

.icr1426_list ul li a span {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #fff;
  width: 0.63rem;
  height: 0.34rem;
  margin-right: 0.13rem;
  text-align: center;
  background: url(../images/s3_li.png) no-repeat center;
  background-size: 100% auto !important;
}


.icr1426_list ul li a .modulepic {
  padding-top: 64%;
}



.icr1426_tx {
  padding: 0 0.34rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.67);
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.icr1426_tx h2 {
  font-size: .18rem;
  line-height: .67rem;
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 0.13rem - 0.26rem);
  white-space: nowrap;
  font-weight: normal;
}


.icr1426_list li:hover .icr1426_tx span {
  background: url(../images/s3_li_on.png) no-repeat center;
}

.icr1426_list li:hover .icr1426_tx h2 {
  color: #fff;
  font-weight: bold
}

.icr1426_list li:hover .icr1426_tx {
  background: #B9120A;
  border: none;
}

.icr1426_list .slick-dots {
  position: relative;
  margin-top: .4rem;
}


/*  */


@media screen and (max-width: 1440px) {
   .notice-container>ul>li, .notice-container ul li .tit{
     height: 7rem;
  }
  .notice-container ul li .con{
    width: 13.2rem;
     height: 7rem;
  }
  .s2-l .box a .pic{
    padding-top:7rem;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
  .notice-container>ul>li, .notice-container ul li .tit{
     height: 4.25rem;
  }
  .notice-container ul li .con{
    width: 13.2rem;
    height: 4.25rem;
  }
  .s2-l .box a .pic{
    padding-top: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .word_time {
    display: none
  }

  .px1400 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0.11rem;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .section3 {
    padding: 0.3rem 0 0;
  }

  .s1-c {
    display: block;
    padding: .2rem 0;
  }

  .s1-l {
    width: 100%;
    margin: 0 auto .2rem auto;
  }

  .s1-r {
    width: 100%
  }

  .s2_con {
    display: block
  }

  .s2_con_l {
    width: 100% !important;
  }

  .s2_con_r {
    width: 100%
  }

  .newsbox {
    width: 100%;
  }

  .news_info {
    width: 100%;
    margin-left: 0;
  }

  .ipic_list {
    width: 100%;
    margin-left: 0;
    margin-top: .3rem;
  }


  .section1 {
    padding: .2rem 0;
  }




  .index_tc h3 {
    font-size: .27rem;
    line-height: .4rem;
  }

  .s1-l ul li a .info h3 {}

  .s1-l ul .slick-dots li.slick-active button {
    font-size: .22rem;
  }

  .s1-l ul li a .date {}

  .pub-arrow div {
    width: .3rem;
    height: .3rem;
  }

  .s1-l ul .slick-dots {
    right: 0;
    width: 1.2rem;
  }

  .s1-l .pub-arrow {
    /* display: none; */
  }

  .s1-l ul .slick-dots li {
    line-height: .3rem;
    height: .3rem
  }

  .s1-l ul .slick-dots li button {
    line-height: .3rem;
    height: .3rem
  }

  .section2 .index_tit {
    display: block;
  }

  .notice-container {
    padding: 0.3rem 0;
    background: none;
  }


  .s2-l .box a .pic {}
}

@media screen and (max-width: 1024px) {


  .s1-l ul .slick-dots::before {
    display: none;
  }

  .notice-container {
    padding: 0.2rem 0 0;
  }

  .notice-container ul {
    display: block;
  }

  .s2-l .list .slick-dots {
    right: 0;
  }

  .s1-r ul li {
    margin: .1rem 0;
  }

  .index_more {
    position: relative;
    margin: 0 auto;
    transform: none;
    scale: 70%;
    margin-top: .1rem;
  }

  .index_tit {
    padding: 0;
    /* height: auto; */
  }

  .notice-container>ul>li {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }

  .notice-container ul li .con {
    left: 1.4rem;
    opacity: 1;
    pointer-events: auto;
    right: 0;
    width: auto;
    height: 3.3rem;
  }

  .s2-l .box a .pic {}

  .notice-container ul li .tit {

    margin: 0;
    padding: 0;
    left: 0;
  }

  .s1-r ul li.on {
    margin: .1rem 0;
  }

}

@media screen and (max-width: 768px) {
  .s1-b ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .s1-b ul li {
    height: auto;
  }

  .icr1426_list ul li {
    width: 100%;
  }

  .notice-container>ul>li {
    height: 3.3rem;
  }

  .notice-container ul li .tit {
    height: 3.3rem;
    width: 0.9rem;
  }

  .notice-container ul li .con {
    left: 1.1rem;
    width: calc(100% - 0.7rem - 0.18rem - 0.18rem);
  }

  .s2-l .box a .pic {
    padding-top: 3.3rem;
  }

  .index_tit .img1 {
    display: none;
  }

  .index_tit .img2 {
    display: block;
  }
}

@media screen and (max-width: 520px) {

  .notice-item {
    width: 100%;
    margin: .1rem 0;
  }

  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    left: .28rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }

  .s1-l ul .slick-dots {
    display: none !important;
  }

  .notice-container>ul>li {
    height: 2.5rem;
  }

  .notice-container ul li .tit {
    height: 2.5rem;
    width: 0.7rem;
  }

  .notice-container ul li .tit h4 {
    font-size: 0.2rem;
    margin: 0;
  }

  .notice-container ul li .con {
    left: 0.85rem;
    width: calc(100% - 0.5rem - 0.18rem - 0.18rem);
  }

  .s2-l .box a .pic {
    padding-top: 2.5rem;
  }

  .s2-l .list .slick-dots {
    display: none !important;
  }

  .s2-l .box a .info h3 {
    padding-right: 0.2rem;
  }
}

@media screen and (max-width: 375px) {
  .notice-container>ul>li {
    height: 2rem;
  }

  .notice-container ul li .tit {
    height: 2rem;
    width: 0.7rem;
  }

  .notice-container ul li .tit h4 {
    font-size: 0.2rem;
    margin: 0;
  }

  .notice-container ul li .con {
    left: 0.85rem;
    width: calc(100% - 0.5rem - 0.18rem - 0.18rem);
  }

  .s2-l .box a .pic {
    padding-top: 2rem;
  }

  .notice-container ul li .tit h4 {
    font-size: 0.16rem;
    margin: 0;
  }
}

.foot {
  position: relative;
  z-index: 26;
  background-size: cover;
  width: 100%;
  z-index: 9;
  background: none;
}

.foot .copyright {
  padding-top: 1rem;
}


@media screen and (max-width: 500px) {
  .foot .foot_link li {
    width: 100%;
    margin: 0rem 0;
  }

  .foot {
    background: #b9120a;
    padding: 0.2rem 0;

  }

  .foot .copyright {
    padding-top: 0;
  }
}