@charset "UTF-8";

body {
  overflow-x: hidden;
}

#adu0 {
z-index:9999999 !important;
}

/*banner*/
.banner-k {
  position: relative;
  overflow: hidden;
  background-color: #2367CD;
  padding-right: 5.2%;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  float: right;
  width: 74.11%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
}

.banner .slick-dots {
  bottom: 0.28rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  height: 0.35rem;
  z-index: 9;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.banner .slick-dots li.slick-active {
  width: 0.4rem;
  height: 0.35rem;
  background: url(../images/ban-dot1.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

.ban-tx {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 43.07%;
  z-index: 1;
  background: url(../images/ban-tx.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.09rem 2.15rem 0.7rem 1.54rem;
}

.ban-tx ul li a {
  display: block;
}

.ban-tx ul li h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.72rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.ban-tx ul li p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 1.2rem;
  color: #AACEFF;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  margin-right: 0.9rem;
}

.ban-tx .slick-slider {
  height: 100%;
}

.ban-tx .slick-list {
  height: 100%;
}

.ban-tx .slick-dots {
  width: auto;
  left: 1.2rem;
  bottom: 0;
  font-size: 0;
}

.ban-tx .slick-dots li {
  width: auto;
  height: inherit;
  font-size: 0;
  margin: 0;
  display: none;
}

.ban-tx .slick-dots li button {
  display: inline-block;
  vertical-align: 0;
  font-size: 0.35rem;
  color: #fff;
  width: auto;
  height: inherit;
  line-height: inherit;
  padding: 0;
  transition: all 0.3s;
}

.ban-tx .slick-dots li span {
  display: inline-block;
  vertical-align: 0.02rem;
  font-size: 0.14rem;
  color: #AACEFF;
  margin: 0 0.02rem 0 0.05rem;
}

.ban-tx .slick-dots li.slick-active {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.14rem;
  color: #AACEFF;
}

.ban-tx .slick-dots li.slick-active button {
  color: #fff;
}

.ban-tx .slick-prev,
.ban-tx .slick-next {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url(../images/ban-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.12rem auto;
  top: auto;
  transform: none;
  bottom: 0;
}

.ban-tx .slick-next {
  right: auto;
  left: 0.6rem;
  background-image: url(../images/ban-next.png);
}

/*首页样式*/
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
}

.title h3 {
  font-family: 'sySong';
  font-size: 0.35rem;
}

.title h3 span {
  font-family: 'sySong';
  font-weight: bold;
  color: #0957CB;
}

.more {}

.more a {
  display: block;
  width: 0.77rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  padding-bottom: 0.03rem;
  background: url(../images/more1.png) no-repeat right bottom;
  background-size: 0.77rem auto;
  transition: all 0.5s;
}

.more a:hover {
  color: #2367CD;
}

/*主体*/

.section1 {
  padding-top: 0.74rem;
  padding-bottom: 0.87rem;
}

.section1_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-lk {
  width: 67.37%;
}

.s1-lt {
  display: flex;
  flex-wrap: wrap;
}

.s1-l {
  width: 55.19%;
}

.s1-l ul li a {
  display: block;
  background: #2367CD;
}

.s1-l ul li .pic {
  padding-top: 61.17%;
  padding-top: 0;
  height: 3.64rem;
}

.s1-l ul li .jdt-tx {
  background: #2367CD;
  padding: 0.22rem 0.3rem;
  margin-right: 0.56rem;
}

.s1-l ul li .jdt-tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s;
}

.s1-l ul li .jdt-tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #B1D0FF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.s1-l .slick-prev,
.s1-l .slick-next {
  width: 0.57rem;
  height: 0.66rem;
  top: auto;
  transform: none;
  z-index: 2;
}

.s1-l .slick-prev {
  left: auto;
  right: 0;
  bottom: 0.66rem;
  background: #96C0FF url(../images/jdt-prev.png) no-repeat center;
  background-size: 0.14rem 0.18rem;
}

.s1-l .slick-next {
  left: auto;
  right: 0;
  bottom: 0;
  background: #F39800 url(../images/jdt-next.png) no-repeat center;
  background-size: 0.14rem 0.18rem;
}

.s1-lr {
  width: 44.81%;
  background: #FFFFFF;
  border: 1px solid rgba(63, 116, 220, 0.44);
  border-left: 0;
  box-shadow: 0px 1px 0.1rem 0px rgba(194, 215, 255, 0.38);
  padding: 0 0.2rem;
}

.s1-lr li a {
  display: flex;
  align-items: center;
  padding: 0.215rem 0;
  border-top: 1px dashed #B5B5B5;
}

.s1-lr li:first-child a {
  border-top: 0;
}

.s1-lr li a .date {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-right: 0.5rem;
}

.s1-lr li a .date::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
  height: 0.4rem;
  border-right: 1px solid #E5E5E5;
  z-index: -1;
}

.s1-lr li a .date b {
  display: block;
  font-size: 0.27rem;
  font-weight: bold;
  color: #2367CD;
}

.s1-lr li a .date span {
  display: block;
  font-size: 0.14rem;
  color: rgba(21, 73, 154, 0.4);
}

.s1-lr li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #414141;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-lr li:hover a h3 {
  font-weight: bold;
  color: #2367CD;
}


.s1-r {
  width: 29%;
}

.s1-r li a {
  display: flex;
  align-items: center;
  padding: 0.21rem 0;
  border-top: 1px solid rgba(21, 73, 154, 0.3);
}

.s1-r li:first-child a {
  border-top: 0;
  padding-top: 0;
}

.s1-r li a .date {
  width: 0.8rem;
  height: 0.65rem;
  border: 1px solid rgba(63, 116, 220, 0.58);
  padding-left: 0.12rem;
  margin-right: 0.2rem;
  padding-top: 0.06rem;
  transition: all 0.5s;
}

.s1-r li a .date b {
  display: block;
  font-size: 0.2rem;
  color: #2367CD;
  transition: all 0.5s;
}

.s1-r li a .date span {
  display: block;
  font-size: 0.14rem;
  color: rgba(21, 73, 154, 0.4);
  margin-top: 0.05rem;
  transition: all 0.5s;
}

.s1-r li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #414141;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-r li:hover a .date {
  background-color: #2367CD;
}

.s1-r li:hover a .date b {
  color: #fff;
}

.s1-r li:hover a .date span {
  color: rgba(255, 255, 255, 0.61);
}

.s1-r li:hover a h3 {
  font-weight: bold;
  color: #2367CD;
}


/* section2 */
.section2 {}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-l,
.s2-r {
  width: 48.75%;
}

.s2-l .s2-lt {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.s2-l .s2-lt a {
  display: flex;
  padding: 0.2rem 0;
}

.s2-l .s2-lt a .date {
  width: 0.65rem;
  height: 0.63rem;
  border: 1px solid #2367CD;
  background-color: #2367CD;
  text-align: center;
  margin-right: 0.32rem;
}

.s2-l .s2-lt a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  color: #2367CD;
  background-color: #fff;
  line-height: 0.38rem;
}

.s2-l .s2-lt a .date span {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.23rem;
}

.s2-l .s2-lt a .tx {
  flex: 1;
  min-width: 0;
}

.s2-l .s2-lt a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #2367CD;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s2-l .s2-lt a .tx h3 em {
  font-weight: bold;
}

.s2-l .s2-lt a .tx p {
  font-size: 0.16rem;
  line-height: 0.2rem;
  height: 0.4rem;
  color: rgba(63, 116, 220, 0.72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.09rem;
}

.s2-l .s2-lt a:hover .tx h3 {
  color: #2367CD;
}

.s2-l>ul li {
  line-height: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
}

.s2-l>ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.s2-l>ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #256FD6;
  transition: all 0.5s;
}

.s2-l>ul li:hover a::after {
  width: 100%;
}

.s2-l>ul li a span {
  float: right;
  display: block;
  font-size: 0.14rem;
  color: #999;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.12rem auto;
  padding-left: 0.18rem;
  margin-left: 0.2rem;
}

.s2-l>ul li a h3 {
  font-size: 0.18rem;
  color: #262626;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.3rem;
  transition: all 0.5s;
}

.s2-l>ul li a h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #256FD6;
  border-radius: 50%;
}

.s2-l>ul li:hover a h3 {
  color: #256FD6;
  font-weight: bold;
}

.s2-l>ul li:hover a span {
  color: #256FD6;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.12rem auto;
}

.s2-r .k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-r .kl {
  width: 47.17%;
}

.s2-r .kr {
  width: 47.43%;
}

.s2-r .k li a {
  display: block;
  padding: 0.38rem 0.3rem;
  background: #FFFFFF;
  border: 1px solid rgba(63, 116, 220, 0.44);
  box-shadow: inset 0px 1px 0.1rem 0px #C2D7FF;
  transition: all 0.5s;
}

.s2-r .k li+li {
  margin-top: 0.3rem;
}

.s2-r .kl li a .date {
  font-size: 0.16rem;
  line-height: 1;
  color: #2250A7;
  transition: all 0.5s;
}

.s2-r .kl li a .date b {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #2250A7;
  padding-right: 0.08rem;
  transition: all 0.5s;
}

.s2-r .kl li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #414141;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  transition: all 0.5s;
}

.s2-r .kl li a p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #414141;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.19rem;
  transition: all 0.5s;
}

.s2-r .kr li a span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #2250A7;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
  transition: all 0.5s;
}

.s2-r .kr li a h3 {
  font-size: 0.18rem;
  color: #262626;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.08rem;
  transition: all 0.5s;
}

.s2-r .kr li a p {
  font-size: 0.16rem;
  color: #414141;
  opacity: 0.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.08rem;
  transition: all 0.5s;
}

.s2-r .kr li+li {
  margin-top: 0.29rem;
}

.s2-r .kr li a {
  padding: 0.335rem 0.2rem;
}

.s2-r .k li:hover a {
  background: url(../images/s2-rbg.jpg) no-repeat center;
  background-size: 100% 100%;
  box-shadow: none;
}

.s2-r .kl li:hover a .date {
  color: rgba(255, 255, 255, 0.5);
}

.s2-r .kl li:hover a .date b {
  color: #fff;
}

.s2-r .kl li:hover a h3 {
  color: #fff;
  font-weight: bold;
}

.s2-r .kl li:hover a p {
  color: rgba(255, 255, 255, 0.8);
}

.s2-r .kr li:hover a span {
  color: #fff;
  background: url(../images/time4.png) no-repeat left center;
  background-size: 0.13rem auto;
}

.s2-r .kr li:hover a h3 {
  color: #fff;
  font-weight: bold;
}

.s2-r .kr li:hover a p {
  color: rgba(255, 255, 255, 0.8);
}

/* section3 */
.section3 {
  padding: 0.8rem 0;
  background: url(../images/section3-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-c>div {
  width: 32.37%;
  padding: 0.35rem 0.2rem 0.1rem 0.2rem;
  background: linear-gradient(180deg, rgba(243, 246, 250, 0.48) 0%, #EEF4FF 100%);
}

.s3-l li {
  border-top: 1px dashed #CACACA;
}

.s3-l li:first-child {
  border-top: none;
}

.s3-l li a {
  display: block;
  padding: 0.2rem 0;
}

.s3-l li:first-child a {
  padding-top: 0;
}

.s3-l li a h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #2B2B2B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/s3-ljt.png) no-repeat left center;
  background-size: 0.06rem auto;
  padding-left: 0.16rem;
  margin-bottom: 0.1rem;
}

.s3-l li a .tx p {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #676767;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3-l li a .tx p>img {
  display: inline-block;
  vertical-align: middle;
  width: 0.14rem;
  margin-right: 0.1rem;
}

.s3-m li {
  border-top: 1px solid #DFDFDF;
}

.s3-m li:first-child {
  border-top: none;
}

.s3-m li a {
  display: block;
  padding: 0.16rem 0;
}

.s3-m li:first-child a {
  padding-top: 0;
}

.s3-m li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #414141;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.s3-m li a span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #2250A7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
}

.s3-m li:hover a h3 {
  font-weight: bold;
  color: #2367CD;
}

.s3-r .s3-rt a {
  display: flex;
  background: url(../images/s3-rtbg.png) no-repeat right center;
  background-size: cover;
}

.s3-r .s3-rt a .pic {
  width: 49.37%;
  padding-top: 0;
  height: 1.44rem;
}

.s3-r .s3-rt a .tx {
  width: 50.63%;
}

.s3-r .s3-rt a .tx .time {
  width: 0.94rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  background: url(../images/s3-rtime.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.73);
}

.s3-r .s3-rt a .tx h3 {
  padding: 0.19rem 0.2rem 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s3-r ul li {
  overflow: hidden;
  line-height: 0.4rem;
  margin-top: 0.3rem;
}

.s3-r ul li span {
  display: block;
  float: right;
  margin-left: 0.2rem;
  font-size: 0.14rem;
  color: #2250A7;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
}

.s3-r ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.18rem;
  color: #414141;
  transition: all 0.5s;
}

.s3-r ul li:hover a,
.s3-r .s3-rt a:hover .tx h3 {
  font-weight: bold;
  color: #2367CD;
}



@media screen and (max-width: 1600px) {
  .banner-k {
    padding-right: 0.2rem;
  }

  .ban-tx {
    padding: 0.3rem 1rem 0.3rem 0.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .ban-tx ul li h3 {
    font-size: 0.2rem;
  }

  .ban-tx ul li p {
    font-size: 0.16rem;
    height: 1.8rem;
    -webkit-line-clamp: 6;
  }

  .ban-tx .slick-dots li button {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {
  .banner-k {
    padding-right: 0;
  }

  .banner {
    float: none;
    width: 100%;
  }

  .ban-tx {
    position: static;
    width: 100%;
    padding: 0.3rem 0.2rem;
  }

  .ban-tx ul li a {
    padding-bottom: 0.6rem;
  }

  .ban-tx ul li h3 {
    height: 0.36rem;
    -webkit-line-clamp: 1;
  }

  .ban-tx ul li p {
    margin-right: 0;
    height: 0.9rem;
    -webkit-line-clamp: 3;

  }
}

@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 0.3rem;
  }

  .title h3 {
    font-size: 0.28rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s1-lk {
    width: 100%;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l ul li .pic {
    padding-top: 61.17%;
    height: auto;
  }

  .s1-l ul li .jdt-tx {
    padding: 0.22rem 0.2rem;
  }

  .s1-l ul li .jdt-tx p {
    font-size: 0.16rem;
  }

  .s1-lr {
    width: 100%;
    border: 1px solid rgba(63, 116, 220, 0.44) !important;
    border-top: 0;
  }

  .s1-lr li a h3 {
    font-size: 0.2rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-r li a h3 {
    font-size: 0.2rem;
  }

  .s2-l,
  .s2-r {
    width: 100%;
  }

  .s2-r {
    margin-top: 0.3rem;
  }

  .s2-r .kl,
  .s2-r .kr {
    width: 100%;
  }

  .s2-r .kr {
    margin-top: 0.2rem;
  }

  .s2-l .s2-lt a .tx h3,
  .s2-l>ul li a h3,
  .s2-r .kl li a h3,
  .s2-r .kr li a h3 {
    font-size: 0.2rem;
  }

  .s2-l>ul li a span {
    font-size: 0.16rem;
  }

  .s2-r .k li+li {
    margin-top: 0.2rem;
  }

  .s2-r .k li a {
    padding: 0.2rem;
  }

  .s2-r .kl li a h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s2-r .kl li a p {
    height: auto;
    max-height: 0.48rem;
  }

  .s2-r .kr li a p {
    margin-top: 0.19rem;
  }

  .section3 {
    padding: 0.4rem 0 0.5rem 0;
  }

  .s3-c>div {
    width: 100%;
  }

  .s3-c>div+div {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .s3-l li a h3 {
    font-size: 0.2rem;
  }

  .s3-l li a .tx p {
    font-size: 0.16rem;
  }

  .s3-m li a h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.52rem;
  }

  .s3-m li a span {
    font-size: 0.16rem;
  }

  .s3-r .s3-rt a {
    flex-wrap: wrap;
  }

  .s3-r .s3-rt a .pic {
    width: 100%;
    padding-top: 61.01%;
    height: auto;
  }

  .s3-r .s3-rt a .tx {
    width: 100%;
  }

  .s3-r .s3-rt a .tx h3 {
    font-size: 0.2rem;
    padding: 0.2rem;
  }

  .s3-r ul li {
    margin-top: 0.2rem;
  }

  .s3-r ul li a {
    font-size: 0.2rem;
  }

  .s3-r ul li span {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}