@font-face {
    font-family: 'HarmonyOS_Sans_Light';
    src: url('../fonts/HarmonyOS_Sans_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Regular';
    src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.kv {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.kv p.text {
    font-size: 2.5vw;
    position: absolute;
    width: 20vw;
    left: 45%;
    top: 48%;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: 0.35vw;
    line-height: 3.125vw;
    font-weight: 300;
}

.kv .tit {
    position: absolute;
    top: 8.3vw;
    left: 11.25vw;
    width: 12.5vw;
    height: 12.5vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQyIiBoZWlnaHQ9IjI0MiIgdmlld0JveD0iMCAwIDI0MiAyNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMTkiIGQ9Ik0yNDEgODhWMUgxVjI0MS41SDI0MVYxNDciIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) scroll no-repeat 0 0;
    background-size: 100% 100%;
}

.investor-news .content {
    width: 92.55vw;
    margin: 0 auto;
    padding: 6.25vw 0;
}

.news-type {
    display: flex;
    align-items: center;
    margin-bottom: 4.16vw;
}

.news-type a {
    color: #cfcfcf;
    font-size: 1.25vw;
    line-height: 1.56vw;
    letter-spacing: 1.68px;
    transition: color 0.4s;
}

.news-type a.active,
.news-type a:hover {
    color: #B11D23;
}

.news-type span {
    background-color: #cfcfcf;
    width: 1px;
    height: 1vw;
    margin: 0 1.25vw;
}

.news-lists li {
    display: flex;
    margin-bottom: 3.1vw;
}

.news-lists li .pic {
    width: 21.25vw;
    height: 12.25vw;
    overflow: hidden;
    margin-right: 4.63vw;
}

.news-lists li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease-out;
}

.news-lists li .pic:hover img {
    transform: scale(1.1);
}

.news-lists .info {
    flex: 1;
    position: relative;
    border-bottom: #B11D23 solid 1px;
    box-sizing: border-box;
}

.news-lists .info .date {
    display: block;
    color: #575757;
    font-size: 1.04vw;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 2.34vw;
}

.news-lists .info .tit {
    display: block;
    color: #000;
    font-size: 1.45vw;
    line-height: 1.28;
    width: calc(100% - 200px);
}

.news-lists .info .gray-btn-link {
    position: absolute;
    right: 0;
    top: 23%;
    display: inline-flex;
    color: #84868A;
    border: 1px solid #84868A;
    padding: 0 2rem;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2rem;
    align-items: center;
    letter-spacing: 2px;
}

.pages {
    margin-top: 9.4vw;
}

.news-search {
    margin: auto auto 6.25vw auto;
    width: 720px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-search .search-text {
    width: 637px;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
}

.news-search .search-text input {
    width: 100%;
    height: 40px;
    padding: 0 40px;
    font-size: calc(100vw * 16 / 1920);
    color: #000000;
    border: none;
    line-height: 40px;
}

.news-search .search-text input::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.sections.news-info {
    margin: 8.25vw auto auto;
    width: 80%;
    min-width: 1000px;
}

.sections.news-info * {
    font-family: "HarmonyOS_Sans_Regular";
}

.sections.news-info h1 {
    font-size: calc(100vw * 48 / 1920);
    font-weight: 300;
    padding: 1vw 0;
    letter-spacing: 7px;
    font-family: "HarmonyOS_Sans_Light";
}

.sections.news-info .news-title p {
    padding: 0.5vw 0;
    font-size: calc(100vw * 20 / 1920);
    border-bottom: 1px solid #84868A;
    color: #000;
}

.sections.news-info .news-content {
    margin: 2vw auto 5vw;
}

.sections.news-info .news-content p {
    padding: 2vw 0;
    font-size: calc(100vw * 20 / 1920);
    line-height: 1.6;
    color: #575757;
}

.sections.news-info .news-nav {
    padding-bottom: 4vw;
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
}

.sections.news-info .news-nav a:link,
.sections.news-info .news-nav a:visited {
    font-size: calc(100vw * 16 / 1920);
    color: rgba(87, 87, 87, 0.6);
}

@media only screen and (max-width: 1024px) and (orientation: portrait),only screen and (max-width: 768px) {
    .kv .tit {
        background: none;
        top: 35%;
        left: 0;
        width: 100%;
        height: auto;
    }
    .kv .tit p.text {
        font-size: 8.2vw;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 1.375;
        letter-spacing: 1.148vw;
    }
    .news-type {
        border-bottom: 1px solid #A8A8A8;
        justify-content: space-between;
        box-sizing: border-box;
        margin-bottom: 12.82vw;
    }
    .news-type a {
        font-size: 16px;
        line-height: 1;
        padding: 0 6px;
        padding-bottom: 8.5px;
        position: relative;
    }
    .news-type a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background-color: #B11D23;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.4s;
    }
    .news-type a.active::after {
        opacity: 1;
    }
    .news-type span {
        display: none;
    }
    .investor-news .content {
        padding-top: 10.25vw;
    }
    .news-lists {
        width: 89vw;
        margin: 0 auto;
    }
    .news-lists li {
        flex-direction: column;
        margin-bottom: 12.25vw;
    }
    .news-lists li .pic {
        width: 100%;
        height: 50vw;
        margin-right: 0;
    }
    .news-lists .info {
        margin-top: 10px;
        border-bottom: none;
    }
    .news-lists .info .date {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .news-lists .info .tit {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.98px;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-lists .info .gray-btn-link {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .investor-news .content {
        padding-bottom: 15vw;
    }
    .news-search {
        width: 90%;
        margin: auto auto 1.6rem;
    }
    .news-search .search-text {
        width: calc(100% - 46px);
        border-radius: 30px;
    }
    .news-search .news-search-btn {
        width: 30px;
        padding: 0;
    }
    .news-search .search-text input {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 20px;
    }
    .sections.news-info {
        min-width: auto;
        width: 90%;
        margin: 4.2rem auto auto;
    }
    .sections.news-info h1 {
        font-size: 32px;
        letter-spacing: 4px;
        line-height: 1.375;
        padding: 0.5rem 0;
    }
    .sections.news-info .news-title p {
        font-size: 12px;
        padding: 0.5rem 0;
    }
    .sections.news-info .news-content {
        margin: 1.5rem auto 2rem;
    }
    .sections.news-info .news-content p {
        font-size: 12px;
        padding: 1rem 0;
    }
    .sections.news-info .news-nav {
        padding-bottom: 2rem;
        gap: 0.5rem;
    }
    .sections.news-info .news-nav a:link,
    .sections.news-info .news-nav a:visited {
        font-size: 12px;
    }
}