.news-page .owl-carousel .owl-nav .owl-prev, .news-page .owl-carousel .owl-nav .owl-next {
    top: calc(50% - 8px);
}

.news-main-slide a {
    display: block;
}

.main-slide-info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    background: rgb(51 51 51 / 0.06);
}

.main-slide-title {
    font-size: 24px;
}

.main-slide-meta {
    font-size: 18px;
}

.news-main-menu {
    margin: 30px 0;
    background: var(--blue-color);
}

.news-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-main-menu ul li {
    display: inline-flex;
}

.news-main-menu ul li a {
    color: #fff;
    padding: 15px;
    font-weight: 500;
    transition: .1s all;
    text-transform: uppercase;
}

.news-main-menu ul li a:hover, .news-main-menu ul li.active a {
    background: var(--yellow-color);
    color: #fff;
}

.news-feed-item {
    border: 1px solid #ccc;
    padding: 10px;
}

.news-feed-title {
    margin-bottom: 15px;
}

.news-feed-title h2 {
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.news-feed-title h2 img {
    position: relative;
    top: -3px;
}

.news-feed-item-img {
    width: 120px;
    margin-right: 15px;
}

.news-feed-item-img img {
    height: 95px;
    object-fit: cover;
}

.news-feed-item-title {
    font-size: 14px;
    font-weight: 600;
}

.news-feed-item-meta {
    font-size: 12px;
    font-weight: 600;
}

.hot-week {
    margin: 20px 0 0;
}

.news-page-banner {
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
}

.hot-week-title h4, .news-item-title {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase;
}

.large-item .hot-week-title h4 {
    font-size: 24px;
}

.block-news-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

.tip-mix-item {
    margin-bottom: 30px;
}

.tip-mix-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.tip-mix-desc {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-connect {
    padding: 15px 30px;
    border: 1px solid var(--blue-color);
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
}

.connect-text {
    margin: 0 10px;
    text-align: center;
    max-width: 70%;
}

.tips-makeup {
    margin: 30px 0;
}

.tips-makeup .card {
    padding: 0 30px 20px;
    border-bottom: 4px solid var(--blue-color);
}

.tips-makeup-img img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.news-video {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}

.news-video-content iframe {
    width: 100%;
}

.large-video {
    margin-bottom: 15px;
}

.large-video iframe {
    height: 500px;
}

.small-video {
    margin: 0 -10px;
}

.small-video-item {
    flex: 1;
    padding: 0 10px;
    max-width: 25%;
}

.small-video-item img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.news-detail-title {
    margin-top: 20px;
}

.news-detail-title h1 {
    font-size: 1.8rem;
}

.news-detail-meta {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-tag {
    margin: 20px 0;
}

.news-video-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
}

.news-video-desc {
    font-size: 13px;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tag-block>a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin: 0 5px;
}

.tag-block>a:hover {
    color: var(--blue-color);
}

.news-sidebar-block {
    border: 1px solid #ccc;
    border-bottom: 3px solid var(--blue-color);
    padding: 10px;
    margin-bottom: 30px;
}

.news-related-item {
    margin-bottom: 30px;
}

.news-related-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.news-related-desc {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-sidebar-title h2{
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
}

.news-sidebar-cate-item {
    margin-bottom: 15px;
}

.news-sidebar-cate-item a {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 10px;
    font-size: 15px;
}

.news-sidebar-cate-item a:hover, .news-sidebar-cate-item.active a {
    background: var(--blue-color);
    color: #fff;
}

.hotnews-item {
    margin-bottom: 15px;
}

.hotnews-img {
    width: 75px;
    margin-right: 10px;
}

.hotnews-detail {
    width: calc(100% - 80px);
    font-size: 12px;
}

.news-subs-input, .news-subs-btn {
    margin-bottom: 10px;
}

.news-cate-item {
    margin-bottom: 30px;
}

.news-cate-item>div {
    border: 1px solid #ccc;
    border-bottom: 2px solid var(--blue-color);
    min-height: 400px;
}

.news-item-content {
    padding: 15px;
}

.news-item-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.news-cate-item .news-item-title {
    margin: 0;
    text-transform: unset;
}

.news-cate-item .news-item-title a {
    height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-cate-item .news-item-desc {
    margin-top: 12px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-cate-item .news-item-read {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
}

.news-item-desc {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.large-video-title {
    font-size: 20px;
    margin: 10px 0 25px;
}

.news-view-more {
    font-size: 21px;
}

.tips-makeup-content .tips-makeup-item {
    padding: 0;
}
.news-category-main {
    margin-top: 40px;
}
.news-detail-content{
    overflow: auto;
}
.news-detail-content h2{
    font-size: 1.6rem;
}
.news-detail-content h3{
    font-size: 1.4rem;
}
.news-detail-content span{
    white-space: initial !important;
}
.news-detail-content a{
    word-break: break-all;
}
.news-detail-content div{
    max-width: 100%;
}

@media (max-width: 991px) {
    .block-news-title {
        font-size: 22px;
        margin: 20px 0;
    }

    .large-video-title {
        font-size: 16px;
        margin: 5px 0 20px;
    }
    .small-video {
        flex-wrap: wrap;
    }

    .small-video-item {
        max-width: 50%;
        margin-bottom: 10px;
        flex-basis: auto;
    }

    .small-video-item img {
        height: 120px;
    }

    .block-connect {
        padding: 8px 5px;
        font-size: 11px;
        margin-top: 17px;
    }

    .connect-img {
        width: 10%;
    }

    .connect-text {
        margin: 0 5px;
        max-width: 65%;
    }

    .connect-btn .btn {
        padding: 5px;
        font-size: 13px;
    }

    .large-video iframe {
        height: 300px;
    }

    .news-main-menu ul {
        white-space: nowrap;
        overflow: auto;
    }

    .hot-week {
        margin: 5px 0 0;
        display: inline-block;
        width: 100%;
    }

    .hot-week-content .large-item {
        margin-bottom: 15px;
    }

    .hot-week-content .large-item .hot-week-title h4 {
        font-size: 15px;
        margin: 15px 0 7px;
    }

    .hot-week-desc {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .tips-makeup {
        margin: 5px 0;
    }

    .tips-makeup .card {
        padding: 0;
        border: 0;
    }

    .news-view-more {
        font-size: 18px;
    }

    .tips-makeup-content {
        margin-bottom: 10px;
    }

    .tips-makeup-content>.row {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .tips-makeup-content .tips-makeup-item {
        padding: 0 7px;
    }

    .tips-makeup-content .tips-makeup-item .tips-makeup-title {
        margin: 15px 0 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-cate-item .news-item-title a {
        height: auto;
    }

    .news-category-detail-main .news-cate-item {
        padding: 0;
        margin: 0;
    }
    .news-cate-item>div {
        min-height: auto;
        border: 0;
        border-bottom: 1px solid var(--blue-color);
        padding: 15px 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .news-item-title.m-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news-item-img {
        width: 36%;
        padding-right: 10px;
    }
    .news-item-img img {
        height: 110px;
    }
    .news-item-content {
        padding: 0;
        width: 64%;
    }
    .news-cate-item .news-item-desc {
        margin: 0;
    }
    #pagination {
        margin-top: 25px;
        text-align: center !important;
    }
    .main-slide-title {
        font-size: 16px;
    }
    .main-slide-meta {
        font-size: 13px;
    }
    .news-category-main {
        margin-top: 10px;
    }
    .news-cate-item .news-item-read {
        margin-top: 12px;
        font-size: 13px;
    }

}
