﻿@import url("https://www.huibotong.cn/img/huibotong.ico");
@import url("https://www.huibotong.cn/Icon/iconfont.css");
@import url(style.css);
@import url(indexs.css);
@import url(./simplePaging.css);


.news-list .item .item-flex {
    display: flex;
}

.news-list:first-child .first {
    display: flex;
}

#NewsBan .site {
    position: absolute;
    top: 420px;
    left: 50%;
    width: 1130px;
    transform: translateX(-50%);
    text-align: left;
}

.news-list .item .item-flex .xw-img,
.news-list .first .xw-img {
    width: 121px;
    height: 75px;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.news-list .first .xw-img {
    margin: 0 10px 0 20px;
}

    .news-list .item .item-flex .xw-img img,
    .news-list .first .xw-img img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.news-list .item .item-flex .text p {
    height: inherit;
}

.news-list .item .item-flex .text {
    margin-right: 20px;
}

.news-list .item .item-flex .date-time p:first-child {
    font-size: 24px;
    margin: 6px 0 8px 0;
}

.delbanner .h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 5px;
}

.banner-wrapper {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
    width: 1200px;
}

#NewsBan .delban-title .eng-name {
    color: #fff;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.news-list .first .first-img {
    width: 185.5px;
    height: 115px;
}

@media only screen and (max-width:1200px) {
    .banner-wrapper,
    .delbanner .h1 {
        text-align: center;
        margin-left: 0;
    }

    #NewsBan .delban-title .eng-name {
        margin-left: 0;
    }

    #NewsBan .site {
        text-align: center;
    }
}



.newsCon {
    margin-top: 70px;
}