

.global-column-story-a-item{
  display: flex;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
  margin: 0 24px;
}
.global-column-story-a-item-wrap {
  display: flex;
  padding: 16px 0 24px;
  gap: 24px;
}

.global-column-story-a-item-img-wrap {
  width: 320px;
  aspect-ratio: 16 / 9;
  height: 100%;
}

img.global-column-story-a-item-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.global-column-story-a-item-title a {
  color: rgba(0, 0, 0, 1);
}

.global-column-story-a-item-title {
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: 1.5em;
  letter-spacing: 0.79px;
  height: 3em;
}

.global-column-story-a-item-info {
  /* margin-left: 24px; */
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.global-column-story-a-item-other {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.79px;
}
.global-column-story-a-item-other span {
  color: rgba(120, 120, 120, 1);
}
.global-column-story-a-item:last-child {
  border-bottom: unset;
}

/* 稿件样式2 */
.global-column-story-b-item {
  padding: 16px 0 16px 24px;
  box-sizing: border-box;
  border: 1px #f1f1f1 solid;
  box-shadow: 0px 3px 9px #E3E3E3;
  background: #FFFFFF;
}

.global-column-story-b-item-img-wrap {
  aspect-ratio: 16 / 9;
  width: 400px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.global-column-story-b-item-img-wrap img {
  width: 100%;
  height: 100%;
}

.global-column-story-b-item-wrap {
  display: flex;
  justify-content: space-between;
}

.global-column-story-b-item-info {
  flex: 1;
  padding: 0 24px;
}

.global-column-story-b-item-title a {
  color: #000000;
}

.global-column-story-b-item-title {
  font-size: var(--font-size-24);
  line-height: 1.5em;
  height: 3em;
}
.global-column-story-b-item-title a:hover {
  color: rgba(29, 70, 137, 1);
}
.global-column-story-b-item-desc {
  height: 6em;
  line-height: 2em;
  padding: 16px 0 32px;
}

.global-column-story-b-item-desc span {
  color: rgba(57, 57, 57, 1);
  font-size: var(--font-size-18);
}
.global-column-story-b-item-other {
  float: right;
}
.global-column-story-b-item-other span {
  color: rgba(127, 127, 127, 1);
}


/* 稿件样式3 */

/* 稿件样式3 */
.global-column-story-c-item {
  box-sizing: border-box;
  border: 1px #f1f1f1 solid;
  box-shadow: 0px 3px 9px #E3E3E3;
  background: #FFFFFF;
}

.global-column-story-c-item-img-wrap {
  aspect-ratio: 16 / 9;
  width: 400px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.global-column-story-c-item-img-wrap img {
  width: 100%;
  height: 100%;
}

.global-column-story-c-item-wrap {
  display: flex;
  justify-content: space-between;
}

.global-column-story-c-item-info {
  flex: 1;
  padding: 32px 48px 24px;
}

.global-column-story-c-item-title a {
  color: #000000;
}

.global-column-story-c-item-title {
  font-size: var(--font-size-20);
  line-height: 1.5em;
  font-weight: bold;
}
.global-column-story-c-item-title a:hover {
  color: rgba(29, 70, 137, 1);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.global-column-story-c-item-desc {
  height: 6em;
  line-height: 2em;
  padding: 24px 0;
}

.global-column-story-c-item-desc span {
  color: rgba(57, 57, 57, 1);
  font-size: var(--font-size-16);
  text-indent: 2em;
}
.global-column-story-c-item-other {
  float: right;
}
.global-column-story-c-item-other span {
  color: rgba(127, 127, 127, 1);
}
.global-column-story-c-item-wrap-right .global-column-story-c-item-img-wrap {
  order: 2;
}

.global-column-story-c-item-wrap-right .global-column-story-c-item-info {
  text-align: end;
}

/*稿件样式4*/
.global-column-story-d-item {
  background: rgb(255 255 255);
  position: relative;
  overflow: hidden;
}
.global-global-column-story-d-body {
  width:100%;
}
.global-column-story-d-img_box {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
.global-column-story-d-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.global-column-story-d-swiper-info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  line-height: 32px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
  display: flex;
  align-items: center;
}
.global-column-story-d-item:hover .global-column-story-d-swiper-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.global-column-story-d-swiper-title {
  font-weight: 400;
  font-size: var(--font-size-18);
  letter-spacing: 1.95px;
  padding: 0 16px;
}

.global-column-story-d-swiper-title a {
  color: #FFF;
}
.global-column-story-d-swiper-play {
  width: 24px;
  height: 24px;
  background: rgba(16, 119, 208, 1);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.global-column-story-d-swiper-play-img {
  margin-left: 3px;
  width: 8px;
  height: 8px;
}

.global-column-story-d-swiper-desc {
  height: 3em;
  line-height: 1.5em;
  margin-top: 8px;
  color: #999fa2;
}

.global-column-story-d-item .global-column-story-d-swiper-desc span {
  color: #999fa2;
}


/* 稿件样式5 */
.global-column-story-e-item {
  background: rgb(255 255 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-global-column-story-e-body {
  width:100%;
}
.global-column-story-e-img_box {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
.global-column-story-e-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.global-column-story-e-swiper-info {
  padding: 16px;
}
.global-column-story-e-swiper-other {
  padding-top: 16px;
  display: flex;
  align-items: center;
}

.global-column-story-e-swiper-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-16);
  letter-spacing: 1.95px;
}

.global-column-story-e-swiper-title a {
  color: rgba(63, 63, 63, 1);

}
.global-column-story-e-swiper-play {
  width: 24px;
  height: 24px;
  background: rgba(16, 119, 208, 1);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.global-column-story-e-swiper-play-img {
  margin-left: 3px;
  width: 8px;
  height: 8px;
}

.global-column-story-e-swiper-desc {
  height: 3em;
  line-height: 1.5em;
  margin-top: 8px;
  color: #999fa2;
}

.global-column-story-e-item .global-column-story-e-swiper-desc span {
  color: #999fa2;
}

/* 样式6 瀑布流 */
.column-waterfall-item {
  break-inside: avoid; /* 防止被拆断 */
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 1);
  padding: 24px 16px;
}

.column-waterfall-item-cover {
  aspect-ratio: 16 / 9;
}
.column-waterfall-short-video .column-waterfall-item-cover {
  aspect-ratio: 9 / 16;
}
.column-waterfall-item img {
  width: 100%;
  display: block;
  border-radius: 8px;  aspect-ratio: 16 / 9;
}
.column-waterfall-item-title a {
  color: rgba(0, 0, 0, 1);
}

.column-waterfall-item-title {
  padding: 24px 0px;
  font-size: var(--font-size-16);
}

.column-waterfall-item-other span {
  color: rgba(120, 120, 120, 1);
}
.column-waterfall-item-other {
    display: flex;
    align-items: center;
}
.column-waterfall-item-content-play {
  width: 16px;
  height: 16px;
  background: rgba(16, 119, 208, 1);
  border-radius: 50%;
  margin-right: 8px;
}
img.column-waterfall-item-content-play-img {
  margin-left: 6px;
  margin-bottom: 4px;
  width: 6px;
  display: unset;
  border-radius: unset;
  aspect-ratio: unset;
}
.column-waterfall-item-conten-time {
  color: rgba(120, 120, 120, 1);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.95px;
}



/* 样式7 视频组件 */
.global-column-story-k-content {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.global-column-story-k-content-item {
  width: 100%;
  flex: 0.25;
  position: relative;
  background: #FFFFFF;
}
.global-column-story-k-content-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.global-column-story-k-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.global-column-story-k-content-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: var(--font-size-16);
  padding: 8px;
  line-height: 1.5em;
  height: 3em;
}

.global-column-story-k-content-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}
.global-story-type-k-content-other {
  padding: 0px 8px 8px;
  display: flex;
  align-items: center;
}

.global-story-type-k-content-play {
  width: 16px;
  height: 16px;
  background: rgba(16, 119, 208, 1);
  border-radius: 50%;
  margin-right: 8px;
}
.column-story-k-content-play-img {
  margin-left: 6px;
  margin-bottom: 4px;
  width: 6px;
  border-radius: unset;
}
.global-column-story-k-time {
  color: rgba(120, 120, 120, 1);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.95px;
}





