.bannerOther {
    height: 70vh;
}

.bannerOther .img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mySwiper {
    width: 100%;
    height: 100%;
}


.about-card{
    margin-bottom: 50px;
}

.news-list {
    padding: 30px !important;
}

.news-list .news-item:last-child {
    margin-bottom: 0;
}

.news-list .news-item {
    background: #fff;
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.news-item .news-cover {
    width: 200px;
    height: 150px;
    flex-shrink: 1;
    margin-right: 20px;
    background: #F8F8F8;
    overflow: hidden;
}

.news-item .news-cover .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-item .news-content {
    flex: 1;
    color: #333;
    position: relative;
    padding-top: 2px;
}

.news-item .news-content .news-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}

.news-item .news-content .news-summary {
    font-size: 16px;
    color: #666;
    line-height: 1.3;
}

.news-item .news-content .news-time {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-item:hover {
    /*background: rgba(0, 0, 0, .6);*/
    box-shadow: 0px 5px 15px 5px #e8e8e8;
    top: -2px;
}

.news-item:hover .news-cover .img{
    transform: scale(1.2);
}

.news-item:hover .news-content .news-title {
    color: var(--primary);
}
