.page-menu li {
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-content {
    display: flex;
    margin: 20px;
}

.leftNav {
    width: 355px;
    min-width: 250px;
}

.rightPage {
    width: 100%;
}
	.swiper {
        height: 400px !important;
    }
@media (max-width: 990px) {
    .leftNav {
        width: 355px;
        min-width: 250px;
    }

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.news-item {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    transition-duration: 0.5s;
}

.news-item:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}

.news-item:hover a .tit h3 {
    color: #347c4d;
}

.tit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    align-items: center;
}

.news-item a .tit h3 {
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
}

.news-item a .tit .date {
    font-size: 14px;
    color: #666666;
}

.desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 57px;
    font-size: 14px;
    line-height: 2;
    color: #999999;
    overflow: hidden;
}

.news-item:hover .more {
    color: #fff;
    background-color: #347c4d;
    width: 130px;
}

.more {
    width: 130px;
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

a {
    text-decoration: none !important;
    color: inherit;
}
.news-item .more span {
    color: #333;
    font-size: 14px;
}
.news-item:hover .more span {
    color: #fff;
}

a:hover {
    TEXT-DECORATION: none
}

@media (max-width: 990px) {
    .g-container {
        min-width: 1100px;
        padding: 0 8%;
    }
}
@media (max-width: 1100px) {
    .g-container {
        padding: 0 8%;
    }
}
.header__welcome{
    line-height: 50px;
}
.g-container{
    min-width: 1100px;
}
.newlist {
    width: 323px;
}

@media(max-width: 992px) {
    .banner {
        margin-top: 28px;
    }
    .header__nav li:nth-child(1)::after {
        top: -64px !important;
    }
    .leftNav {
        display: none !important;
    }
    body, .header, .header__top, .g-container, .header__content,
    .banner, .page-content, .rightPage, .news-item, .page-navigation,
    .h5 {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .news-item a .tit h3 {
        font-size: 18px;
        color: #565656;
        font-weight: normal;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 74%;
    }

}
@media(max-width: 576px) {
    #navBarLogin {
         margin-top: 0 !important;
    }
    .swiper {
        height: 170px !important;
    }
    .swiper-slide img {
        height: 170px !important;
        object-fit: fill !important;
    }
    .header__nav li .a-node {
        padding: 0;
    }
    .site-logo {
        width: 92px;
        height: 35px;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -63px !important;
    }
}
