.global-column-type-a-v2 .global-column-type-a-content-item {
  padding-left: 0px;
}
.global-column-type-a-v2 .global-column-type-a-content-item-title {

  margin: 8px 0px 16px;
}
.global-column-type-a-v2 .global-column-type-a-content-item-title a{
  display: block;
  line-height: 1.5em;
  height: 3em;
}

.global-column-type-b-name {
  height: 50px;
}
.global-column-type-b-top:before, .global-column-type-e-top:before {
  top: 30px;
  height: 20px;
}

.global-column-type-b-content {
  margin-top: 50px;
}

.global-column-type-b-content-item {
  margin-top: 24px;
  height: 150px;
}

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


.global-column-type-s-new .global-column-content-s-body {
  padding-top: 0px;
}
.global-column-type-s-new .global-column-type-d-line {
    background: #FFFF;
}

.global-column-type-t-v2 .global-column-type-d-column-info {
  margin: 0;
  height: 50px;
}

.global-column-type-t-v2 {
  height: 280px;
}
.global-column-type-t-bottom {
  height: calc(100% - 64px);
}

.global-column-type-t-content-item-title-top {
    padding: 16px 0;
}

.global-column-type-t-content-item-title {
    height: 3em;
    line-height: 1.5em;
}

.global-column-type-t-content-item {
    margin-left: 0;
}
.global-column-type-t-content-left img {
    width: 68px;
}
.global-column-type-s-new .global-column-content-s-body {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 0px;
    padding-bottom: 0px;
}
.global-column-type-s-new .global-column-type-s-content {
  margin-top: 0px;
  padding: 0 24px;
}
.global-column-type-s-new .global-column-type-item-2-2 .global-column-content-s-title {
  font-size: var(--font-size-22);
  padding: 14px 0;
  width: 18em;
  word-break: break-all;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.global-column-type-s-new .global-column-content-s-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: var(--font-size-16);
}
.global-column-type-s-new .global-column-content-s-title a {
  color: #ffffff;
}

.global-column-type-s-new .global-column-content-s-item {
  width: 352px;
  width: 368px;
  background: unset;
}
.global-column-type-s-new .global-column-type-item-2-2 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    width: 832px;
    width: 784px;
}
.global-column-type-s-new .global-column-content-s-foot {
	height:unset;
}

