.banner {
  height: min(49.6875rem, 795px);
  background-color: #333;
  position: relative;
}
.banner .banner_content {
  height: 100%;
}
.banner .container {
  width: min(100rem, 1600px);
}
.banner .item {
  height: 100%;
  padding-top: min(9.375rem, 150px);
  background-size: cover;
  display: none;
}
.banner .item.active {
  display: block;
}
.banner .title {
  width: min(55rem, 880px);
  font-size: min(4.5rem, 72px);
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
}
.banner .sub_title {
  font-size: min(2.25rem, 36px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: min(1.875rem, 30px);
}
.banner .tag_wrap {
  display: inline-block;
  font-size: min(2.5rem, 40px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(1.875rem, 30px);
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #9b3f82;
  padding: min(1.3125rem, 21px) min(2.3125rem, 37px);
  margin-top: min(3.125rem, 50px);
  border-radius: min(5rem, 80px);
}
.banner .side_wrap {
  width: min(25rem, 400px);
  height: min(5rem, 80px);
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.banner .side_wrap .next {
  width: min(5rem, 80px);
  height: min(5rem, 80px);
  background-color: #9b3f82;
  background-image: url(./imgs/icons/icon_next.png);
  background-repeat: no-repeat;
  background-size: min(3.375rem, 54px);
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
}
.banner .side_wrap .count_wrap {
  flex: 1;
  font-size: min(1.5rem, 24px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(1.875rem, 30px);
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .side_wrap .count_wrap span {
  color: #9b3f82;
}

.column .column_head .title {
  font-size: min(3rem, 48px);
  font-weight: bold;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #373737;
  text-align: center;
}
.column .column_head p {
  margin-top: min(2.375rem, 38px);
  font-size: min(1.125rem, 18px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #565552;
  text-align: center;
}

.column1 {
  height: min(69.8125rem, 1117px);
  background: url(imgs/bg/column1_banner.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: min(0.75rem, 12px);
}
.column1 .container {
  width: min(100rem, 1600px);
}
.column1 .column_head {
  font-size: min(2.625rem, 42px);
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #373737;
  margin-top: min(7.1875rem, 115px);
}
.column1 .desc {
  font-size: min(1.125rem, 18px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #565552;
  text-align: center;
  margin-top: min(2.5rem, 40px);
}
.column1 .grid_wrap {
  display: flex;
  gap: min(5.9375rem, 95px);
  justify-content: center;
  margin-top: min(1.875rem, 30px);
}
.column1 .grid_wrap .item_top strong {
  font-size: min(1.875rem, 30px);
  font-weight: bolder;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #9b3f82;
}
.column1 .grid_wrap .item_top span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #9b3f82;
}
.column1 .grid_wrap .item_bottom {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6a5d66;
  margin-top: min(0.25rem, 4px);
}
.column1 .more {
  display: flex;
  justify-content: center;
  margin-top: min(2.5rem, 40px);
}
.column1 .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(11.0625rem, 177px);
  height: min(2.75rem, 44px);
  background-color: #9b3f82;
  border-radius: min(1.375rem, 22px);
  font-size: 14px;
  color: #fff;
}
.column1 .video_wrap {
  margin-top: min(2.5rem, 40px);
  width: min(44.4375rem, 711px);
  height: min(23rem, 368px);
  border-radius: min(1.875rem, 30px);
  overflow: hidden;
  margin: min(3.75rem, 60px) auto;
  position: relative;
}
.column1 .video_wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(4.1875rem, 67px);
  height: min(4.1875rem, 67px);
  border-radius: 50%;
  background-image: url(./imgs/icons/icon_play.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 99;
}
.column1 .video_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column1 .video_wrap .video_play {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 32;
  -o-object-fit: cover;
  object-fit: cover;
}

.column2 {
  height: min(54rem, 864px);
  background: url(imgs/bg/column2.jpg) no-repeat center top;
  background-color: #9a3f82;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
}
.column2 .container {
  width: min(100rem, 1600px);
}
.column2 .column_head {
  padding-top: min(6.5rem, 104px);
  position: relative;
}
.column2 .column_head .title {
  font-size: min(3rem, 48px);
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #ffffff;
}
.column2 .column_head .desc {
  font-size: min(1.125rem, 18px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: min(1.375rem, 22px);
}
.column2 .column_head .btn_wrap {
  width: min(12.125rem, 194px);
  height: min(2.875rem, 46px);
  border-radius: 23px;
  border: solid 1px #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.column2 .column_head .btn_wrap a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #ffffff;
}
.column2 .column_head .btn_wrap a span {
  padding-left: 26px;
  background: url(imgs/icons/icon_yy.png) no-repeat left center;
}
.column2 .column_body {
  margin-top: min(7.0625rem, 113px);
}
.column2 .column_body .swiper {
  overflow: visible;
}
.column2 .column_body .swiper-slide {
  width: min(20rem, 320px);
  height: min(24.8125rem, 397px);
  border-radius: min(1.875rem, 30px);
}
.column2 .column_body .card {
  height: min(24.8125rem, 397px);
  border-radius: min(1.875rem, 30px);
  background: #fff;
  border-radius: min(1.875rem, 30px);
  padding: min(2.5rem, 40px);
  transition: 0.3s;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.column2 .column_body .card p {
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #616161;
  margin-top: min(1.875rem, 30px);
}
.column2 .column_body .card:hover {
  transform: translateY(-10px);
}
.column2 .column_body h3 {
  margin-top: min(3.125rem, 50px);
  font-size: min(1.375rem, 22px);
  font-weight: bold;
  font-stretch: normal;
  line-height: min(1.875rem, 30px);
  letter-spacing: 0px;
  color: #3a3a3a;
}
.column2 .column_body .num {
  font-size: min(6.25rem, 100px);
  font-family: Arial;
  color: #f9f2f5;
  font-weight: bold;
  position: absolute;
  top: min(2rem, 32px);
  right: min(2.6875rem, 43px);
  line-height: 1;
}
.column2 .column_body .prev,
.column2 .column_body .next {
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 430px;
  z-index: 20;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.column2 .column_body .prev {
  left: -90px;
}
.column2 .column_body .next {
  right: -90px;
}
.column2 .column_body .btn_wrap {
  width: min(12.125rem, 194px);
  height: min(2.875rem, 46px);
  border-radius: 23px;
  border: solid 1px #ffffff;
  display: none;
}
.column2 .column_body .btn_wrap a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #ffffff;
}
.column2 .column_body .btn_wrap a span {
  padding-left: 26px;
  background: url(imgs/icons/icon_yy.png) no-repeat left center;
}

.column3 {
  height: min(59.1875rem, 947px);
  background: url(imgs/bg/column3.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: min(8.5rem, 136px);
}
.column3 .container {
  width: min(100rem, 1600px);
}
.column3 .column_body {
  margin-top: min(7.875rem, 126px);
}
.column3 ul {
  display: grid;
  gap: min(1.8125rem, 29px);
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.column3 ul li {
  width: min(34rem, 544px);
  height: min(8.125rem, 130px);
  background-color: #ffffff;
  border-radius: min(1.25rem, 20px);
  border: solid 1px #eadee7;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  padding: min(1.625rem, 26px);
}
.column3 ul li .img_wrap {
  width: min(3.25rem, 52px);
  margin-right: min(1.875rem, 30px);
}
.column3 ul li .img_wrap a {
  width: 100%;
  display: block;
}
.column3 ul li .img_wrap img {
  width: 100%;
}
.column3 ul li .content_wrap .title {
  font-size: min(1.125rem, 18px);
  font-weight: bold;
}
.column3 ul li .content_wrap .position {
  font-size: min(1rem, 16px);
  margin-top: 10px;
  color: #616161;
}

.column4 {
  height: min(61.5625rem, 985px);
  background: url(imgs/bg/column4.jpg) no-repeat center top;
  background-size: auto 100%;
  background-color: #94357e;
  padding-top: min(5.5rem, 88px);
}
.column4 .column_head .title {
  color: #ffffff !important;
}
.column4 .column_head p {
  color: #ffffff !important;
}
.column4 .container {
  width: min(100rem, 1600px);
}
.column4 ul {
  display: flex;
  justify-content: center;
  gap: min(4.8125rem, 77px);
  margin-top: min(4.375rem, 70px);
}
.column4 li {
  width: min(19.1875rem, 307px);
  height: min(33.8125rem, 541px);
  background-color: #ffffff;
  border-radius: min(9.5625rem, 153px);
  overflow: hidden;
}
.column4 li:hover {
  background-color: #e8a0bf;
}
.column4 li:hover .title,
.column4 li:hover .position {
  color: #fff;
}
.column4 li:hover .title a,
.column4 li:hover .position a {
  color: #fff;
}
.column4 li:hover p {
  color: #fff;
}
.column4 li:hover .more {
  color: #fff;
  border-color: #fff;
}
.column4 li .img_wrap {
  width: min(15.3125rem, 245px);
  height: min(18.125rem, 290px);
  background-color: #000000;
  border-radius: min(7.4375rem, 119px);
  overflow: hidden;
  margin: 20px auto;
}
.column4 li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column4 li .title,
.column4 li .position {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.column4 li .title a,
.column4 li .position a {
  color: #303030;
}
.column4 li .title a:hover,
.column4 li .position a:hover {
  color: #9b3f82;
}
.column4 li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #7b7b7b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: min(0.9375rem, 15px) min(2.625rem, 42px) 0;
}
.column4 li .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(5.6875rem, 91px);
  height: 28px;
  border-radius: 14px;
  border: solid 1px #9b3f82;
  margin: min(1.25rem, 20px) auto 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #95367e;
}
.column4 .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(3.75rem, 60px);
  gap: min(3.75rem, 60px);
}
.column4 .btn_wrap a {
  height: min(2.875rem, 46px);
  padding: 0 min(3.125rem, 50px);
  border: solid 1px #ffffff;
  border-radius: min(1.375rem, 22px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.column4 .btn_wrap a span {
  padding-left: 24px;
  background: url(imgs/icons/icon_xm.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}
.column4 .btn_wrap a:first-child span {
  background: url(imgs/icons/icon_yy.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}

.column5 {
  height: min(55.6875rem, 891px);
  padding-top: min(6.75rem, 108px);
  padding-bottom: min(7.25rem, 116px);
  background: url(imgs/bg/column5.jpg) no-repeat center top;
  background-size: auto 100%;
}
.column5 .container {
  width: min(100rem, 1600px);
}
.column5 .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(32.375rem, 518px);
  gap: min(3.75rem, 60px);
}
.column5 .btn_wrap a {
  height: min(2.875rem, 46px);
  padding: 0 min(3.125rem, 50px);
  border: solid 1px #ffffff;
  border-radius: min(1.375rem, 22px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #9b3f82;
}
.column5 .btn_wrap a span {
  padding-left: 24px;
  background: url(imgs/icons/icon_xm.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}
.column5 .btn_wrap a:hover {
  background-color: #e8a0bf;
}
.column5 .btn_wrap a:first-child span {
  background: url(imgs/icons/icon_yy.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}

.column6 {
  padding-top: min(6rem, 96px);
  padding-bottom: min(8.125rem, 130px);
}
.column6 .container {
  width: min(100rem, 1600px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.column6 .column6_top {
  width: 100%;
  position: relative;
}
.column6 .column6_top .title {
  font-size: min(3rem, 48px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #373737;
}
.column6 .column6_top p {
  font-family: SourceHanSansSC-Regular;
  font-size: min(1.125rem, 18px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #565552;
}
.column6 .column6_top .more {
  width: min(12.125rem, 194px);
  height: min(2.875rem, 46px);
  background-color: #9b3f82;
  border-radius: min(1.375rem, 22px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.column6 .column6_top .more span {
  background: url(imgs/icons/icon_wz.png) no-repeat left center;
  background-size: min(0.9375rem, 15px) auto;
  padding-left: 23px;
}
.column6 .column6_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: min(3.5625rem, 57px);
  margin-top: min(5rem, 80px);
}
.column6 .column6_body .column6_left {
  width: 41%;
}
.column6 .column6_body .column6_left .img_wrap {
  height: min(28.8125rem, 461px);
  background-color: #f1f1f1;
  border-radius: min(1.25rem, 20px);
}
.column6 .column6_body .column6_left .img_wrap img {
  width: 100%;
  height: 100%;
}
.column6 .column6_body .column6_left .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  color: #95367f;
  border-bottom: solid 1px #dbdcde;
  padding-left: min(1.25rem, 20px);
  padding-bottom: min(1.25rem, 20px);
  margin-top: min(1.75rem, 28px);
}
.column6 .column6_body .column6_left .time span {
  padding-left: min(1.9375rem, 31px);
  background: url(imgs/icons/icon_time.png) no-repeat left center;
  background-size: min(1rem, 16px) auto;
}
.column6 .column6_body .column6_left .title {
  font-size: min(1.375rem, 22px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  margin-top: min(1.25rem, 20px);
  padding-left: min(1rem, 16px);
}
.column6 .column6_body .column6_left .title a {
  color: #403a3e;
}
.column6 .column6_body .column6_left .title a:hover {
  color: #9b3f82;
}
.column6 .column6_body .column6_right {
  flex: 1;
}
.column6 .column6_body .column6_right .img_wrap {
  width: min(15.4375rem, 247px);
  height: min(10.875rem, 174px);
  background-color: #f1f1f1;
  border-radius: min(1.25rem, 20px);
  flex-shrink: 0;
}
.column6 .column6_body .column6_right .img_wrap img {
  width: 100%;
  height: 100%;
}
.column6 .column6_body .column6_right li {
  display: flex;
  gap: min(4rem, 64px);
  margin-bottom: min(2.5rem, 40px);
}
.column6 .column6_body .column6_right li .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #95367f;
  padding-bottom: min(1.25rem, 20px);
  border-bottom: solid 1px #dbdcde;
  padding-left: min(1.25rem, 20px);
}
.column6 .column6_body .column6_right li .time span {
  padding-left: min(1.9375rem, 31px);
  background: url(imgs/icons/icon_time.png) no-repeat left center;
  background-size: min(1rem, 16px) auto;
}
.column6 .column6_body .column6_right li .title {
  margin-top: min(1.25rem, 20px);
  font-size: min(1.375rem, 22px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(2.25rem, 36px);
  letter-spacing: 0px;
  padding-left: min(1.25rem, 20px);
}
.column6 .column6_body .column6_right li .title a {
  color: #403a3e;
}
.column6 .column6_body .column6_right li .title a:hover {
  color: #9b3f82;
}
.column6 .column6_body .column6_right li .content_wrap {
  flex: 1;
}

@media screen and (max-width: 930px) {
  body {
    padding-top: min(7.6875rem, 123px);
  }
  .banner .title {
    width: 100%;
    font-size: min(2.25rem, 36px);
    text-align: center;
    padding: 0 min(1.25rem, 20px);
  }
  .column .column_head .title {
    font-size: min(2.375rem, 38px);
  }
  .column1 {
    height: auto;
  }
  .column1 .video_wrap {
    width: 100%;
  }
  .column1 .column_head {
    font-size: min(2.375rem, 38px);
  }
  .column3 {
    height: auto;
    padding-bottom: min(5rem, 80px);
  }
  .column3 .column_body {
    margin-top: min(3.75rem, 60px);
  }
  .column3 ul li {
    width: 100%;
  }
  .column4 {
    height: auto;
  }
  .column4 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(1.25rem, 20px);
  }
  .column7 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 380px;
  }
  .banner .item {
    padding-top: 50px;
  }
  .banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .sub_title {
    font-size: 18px;
    text-align: center;
  }
  .banner .tag_wrap {
    font-size: 14px;
  }
  .banner .side_wrap {
    width: 150px;
    height: 40px;
  }
  .banner .side_wrap .next {
    width: 40px;
    height: 40px;
    background-size: 26px auto;
  }
  .column1 {
    height: auto;
  }
  .column1 .video_wrap {
    width: 100%;
    height: auto;
  }
  .column1 .column_head {
    font-size: 20px;
  }
  .column1 .grid_wrap {
    gap: 0 min(1.25rem, 20px);
    justify-content: space-between;
  }
  .column1 .grid_wrap .item_bottom {
    font-size: min(14px, 0.9rem);
  }
  .column1 .grid_wrap li {
    width: 100%;
  }
  .column2 {
    height: auto;
    padding-bottom: 50px;
  }
  .column2 .column_head {
    text-align: center;
  }
  .column2 .column_head .title {
    font-size: 20px;
  }
  .column2 .column_head .btn_wrap {
    display: none;
  }
  .column2 .column_body {
    margin-top: 30px;
  }
  .column2 .column_body h3 {
    margin-top: 20px;
  }
  .column2 .column_body .card {
    padding: 15px;
  }
  .column2 .column_body .img_wrap {
    height: 60px;
  }
  .column2 .column_body .img_wrap img {
    height: 100%;
  }
  .column2 .column_body .num {
    font-size: 40px;
  }
  .column2 .column_body .btn_wrap {
    margin: 24px auto 0;
    display: block;
  }
  .column3 {
    padding-top: 65px;
  }
  .column3 .column_body {
    margin-top: 30px;
  }
  .column3 ul {
    gap: 15px;
    grid-template-columns: auto;
    justify-content: normal;
    width: 100%;
  }
  .column3 ul li {
    width: 100%;
  }
  .column4 {
    padding-bottom: 60px;
  }
  .column4 li .more {
    display: none;
  }
  .column6_top .title {
    font-size: min(1.75rem, 28px);
  }
  .column6 {
    padding-bottom: 60px;
  }
  .column6 .column6_body {
    flex-direction: column;
    gap: 20px;
  }
  .column6 .column6_body .column6_left {
    width: 100%;
  }
  .column6 .column6_body .column6_left .time {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .column6 .column6_body .column6_left .img_wrap {
    height: 200px;
  }
  .column6 .column6_body .column6_left .title {
    padding-left: 0;
  }
  .column6 .column6_body .column6_right li {
    gap: 15px;
    margin-bottom: 20px;
  }
  .column6 .column6_body .column6_right li:last-child {
    margin-bottom: 0;
  }
  .column6 .column6_body .column6_right li .img_wrap {
    width: 120px;
    height: 80px;
  }
  .column6 .column6_body .column6_right li .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .column6 .column6_body .column6_right li .time {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 24px;
    padding-left: 0;
  }
  .column6 .column6_body .column6_right li .content_wrap {
    flex: 1;
  }
  .column6 .column6_body .column6_right li .content_wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    padding-left: 0;
    margin-top: 5px;
  }
}/*# sourceMappingURL=index.css.map */