/* special menu */
.searchPart {
    width: 240px;
    height: 348px;
    background: url('../img/bg_01.png');
    background-size: 100% 100%;
}
.searchPart .menu-content {
    padding: 0 4px;
    padding-top: 57px;
    height: 100%;
}
.searchPart-item {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin-top: 14px;
    padding-left: 19px;
    position: relative;
}
.searchPart-item input, .searchPart-item select {
    width: 132px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 0 6px;
    font-size: 12px;
    margin-left: 2px;

}
.searchPart-item select {
    white-space: pre-wrap;
    max-width: 132px;
    max-height: 36px;
}
.searchPart-item input::placeholder {color: #C0C0C0;}
.searchPart-item select::placeholder {color: #C0C0C0;}
.searchPart-select-icon {
    width: 15px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.searchPart-btn {
    width: 105px;
    height: 38px;
    border-radius: 19px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.searchPart-btn img {
    width: 5px;
    height: 8px;
    margin-left: 9px
}
.searchPart-searchBtn {
    background: linear-gradient(to bottom, #FF5033, #AF0000);
    margin-top: 59px;
}
.searchPart-resetBtn {
    background: linear-gradient(to bottom, #FACC22, #F83600);
}



/* index.css */


/* feature */
.feature {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.newsBox {
    width: 944px;
    height: 320px;
    position: relative;
}
.feature-poster {
    width: 196px;
    height: 320px;
    margin-top: 9px;
}
.newsBox-title {
    width: 944px;
    height: 57px;
    background: url('../img/newsTitle.png');
    background-size: 100% 100%;
    position: relative;
}
.newsBox-moreBtn {
    height: 16px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 50%;
}
.newsBox-con {
    padding: 8px 10px;
    display: flex;
    background-color: #FDFDFD;
    border: 1px solid #EAEAEA;
}

/* newsswiper */
.newsSwiper {
    width:  461px;
    height: 253px;
    overflow: hidden;
    position: relative;
}
.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;
}
.swiper-pagination-bullets.newsSwiper-pagination {
    width: auto;
    bottom: 6px;
    right: 0;
    left: auto
}
.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;
}
.newsSwiper-bullet-active {
    background: #FB2500;
    color: #fff;
}
.newsSwiper-item {
    width:  461px;
    height: 253px;
    position: relative;
}
.newsSwiper-item-cover {
    width: 100%;
    height: 100%;
}
.newsSwiper-item-title {
    width: 461px;
    padding: 11px 14px;
    font-size: 14px;
    color: #fff;
    font-weight: var(--font-regular-weight);
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.34);
}
/* newsList */
.newsList {
    width: 470px;
    padding-left: 20px;
}
.newsList .menu-item {
    background: none;
    padding: 0;
    height: 32px;
    font-size: 16px;
}

/* topic */
.topic {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}
.topicSwiper {
    width: 1164px;
    height: 100%;
    background: var(--bg-color);
    padding: 0 22px;
    padding-top: 24px;
}
.topicSwiper .tempWrap {
    width: 100% !important;
}
.topic-list a {
    display: inline-block;
    width: 267px;
    height: 93px;
    margin-right: 17px;
}
.topic-list a img {
    width: 267px;
    height: 93px;
    /*margin-right: 17px;*/
}

.sf {
    width: 1160px;
    height: 223px;
    margin: 0 auto;
    margin-top: 20px;
    background: #FDFDFD;
}
.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;
}
.grid-list {
    display: flex;
    flex-wrap: wrap;
}
.grid-item {
    width: 271px;
    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)
}
.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;
}

.sloganBanner {
    width: 1160px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
}
.sloganBanner img {
    width: 100%;
    height: 100%;
}


.galleryBox {
    width: 597px;
    height: 350px;
    position: relative;
}

.galleryTopBar {
    width: 100%;
    height: 45px;
    display: flex;
}

.galleryTitle {
    height: 32px;
    padding-left: 30px;
    color: #fff;
    line-height: 40px;
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: var(--font-bold-weight);
}
.videoGallery .galleryTitle {
    background: url('../img/gallery_title_01.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.cultureGallery .galleryTitle {
    background: url('../img/gallery_title_02.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.galleryTitle::after {
    content: '';
    width: 72px;
    height: 6px;
    background: url('../img/menu_title_02.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: calc(100% + 6px);
}

.gallery-tabBar {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 161px;
}
.gallery-tabBar-item {
    height: 36px;
    line-height: 36px;
    width: 81px;
    text-align: center;
    font-size: 14px;
    color: var(--main-font-color);
    position: relative;
    cursor: pointer;
    margin-right: 35px;
}
.curVideoGallery::after, .curCultureGallery::after {
    content: '';
    width: 78px;
    height: 6px;
    background: url('../img/curTitle_icon.png');
    background-size: 100% 100%;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 9;
}

/* swiper */
.galleryCon {
    width: 100%;
    height: 304px;
    position: relative;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    background: #FDFDFD;
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 40px;
}
.gallery-moreBtn {
    display: block;
    width: 67px;
    height: 43px;
    line-height: 64px;
    font-size: 14px;
    color: #F12406;
    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: 15px;
}
.gallerySwiper-item-cover {
    width: 200px;
    height: 134px;
}
.gallerySwiper-item-title {
    height: 48px;
    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;
}
/* cultureGallery */
.cultureGallery {
    width: 541px;
}
.cultureGallery .gallerySwiper {
    height: 215px;
}
.cultureGallery .gallerySwiper-item-title {
    height: 24px;
}
.cultureList {
    height: 88px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #EAEAEA;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;

}
.cultureList-item {
    width: 200px;
    height: 25px;
    margin-left: 20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}



