.list-new {
    background: url('/assets/bg-content-new.jpg');
    width: 100%;
    height: auto;
    padding: 20px 0 100px 0;
}

.content-list-new {
    background-color: aliceblue;
    box-shadow: 0px 0px 5px 5px rgba(45, 123, 146, 0.795);
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    border-radius: 2px;
}

.pagination{
    display: flex !important;
}

.list-new-header {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 15px;
    justify-content: space-between !important;
    border-bottom: 2px solid rgb(45, 123, 146);
}

.list-new-header li a {
    background: url('/assets/btn_hephai_normal.png');
    width: 176px;
    height: 58px;
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.list-new-header li:hover a {
    background: url('/assets/btn_hephai_hover.png');
    width: 176px;
    height: 58px;
}

.list-new-header li.active-list-new a {
    background: url('/assets/btn_hephai_hover.png');
    width: 176px;
    height: 58px;
}

.list-new-body {
    padding-top: 15px;
}

.list-new-body .list-new-body-item {
    display: none;
}

.list-new-body .list-new-body-item.active-new-body {
    display: block;
}

.list-new-body li {
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.list-new-img {
    width: 200px;
    height: 150px;
}

.list-new-img img {
    width: 100%;
    height: auto;
}

.list-new-info {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    flex: 1;
}

.new-info-title {
    display: flex;
    font-size: 25px;
    font-weight: 500;
}

.new-info-title label {
    flex: 1;
    font-size: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.new-info-title a {
    color: #d69708;
}

.new-info-title a:hover {
    color: #ffb204;
}

.new-info-title .new-info-time {
    color: #d69708;
    font-size: 22px;
}

.new-info-body p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 20px;
}

.new-pagination {
    margin-top: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-detail {
    background: url('/assets/bg-content-new.jpg');
    width: 100%;
    height: auto;
    padding: 20px 0 100px 0;
}

.content-new-detail {
    background-color: aliceblue;
    box-shadow: 0px 0px 5px 5px rgba(45, 123, 146, 0.795);
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    border-radius: 2px;
}

.new-detail-header {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
}

.new-detail-body p {
    width: 100%;
    font-size: 20px;
}

.new-detail-body p img {
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100%;
}

.new-detail-body a {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .list-new-header {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1.75vw;
        justify-content: space-between !important;
        border-bottom: 2px solid rgb(45, 123, 146);
    }
    .list-new-header li a {
        width: 17.188vw;
        height: 5.665vw;
        font-size: 2.5vw;
        font-weight: 700;
    }
    .list-new-header li:hover a {
        width: 17.188vw;
        height: 5.665vw;
    }
    .list-new-header li.active-list-new a {
        width: 17.188vw;
        height: 5.665vw;
    }
    .list-new-img {
        width: 19.532vw;
        height: 13.532vw;
    }
    .list-new-body {
        padding-top: 1.465vw;
    }
    .list-new-body li {
        display: flex;
        border-bottom: 1px solid #eaeaea;
        margin-top: 5.5vw;
    }
    .new-info-title {
        display: flex;
        font-size: 20px;
        font-weight: 500;
    }
    .new-info-body p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .new-detail-header {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }
    .list-new-img {
        width: 25.532vw;
        height: 17.532vw;
    }
    .new-detail-body a img {
        width: 100%;
    }
    .new-detail-body p {
        width: 100%;
        font-size: 16px;
    }
    .new-info-title label {
        flex: 1;
        font-size: 20px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .new-info-title .new-info-time {
        color: #d69708;
        font-size: 20px;
    }
}

@media only screen and (max-width: 667px) {
    .new-info-title {
        display: flex;
        font-size: 18px;
        font-weight: 500;
    }
    .list-new-img {
        width: 24.532vw;
        height: 16.532vw;
    }
    .new-info-body p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-size: 14px;
    }
    .new-info-title label {
        flex: 1;
        font-size: 14px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 0px;
    }
    .new-info-title .new-info-time {
        color: #d69708;
        font-size: 14px;
    }
}

@media only screen and (max-width: 468px) {
    .new-info-body p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .new-info-title label {
        flex: 1;
        font-size: 14px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 439px){
    .list-new-img {
        width: 20.532vw;
        height: 16.532vw;
    }
    .new-info-title label {
        flex: 1;
        font-size: 11px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 0px;
    }
    .new-info-title .new-info-time {
        color: #d69708;
        font-size: 11px;
    }
    .new-info-body p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-size: 12px;
        margin-bottom: 0px;
    }
}
