﻿@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);


#NewsBan {
    background: url("../img/news03/bg.png");
    background-size: cover;
    height: 480px;
}
.delbanner .delban-title {
    height: 480px;
    padding: 0;
}
.delbanner {
    margin-top: 0;
}
.news-list .item .item-flex {
    display: flex;
}

.delbanner .right-pic {
    width: 853px;
    position: absolute;
    right: -150px;
    top: 42px;

} 

.delbanner .text-wrapper {
    margin-left: 58px;
}

.delbanner .right-pic img {
    width: 100%;
}

#NewsBan.delbanner .btn-wrapper {
    width: 154px;
    height: 43px;
    background: #1888F6;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-top: 51px;

    font-size: 21px;
    color: #FFFFFF;
    cursor: pointer;
}
#NewsBan .banner-wrapper  .h1 {
    color: #fff;
    margin-top: 107px;
}


#NewsBan .site {
    position: absolute;
    top: 471px;
    left: 50%;
    width: 1130px;
    transform: translateX(-50%);
    text-align: left;
}

.news-list:first-child .first {
    display: flex;
}

.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: 5px;
    }

.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: 0;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
}

#NewsBan .delban-title .eng-name {
    color: #fff;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}

.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;
}


@media only screen and (max-width:768px) {
    #NewsBan {
        height: auto;
    }
    .delbanner .right-pic {
        display: none;
    }
    .banner-wrapper {
        width: 100%;
    }
    .delbanner .text-wrapper {
        margin-left: 0;
    }
    #NewsBan.delbanner .btn-wrapper {
        margin: 20px auto;
    }

}
