.ml-section[data-v-24578eda] {
  padding-bottom: calc(var(--rpx, 1px) * 80);
}
.ml-section__title[data-v-24578eda] {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
}
@media screen and (max-width: 767px) {
.ml-section__title[data-v-24578eda] {
    font-size: 24px;
    line-height: 32px;
}
}
.ml-section__list[data-v-24578eda] {
  padding-top: calc(var(--rpx, 1px) * 40);
}
@media screen and (max-width: 767px) {
.ml-section__list[data-v-24578eda] {
    padding-top: calc(var(--rpx, 1px) * 24);
}
}
.ml-section__item .card[data-v-24578eda] {
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.ml-section__item .card[data-v-24578eda] {
    margin-bottom: calc(var(--rpx, 1px) * 24);
}
}
.ml-section__item .card img[data-v-24578eda] {
  width: 100%;
  height: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
.ml-section__item .card-content[data-v-24578eda] {
    margin-top: calc(var(--rpx, 1px) * 16);
}
}
.ml-section__item .card-title[data-v-24578eda] {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-bottom: calc(var(--rpx, 1px) * 8);
  display: inline-block;
}
.ml-section__item .card .date[data-v-24578eda] {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
.ml-section__item .card .date[data-v-24578eda] {
    font-size: 13px;
    line-height: 20px;
}
}
.ml-section__item .card-top .card[data-v-24578eda] {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.ml-section__item .card-top .card[data-v-24578eda] {
    display: block;
}
}
.ml-section__item .card-top .card .image[data-v-24578eda] {
  flex: 0 1 867px;
  width: 100%;
}
.ml-section__item .card-top .card-content[data-v-24578eda] {
  flex: 0 1 425px;
  width: 100%;
}
.ml-section__item .card-bottom[data-v-24578eda] {
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--rpx, 1px) * 20);
}
.ml-section__item .card-bottom .card-title[data-v-24578eda] {
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
.ml-section__item .card-bottom .card-title[data-v-24578eda] {
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.ml-section__item .card-bottom[data-v-24578eda] {
    display: block;
}
}
.ml-section__item .card-bottom .card[data-v-24578eda] {
  flex: 0 1 425px;
  width: 100%;
}
.ml-section__item.reverse .card-top .card[data-v-24578eda] {
  flex-direction: row-reverse;
}
.ml-section__item.reverse .card-bottom[data-v-24578eda] {
  justify-content: flex-start;
}
.ml-section__more[data-v-24578eda] {
  display: flex;
  justify-content: center;
  padding-top: calc(var(--rpx, 1px) * 40);
}
@media screen and (max-width: 767px) {
.ml-section__more[data-v-24578eda] {
    padding-top: 0;
}
}
.ml-section__more-wrapper[data-v-24578eda] {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ml-section__more-wrapper span[data-v-24578eda] {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.95);
  position: relative;
}
.ml-section__more-wrapper span[data-v-24578eda]:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
}
.ml-section__more-wrapper .svg-icon[data-v-24578eda] {
  width: 20px;
  height: 20px;
}.ml-section[data-v-1f9159d6] {
  padding-bottom: calc(var(--rpx, 1px) * 80);
}
.ml-section__title[data-v-1f9159d6] {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
}
@media screen and (max-width: 767px) {
.ml-section__title[data-v-1f9159d6] {
    font-size: 24px;
    line-height: 32px;
}
}
.ml-section__list[data-v-1f9159d6] {
  padding-top: calc(var(--rpx, 1px) * 40);
}
@media screen and (max-width: 767px) {
.ml-section__list[data-v-1f9159d6] {
    padding-top: calc(var(--rpx, 1px) * 24);
}
}
.ml-section__item .card[data-v-1f9159d6] {
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.ml-section__item .card[data-v-1f9159d6] {
    margin-bottom: calc(var(--rpx, 1px) * 24);
}
}
.ml-section__item .card img[data-v-1f9159d6] {
  width: 100%;
  height: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
.ml-section__item .card-content[data-v-1f9159d6] {
    margin-top: calc(var(--rpx, 1px) * 16);
}
}
.ml-section__item .card-title[data-v-1f9159d6] {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-bottom: calc(var(--rpx, 1px) * 8);
  display: inline-block;
}
.ml-section__item .card .date[data-v-1f9159d6] {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
.ml-section__item .card .date[data-v-1f9159d6] {
    font-size: 13px;
    line-height: 20px;
}
}
.ml-section__item .card-top .card[data-v-1f9159d6] {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--rpx, 1px) * 20);
}
@media screen and (max-width: 767px) {
.ml-section__item .card-top .card[data-v-1f9159d6] {
    display: block;
}
}
.ml-section__item .card-top .card .image[data-v-1f9159d6] {
  flex: 0 1 867px;
  width: 100%;
}
.ml-section__item .card-top .card-content[data-v-1f9159d6] {
  flex: 0 1 425px;
  width: 100%;
}
.ml-section__item .card-bottom[data-v-1f9159d6] {
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--rpx, 1px) * 20);
}
.ml-section__item .card-bottom .card-title[data-v-1f9159d6] {
  margin-top: calc(var(--rpx, 1px) * 12);
}
@media screen and (max-width: 767px) {
.ml-section__item .card-bottom .card-title[data-v-1f9159d6] {
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.ml-section__item .card-bottom[data-v-1f9159d6] {
    display: block;
}
}
.ml-section__item .card-bottom .card[data-v-1f9159d6] {
  flex: 0 1 425px;
  width: 100%;
}
.ml-section__item.reverse .card-top .card[data-v-1f9159d6] {
  flex-direction: row-reverse;
}
.ml-section__item.reverse .card-bottom[data-v-1f9159d6] {
  justify-content: flex-start;
}
.ml-section__more[data-v-1f9159d6] {
  display: flex;
  justify-content: center;
  padding-top: calc(var(--rpx, 1px) * 40);
}
@media screen and (max-width: 767px) {
.ml-section__more[data-v-1f9159d6] {
    padding-top: 0;
}
}
.ml-section__more-wrapper[data-v-1f9159d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ml-section__more-wrapper span[data-v-1f9159d6] {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.95);
  position: relative;
}
.ml-section__more-wrapper span[data-v-1f9159d6]:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
}
.ml-section__more-wrapper .svg-icon[data-v-1f9159d6] {
  width: 20px;
  height: 20px;
}