.newsInfo7 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo7 * {
    box-sizing: border-box;
}

.newsInfo7Top {
    padding: 10px;
    margin-bottom: 1.6%;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo7Top .enTitle {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
}

.newsInfo7Top .title {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    line-height: 54px;
}

.newsInfo7List .newsInfo7Container {
    height: 300px;
}

.newsInfo7List .newsInfo7Container .swiper-slide .newsContent {
    text-decoration: none;
    position: relative;
    display: block;
    font-family: "微软雅黑,Microsoft YaHei";
}

.newsInfo7Container .swiper-slide:hover .news-time .news-time-date,
.newsInfo7Container .swiper-slide:hover .news-time .news-time-year {
    color: #fff;
}

.newsInfo7Container .swiper-slide:hover .news-tip .title {
    color: #1976d2;
}

.newsInfo7Container .swiper-slide:hover .news-tip {
    border-top: 1px solid #1976d2;
    top: 0;
}

.newsInfo7Container .swiper-slide:hover .news-time .news-icon {
    left: 164px;
}

.newsInfo7Container .swiper-slide:hover .news-time {
    background: #1976d2;
    top: 140px;
}

.newsInfo7Container .news-time {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    z-index: 1;
}

.newsInfo7Container .news-time .news-time-content {
    padding: 23px 0 23px 20px;
}

.newsInfo7Container .news-time .news-time-date {
    font-size: 32px;
    color: #666;
    line-height: 48px;
    transition: all .4s ease;
}

.newsInfo7Container .news-time .news-time-year {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    transition: all .4s ease;
}

.newsInfo7Container .newsContent .news-time .news-icon {
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 60px;
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 33px;
    left: 170px;
    transition: all .4s ease;
}

.newsInfo7Container .news-tip {
    border-top: 1px solid #eee;
    padding: 40px 20px;
    position: absolute;
    top: 115px;
    transition: all .4s ease;
    z-index: 1;
}

.newsInfo7Container .news-tip .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.newsInfo7Container .news-tip .content {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #999;
}

.newsInfo7Container .swiper-button-next,
.newsInfo7Container .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgba(51, 51, 51, .3);
}

.newsInfo7Container .newsButton {
    position: relative;
    width: 30px;
    height: 30px;
}

.newsInfo7Container .swiper-button-next img,
.newsInfo7Container .swiper-button-prev img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
}

.newsInfo7Container .swiper-button-next:hover,
.newsInfo7Container .swiper-button-prev:hover {
    background: #1976d2;
}