﻿.layui-nav-child {
    min-width: 13vw;
}

@media screen and (min-width: 1024px) {
    .header-nav .layui-nav .layui-nav-item > a {
        padding: 0 0 0 var(--size-30);
    }

    .header-nav .layui-nav-child {
        left: 0;
        right: -20%;
    }
}

.page-title-line::after {
    width: calc(88% - 8.125vw);
}

.page-title-line-short::after {
    width: calc(60% - 8.125vw);
}

.news-swiper .news-item .text-box .title {
    margin: var(--size-12);
}
