img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.hotTitle {
    width: 100%;
    padding: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: var(--font-bold-weight);
    color: #E30000;
    background: #ffffff;
}

/* feature */
.feature {
    width: 100%;
    height: 370px;
}
.feature-con {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.newsBox {
    width: 577px;
    height: 370px;
    position: relative;
    padding: 10px;
    display: flex;
    background-color:rgba(229, 229, 229,0.8);
}

/* newsswiper */
.newsSwiper {
    width:  557px;
    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;
    font-size: 14px;
}
.newsSwiper-bullet-active {
    background:#FB2500;
    color: #fff;
}
.newsSwiper-item {
    width:  557px;
    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.5);
}

.newsList {
    width: 427px;
    height: 370px;
    padding: 0 20px;
}

.feature-topBar {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.feature-title {
  width: 109px;
  height: 21px;
  line-height: 21px;
  padding-left: 20px;
  color: #FFFFFF;
  position: relative;
  font-size: 14px;
  background: url('../img/featureT.png');
  background-size: 100% 100%;
}
.feature-moreBtn {
    position: absolute;
    bottom: 0;
    right: 24px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.newsList-item {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.newsList-item-dot {
    width: 4px;
    height: 4px;
    margin-right: 5px;
}
.newsList-item-text {
  flex: 1;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.newsList-item:hover {
    color: var(--hover-color);
}
.newsList-item-highlight {
    font-size: 16px;
    font-weight: var(--font-bold-weight);
    color: #003366;
    line-height: 36px;
    height: 36px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    display: block;
}

/* topic */
.topic {
    width: 281px;
}
.topic a {
    width: 281px;
    height: 84px;
    display: block;
    margin-bottom: 13px;
}


/* notice */
.notice {
    width: 340px;
}
.notice-topBar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-left: 3px solid #E80000;
    color: #E80000;
    font-size: 18px;
    font-weight: var(--font-bold-weight);
    padding-left: 15px;
    position: relative;
}
.notice-moreBtn {
    position: absolute;
    top: 5px;
    right: 24px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    display: block;
    font-weight: var(--font-regular-weight);
}
.noticeSwiper {
    width: 340px;
    height: 339px;
    background: #F1F1F1;
    padding: 20px 20px;
}
.noticeSwiper .tempWrap {
    height: 300px !important;
}
.noticeItem {
    width: 100%;
    height: 81px;
    font-size: 14px;
    color: #333;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.noticeItem a {
    color: #333;
}
/* column-bar */
.column-bar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.column-bar a {
    width: 200px;
    height: 110px;
    border: 1px solid #E0E0E0;
}
.column-bar img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-top: 14px;
}
.column-bar span {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.column-bar a:hover>span {
    color: var(--hover-color);
}

.sloganBanner {
    width: 100%;
    margin-top: 20px;
}

/* gallery */
.galleryBox {
    width: 482px;
    height: 350px;
    border: 1px solid #E0E0E0;
}
.gallery-topBar {
  height: 42px;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #C1C1C1;
  position: relative;
  margin: 10px 18px;
}
.gallery-title {
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  color: #E80000;
  position: relative;
  font-size: 18px;
  font-weight: var(--font-bold-weight);
  border-bottom: 3px solid #EB1E00;
}
.gallery-moreBtn {
  position: absolute;
  bottom: 7px;
  right: 0px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}


.gallery-tabBar {
    display: flex;
}
.gallery-tabBar-item {
    height: 30px;
    line-height: 30px;
    width: 160px;
    text-align: center;
    background: #F1F1F1;
    font-size: 12px;
    color: var(--main-font-color);
    font-weight: var(--font-bold-weight);
    position: relative;
    cursor: pointer;
    list-style: none;
    border-right: 1px solid #C1C1C1;
}
.gallery-tabBar-item:hover {
    color: var(--hover-color);
}
.gallery-tabBar-item:nth-last-of-type(1) {
    border: none;
}
/* swiper */
.galleryCon {
    height: 290px;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.gallerySwiper {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.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 {
    font-size: 14px;
    color: #333333;
    font-weight: var(--font-bold-weight);
    text-align: center;
    height: 48px;
    line-height: 24px;
    margin-top: 10px;
}
.gallerySwiper-item-time {
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}