.news1 {
  background: #FBFBFB;
  padding: 150px 0 137px;
}
.news1 .wrap {
  width: 1400px;
  margin: auto;
}
.news1 .wrap .title {
  text-align: center;
}
.news1 .wrap .title h1 {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 8px;
}
.news1 .wrap .title p {
  color: #888;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news1 .wrap .cut {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 37px auto 0;
  width: fit-content;
  height: 48px;
  border-radius: 24px;
  background: #F0F0F0;
  gap: 5px;
  padding: 0 5px;
}
.news1 .wrap .cut .list {
  width: fit-content;
  height: 40px;
  border-radius: 20px;
  background: #FFF;
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.news1 .wrap .cut .list:hover {
  color: var(--color);
}
.news1 .wrap .cut .list.on {
  background: var(--color);
  color: #fff;
}
.news1 .wrap .content {
  width: 100%;
  margin: 65px 0 0 0;
  position: relative;
}
.news1 .wrap .content .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1571px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.news1 .wrap .content .button .circle {
  width: 46px;
  height: 46px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: .6s ease;
  cursor: pointer;
  pointer-events: auto;
}
.news1 .wrap .content .button .circle:hover {
  border-color: var(--color);
}
.news1 .wrap .content .button .circle:hover .iconfont {
  color: var(--color);
}
.news1 .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.news1 .wrap .content .button .circle .iconfont {
  font-size: 14px;
  color: #D9D9D9;
  transition: .6s ease;
}
.news1 .wrap .content .swiper-pagination {
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item {
  height: 424px;
  border-radius: 16px;
  border: 1px solid #F9F9F9;
  background: #FFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item:hover .images img {
  transform: scale(1.05);
}
.news1 .wrap .content .newsSwiper .swiper-slide .item:hover .r .joke .p1 {
  color: var(--color);
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .images {
  width: 50%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .joke {
  width: 481px;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .time {
  display: flex;
  align-items: center;
  gap: 7px;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .time img {
  width: 12px;
  height: 12px;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .time p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .p1 {
  margin: 22px 0 30px;
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 133.333%;
  /* 133.333% */
  transition: .6s ease;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .p2 {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin: 0 0 46px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .more {
  display: flex;
  align-items: center;
  gap: 7px;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .more p {
  color: var(--color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news1 .wrap .content .newsSwiper .swiper-slide .item .r .more .iconfont {
  font-size: 12px;
  color: var(--color);
}

.news2 {
  padding: 82px 0 102px;
}
.news2 .wrap {
  width: 1400px;
  margin: auto;
}
.news2 .wrap .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px 30px;
}
.news2 .wrap .grid .item {
  width: 100%;
}
.news2 .wrap .grid .item:hover .img img {
  transform: scale(1.05);
}
.news2 .wrap .grid .item:hover .text .p1 {
  color: var(--color);
}
.news2 .wrap .grid .item .img {
  width: 100%;
  height: 278px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.news2 .wrap .grid .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news2 .wrap .grid .item .text .time {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 35px 0 0 0;
}
.news2 .wrap .grid .item .text .time img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.news2 .wrap .grid .item .text .time p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.news2 .wrap .grid .item .text .p1 {
  width: 95%;
  color: #1A1A1A;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 22px 0 35px;
  transition: .6s ease;
}
.news2 .wrap .grid .item .text .more {
  display: flex;
  align-items: center;
  gap: 7px;
}
.news2 .wrap .grid .item .text .more p {
  color: #2EA148;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news2 .wrap .grid .item .text .more .iconfont {
  font-size: 13px;
  color: #2EA148;
}
.news2 .wrap .common_paging {
  margin: 75px 0 0 0;
}

.newsInfo1 .top {
  padding: 156px 0 82px;
  background: #F8F8F8;
}
.newsInfo1 .top .title {
  width: 90%;
  margin: auto;
  color: #1A1A1A;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.newsInfo1 .top .display {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0 0;
}
.newsInfo1 .top .display .time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 46px 0 0;
}
.newsInfo1 .top .display .time svg {
  width: 16px;
  height: 16px;
}
.newsInfo1 .top .display .time p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.newsInfo1 .top .display .links {
  display: flex;
  gap: 20px;
  position: relative;
}
.newsInfo1 .top .display .links .pick {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.newsInfo1 .top .display .links .alert {
  width: fit-content;
  padding: 6px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background: #111;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateY(-10px);
  white-space: nowrap;
  display: none;
}
.newsInfo1 .top .display .links a .iconfont {
  color: #6E6E73;
  font-size: 18px;
  transition: .6s ease;
  display: block;
}
.newsInfo1 .top .display .links a .iconfont:hover {
  color: var(--color);
}
.newsInfo1 .bottom {
  position: relative;
  padding: 68px 0 160px;
}
.newsInfo1 .bottom .wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.newsInfo1 .bottom .wrap .position {
  position: absolute;
  top: 0;
  left: calc(100% + 50px);
  z-index: 6;
  height: 100%;
}
.newsInfo1 .bottom .wrap .position .attention {
  position: sticky;
  top: 100px;
  height: fit-content;
  width: 144px;
  border: 1px solid #EEEEEE;
  padding: 21px 14px 14px 14px;
  transition: .6s ease;
}
.newsInfo1 .bottom .wrap .position .attention:hover {
  border-color: var(--color);
}
.newsInfo1 .bottom .wrap .position .attention p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  padding: 0 0 0 9px;
}
.newsInfo1 .bottom .wrap .position .attention img {
  width: 116px;
  height: 116px;
  margin: 15px 0 0 0;
  display: block;
}
.newsInfo1 .bottom .wrap .content p {
  color: #333;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  /* 177.778% */
}
.newsInfo1 .bottom .wrap .content p img {
  height: auto;
}
.newsInfo1 .bottom .wrap .other {
  margin: 74px 0 0 0;
  border-top: 1px solid #D9D9D9;
  padding: 17px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.newsInfo1 .bottom .wrap .other .item {
  width: 380px;
  display: block;
}
.newsInfo1 .bottom .wrap .other .item:hover p:nth-child(2) {
  color: var(--color);
}
.newsInfo1 .bottom .wrap .other .item p {
  color: #1A1A1A;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: .6s ease;
}
.newsInfo1 .bottom .wrap .other .item p:not(:last-child) {
  margin: 0 0 7px;
}

.fixed_code {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .6s ease;
}

.fixed_code.on {
  opacity: 1;
  pointer-events: auto;
}

.fixed_code .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fixed_code .content {
  border-radius: 10px;
  background: #fff;
  width: 800px;
  height: 374px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 90%;
}

.fixed_code .content .joke .title {
  font-size: 26px;
  color: #111;
  text-align: center;
  font-weight: bold;
}

.fixed_code .content .joke canvas {
  width: 128px;
  height: 128px;
  display: block;
  margin: auto;
}

.fixed_code .content .close {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #E8E8ED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  z-index: 45;
  cursor: pointer;
  transition: .6s ease;
}

.fixed_code .content .close:hover {
  background: var(--color);
}

.fixed_code .content .close:hover svg path {
  fill: #fff;
}

.fixed_code .content .close svg path {
  transition: .6s ease;
}

.fixed_code .content .close svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1919px) {
  .news1{
    padding: 7.8125vw 0px 7.1354166667vw;
  }
  .news1 .wrap{
    width: 72.9166666667vw;
  }
  .news1 .wrap .title h1{
    font-size: 2.5vw;
    margin: 0px 0px 0.4166666667vw;
  }
  .news1 .wrap .title p{
    font-size: 0.9375vw;
  }
  .news1 .wrap .cut{
    margin: 1.9270833333vw auto 0px;
    height: 2.5vw;
    border-radius: 1.25vw;
    gap: 0.2604166667vw;
    padding: 0px 0.2604166667vw;
  }
  .news1 .wrap .cut .list{
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 0px 1.09375vw;
    font-size: 0.7291666667vw;
  }
  .news1 .wrap .content{
    margin: 3.3854166667vw 0px 0px;
  }
  .news1 .wrap .content .button{
    width: 81.8229166667vw;
  }
  .news1 .wrap .content .button .circle{
    width: 2.3958333333vw;
    height: 2.3958333333vw;
  }
  .news1 .wrap .content .button .circle .iconfont{
    font-size: 0.7291666667vw;
  }
  .news1 .wrap .content .swiper-pagination{
    bottom: -2.4479166667vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item{
    height: 22.0833333333vw;
    border-radius: 0.8333333333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .images{
    border-radius: 0.8333333333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .joke{
    width: 25.0520833333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time{
    gap: 0.3645833333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time img{
    width: 0.625vw;
    height: 0.625vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time p{
    font-size: 0.7291666667vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .p1{
    margin: 1.1458333333vw 0px 1.5625vw;
    font-size: 1.25vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .p2{
    font-size: 0.7291666667vw;
    margin: 0px 0px 2.3958333333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more{
    gap: 0.3645833333vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more p{
    font-size: 0.7291666667vw;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more .iconfont{
    font-size: 0.625vw;
  }
  .news2{
    padding: 4.2708333333vw 0px 5.3125vw;
  }
  .news2 .wrap{
    width: 72.9166666667vw;
  }
  .news2 .wrap .grid{
    gap: 2.5520833333vw 1.5625vw;
  }
  .news2 .wrap .grid .item .img{
    height: 14.4791666667vw;
    border-radius: 0.8333333333vw;
  }
  .news2 .wrap .grid .item .text .time{
    gap: 0.3645833333vw;
    margin: 1.8229166667vw 0px 0px;
  }
  .news2 .wrap .grid .item .text .time img{
    width: 0.625vw;
    height: 0.625vw;
  }
  .news2 .wrap .grid .item .text .time p{
    font-size: 0.7291666667vw;
  }
  .news2 .wrap .grid .item .text .p1{
    font-size: 1.0416666667vw;
    margin: 1.1458333333vw 0px 1.8229166667vw;
  }
  .news2 .wrap .grid .item .text .more{
    gap: 0.3645833333vw;
  }
  .news2 .wrap .grid .item .text .more p{
    font-size: 0.7291666667vw;
  }
  .news2 .wrap .grid .item .text .more .iconfont{
    font-size: 0.6770833333vw;
  }
  .news2 .wrap .common_paging{
    margin: 3.90625vw 0px 0px;
  }
  .newsInfo1 .top{
    padding: 8.125vw 0px 4.2708333333vw;
  }
  .newsInfo1 .top .title{
    font-size: 1.6666666667vw;
  }
  .newsInfo1 .top .display{
    margin: 1.1458333333vw 0px 0px;
  }
  .newsInfo1 .top .display .time{
    gap: 0.625vw;
    margin: 0px 2.3958333333vw 0px 0px;
  }
  .newsInfo1 .top .display .time svg{
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .newsInfo1 .top .display .time p{
    font-size: 0.8333333333vw;
  }
  .newsInfo1 .top .display .links{
    gap: 1.0416666667vw;
  }
  .newsInfo1 .top .display .links .pick{
    font-size: 0.8333333333vw;
  }
  .newsInfo1 .top .display .links .alert{
    padding: 0.3125vw 0.78125vw;
    font-size: 0.625vw;
    border-radius: 0.2083333333vw;
    transform: translateY(-0.5208333333vw);
  }
  .newsInfo1 .top .display .links a .iconfont{
    font-size: 0.9375vw;
  }
  .newsInfo1 .bottom{
    padding: 3.5416666667vw 0px 8.3333333333vw;
  }
  .newsInfo1 .bottom .wrap{
    width: 52.0833333333vw;
  }
  .newsInfo1 .bottom .wrap .position{
    left: calc(100% + 2.6041666667vw);
  }
  .newsInfo1 .bottom .wrap .position .attention{
    top: 5.2083333333vw;
    width: 7.5vw;
    padding: 1.09375vw 0.7291666667vw 0.7291666667vw;
  }
  .newsInfo1 .bottom .wrap .position .attention p{
    font-size: 0.7291666667vw;
    padding: 0px 0px 0px 0.46875vw;
  }
  .newsInfo1 .bottom .wrap .position .attention img{
    width: 6.0416666667vw;
    height: 6.0416666667vw;
    margin: 0.78125vw 0px 0px;
  }
  .newsInfo1 .bottom .wrap .content p{
    font-size: 0.9375vw;
  }
  .newsInfo1 .bottom .wrap .other{
    margin: 3.8541666667vw 0px 0px;
    padding: 0.8854166667vw 0px 0px;
  }
  .newsInfo1 .bottom .wrap .other .item{
    width: 19.7916666667vw;
  }
  .newsInfo1 .bottom .wrap .other .item p{
    font-size: 0.8333333333vw;
  }
  .newsInfo1 .bottom .wrap .other .item p:not(:last-child){
    margin: 0px 0px 0.3645833333vw;
  }
  /*.fixed_code .content{*/
  /*  border-radius: 0.5208333333vw;*/
  /*  width: 41.6666666667vw;*/
  /*  height: 19.4791666667vw;*/
  /*}*/
  /*.fixed_code .content .joke .title{*/
  /*  font-size: 1.3541666667vw;*/
  /*}*/
  /*.fixed_code .content .joke canvas{*/
  /*  width: 6.6666666667vw;*/
  /*  height: 6.6666666667vw;*/
  /*}*/
  /*.fixed_code .content .close{*/
  /*  width: 1.875vw;*/
  /*  height: 1.875vw;*/
  /*  top: 1.0416666667vw;*/
  /*  right: 1.0416666667vw;*/
  /*}*/
  /*.fixed_code .content .close svg{*/
  /*  width: 0.8333333333vw;*/
  /*  height: 0.8333333333vw;*/
  /*}*/
}

@media screen and (max-width: 1024px) {
  .news1{
    padding: 90px 0 40px;
  }
  .news1 .wrap{
    width: 90%;
  }
  .news1 .wrap .title h1{
    font-size: 20px;
    margin: 0 0 6px;
  }
  .news1 .wrap .cut{
    margin: 25px auto 0;
    height: 40px;
    border-radius: 30px;
    gap: 5px;
    padding: 0 5px;
  }
  .news1 .wrap .cut .list{
    height: 30px;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
  .news1 .wrap .title p{
    font-size: 13px;
  }
  .news1 .wrap .content{
    margin: 25px 0 0 0;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide{
    height: auto;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item{
    height: 100%;
    border-radius: 10px;
    flex-direction: column;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .images{
    width: 100%;
    height: 200px;
    border-radius: inherit;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .joke{
    width: 100%;
    padding: 20px 5%;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r{
    width: 100%;
    height: auto;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time{
    gap: 5px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time img{
    width: 12px;
    height: 12px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .time p{
    font-size: 12px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .p1{
    font-size: 16px;
    margin: 10px 0 7px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .p2{
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more{
    gap: 5px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more p{
    font-size: 13px;
  }
  .news1 .wrap .content .newsSwiper .swiper-slide .item .r .more .iconfont{
    font-size: 13px;
    display: block;
    position: relative;
    top: 1px;
  }

  .news1 .wrap .content .button{
    width: 100%;
    margin: 20px 0 0 0;
    position: static;
    transform: translate(0);
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .news1 .wrap .content .button .circle{
    width: 40px;
    height: 40px;
  }
  .news1 .wrap .content .button .circle .iconfont{
    font-size: 13px;
  }
  .news1 .wrap .content .swiper-pagination{
    bottom: -30px;
    position: static;
    width: fit-content;
    transform: none;
    margin: 22px auto 10px;
  }
  .swiper-pagination span{
    width: 7px;
    height: 7px;
    margin: 0 15px 0 0!important;
  }
  .swiper-pagination span:last-child{
    margin: 0!important;
  }
  .news2{
    padding: 40px 0;
  }
  .news2 .wrap{
    width: 90%;
  }
  .news2 .wrap .grid{
    gap: 30px 15px;
    grid-template-columns: repeat(1,1fr);
  }
  .news2 .wrap .grid .item .img{
    height: auto;
    border-radius: 10px;
  }
  .news2 .wrap .grid .item .text .time{
    margin: 10px 0 0 0;
    gap: 10px;
  }
  .news2 .wrap .grid .item .text .time img{
    width: 12px;
    height: 12px;
  }
  .news2 .wrap .grid .item .text .time p{
    font-size: 12px;
  }
  .news2 .wrap .grid .item .text .p1{
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .news2 .wrap .grid .item .text .more p{
    font-size: 14px;
  }
  .news2 .wrap .grid .item .text .more{
    gap: 7px;
  }
  .news2 .wrap .grid .item .text .more .iconfont{
    font-size: 13px;
  }

  .newsInfo1 .top{
    padding: 90px 0 30px;
  }
  .newsInfo1 .top .title{
    font-size: 18px;
  }
  .newsInfo1 .top .display{
    margin: 15px 0 0 0;
  }
  .newsInfo1 .top .display .time svg{
    width: 14px;
    height: 14px;
  }
  .newsInfo1 .top .display .time p{
    font-size: 14px;
  }
  .newsInfo1 .top .display .time{
    gap: 8px;
    margin: 0 20px 0 0 ;
  }
  .newsInfo1 .top .display .links{
    gap: 10px;
    align-items: center;
  }
  .newsInfo1 .top .display .links .pick{
    font-size: 13px;
  }
  .newsInfo1 .top .display .links a .iconfont{
    font-size: 16px;
    display: block;
  }
  .newsInfo1 .top .display .links a{
    display: block;
  }
  .fixed_code .content .joke .title{
    font-size: 22px;
  }
  .newsInfo1 .top .display .links .alert{
    padding: 6px 10px;
    font-size: 12px;
  }
  .newsInfo1 .bottom{
    padding: 30px 0;
  }
  .newsInfo1 .bottom .wrap{
    width: 90%;
  }
  .newsInfo1 .bottom .wrap .content h1{
    font-size: 16px!important;
  }
  .newsInfo1 .bottom .wrap .content p{
    font-size: 13px;
  }
  .newsInfo1 .bottom .wrap .position{
    position: static;
    transform: none;
  }
  .newsInfo1 .bottom .wrap .other{
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    gap: 25px;
  }
  .newsInfo1 .bottom .wrap .other .item p:not(:last-child){
    margin: 0 0 4px;
  }
  .newsInfo1 .bottom .wrap .other .item p{
    font-size: 12px;
  }
  .newsInfo1 .bottom .wrap .other{
    flex-direction: column;
  }
  .newsInfo1 .bottom .wrap .other .item {
    width: 100%;
  }
  .newsInfo1 .bottom .wrap .position .attention{
    position: static;
    top: 0;
    width: fit-content;
    padding: 10px;
    margin: 35px 0 0 0;
  }
  .newsInfo1 .bottom .wrap .position .attention p{
    font-size: 12px;
    padding: 0;
  }
  .newsInfo1 .bottom .wrap .position .attention img{
    width: 80px;
    height: 80px;
    margin: 5px 0 0 0;
  }
}