.main-title a {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #fff;
    font-size: 44px;
    color: var(--main-color);
    font-weight: var(--font-bold-weight);
    text-align: center;
}
.newsBox {
    width: 100%;
    height: 460px;
    background: url('../img/news_bg_01.jpg') no-repeat center top;
    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;
}
.news-left {
    width: 547px;
    height: 377px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-cover {
    width: 602px;
    height: 377px;
    border: 1px solid #EEEEEE;
    display: block;
}
.news-title {
    font-size: 24px;
    color: #fff;
    font-weight: var(--font-bold-weight);
    line-height: 29px;
    height: 59px;
}
.news-des {
    font-size:14px;
    color: #fff;
    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 {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}
.topic a{
    display: inline-block;
}
.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;
}


.jgszMenu, .ztbdMenu {
    width: 285px;
}
.jgszMenu .menu-content, .ztbdMenu .menu-content, .gzdtMenu .menu-content {
    height: 270px;
}

.gzdtMenu {
    width: 550px;
}
.gzdtMenu .menu-item-icon {
    width: 23px;
    height: 9px;
    margin-left: 12px;
}

/* .jgszMenu .menu-item {
    height: 31px;
}
.jgszMenu .menu-item-icon {
    width: 22px;
    height: 21px;
}
.jgszMenu .menu-item-text {
    margin-left: 26px;
}
.jgszMenu .menu-item {
    margin-bottom: 15px;
    background: var(--title-bg-color);
}
.jgszMenu .menu-item:hover {
    background: url('../img/hover_bg.png');
} */

.column-bar a {
    width: 380px;
    height: 70px;
}

.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: 40px;
}
.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;
}
.banner img {
    width: 100%;
    height: auto;
}

.rmphMenu, .ajskMenu, .zzjyMenu {
    width: 380px;
}
.rmphMenu .menu-content, .ajskMenu .menu-content, .zzjyMenu .menu-content{
    height: 228px;
}


.galleryBox {
    width: 585px;
    height: 333px;
    border: 1px solid #EEEEEE;
}
.galleryTopBar {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
.galleryTitle {
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    border-left: 11px solid #B60303;
    font-size: 24px;
    color: #555555;
}
.galleryTitle-icon {
    width: 42px;
    height: 8px;
    margin-top: 12px;
}
.gallery-tabBar {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 18px;
}
.gallery-tabBar-item {
    height: 42px;
    line-height: 42px;
    width: 81px;
    text-align: center;
    font-size: 14px;
    color: var(--main-font-color);
    position: relative;
    cursor: pointer;
}
.curVideoGallery::after, .curCultureGallery::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url('../img/curTitle_icon.png');
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

/* 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;
}
.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;
}

.courtBanner-01 {
    width: 1200px; 
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
.courtBanner-01-title {
    font-size: 16px;
    color: #CE1F18;
    margin-left: 41px;
}
.courtBanner-01-list {
    width: 912px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 80px;
}

.courtBanner-01-list a {
    width: 180px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.courtBanner-01-list a:hover {
    color: var(--hover-color);
}