.newsInfo5 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo5 * {
    box-sizing: border-box;
}

.newsInfo5Top {
    padding: 10px;
    margin-bottom: 10px;
}

.newsInfo5Top:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.newsInfo5TopLeft {
    float: left;
}

.newsInfo5TopRight {
    float: right;
}

.newsInfo5TopLeft .title {
    font-size: 20px;
    line-height: 30px;
    color: rgb(85, 85, 85);
}

.newsInfo5TopLeft .enTitle {
    color: rgb(187, 187, 187);
    line-height: 26px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo5TopRight a {
    text-decoration: none;
    color: rgb(85, 85, 85);
    font-size: 14px;
    margin-top: 30px;
    display: block;
}

.newsInfo5Content .swiper-slide {
    transition: all .3s ease-out 0s;
    padding-top: 10px;
    transform: translateY(0);
}

.newsInfo5Content .swiper-slide .newsContent {
    text-decoration: none;
    display: block;
}

.newsInfo5Content .swiper-slide:hover {
    transform: translateY(-8px);
}

.newsInfo5Content .swiper-slide:hover .news-tip .title,
.newsInfo5Content .swiper-slide:hover .news-tip .time {
    color: rgb(30, 136, 229)
}

.newsInfo5Content .swiper-slide:hover .news-tip .content {
    font-size: 12px;
}

.newsInfo5Content .swiper-slide .newsContent .news-img {
    height: 190px;
}

.newsInfo5Content .swiper-slide .newsContent .news-img img {
    max-width: 100%;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newsInfo5Content .swiper-slide .news-tip:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: 1px solid transparent;
    height: 1px;
    width: 0;
    transition: width .6s cubic-bezier(.23, 1, .38, 1) 0s;
}

.newsInfo5Content .swiper-slide .news-tip:hover:before {
    border-bottom: 1px solid #1e88e5;
    width: 100%;
}

.newsInfo5Content .swiper-slide .news-tip {
    padding: 0 2px 10px;
    padding-bottom: 20px;
    padding-top: 14px;
    font-family: "微软雅黑,Microsoft YaHei";
    position: relative;
}

.newsInfo5Content .swiper-slide .news-tip .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.newsInfo5Content .swiper-slide .news-tip .time {
    color: rgb(216, 216, 216);
    font-family: 黑体, SimHei;
    font-size: 18px;
    margin-bottom: 16px;
}

.newsInfo5Content .swiper-slide .news-tip .content {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: rgb(127, 127, 127);
    font-size: 14px;
}

.newsInfo5Content .swiper-button-prev,
.newsInfo5Content .swiper-button-next {
    width: 26px;
    height: 44px;
    background: rgba(51, 51, 51, .3);
    display: table;
}

.newsInfo5Content .swiper-button-prev {
    left: 0;
}

.newsInfo5Content .swiper-button-next {
    right: 0;
}

.newsInfo5Content .newsButton {
    width: 26px;
    height: 44px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.newsInfo5Content .swiper-button-prev img,
.newsInfo5Content .swiper-button-next img {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
}