
.global-column-type-a {
  width: 400px;
  min-width: 400px;
  position: relative;
}

.global-column-type-a-name {
  width: 240px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  padding-left: 26px;
  display: flex;
  align-items: center;
  background: initial;
}
.global-column-type-a-name-logo {
  z-index: 10;
  position: relative;
  width: 14px;
  height: 14px;
}

.global-column-type-a-name-logo img{
  border-radius: 0px;
}
.global-column-type-a-name-text {
  z-index: 2;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-18);
  letter-spacing: 0.62px;
  margin-left: 10px;
}
.global-column-type-a-name-text span {
  color: rgba(29, 70, 137, 1);
}

.global-column-type-a-name:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 246px;
  background: rgb(255 255 255);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transform-origin: bottom left;
  transform: skewX(32deg);
}

.global-column-type-a-more {
  width: 165px;
  height: 22px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  text-align: center;
  line-height: 22px;
  right: 0px;
}
.global-column-type-a-more-text {
  z-index: 2;
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-12);
  letter-spacing: 0.62px;
  text-align: center;
  margin-left: 10px;
}

.global-column-type-a-more:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100px;
  background: rgba(29, 70, 138, 1);
  border-radius: 5px;
  transform-origin: top left;
  transform: skewX(32deg)
}

/* 右侧半圆弧形 */
.global-column-type-a-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 22px;
  background: rgba(29, 70, 138, 1);
  border-radius: 0 22px 22px 0;
}

.global-column-type-a-content {
  padding: 20px 24px;
  margin-top: 30px;
  background: #FFFFFF;
  min-height: 400px;
  height: stretch;
}

.global-column-type-a-content-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  display: block;
}

img.column-type-a-content-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: block;
}

.global-column-type-a-content-title {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 23.6px;
  letter-spacing: 0.75px;
  padding: 0 18px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 48px;
  bottom: 0;
  width: stretch;

}
.global-column-type-a-content-title-only {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-16);
  padding: 20px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
  line-height: 1.5em;
  height: 3em;
}
.global-column-type-a-content-title-only a {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-a-content-desc {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.79px;
  padding: 14px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
  line-height: 1.5em;
  height: 3em;
}
.global-column-type-a-content-desc a {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-a-content-item-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0.75px;
  margin-top: 15px;
}

.global-column-type-a-content-item-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}

.global-column-type-a-content-item-prefix {
  width: 3px;
  min-width: 3px;
  height: 3px;
  min-height: 3px;
  border-radius: 3px;
  background-size: 100% 100%;
  background-color: rgb(0 0 0);
  margin-right: 5px;
  line-height: 3px;
}

.global-column-type-a-content-item {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/* ↑ 样式 1 */
.global-column-type-b {
  width: 400px;
  position: relative;
}
.global-column-type-b-top:before,
.global-column-type-e-top:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 14px;
  background: rgba(29, 70, 138, 1);
  top: 30px;
}
.global-column-type-b-name {
  width: 240px;
  height: 44px;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 18.5px;
}

.global-column-type-b-name-text {
  z-index: 2;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-18);
  letter-spacing: 0.62px;
  display: flex;
  align-items: center;
}
.global-column-type-b-name-text span {

}
.global-column-type-b-name:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 246px;
  background: rgba(29, 70, 138, 1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transform-origin: bottom left;
  transform: skewX(32deg);
}
.global-column-type-b-content {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-column-type-b-content-item {
  background: rgb(255 255 255);
  height: 136px;
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
}

.global-column-type-b-content-item-left {
  padding: 16px 12px;
}

.global-column-type-b-content-item-right {
  min-width: 86px;
  width: 86px;
  padding: 22px 8px 12px 0px;
}

.global-column-type-b-content-title a {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-b-content-desc a {
  color: rgba(127, 127, 127, 1);
}

.global-column-type-b-content-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-16);
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.global-column-type-b-content-desc {
  margin-top: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-12);
  line-height: 20px;
  letter-spacing: 0.68px;
}

.global-column-type-b-content-img {
  width: 100%;
  height: 100%;
  position: relative;
  height: 100px;
  padding-top: 12px;
  overflow: hidden;
}

.global-column-type-b-content-img:before {
  content: "";
  position: absolute;
  width: 50px;
  inset: 0;
  height: 100%;
  background: rgba(29, 70, 138, 1);
  transform: skewY(
    -40deg);
  transform-origin: top left;
  left: 35px;
}

.column-type-b-content-image {
  z-index: 10;
  width: 80px;
  position: relative;
  object-fit: cover;
  border-radius: 2px;
}


/* 栏目样式3 广告 */
.global-column-type-c {
  display: flex;
  gap: 24px;
}

.global-column-type-c-content-item {
  flex: 1;
  width: 100%;
  max-height: 150px;
}

img.column-type-c-content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 栏目样式4 图集轮播 */
.global-column-type-d {
  position: relative;
  background: rgb(255 255 255);
}
.global-column-type-d-content {
}
.global-column-type-d-column-info {
  height: 66px;
  margin: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.global-column-type-d-name {
  width: fit-content;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: initial;
}
.global-column-type-d-text span {
  margin-left: 8px;
}

.global-column-type-d-more {
  width: 82px;
  position: relative;
}

.global-column-type-d-line {
  height: 1px;
  background: rgba(29, 70, 138, 1);
  flex: auto;
}
.global-column-type-d-more::before,
.global-column-type-d-more::after{
  width: 60px;
}

/* 栏目样式 5  */
.global-column-type-e {
  width: 400px;
  position: relative;
}
.global-column-type-e-top {
  position: relative;
}

.global-column-type-e-name:before {
  width: 215px;
}

.global-column-type-e-content {
  margin-top: 50px;
  background: rgb(255, 255, 255);
  padding-bottom: 16px;
  height: stretch;
}

.global-column-type-e-content-item a {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 100%;
  letter-spacing: 0.75px;
  color: rgba(57, 57, 57, 1);
}

.global-column-type-e-more-hour {
  width: 100px;
  right: 100px;
  cursor: pointer;
}

.global-column-type-e-more-hour:before {width: 70px;background: rgba(20, 45, 86, 1);}

.global-column-type-e-more-hour::after {
  width: 70px;
  transform-origin: bottom left;
  transform: skewX(32deg);
  border-radius: 5px;
  background: rgba(20, 45, 86, 1);
}

.global-column-type-e-more-week {
  width: 100px;
  right: 7px;
  cursor: pointer;
}

.global-column-type-e-more-week:before {width: 60px;}

.global-column-type-e-more-week::after {
  width: 60px;
  height: 22px;
  border-radius: 0 22px 22px 0;
}

.global-column-type-e-content-item {
  display: flex;
  height: 32px;
  padding-top: 18px;
  align-items: center;
  position: relative;
}
.global-column-type-e-content-item:nth-child(1) .column-type-e-content-item-rank,
.global-column-type-e-content-item:nth-child(2) .column-type-e-content-item-rank,
.global-column-type-e-content-item:nth-child(3) .column-type-e-content-item-rank{
  background: rgba(29, 70, 138, 1)
}
.column-type-e-content-item-rank {
  background: rgba(144, 144, 144, 1);
  width: 35px;height: 22px;
  max-width: 35px;
  min-width: 35px;
  text-align: center;
  margin-left: -5px;
  position: relative;
  z-index: 15;
}

.column-type-e-content-item-rank-suffix {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background: rgba(58, 58, 58, 1);
  left: -5px;
  z-index: 1;
  top: 17px;
  transform-origin: top left;
  transform: skewY(52deg);
}
.column-type-e-content-item-rank span {
  font-family: Inter;
  font-weight: 700;
  font-style: Italic;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
.column-type-e-content-item-title {
  padding: 0 16px;
}
.global-column-type-e-content-week {
  display:none;
}
/* 栏目样式6 begin */
.global-column-type-f .global-column-type-d-column-info {
  margin: 0;
  height: 24px;
}
/* 栏目样式6 end */
/* 栏目样式7 */
.global-column-type-g {
  width: 400px;
  position: relative;
}
.global-column-type-g-name {
  padding: 24px 0px 24px 26px;
}
.global-column-type-g-name-logo {
  z-index: 2;
  position: relative;
  width: 36px;
  height: 36px;
  background: rgba(255, 213, 179, 1);
  border-radius: 50%;
}
.global-column-type-g-name-text {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-20);
  letter-spacing: 0.62px;
  margin-left: -21px;
}
.global-column-type-g-name-text span {
  color: rgba(29, 70, 137, 1);
}
.global-column-type-g-name:before {
  content: "";
  position: absolute;
  background: rgb(255 255 255);
  left: 30px;
}

.global-column-type-g-content {
  padding: 32px 26px 0 26px;
  margin-top: 28px;
  background: #FFFFFF;
  z-index: 1;
  position: relative;
  height: stretch;
}
.global-column-type-g-content-top {
  padding-top: 24px;
}

.global-column-type-g-content-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

img.column-type-g-content-image {
  width: 100%;
  height: 100%;
}

.global-column-type-g-content-title {
  position: absolute;
  bottom: 24px;
  font-weight: 700;
  font-size: var(--font-size-16);
  padding: 0 18px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 44px;
  bottom: 0;
  width: stretch;
}

.global-column-type-g-content-title-only {
  font-weight: 700;
  font-size: var(--font-size-16);
  padding: 20px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
  line-height: 1.5em;
  height: 3em;
}
.global-column-type-g-content-title-only a {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-g-content-desc {
  font-weight: 400;
  font-size: var(--font-size-15);
  letter-spacing: 0.79px;
  padding: 20px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
}
.global-column-type-g-content-desc a {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-g-content-item-title {
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: var(--font-size-16);
}

.global-column-type-g-content-item-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}

.global-column-type-g-content-item {padding: 24px 0;border-bottom: 2px solid var(--primary-bg-line-color);}

.global-column-type-g-content-item:last-child {
  border-bottom: unset;
}

.global-column-type-g-no-img .global-column-type-g-content{
  margin-top: 38px;
  padding-top: 40px;
}
/* 栏目样式8 */
.global-column-type-h {
  width: 400px;
  position: relative;
}

.global-column-type-h-content {
  padding: 32px 26px;
  margin-top: 28px;
  background: #FFFFFF;
  z-index: 1;
  position: relative;
}

.global-column-type-h-content-item-title {
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: var(--font-size-16);
}

.global-column-type-h-content-item-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}

.global-column-type-h-content-item {
  padding: 24px 0 16px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
}

.global-column-type-h-content-item:last-child {
  border-bottom: unset;
}

.global-column-type-h-content-item-other {
  padding-top: 11px;
}
.global-column-type-h-content-item-other span{
  color: rgba(120, 120, 120, 1);

}
.global-column-type-h-time {
  margin-left: 16px;
}

/* 栏目样式9 */
.global-column-type-i {
  width: 400px;
  position: relative;
  background: rgb(255 255 255);
}
.global-column-type-i-name {
  padding: 16px 0px 16px 24px;
  display: flex;
  align-items: center;
  background: initial;
}
.global-column-type-i-name-logo {
  z-index: 2;
  position: relative;
  width: fit-content;
  display: flex;
}
.global-column-type-i-name-logo-vector {
  z-index: 2;
  position: absolute;
  left: 10px;
  top:8px;
}
.global-column-type-i-name-text {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-20);
  letter-spacing: 0.88px;
  margin-left: 8px;
  width: fit-content;
}
.global-column-type-i-name-text::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(29, 70, 138, 1);
  position: absolute;
  bottom: -7px;
  left: 0px;
}
.global-column-type-i-name-text span {
  color: rgba(29, 70, 137, 1);
}
.global-column-type-i-content {
  padding: 0px 26px 0 26px;
  background: #FFFFFF;
  z-index: 1;
  position: relative;
}

.global-column-type-i-content-top {
  padding-bottom: 8px;
}

.global-column-type-i-content-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

img.column-type-i-content-image {
  width: 100%;
  height: 100%;
}
.global-column-type-i-content-title {
  position: absolute;
  font-size: var(--font-size-16);
  padding: 0 18px;
  line-height: 22px;
  font-weight: 700;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 54px;
  bottom: 0;
  width: stretch;
  border-radius: 5px;
}
.global-column-type-i-content-item {
  padding: 16px 0;
  border-bottom: 2px solid var(--primary-bg-line-color);
}

.global-column-type-i-content-item:last-child {
  border-bottom: unset;
  padding-bottom: 24px;
}
.global-column-type-i-content-item-title {
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: var(--font-size-16);
}

.global-column-type-i-content-item-title a {
  color: rgba(57, 57, 57, 1);
  font-size: var(--font-size-16);
}

/* 栏目样式10 */
.global-column-type-j {
  width: 400px;
  position: relative;
}
.global-column-type-j-content {
  padding: 20px 24px;
  margin-top: 28px;
  background: #FFFFFF;
  height: stretch;
}

.global-column-type-j-content-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

img.column-type-j-content-image {
  width: 100%;
  height: 100%;
}

.global-column-type-j-content-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: 23.6px;
  letter-spacing: 0.75px;
  padding: 16px 0;
}
.global-column-type-j-content-title a {
  color: rgba(0, 0, 0, 1);

}
.global-column-type-j-content-desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-14);
  letter-spacing: 0.79px;
  padding: 0 0 24px;
  border-bottom: 2px solid var(--primary-bg-line-color);
}
.global-column-type-j-content-desc a {
  color: rgba(120, 120, 120, 1);
}

.global-column-type-j-content-item-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0.75px;
  margin-top: 22px;
  font-size: var(--font-size-16);
}
.global-column-type-j-content-item li::marker {
  color: rgba(250, 128, 17, 1);
}
.global-column-type-j-content-item-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}

.global-column-type-j-content-item-prefix {
  width: 3px;
  min-width: 3px;
  height: 3px;
  min-height: 3px;
  border-radius: 3px;
  background-size: 100% 100%;
  background-color: rgb(0 0 0);
  margin-right: 5px;
  line-height: 3px;
}

.global-column-type-j-content-item {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/* 栏目样式11*/
.global-column-type-k-column-info {
  height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(177, 177, 177, 1);
}
.global-column-type-k-name {
  width: fit-content;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: initial;
}


.global-column-type-k-name-text {
  z-index: 2;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-18);
  letter-spacing: 0.62px;
}
.global-column-type-k-name-text span {
  color: rgba(29, 70, 137, 1);
}

.global-column-type-k-line {
  background: rgba(29, 70, 138, 1);
  flex: auto;
}


.global-column-type-k-more {
  width: 82px;
  height: 22px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  text-align: end;
  line-height: 22px;
  right: 0px;
}
.global-column-type-k-more-text {
  z-index: 2;
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.62px;
}
.global-column-type-k-more-text  span a{
  color:rgba(29, 70, 137, 1);
}
.global-column-type-k-content {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.global-column-type-k-content-item {
  width: 100%;
  flex: 0.25;
  position: relative;
  background: #FFFFFF;
}
.global-column-type-k-content-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.global-column-type-k-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.global-column-type-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-type-k-content-title a {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font-size-16);
}
.global-column-type-k-content-other {
  padding: 0px 8px 8px;
  display: flex;
  align-items: center;
}
.global-column-type-k-content-play {
  width: 16px;
  height: 16px;
  background: rgba(16, 119, 208, 1);
  border-radius: 50%;
}
.column-type-j-content-play-img {
  margin-left: 6px;
  margin-bottom: 4px;
  width: 6px;
}
.global-column-type-k-time {
  color: rgba(120, 120, 120, 1);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.95px;
  margin-left: 8px;
}

/* 栏目样式12 */
.global-column-type-l {
  background: rgba(26, 44, 82, 1);
}

.global-column-type-l-column-info {padding: 24px 24px 0;}

.global-column-type-l-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  flex: auto;
}

.global-column-type-l-line-left {
  width: 120px;
  background: #FFF;
  height: 10px;
}
.global-column-type-l-column-name {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 18px;
}
.global-column-type-l-name-logo {
  display: inline-flex;
}
.global-column-type-l-name-text {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.95px;
  margin-left: 8px;
}

/* 栏目样式13 */
.global-column-type-k-name-logo {
  z-index: 2;
  position: relative;
  width: 36px;
  height: 36px;
  background: rgba(255, 213, 179, 1);
  border-radius: 50%;
}
.global-column-type-m-name {
  margin-left: -12px;
}

.global-column-type-k-name-logo {
  z-index: 2;
  position: relative;
  width: 36px;
  height: 36px;
  background: rgba(255, 213, 179, 1);
  border-radius: 50%;
}


.global-column-type-k-column-info {
  width: 100%;
}

.global-column-type-m-content {
  margin-top: 24px;
  background: #FFF;
}




.global-column-type-m-content-item {
  display: flex;
  border-bottom: 2px solid rgba(247, 247, 247, 1);
  padding: 16px 24px 24px;
}

.global-column-type-m-content-img {
  width: 320px;
  aspect-ratio: 16 / 9;
  height: 100%;
}

img.column-type-m-content-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.global-column-type-m-content-title a {
  color: rgba(0, 0, 0, 1);
}

.global-column-type-m-content-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: 1.5em;
  letter-spacing: 0.79px;
  height: 3em;
}

.global-column-type-m-content-info {
  margin-left: 24px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-column-type-m-content-other {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.79px;
}
.global-column-type-m-content-other span {
  color: rgba(120, 120, 120, 1);
}

/* 栏目样式14 专题列表+ 稿件列表3 */
.global-column-type-n-special-item-img-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

img.column-type-n-special-image {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.global-column-type-n-special-item {
  width: calc(50% - 12px);
  background: #FFF;
}

.global-column-type-n-special-name {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 100%;
  letter-spacing: 0px;
}
.global-column-type-n-special-name a {
  color:rgba(0, 0, 0, 1);

}

.global-column-type-n-special-line {
  width: 100%;
  height: 2px;
  background: var(--primary-bg-line-color);
  margin: 16px 0;
}

.global-column-type-n-special-info {
  padding: 16px;
}

.global-column-type-n-content {
}
.global-column-type-n-content-item {
  margin-bottom: 13px;
  position: relative;
  padding-left: 16px;
}


.global-column-type-n-content-item-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-14);
  letter-spacing: 0px;
  list-style: none;
}


li.global-column-type-n-content-item-title::marker {
  width: 10px;
  height: 20px;
  color: rgba(20, 45, 86, 1);
}

li.global-column-type-n-content-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 14px;
  background: rgba(20, 45, 86, 1);
  transform: translateY(-50%);
}
.global-column-type-n-content-item-title a {
  color: rgba(0, 0, 0, 1);
}


/* 栏目样式15  */

.global-column-type-o {
  position: relative;
  background: rgb(255 255 255);
  padding: 0 24px 54px;
}
.global-column-type-o .global-column-type-d-column-info {
  margin: 16px 0 0;

}
.global-column-type-o-content {
  width: 100%;
  display: block;
  height: 416px;
}

.column-type-o-content-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  height: 100%;
}

.global-column-type-o-content-item {
  width: 100%;
  float: left;
}

.global-column-type-o-content-item-2-2 {width: 740px;margin-right: 24px;}

.global-column-type-o-content-item-1-2 {
  width: 466px;
}
.global-column-type-o-content-item.global-column-type-o-content-item-1-1 {
  width: 224px;
  margin-top: 2px;
  height: 126px;
}

.global-column-type-o-content-item-line {
  height: 124px;
  margin: 0px 9px;
  float: left;
  margin-top: 2px;
  border: 1px solid rgba(58, 58, 58, 1);
  background: rgba(58, 58, 58, 1);
  opacity: .2;
}
.global-column-type-o-content-1-2 {
  height: 460px;
}
.global-column-type-o-content-item-3-1 {
  width: 816px;
}
.global-column-type-o-content-item-title {
	display:block;
  font-size: var(--font-size-20);
  padding: 12px 0px;
}
.global-column-type-o-content-item-title a{
  color: #000;

 }
.global-column-type-o-content-item-3-2 {
    width: 384px;
    margin-left: 32px;
}
.global-column-type-o-content-item-3-3 {
  width: 384px;
  margin-left: 32px;
  margin-top: 2px;
}
.global-column-type-o-content-item-1-2 .global-column-type-o-content-item-title,
.global-column-type-o-content-item-1-1 .global-column-type-o-content-item-title,
.global-column-type-o-content-item-3-2 .global-column-type-o-content-item-title,
.global-column-type-o-content-item-3-3 .global-column-type-o-content-item-title {
  font-size: var(--font-size-16);
  padding: 8px 0px;
}
/* 栏目样式16  */

.global-column-type-p {
  position: relative;
  background: rgb(255 255 255);
  padding: 0 24px 24px;
}
.global-column-type-p .global-column-type-d-column-info {
  margin: 16px 0 0;
}
.global-column-type-p-content {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 26px;
  column-gap: 16px;
}

.column-type-p-content-image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}

.global-column-type-p-content-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.global-column-type-p-content-item-2-2 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.global-column-type-p-content-title {
  position: absolute;
  font-weight: 700;
  font-size: var(--font-size-12);
  letter-spacing: 0.75px;
  padding: 0 18px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 48px;
  bottom: 0;
  width: stretch;
}
.global-column-type-p-content-item-2-2 .global-column-type-p-content-title{
  font-size: var(--font-size-16);
  padding: 0 24px;
}

/* 栏目样式17 */
.global-column-type-q {
  position: relative;
  background: rgb(255 255 255);
}
.global-column-content-q-item{
  display: flex;
  margin: 0 24px;
}
.global-column-content-q-item-wrap {
  display: flex;
  padding: 0px 0 24px;
}

.global-column-content-q-item-img-wrap {
  min-width: 256px;
  width: 256px;
  aspect-ratio: 16 / 9;
  height: 100%;
}
.global-column-content-q-item-big-wrap .global-column-content-q-item-img-wrap{
  min-width: 436px;
  width: 436px;
}
.global-column-content-q-item-image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

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

.global-column-content-q-item-title {
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: 1.5em;
  letter-spacing: 0.79px;
  height: 4.5em;
}
.global-column-content-q-item-big-wrap .global-column-content-q-item-title {
  font-size: var(--font-size-32);
}
.global-column-content-q-item-info {
  margin-left: 24px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global-column-content-q-item-other {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.79px;
}
.global-column-content-q-item-other span {
  color: rgba(120, 120, 120, 1);
}

/* 栏目样式18 */
.global-column-content-r-top-title span {
  color: rgba(57, 57, 57, 1);
}

.global-column-content-r-top-title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1.23px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.global-column-content-r-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.global-column-content-r-item-title {
  font-weight: 400;
  letter-spacing: 0.93px;
  text-align: center;
  border-right: 1px solid rgba(57, 57, 57, 1);
  padding: 0 8px;
}
.global-column-content-r-item-title span {
  color: rgba(57, 57, 57, 1);
  font-size: var(--font-size-16);
}

.global-column-content-r-item-title:last-child {
  border: unset;
}
/* 栏目样式19 */
.global-column-type-s-top {
  height: 36px;
  position: relative;
}

.global-column-type-s-top .global-column-type-b-name:before {
  width: 205px;
}
.global-column-type-s-logo {
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  z-index: 2;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-column-type-s-play-img {
  width: 8px;
  border-radius: 0;
}
.global-column-content-s-body {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 16px;
}
.global-column-type-item-2-2 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  width: 848px;
}
.global-column-type-s-content {
  margin-top: 8px;
}

.global-column-content-s-item {
  background: rgba(255, 255, 255, 1);
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-column-content-s-cover {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.global-column-content-s-cover img {
  height: 100%;
  object-fit: cover;
  width: max(40%, 135px);
  width: 100%;
  z-index: 2;
  position: relative;
}

.global-column-type-item-2-2  .global-column-content-s-cover {
  height: unset;
  aspect-ratio: 16 /9;
}


.global-column-content-s-cover-all img {
  width: 100%;
}


.global-column-content-s-play-inset {
  position: absolute;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-column-content-s-play-inset img {
  width: 40px;
  height: 40px;
}
.global-column-content-s-has-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 202, 202, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 0;
  border-radius: 5px;
}

.global-column-content-s-bg {
  position: absolute;
  background-size: cover;
  z-index: 1;
  inset: 0;
  background-position: center;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}
.global-column-content-s-foot {
  display: flex;
  margin: 8px 16px;
  gap: 6px;
  align-items: center;
  height: 30px;
}
.global-column-content-s-play {
  width: 24px;
  min-width: 24px;
  height: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-column-content-s-play img {
  width: 8px;
}

.global-column-content-s-title {
  font-weight: 400;
  line-height: 1;
  font-size: var(--font-size-20);
}

.global-column-content-s-title a {
  color: rgb(0 0 0);
  font-weight: 400;
  line-height: 1;
}
.global-column-content-s-title-big {
  font-weight: 400;
  font-size: var(--font-size-20);
  line-height: 1;
  letter-spacing: 2.35px;
  padding: 5px 0;
}
/* 栏目样式20 */
.global-column-type-t-content-cover {
  aspect-ratio: 16 / 9;
  height: inherit;
  text-align: center;
}

.column-type-t-content-image {
  max-width: 100%;
  max-height: 100%;
}

.global-column-type-t-content {
  display: flex;
}

.global-column-type-t-content-list a {color: rgba(0, 0, 0, 1);}

.global-column-type-t {
  height: 225px;
  background: rgb(255 255 255);
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 12px;
}

.global-column-type-t-bottom {
  display: flex;
  gap: 16px;
  background: rgb(255 255 255);
  height: calc(100% - 45px);
}
.global-column-type-t-content-left img {width: 52px;display: block;max-height: 100%;}
.global-column-type-t-content-item-column {
  padding: 0px 12px 0 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.global-column-type-t-name-logo {
  display: flex;
  align-items: center;
}
.global-column-type-t-name-logo img{
  border-radius: 0px;
}

.global-column-type-t-content-item-column .global-column-type-t-content-column-name {
  color: rgba(29, 70, 137, 1);
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-20);
  letter-spacing: 0.62px;
  margin-left: 8px;
  line-height: 2;
  padding-bottom: 4px;
}

.global-column-type-t-content-item-column .global-column-type-t-content-column-more {
  font-weight: 600;
  font-size: var(--font-size-12);
  flex: 1;
  position: relative;
  padding-bottom: 6px;
  padding-right: 12px;
}
.global-column-type-t-content-column-more:after {
  content: "";
  height: 5px;
  width: calc(100% - 15px);
  background: rgba(29, 70, 138, 1);
  position: absolute;
  bottom: 0px;
  left: 5px;
}
.global-column-type-t-content-column-more a{
  color: #000;
  float: right;
}
.global-column-type-t-content-line {
  border: 1px solid var(--primary-bg-line-color);
}
.global-column-type-t-content-item-title {
  font-weight: 400;
  font-size: var(--font-size-16);
  letter-spacing: 0.75px;
}

.global-column-type-t-content-item-title-top {
  font-weight: 700;
  font-size: var(--font-size-16);
  letter-spacing: 0.82px;
  padding: 10px 0;
  height: 2.4em;
  line-height: 1.2em;
}
.global-column-type-t-content-desc {
  font-weight: 400;
  letter-spacing: 0.82px;
}

.global-column-type-t-content-item {
  margin-left: 24px;
  margin-top: 14px;
}

.global-column-type-t-content-desc a {
  color: rgba(127, 127, 127, 1);
  height: 2.4em;
  line-height: 1.2em;
}

.global-column-type-t-content-list {
  padding: 0 12px 0 18px;
}

/* 栏目样式21 */

.global-column-type-u {
  position: relative;
}
.global-column-type-u-header{
  height: 54px;
  display: flex;
  align-items: center;
}
.column-type-u-header-logo {
  height: 100%;
  aspect-ratio: 1/ 1;
  z-index: 2;
}
.column-type-u-header-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.column-type-u-header-content {
  flex: 1;
  height: 36px;
  line-height: 36px;
  background: rgba(29, 70, 138, 1);
  position: relative;
}

.global-column-type-u-more-text {
  float: right;
  font-weight: 400;
  font-size: var(--font-size-14);
  letter-spacing: 0.62px;
  margin-right: 24px;
}
.column-type-u-header-content:before {
  content: '';
  position: absolute;
  left: -18px;
  top: -10px;
  width: 28px;
  height: 56px;
  background: var(--body-bg-color);
  border-radius: 58px 0 0 58px;
  transform: rotate(180deg);
  z-index: 1;
}
span.global-column-type-u-name-text {
  font-weight: 700;
  font-size: var(--font-size-16);
  letter-spacing: 0.88px;
  margin-left: 24px;
}
.global-column-type-u-content {
  background: rgb(255 255 255);
  padding: 24px 28px;
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.column-type-u-content-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.global-column-type-u-content-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.global-column-type-u-content-item:nth-child(2) {
  border-right: 2px solid var(--primary-bg-line-color);
}
.global-column-type-u-content-item:nth-child(3) {
  border-bottom: 2px solid var(--primary-bg-line-color);
}
.global-column-type-u-content-item:nth-child(4) {
  border-top: 2px solid var(--primary-bg-line-color);
}
.global-column-type-u-content-item:nth-child(5) {
  border-left: 2px solid var(--primary-bg-line-color);
}

.global-column-type-u-content-item-body {
  padding: 0px 24px 0;
}
.global-column-type-u-content-item-1-1 .global-column-type-u-content-item-body {
  padding: 16px 24px 0;
}
.global-column-type-u-content-item-cover {margin-bottom: 16px;}
.global-column-type-u-content-item-1-2 .global-column-type-u-content-item-body {
  padding-left: 0px;
}

.global-column-type-u-content-item-1-2 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}

.global-column-type-u-content-title {
  font-weight: 700;
  font-size: var(--font-size-15);
  letter-spacing: 0.75px;
  line-height: 1.2em;
  height: 2.4em;
  padding: 12px 0px;
}
.global-column-type-u-content-item-1-2 .global-column-type-u-content-title{
  font-size: var(--font-size-16);
}

.global-column-type-u-user-name span {
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: 100%;
  letter-spacing: 0.86px;
  color: rgba(57, 57, 57, 1);
}

.global-column-type-u-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.global-column-type-u-user-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.global-column-type-u-user-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.global-column-type-u-content-title a {}

.global-column-type-u-content a,.global-column-type-u-content span {
  color: rgba(57, 57, 57, 1);
}

.global-column-type-u-content-desc a {
  color: rgba(89, 89, 89, 1);
}

.global-column-type-u-content-desc {
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 1.2em;
  height: 2.4em;
}
/* 栏目加载更多内容 */
.load-more-content {
  position: absolute;
  height: 104px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  width: inherit;
}
.load-more-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.load-more-content-wrap-disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.load-more-show-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.79px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: rgba(124, 124, 124, 1);
}
.load-more-show-load-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  color: rgba(124, 124, 124, 1);
  cursor: not-allowed;
  pointer-events: none;
}
.load-more-show-loading {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid var(--footer-bg-color);
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.load-more-logo {
  width: 32px;
  height: 32px;
  opacity: 1;
  background: rgba(124, 124, 124, 1);
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}

.load-more-logo:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00000000;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  left: 9px;
  top: 5px;
}
/* 栏目加载更多内容 */

/* 空内容实现*/
.story-list-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}

/* 主要图标与提示 */
.placeholder-icon {
  margin-bottom: 30px;
  color: #d4d4d4;
}
.placeholder-icon svg {
  width: 80px;
  height: 80px;
  fill: none;
  stroke: #b0b0b0;
  stroke-width: 1.5;
}

h1 {
  font-size: 38px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.subhead {
  font-size: 22px;
  color: #b3002d;
  font-weight: 400;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}

/* 样式 22 号列表展示 **/
.global-column-type-publisher {
  background: rgba(195, 199, 208, 1);
  padding: 16px;
}
.global-column-type-publisher-list {
  display: flex;
  background: rgba(195, 199, 208, 1);
  align-items: center;
  gap: 16px;
}
.global-column-type-publisher-item {
  background: rgba(255, 255, 255, 1);
  width: 152px;
  height: 152px;
  text-align: center;
  border-radius: 4px;
}

.column-type-publisher-avatar {
  margin-top: 8px;
}

.column-type-publisher-avatar img {width: 64px;height: 64px;}

.column-type-publisher-name span {
  color: #000;
}

.column-type-publisher-name {
  margin-top: 2px;
  line-height: 1.2em;
  height: 2.4em;
}

.column-type-publisher-like {
  background: rgba(58, 58, 58, 1);
  height: 40px;
  `: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: var(--font-size-16);
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.circle-cross {
  width: 24px;
  height: 24px;
  background: rgba(253, 119, 6, 1);
  border-radius: 50%;
  position: relative;
}

/* 水平白色条 */
.circle-cross::before,
.circle-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

/* 水平线 */
.circle-cross::before {
  width: 14px;
  height: 2px;
}

/* 垂直线 */
.circle-cross::after {
  width: 2px;
  height: 14px;
}

.global-column-type-v-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: unset;
    padding: 0 24px 24px;
}
.global-column-type-v-content  .global-column-story-k-content-title {
   height: 1.5em;
}
.global-column-type-v-content .global-column-story-k-content-item  {
  flex: 0 0 calc((100% - 40px) / 3);
  box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.global-column-type-s-new {
  background: rgb(26, 44, 82);
}
.global-column-type-s-new .global-column-type-a-name-text span{
  color: rgba(255, 255, 255, 1);
}

.global-column-type-s-new .global-column-type-a-more::after,
.global-column-type-s-new .global-column-type-a-more::before {
  background: rgba(255, 255, 255, 1);
}
.global-column-type-s-new .global-column-type-a-more a {
  color: rgba(29, 70, 138, 1);
}
.global-column-type-s-new .global-column-content-s-body {
    padding: 24px;
}

.global-column-type-a-v2 .global-column-type-a-content-title-only {
  border-bottom: unset;
}