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;
    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%;
}


/* sf */
.sf {
    width: 1200px;
    height: 223px;
    margin: 0 auto;
    margin-top: 30px;
}
.sf-title {
    width: 78px;
    height: 223px;
    line-height: 20px;
    color: #D8393D;
    font-size: 18px;
    font-weight: var(--font-bold-weight);
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #EAEAEA;
    position: relative;
    background: #FDFDFD;
}
.sf-title::before {
    content: '';
    width: 4px;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #FD0000, #B90000);
}
.grid-list {
    display: flex;
    flex-wrap: wrap;
    background: #FDFDFD;
}
.grid-item {
    height: 111px;
    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)
}
.grid-list-01 .grid-item {
    width: 264px;
}
.grid-list-02 .grid-item {
    width: 296px;
}
.sf-icon {
    width: 42px;
    height: 34px;
}
.sf-text {
    margin-top: 12px;
}
.sf-t-b {
    border-top: 1px solid #EAEAEA;
}
.sf-b-b {
    border-bottom: 1px solid #EAEAEA;
}
.sf-l-b {
    border-left: 1px solid #EAEAEA;
}
.sf-r-b {
    border-right: 1px solid #EAEAEA;
}


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

.galleryTopBar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: #EEEEEE;
}
.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;
}
/* swiper */
.galleryCon {
    width: 100%;
    height: 304px;
    position: relative;
    overflow: hidden;
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 40px;
}
.gallerySwiper .tempWrap {
    width: 100% !important;
}
.gallery-moreBtn {
    display: block;
    width: 67px;
    height: 43px;
    line-height: 64px;
    font-size: 14px;
    color: #EB1E1E;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background: url('../img/btn_bg.png');
    background-size: 100% 100%;
    z-index: 9;
}
.gallerySwiper-list {
    display: flex;
    position: relative;
}
.gallerySwiper-item {
    width: 200px;
    margin-left: 30px;
    list-style: none;
}
.gallerySwiper-item-cover {
    width: 200px;
    height: 134px;
}
.gallerySwiper-item-title {
    width: 100%;
    font-size: 14px;
    font-weight: var(--font-bold-weight);
    color: #333333;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-top: 14px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.gallerySwiper-item-time {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 8px;
}