/*clock*/
.word_time {
  position: fixed;
  bottom: .25rem;
  right: 0;
  z-index: 100;
  scale: .75;
}

.clock-container {
  background: #1a365d;
  /* border: .04rem solid #ffffff; */
  border-radius: 2rem;
  padding: .4rem 0rem;
  color: #ffffff;
  font-family: Arial, sans-serif;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  width: 1.4rem;
  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;
}

.banner {
  position: relative;
}

.banner .slick-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 10, 21, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.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%;
  height: 100vh;
  /* object-fit: cover; */
}


.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.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;
  background: url(../images/banner_onico.png) no-repeat;
  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%;
  background: #123262;
  padding: .58rem 0;
}

.index_tit .px1400 {
  position: relative;
}


.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: url(../images/more_ico.png) center no-repeat #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);
}








/*  */
.section1 {
  padding: 0;
  background-size: 100% auto;
  background: url(../images/s1_bg.png) center bottom no-repeat #f2f9fd;
  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: .8rem 0;
}

.s1-l {
  width: 9rem;
  margin-right: .58rem;
  position: relative;
}

.s1-l ul li a {
  display: block;
  position: relative;
}

.s1-l ul li a .pic {
  padding-top: 62.2225%;
}

.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 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.s1-l ul li a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #333333;
}

.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 {
  position: static;
  margin-right: 1.7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  margin-left: 0;
  align-content: center;
}

.s1-l ul .slick-dots::before {
  content: "";
  display: block;
  width: .9rem;
  height: .06rem;
  background: url(../images/dot-bef.png) no-repeat;
  background-position: right center;
  background-size: auto .06rem;
  margin-right: .2rem;
}

.s1-l ul .slick-dots::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  height: .06rem;
  background: url(../images/dot-aft.png) no-repeat;
  background-position: lrgy center;
  background-size: auto .06rem;
  margin-left: .2rem;
}

.s1-l ul .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 .07rem;
  transition: all 0.5s;
  width: .2rem;
}

.s1-l ul .slick-dots li button {
  display: block;
  font-size: .16rem;
  font-weight: normal;
  line-height: .44rem;
  color: #123262;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  transition: font-size 0.5s;
  font-family: Bebas;
  color: rgba(18, 50, 98, 0.4);
}

.s1-l ul .slick-dots li.slick-active {
  min-width: .55rem;
}

.s1-l ul .slick-dots li.slick-active button {
  font-size: .36rem;
  color: #123262;
}

.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: url(../images/icon-prev-w.png) no-repeat;
  background-position: center center;
  background-size: .31rem auto;
}

.pub-arrow-l:hover::after {
  background: url(../images/icon-prev-w2.png) no-repeat;
  background-position: center center;

}

.pub-arrow-r {
  margin-left: .2rem;
}

.pub-arrow-r::after {
  background: url(../images/icon-next-w.png) no-repeat;
  background-position: center center;
  background-size: .31rem auto;
}

.pub-arrow-r:hover::after {
  background: url(../images/icon-next-w2.png) no-repeat;
  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: url(../images/dot-aft2.png) no-repeat;
  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;
  margin: .25rem 0;
}

.s1-r ul li:first-child {
  margin-top: 0
}

.s1-r ul li.on {
  position: relative;
  background: #B72B35;
  background-position: center center;
  background-size: cover;
  padding-left: .54rem;
  padding-right: .07rem;
  z-index: 3;
}

.s1-r ul li a {
  position: relative;
  display: block;
}

.s1-r ul li.on a {
  padding: .15rem 0;
  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: .3rem .3rem .3rem 1rem;
  margin-right: 0;
  flex: 1;
  min-width: 0;
  background: #fff;
}

.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 a .text::after {
  content: "";
  position: absolute;
  width: .44rem;
  height: .06rem;
  bottom: -0.03rem;
  left: -.54rem;
}

.s1-r ul li.on a .text::after {
  content: "";
  position: absolute;
  width: .44rem;
  height: .06rem;
  bottom: .26rem;
  background: url(../images/s1_x4.png) no-repeat;
  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: .18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .2rem;
  border-left: 0.01rem solid #c9c9c9;
  padding-left: .2rem;
}

.s1-r ul li a .text h4 {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  height: 0;
  font-size: .16rem;
  font-weight: normal;
  line-height: .3rem;
  margin-top: 0;
  color: rgba(255, 255, 255, .8);
}

.s1-r ul li.on .text p {
  margin-top: .05rem;
  font-size: .2rem;
  font-weight: bold;
  color: #F9FCFE;
  white-space: normal;
  text-overflow: initial;
  line-height: .3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .6rem;
  border-left: none;
  padding-left: 0;
}

.s1-r ul li.on .text h4 {
  height: .3rem;
  margin-top: .05rem;
  opacity: 1;
}

.s1-r ul li a .text span {
  position: absolute;
  left: .25rem;
  top: 47%;
  transform: translateY(-50%);
  font-size: .22rem;
  color: #123262;
  font-family: Bebas;
}

.s1-r ul li.on a .text span {
  position: static;
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: .2rem;
  display: block;
  transform: none;
  color: rgba(255, 255, 255, 0.6);
}


/* .section2 */
.section2 {
  background: url(../images/s2_bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0;
}

.notice-container {
  padding: .6rem 0 .7rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice-item {
  padding: .2rem .35rem;
  transition: all 0.5s ease;
  /* å¹³æ»‘è¿‡æ¸¡æ•ˆæžœ */
  cursor: pointer;
  /* é¼ æ ‡æ‚¬æµ®å˜æˆå°æ‰‹ */
  width: 48.7%;
  margin: .2rem 0;
  background: linear-gradient(180deg, rgba(230, 240, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  border: 0.01rem solid #dee3eb;
}

/* é¼ æ ‡æ‚¬æµ®æ—¶å˜çº¢ï¼ˆæ‰€æœ‰å¡ç‰‡éƒ½ç”Ÿæ•ˆï¼Œç¬¬ä¸€ä¸ªä¹Ÿä¸€æ ·ï¼‰ */
.notice-item:hover {
  color: #ffffff;
  background: #B72B35;
  box-shadow: 0rem 0.04rem 0.2rem 0rem #F1F1F1;
  font-weight: bold;
  transition: all 0.5s ease;
}

.notice-item:hover .notice-title {
  color: #ffffff;
  font-weight: bold;
}

.notice-item:hover .notice-date {
  color: #FFEDED !important;
}

.notice-item:hover .notice-desc {
  color: #FFEDED;
  opacity: 0.8;
  font-weight: normal;
}

.notice-title {
  margin-bottom: .1rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: .64rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.notice-desc {
  font-size: .16rem;
  line-height: .24rem;
  opacity: 0.5;
  margin-bottom: .15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  height: .48rem;
}

.notice-date {
  font-size: .2rem;
  font-weight: 600;
  color: #999999;
  font-family: Bebas;
}







/*  */
.section3 {
  padding: 0;
  position: relative;
  z-index: 99;
  background: url(../images/s3_bg.png) bottom center no-repeat;
  background-size: 100% auto;
}

.icr1426_list {
  padding: .2rem 0 .7rem 0;
}

.icr1426_list ul {
  margin: 0 -0.23rem;
}

.icr1426_list ul li a {
  margin-top: .2rem;
  padding: .3rem .23rem;
  display: block;
  transition: all 0.5s;
}

.icr1426_list ul li a .icr1426_pic {
  position: relative;
}

.icr1426_list ul li a span {
  font-family: Bebas;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.31rem;
  letter-spacing: normal;
  color: #9E9E9E;
}


.icr1426_list ul li a .modulepic {
  padding-top: 64.94%;
}

.icr1426_list ul li a:hover {
  background: #B72B35;
}

.icr1426_tx {
  padding: .2rem .1rem .1rem .1rem;
}

.icr1426_tx h2 {
  font-size: .2rem;
  line-height: .3rem;
  color: #393939;
  height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  margin: .1rem 0;
}

.icr1426_tx p {
  margin-top: 0;
  font-size: .16rem;
  line-height: .3rem;
  color: #999999;
  ;
  height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.icr1426_list li:hover .icr1426_tx span {
  color: #fff;
}

.icr1426_list li:hover .icr1426_tx h2 {
  color: #fff;
  font-weight: bold
}

.icr1426_list li:hover .icr1426_tx p {
  color: #fff;
}

.icr1426_list .slick-dots {
  position: relative;
  margin-top: .4rem;
}

.icr1426_list .slick-dots li {
  width: .12rem;
  height: .12rem;
  border: .01rem solid #A70304;
  border-radius: 50%;
  margin: 0 .1rem;
  transition: all .3s;
}

.icr1426_list .slick-dots li.slick-active {
  width: .4rem;
  height: .12rem;
  border-radius: .2rem;
  background: #A70304;
}

.icr1426_list .slick-speed div {
  height: 2px;
  background-color: #d8d8d8;
  border-radius: 1px;
  position: relative;
  border-radius: 0.1rem;
}

.icr1426_list .slick-speed span {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #ac0031;
  transition: all 0.3s;
  border-radius: 0.1rem;
}

.icr1426_list .s-speed {
  display: flex;
  align-items: center;
  width: 4rem;
  margin: .3rem auto 0 auto;
  max-width: 100%;
  justify-content: center;
  position: relative;
}

.icr1426_list .s-speed:before {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgb(18 50 98) 0%, rgba(255, 255, 255, 0) 100%);
  width: 1.7rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  left: -.7rem;
}

.icr1426_list .s-speed:after {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(18 50 98) 100%);
  width: 1.7rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  right: -.7rem;
}

.icr1426_list .s-speed .s-prev {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.24rem;
  cursor: pointer;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.icr1426_list .s-speed .s-prev svg {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}

.icr1426_list .s-speed .s-prev svg * {
  fill: #123262;
}

.icr1426_list .s-speed .s-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.24rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}

.icr1426_list .s-speed .s-next svg {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}


.icr1426_list .s-speed .s-next svg * {
  fill: #123262;
}

.icr1426_list .s-speed .slick-speed div {
  flex: 1;
  min-width: 0;
}

.icr1426_list .s-speed .s-next:hover {
  background: #123262;
}

.icr1426_list .s-speed .s-next:hover svg * {
  fill: #fff;
}

.icr1426_list .s-speed .s-prev:hover {
  background: #123262;
}

.icr1426_list .s-speed .s-prev:hover svg * {
  fill: #fff;
}

/*  */


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .banner img{
    height:auto
  }
  .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;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .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: .4rem 0;
  }


  .section2 {
    padding: .2rem 0;
  }

  .index_tc h3 {
    font-size: .27rem;
    line-height: .4rem;
  }

  .s1-l ul li a .info h3 {
    font-size: .2rem;
    font-weight: bold;
  }

  .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 {
    display: none;
  }

  .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
  }
}

@media screen and (max-width: 900px) {
  .s1-l ul .slick-dots {
    width: 50%;
  }

  .s1-l ul .slick-dots::before {
    display: none;
  }

  .notice-container {
    padding: .2rem 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: .2rem 0;
  }

  .s1-r ul li.on {
    margin: .1rem 0;
  }
}

@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%;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}