@charset "UTF-8";
/**
 * @desc 公司新官网首页-新闻动态
 * @author hongyu
 * @date 2022-5-30
 */

/* Comment 新闻动态 S */
.index-news {
    height: 807px;
    width: 100%;
    padding: 90px 170px 0;
    box-sizing: border-box;
}

.index-news-title {
    margin-bottom: 60px;
}

.index-news .index-news-content {
    height: 515px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-news-content-item {
    flex: 1;
    max-width: 512px;
    height: 100%;
}

.index-news-content-item .layui-tab {
    margin: 0;
}

.index-news-content-item .layui-tab-title {
    height: 46px;
}

.index-news-content-item .layui-tab-title li {
    height: 24px;
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 24px;
    padding: 0 30px 0 0;
}

.index-news-content-item .layui-tab-title li:hover {
    color: #4977fb;
}

.index-news-content-item .layui-tab-brief>.layui-tab-title .layui-this {
    color: #4977fb;
    font-weight: 500;
}

.index-news-content-item .layui-tab-title .layui-this:after {
    height: 47px;
    border-bottom: 2px solid #4977fb;
    width: 96px;
    left: 0;
}

.index-news-content-item .layui-tab-content {
    margin-top: 42px;
    padding: 0;
    height: 390px;
    width: 100%;
}

.index-news-content-item .index-news-content-item-introduce {
    position: relative;
    height: 288px;
    width: 100%;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.index-news-content-item-introduce img {
    position: absolute;
    left: 0;
    width: 0;
    width: 100%;
    height: 100%;
}

.index-news-content-item .index-news-content-item-introduce-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    opacity: 70%;
    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%);
}

.index-news-content-item .index-news-content-item-introduce-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 19px 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-content-item .index-news-content-item-title {
    box-sizing: border-box;
    height: 100px;
    width: 100%;
    text-align: justify;
    background-color: #f8f9fb;
    padding: 26px 20px;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.index-news-content-item .index-news-content-item-title div {
    width: 100%;
    height: 100%;
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.index-news-content-item .index-news-content-item-time {
    margin-top: 24px;
    width: 100%;
    height: 19px;
    font-family: D-DIN;
    color: #cccccc;
    font-size: 18px;
    line-height: 19px;
}

.index-news-content-item .swiper-pagination-fraction {
    bottom: 0;
    text-align: right;
    padding-right: 24px;
    box-sizing: border-box;
}

.index-news-content-item .swiper-button-next {
    top: 438px;
    right: 1px;
    width: 8px;
    height: 14px;
    z-index: 99999;
    background-image: url();
}

.index-news-content-item .swiper-button-prev {
    top: 438px;
    right: 79px;
    left: auto;
    width: 8px;
    height: 14px;
    z-index: 99999;
    background-image: url();
}

.index-news-content-item .swiper-button-next::after,
.index-news-content-item .swiper-button-prev::after {
    font-size: 14px;
    color: #a8a8a8;
}

.swiper-pagination-current,
.swiper-pagination-total {
    font-family: D-DIN;
    color: #303030;
    font-size: 18px;
}

.index-news-content-item .swiper-pagination-current {
    font-family: D-DIN;
    color: #4977fb;
}


.index-news-content-item-2 {
    width: 516px;
    margin: 0 51px;
    height: 100%;
}

.index-news-content-item .tab-title {
    height: 47px;
    line-height: 47px;
    width: 100%;
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 24px;
    border-bottom: 1px solid #eaeaea;
    ;
}

.index-news-content-item .tab-content {
    margin-top: 42px;
    padding: 0px;
    height: 390px;
    width: 100%;
}

.index-news-content-item-3 {
    width: 446px;
    height: 100%;
}

.index-news-content-item-3 ul {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.index-news-content-item-3 ul li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 30px 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.index-news-content-item-3 ul li:first-of-type {
    padding-top: 0;
}

.index-news-content-item-3 ul li:last-child {
    border-bottom: 0;
}

.index-news-content-item-3 .notice-time {
    width: 80px;
}

.index-news-content-item-3 .notice-title {
    flex: 1;
    margin-left: 15px;
    height: 44px;
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    cursor: pointer;
}

.index-news-content-item-3 .notice-title:hover {
    color:#4977fb;
}

.index-news-content-item-3 .notice-month-day {
    height: 28px;
    font-family: D-DIN;
    color: #a7a7a7;
    font-size: 26px;
}

.index-news-content-item-3 .notice-year {
    height: 17px;
    font-family: D-DIN;
    color: #a7a7a7;
    font-size: 16px;
}

/* Comment 新闻动态 E */