.newsInfo4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    text-shadow: rgba(0, 0, 0, 1) 0 0 0.2em;
}

.newsInfo4Top {
    text-align: center;
    padding: 10px;
    margin-bottom: 1.6%;
}

.newsInfo4Top .title {
    color: rgb(0, 176, 240);
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo4Top .titleDec {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #7f7f7f;
    line-height: 22px;
}

.newsInfo4List .newsInfo4Container .swiper-slide {
    text-decoration: none;
    height: 180px;
    position: relative;
}

.newsInfo4List .newsInfo4Container .swiper-slide img {
    max-width: 100%;
    display: block;
    border: 0;
    border-radius: 10px;
}

.newsInfo4List .newsInfo4Container .swiper-slide .news-tip {
    position: absolute;
    top: calc(100% - 100px);
    transition: all 0.2s;
    margin: 0 10%;
    width: 80%;
    height: 100%;
    text-align: left;
    border-radius: 10px;
    color: #fff;
    z-index: 2;
}

.newsInfo4List .newsInfo4Container .swiper-slide .newsContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsInfo4List .newsInfo4Container .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* position: absolute; */
    top: 0;
    z-index: 2;
    background-color: #fff;
}

.newsInfo4List .newsInfo4Container .swiper-slide:hover .newsContent {
    background: #1e88e5;
    border-radius: 10px;
}

.newsInfo4List .newsInfo4Container .swiper-slide:hover .content {
    opacity: 1;
}

.newsInfo4List .newsInfo4Container .swiper-slide:hover .news-tip {
    top: 55px;
}

.newsInfo4List .newsInfo4Container .swiper-slide:hover .news-img {
    z-index: -1;
}

.newsInfo4List .newsInfo4Container .swiper-slide .news-img,
.newsInfo4List .newsInfo4Container .swiper-slide .news-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}

.newsInfo4List .newsInfo4Container .news-tip .time {
    font-size: 12px;
    margin-bottom: 20px;
}

.newsInfo4List .newsInfo4Container .news-tip .title {
    font-size: 18px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsInfo4List .newsInfo4Container .news-tip .content {
    margin: 22px 0;
    font-size: 12px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    opacity: 0;
}

.newsInfo4List .newsInfo4Container .news-tip .detailsBtn {
    width: 82px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 16px;
}

.newsInfo4List .swiper-button-prev,
.newsInfo4List .swiper-button-next {
    width: 26px;
    height: 44px;
    background: rgba(51, 51, 51, .3);
    display: table;
}

.newsInfo4List .swiper-button-next:after,
.newsInfo4List .swiper-button-prev:after {
    display: none;
}

.newsInfo4List .swiper-button-prev {
    left: 0;
}

.newsInfo4List .swiper-button-next {
    right: 0;
}

.newsInfo4List .newsButton {
    width: 26px;
    height: 44px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.newsInfo4List .swiper-button-prev img,
.newsInfo4List .swiper-button-next img {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
}