img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.newsBox {
    width: 100%;
    height: 410px;
    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: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0;
}
.news-left {
    width: 410px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-cover {
    width: 680px;
    height: 340px;
    display: block;
    background: #ffffff;
    padding: 1px;
}
.news-cover img {
    width: 100%;
    height: 100%;
}
.news-title {
    font-size: 20px;
    color: #333333;
    font-weight: var(--font-bold-weight);
    line-height: 29px;
    height: 59px;
}
.news-des {
    font-size:14px;
    color: #666666;
    line-height: 24px;
}
.toDetail {
    width: 192px;
    height: 50px;
    background: url('../img/news_btn.png') 100%;
    cursor: pointer;
}

/* topic */
.topic {
    margin-top: 30px;
}
.topic-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.topic-list img {
    width: 386px;
    height: 160px;
}

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

/* gallery */
.galleryBox {
    width: 590px;
    height: 332px;
}
/* swiper */
.galleryCon {
    width: 100%;
    height: 292px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    border-top: none;
    background: #FDFDFD;
    padding: 0 20px;
}
.gallerySwiper {
    width: 100%;
    height: 292px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 25px;
    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;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.gallerySwiper-item-time {
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

/* media */
.media {
    width: 530px;
    height: 290px;
}
.media-content {
    width: 100%;
    height: 250px;
    border: 1px solid #DDDDDD;
    border-top: none;
    background: #FFFFFF;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.media-item {
    width: 166px;
    height: 166px;
    background: #FFF7F7;
}
.media-vline {
    width: 2px;
    height: 100%;
}
.media-item img {
    width: 47px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 54px;
}
.media-item span {
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 6px;
}

/* map */
.map {
    width: 284px;
}
.map-content {
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-top: none;
    background: #FFFFFF;
}
.mapLink {
    width: 100%;
    height: 100%;
}
.mapLink img {
    width: 100%;
    height: 100%;
}