img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.newsBox {
    width: 100%;
    height: 410px;
    background: url('../img/news_bg.png') no-repeat center top;
    position: relative;
    padding: 35px 0;
}
.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: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-left {
    width: 410px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-cover {
    width: 680px;
    height: 340px;
    border: 1px solid #EEEEEE;
    display: block;
}
.news-title {
    font-size: 20px;
    color: #333;
    font-weight: var(--font-bold-weight);
    line-height: 32px;
    /* height: 64px; */
}
.news-des {
    font-size:14px;
    color: #666;
    line-height: 24px;
}
.toDetail {
    width: 192px;
    height: 50px;
    background: url('../img/btn_01.png');
    background-size: 100% 100%;
}

/* 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 {
    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;
    font-weight: 600;
    line-height: 20px;
    margin-top: 25px;
}
.column-bar a:hover>span {
    color: var(--hover-color);
}


.galleryBox {
    width: 100%;
    position: relative;
}

.galleryTopBar {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.galleryTitle {
    margin-left: 9px;
    color: #1367AA;
    position: relative;
    font-size: 22px;
    font-weight: var(--font-bold-weight);
}
.galleryTopBar .titleIcon {
  width: 23px;
  height: 25px;
}
/* swiper */
.galleryCon {
    width: 100%;
    height: 233px;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
    padding: 0 20px;
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 20px;
}
.gallerySwiper-list {
    display: flex;
    position: relative;
}
.gallerySwiper-item {
    width: 275px;
    margin-left: 20px;
    list-style: none;
}
.gallerySwiper-item-cover {
    width: 275px;
    height: 156px;
}
.gallerySwiper-item-title {
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

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