img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.newsBox {
    width: 100%;
    height: 460px;
    background: url('../img/news_bg.png') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}
.swiper-box {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.newsSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: unset;
}
.swiper-button-next:after,  .swiper-button-prev:after{
    display: none;
}
.newsSwiper-button {
    width: 18px;
    height: 32px;
}
.newsSwiper-prev {
    background: url('../img/prev_icon.png');
    background-size: 100% 100%;
    left: -54px;
}
.newsSwiper-next {
    background: url('../img/next_icon.png');
    background-size: 100% 100%;
    right: -54px;
}
.news-item {
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0;
}
.news-left {
    width: 540px;
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.news-cover {
    width: 600px;
    height: 375px;
    display: block;
    background: #ffffff;
    padding: 1px;
}
.news-cover img {
    width: 100%;
    height: 100%;
}
.news-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: var(--font-bold-weight);
    line-height: 29px;
    height: 59px;
}
.news-des {
    font-size:14px;
    color: #ffffff;
    line-height: 24px;
}
.toDetail {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 18px;
    color: #848A9D;
    cursor: pointer;
}

/* topic */
.topic {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    background: #F7F7F7;
}
.topicSwiper {
    width: 1164px;
    height: 100%;
    background: var(--title-bg-color);
    padding: 0 22px;
    padding-top: 24px;
}
.topicSwiper .tempWrap {
    width: 100% !important;
}
.topic-list img {
    width: 267px;
    height: 93px;
    margin-right: 17px;
}
.slideTitle {
  width: 40px;
  height: 140px;
  background: url('../img/slide_title_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 20px;
}


.column-bar a {
    width: 380px;
    height: 70px;
}
/* sf */
.sf {
    border: 1px solid #EEEEEE;
}
.sf-item {
    width: 398px;
    height: 220px;
}
.sf-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #D8393D;
    font-size: 16px;
    font-weight: var(--font-bold-weight);
}
.grid-list {
    display: flex;
    flex-wrap: wrap;
}
.grid-item {
    width: 199px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #EEEEEE;
    cursor: pointer;
}
.grid-item:hover {
    color: var(--hover-color)
}
.sf-icon {
    width: 40px;
    height: 34px;
}
.sf-text {
    margin-top: 12px;
}
.sf-t-b {
    border-top: 1px solid #EEEEEE;
}
.sf-b-b {
    border-bottom: 1px solid #EEEEEE;
}
.sf-l-b {
    border-left: 1px solid #EEEEEE;
}
.sf-r-b {
    border-right: 1px solid #EEEEEE;
}


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

/* gallery */
.galleryBox {
    width: 589px;
    height: 330px;
    border: 1px solid #DDDDDD;
    border-top: 2px solid #C60505;
    padding-top: 1px;
}
.galleryTopBar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: #F7F7F7;
}
.galleryTitle {
  height: 40px;
  line-height: 40px;
  padding-left: 23px;
  padding-right: 9px;
  color: #FFFFFF;
  position: relative;
  font-size: 18px;
  font-weight: var(--font-bold-weight);
  background: url('../img/menu_title_01.png');
  background-size: 100% 100%;
}
.galleryTitle::after {
  content: '';
  width: 37px;
  height: 40px;
  background: url('../img/menu_title_02.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.gallery-tabBar {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 140px;
}
.gallery-tabBar-item {
    height: 36px;
    line-height: 36px;
    min-width: 81px;
    text-align: center;
    font-size: 16px;
    color: var(--main-font-color);
    position: relative;
    cursor: pointer;
    margin-right: 35px;
    list-style: none;
}
.curVideoGallery::after {
    content: '';
    width: 78px;
    height: 6px;
    background: url('../img/curTitle_icon.png');
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -39px;
    z-index: 9;
}
.curCultureGallery::after {
    content: '';
    width: 78px;
    height: 6px;
    background: url('../img/curTitle_icon.png');
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -39px;
    z-index: 9;
}
/* swiper */
.galleryCon {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.gallerySwiper {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery-moreBtn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #EEEEEE;
    font-size: 14px;
    color: #888888;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.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;
    line-height: 24px;
    margin-top: 10px;
}
.gallerySwiper-item-time {
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}