﻿.newsInfo6 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo6 * {
    box-sizing: border-box;
}

.newsInfo6Top {
    text-align: center;
    padding: 10px;
    margin-bottom: 2.5%;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo6Top .title {
    font-size: 32px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    margin-top: -20px;
    color: #0f58b3;
}

.newsInfo6Top .enTitle {
    color: rgb(216, 216, 216);
    text-align: center;
    font-size: 26px;
    line-height: 40px;
}

.newsInfo6List:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.newsInfo6List .newsInfo6Item {
    float: left;
    width: 25%;
    padding-right: 2%;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.newsInfo6List .newsInfo6Item .time {
    padding-bottom: 16px;
    margin-top: 5px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #999999;
    margin-bottom: 8px;
}

.newsInfo6List .newsInfo6Item:hover .title {
    color: #0f58b3;
}

.newsInfo6List .newsInfo6Item .title {
    font-size: 14px;
    color: #0f58b3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 12px;
}

.newsInfo6List .newsInfo6Item .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 18px;
    height: 44px;
}

.newsInfo6Item .news-img {
    height: 180px;
}

.newsInfo6Item .news-img img {
    display: block;
    max-width: 100%;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsInfo6Item .news-img .news-img-box {
    padding: 8px 12px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    bottom: calc(50% - 19px);
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    margin-left: -19px;
}