html {
    font-size: 14px
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em
}

body {
    margin: 0
}

.new-list {
    position: relative;
    color: #333
}

.new-list .s1 {
    position: relative;
    color: #fff;
    overflow: hidden
}

.new-list .s1 img {
    width: 100%;
    vertical-align: bottom
}

.new-list .s1 .text {
    font-size: 72px;
    font-family: FranklinGothic;
    font-weight: 800;
    color: #ffffff;
    left: 50%;
    top: 50%;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-50%, -50%)
}

.new-list .s1 .tab-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-around
}

.new-list .s1 .tab-box .item {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-family: Poppins;
    font-weight: bold;
    color: #ea5413;
    background: rgba(255, 255, 255, 0.85)
}

.new-list .s1 .tab-box .item:hover {
    cursor: pointer;
    background: #ea5413;
    color: #ffffff
}

.new-list .s2 {
    padding: 82px 210px 40px 210px
}

.new-list .s2 .new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*justify-content: space-between*/
}

.new-list .s2 .new-list .item {
    width: 480px;
    margin-bottom: 30px;
    padding-right: 20px;
}

.new-list .s2 .new-list .item img {
    width: 100%
}

.new-list .s2 .new-list .item .text-wrap {
    padding: 25px;
    padding-bottom: 37px;
    background: #fafafa
}

.new-list .s2 .new-list .item .text-wrap .date {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #999999;
    margin-bottom: 1rem
}

.new-list .s2 .new-list .item .text-wrap .title {
    font-size: 24px;
    font-family: Poppins;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 1rem
}

.new-list .s2 .new-list .item .text-wrap .des {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.new-list .s2 .new-list .item .text-wrap .more {
    font-size: 14px;
    font-family: Poppins;
    font-weight: bold;
    text-decoration: underline;
    color: #171c61;
    line-height: 28px;
    text-transform: uppercase;
}
.page {
    text-align: center;
}
.page ul.pagination {
    margin: 0;
        justify-content: center;
}
li {
    list-style: none;
}
.page ul.pagination li span {
    display: block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    background: #fafafa;
    border-radius: 2px;
}
.page ul.pagination li.active>span {
    background: #ea5413;
    color: #fafafa;
}
.page ul.pagination li a {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    background: #fafafa;
    border-radius: 2px;
}
.new-list .s1 .tab-box .active{
    cursor: pointer;
    background: #ea5413;
    color: #ffffff;
    }
@media (min-width: 0px) and (max-width: 1700px) {
    .new-list .s2 .new-list .item {
        width: 33%
    }

    .new-list .s2 {
        padding: 82px 50px 40px 50px
    }
}

@media (min-width: 0px) and (max-width: 1024px) {
    .new-list .s1 .text {
        font-size: 48px
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .new-list .s2 .new-list {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    justify-content: space-between
}
.new-list .s2 .new-list .item {

    padding-right: 0px
}
    .new-list .s1 .text {
        font-size: 38px
    }

    .new-list .s1 .tab-box .item {
        line-height: 45px;
        font-size: 16px
    }

    .new-list .s2 {
        padding: 50px
    }

    .new-list .s2 .new-list .item .text-wrap .title {
        font-size: 18px
    }

    .new-list .s2 .new-list .item .text-wrap .des {
        font-size: 14px;
        line-height: 20px
    }

    .new-list .s2 .new-list .item .text-wrap .date {
        font-size: 14px
    }

    .new-list .s2 .new-list .item .text-wrap .more {
        font-size: 14px;
        line-height: 12px
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .new-list .s1 img {
        height: 75vw;
        object-fit: cover
    }

    .new-list .s1 .tab-box .item {
        line-height: 40px;
        font-size: 15px;
        width: 50%
    }

    .new-list .s1 .tab-box {
        flex-wrap: wrap
    }

    .new-list .s1 .text {
        font-size: 28px
    }

    .new-list .s2 {
        padding: 30px 15px
    }

    .new-list .s2 .new-list .item {
        width: 49%
    }

    .new-list .s2 .new-list .item .text-wrap {
        padding: 10px;
        padding-bottom: 20px
    }

    .new-list .s2 .new-list .item .text-wrap .title {
        font-size: 16px
    }
}