/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

.summary-info--snmOL {
  margin-top: 20px;
}
.summary-info--snmOL .title--wKBP1 {
  display: flex;
  justify-content: space-between;
}
.summary-info--snmOL .title--wKBP1 h3 {
  font-size: 28px;
  font-weight: 900;
}
.summary-info--snmOL .title--wKBP1 a {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
}
.summary-info--snmOL .title--wKBP1 a:hover {
  color: #40a9ff !important;
}
.summary-info--snmOL .title--wKBP1 a::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 3px;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.summary-info--snmOL .summary-info-content--iMjjH {
  margin-top: 16px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li {
  display: flex;
  width: 420px;
  margin-bottom: 20px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li:nth-child(odd) {
  margin-right: 38px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li a {
  width: 100%;
  display: flex;
  height: 120px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .img-box--mPgFB {
  width: 181px;
  height: 119px;
  overflow: hidden;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li img {
  width: 181px;
  height: 119px;
  display: block;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U {
  margin-left: 16px;
  width: 222px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 120px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: normal;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U .info-extra--PWEQ7 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U .info-extra--PWEQ7 span {
  color: #999999;
  line-height: 20px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U .info-extra--PWEQ7 i {
  font-weight: normal;
  margin-right: 8px;
}
.summary-info--snmOL .summary-info-content--iMjjH ul li .info--ym82U .info-extra--PWEQ7 .visit--GoZ1I {
  color: #666666;
}
.summary-info--snmOL .hover-img--tFvYK {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.summary-info--snmOL .hover-img--tFvYK:hover {
  transform: scale(1.1);
}
.summary-info--snmOL .hover-item--gI5xH:hover {
  color: #40a9ff !important;
}

/* 主要变量 */
/* prefix 用于所有样式名的前缀 */
/* -------- Colors -------- */
/* -------- Font -------- */
/* 新车变量 */
/* 新车PC */
/* 快捷樣式 */
/* 主題色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色字體顏色 */
/* 配色背景顏色*/
/* 配色背景顏色*/
/* 設置字體大小 */
.ant-switch-small--pQkAq {
  height: 20px;
  min-width: 128px;
  line-height: 114px;
}
/* 頭像 */
/* Icon  */
/* button 樣式 */
/*動畫效果*/
/* 全局居中 global-middle  */
/* button 樣式 */
/* 简化 */
.none--ohLY1 {
  display: none !important;
}
.tl--n0v0D {
  text-align: left;
}
.br-btn--R5yJi {
  border-radius: 20px;
}
.pr--MMSF1 {
  position: relative;
}
.pa--d95_b {
  position: absolute;
}
.bn--uBHse {
  border: 0  !important;
}
.ellipsis--oBCL7 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
i {
  font-style: unset;
}
@-webkit-keyframes bounceInUp--nI2Kv {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp--nI2Kv {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp--nI2Kv {
  -webkit-animation-name: bounceInUp--nI2Kv;
  animation-name: bounceInUp--nI2Kv;
}
.animated--yMB1_ {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--yMB1_.infinite--i8fLv {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated--yMB1_.delay-1s--FVXPj {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated--yMB1_.delay-2s--j4UdV {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated--yMB1_.delay-3s--VD9vV {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated--yMB1_.delay-4s--VAakB {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated--yMB1_.delay-5s--RM99q {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated--yMB1_.fast--rqy9_ {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated--yMB1_.faster--S__1t {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated--yMB1_.slow--l3YNo {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated--yMB1_.slower--On87D {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated--yMB1_ {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.container--WPC7r {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  width: 885px;
}
.sub-nav--ZvOQU {
  background-color: #F4F4F4;
  height: 50px;
  border-top: 2px solid rgba(50, 100, 255, 0.1);
}
.sub-nav-content--ZkhFH {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
  display: flex;
  line-height: 48px;
}
.sub-nav-content-link--TpIck {
  position: relative;
  font-size: 16px;
  margin-right: 40px;
  color: #333;
}
.sub-nav-content-link--TpIck.active--EicXE {
  color: #3264FF;
}
.sub-nav-content-link--TpIck.active--EicXE::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #3264FF;
}
.footer--es9aR {
  display: flex;
  justify-content: center;
}
.next--w583U {
  width: 380px;
  line-height: 40px;
  background-color: #E8E8E8;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.next--w583U:hover {
  color: #333;
}
.article--gK5YO .article-container--CzhkK {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
  margin: 0 auto;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY {
  width: 885px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn {
  display: flex;
  justify-content: space-between;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec {
  width: 534px;
  height: 365px;
  margin-right: 20px;
  background-color: #333;
  position: relative;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .slide-item--g7X7f {
  height: 365px;
  position: relative;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .slide-item--g7X7f p {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB div {
  display: flex;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB img:hover {
  transform: scale(1.1);
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB .slick-dots.slick-dots-bottom {
  padding-right: 5px;
  justify-content: flex-end;
  margin-right: 10px;
  bottom: 20px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB .slick-dots.slick-dots-bottom li {
  width: 8px;
  height: 8px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB .slick-dots.slick-dots-bottom li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB .slick-dots.slick-dots-bottom .slick-active {
  width: 16px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .carousel--HUjZB .slick-dots.slick-dots-bottom .slick-active button {
  width: 16px;
  height: 8px;
  background: #3264ff;
  border-radius: 4px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .prev--EFeF3 {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/left-icon.png');
  left: 0;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .carousel-wrapper--P5vec .next--w583U {
  display: block;
  width: 20px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background-image: url('https://c.8891.com.tw/assets/static/article/carousel/right-icon.png');
  right: 0;
  background-color: transparent;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe {
  width: 335px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe h2 i {
  font-style: italic;
  color: #ff0000;
  margin-right: 6px;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs {
  margin-top: 20px;
  padding-right: 18px;
  border-right: 1px dashed #bbbbbb;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-item--bdurZ {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-item--bdurZ:last-child {
  margin-bottom: 0;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-item--bdurZ span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin-right: 14px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #BBBBBB;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-0-item--kAyQO {
  font-weight: bold;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-0-item--kAyQO span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffe084, #ffbe4d);
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-1-item--W2wIz {
  font-weight: bold;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-1-item--W2wIz span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #e0e0e0, #c0c0c0);
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-2-item--Qg3bP {
  font-weight: bold;
}
.article--gK5YO .article-container--CzhkK .article-left--GorBY .left-top--wC7cn .hot-article--n4LPe .hot-list--rOHPs .hot-2-item--Qg3bP span {
  line-height: 12px;
  font-size: 20px;
  color: #333333;
  background: linear-gradient(360deg, #ffbe96, #ff6d2f);
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK {
  width: 280px;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj {
  margin-bottom: 20px;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj h2 {
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K {
  display: inline-block;
  margin-right: 20px;
  width: 130px;
  height: 151px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K:hover {
  box-shadow: 0 8px 16px 0 rgba(31, 33, 41, 0.24);
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K img {
  width: 131px;
  height: 151px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K .colums-container--dRlqd {
  width: 128px;
  height: 149px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 14px;
  padding-top: 53px;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K .colums-container--dRlqd p {
  font-size: 14px;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K .colums-container--dRlqd .tags-box--msGfq {
  text-align: center;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K .colums-container--dRlqd .tags-box--msGfq b {
  display: inline-block;
  min-width: 48px;
  height: 20px;
  background: #3264ff15;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #3264ff;
  line-height: 20px;
  margin-top: 7px;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K .colums-container--dRlqd span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.article--gK5YO .article-container--CzhkK .article-right--fPmqK .columns--Ms0Xj .columns-item--X_G1K:nth-child(2n) {
  margin-right: 0;
}
.article--gK5YO .hover-img--TO_lr {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}
.article--gK5YO .hover-img--TO_lr:hover {
  transform: scale(1.1);
}
.article--gK5YO .hover-item--Qmev2:hover {
  color: #40a9ff !important;
}

