img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.feature {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 30px;
}
.feature-con {
    display: flex;
    justify-content: space-between;
}
.newsBox {
    width: 654px;
    height: 350px;
    position: relative;
}

/* newsswiper */
.newsSwiper {
    width:  654px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullets.newsSwiper-pagination {
    width: auto;
    bottom: 3px;
    right: 0;
    left: auto;
    z-index: 9;
}
.newsSwiper-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    margin-right: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    cursor: pointer;
}
.newsSwiper-bullet-active {
    background:#FB2500;
    color: #fff;
}
.newsSwiper-item {
    width:  654px;
    height: 350px;
    position: relative;
}
.newsSwiper-item-cover {
    width: 100%;
    height: 100%;
}
.newsSwiper-item-title {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    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);
}
.newsList {
    width: 525px;
    height: 350px;
    padding: 15px 20px;
    background: #F7F7F7;
}
.newsList-header img {
    width: 83px;
    height: 27px;
}
.newsList-con {padding-top: 5px;}
.newsList-item {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-font-color);
  font-weight: var(--font-regular-weight);
  cursor: pointer;
}
.newsList-item-text {
  flex: 1;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  margin-right: 16px;
}
.newsList-item-time {
  font-size: 14px;
  color: #999999;
}
.newsList-item:hover {
  color: var(--hover-color) !important;
}

/* topic */
.topic {
    width: 382px;
    height: 442px;
}
.topic a {
    width: 382px;
    height: 125px;
}
.topic img {
    width: 100%;
    height: 100%;
}

/* column */
.column-bar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column-bar a {
    width: 183px;
    height: 150px;
    background: #F7F7F7;
    border-radius: 10px;
    border: 2px solid #EFEFEF;
    margin-top: 30px
}
.column-bar img {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-top: 18px;
}
.column-bar span {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.column-bar a:hover {
    background: #F4F9FB;
    border-color: #E3EFFA;
}

/* share */
.share {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around
}
.share a {
    width: 390px;
    height: 110px;
}