img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.feature {
  width: 1200px;
  padding: 0 20px;
  height: 370px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.feature-left {
  width: 720px;
  padding: 10px;
  height: 100%;
  background: #FDFDFD;
  border: 1px solid #E4E4E4;
  display: flex;
}
.feature-right {
    width: 431px;
    padding: 10px;
    height: 100%;
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
}

.newsSwiper {
  width: 584px;
  height: 100%;
  overflow: hidden;
  position: unset;
}
.swiper-button-next:after,  .swiper-button-prev:after{
    display: none;
}
.newsSwiper-item {
    width:  584px;
    height: 350x;
    position: relative;
}
.newsSwiper-item-cover {
    width: 100%;
    height: 100%;
}
.newsSwiper-item-title {
    width: 584x;
    padding: 11px 14px;
    font-size: 14px;
    color: #fff;
    font-weight: var(--font-regular-weight);
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.34);
}
.newsSwiper-thumbs {
  width: 106px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
/* .newsSwiper-thumbs-item {
  width: 106px;
  height: 80px;
} */

.newsList img {
    width: 100%;
    height: 1px;
}
.newsList-item {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    padding-left: 5px;
    display: block;
}
.newsList-item:hover {
    color: var(--hover-color);
}
.newsList-item-highlight {
    font-size: 16px;
    font-weight: var(--font-bold-weight);
    margin-top: 15px;
}


/* topic */
.topic {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
}
.topicSwiper {
    width: 1164px;
    height: 100%;
    background: #FAFAFA;
    padding: 0 22px;
    padding-top: 24px;
}
.topicSwiper .tempWrap {
    width: 100% !important;
}
.topic-list img {
    width: 267px;
    height: 93px;
    margin-right: 17px;
}

/* column */
.column-bar a {
    width: 270px;
    height: 104px;
}