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;
}
.newsBox {
    width: 652px;
    height: 370px;
    position: relative;
    padding: 11px;
    display: flex;
    background-color: #FDFDFD;
    border: 1px solid #E4E4E4;
}

/* newsswiper */
.newsSwiper {
    width:  630px;
    height: 348px;
    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:  630px;
    height: 348px;
    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: 488px;
    padding: 11px;
    height: 100%;
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
}
.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: 146px;
    height: 118px;
    position: relative;
    z-index: 2;
}
.column-bar img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.column-bar span {
    display: block;
    position: relative;
    top: 79px;
    left: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
.column-bar a:hover>span {
    color: var(--hover-color);
}


.galleryBox {
    width: 570px;
    position: relative;
}

.galleryTopBar {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 2px solid #BB0000;
    background: url('../img/footerNavBg.png');
    background-size: 100% 100%;
}

.galleryTitle {
    height: 40px;
    padding-left: 23px;
    background: url('../img/menu_title_01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    font-weight: var(--font-bold-weight);
    margin-left: -1px;
    padding-left: 23px;
    padding-right: 5px;
}
.galleryTitle::after {
  content: '';
  width: 48px;
  height: 40px;
  background: url('../img/menu_title_03.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
}
/* swiper */
.galleryCon {
    width: 100%;
    height: 275px;
    position: relative;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    background: #FDFDFD;
    padding: 0 12px;
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 30px;
}
.gallerySwiper-list {
    display: flex;
    position: relative;
}
.gallerySwiper-item {
    width: 200px;
    margin-left: 15px;
    list-style: none;
}
.gallerySwiper-item-cover {
    width: 200px;
    height: 134px;
}
.gallerySwiper-item-title {
    height: 48px;
    font-size: 14px;
    color: #333333;
    font-weight: var(--font-bold-weight);
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}
.gallerySwiper-item-time {
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
