.page-header {
    padding: 178px 0 126px 0;
    position: relative;
    height: 410px;
    margin-top: -80px;
    box-sizing: border-box;

    background-image: url("	https://static.hhs.net.cn/image/20250221/e940b7a8-ca09-48e4-b235-c75429daba83.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title {
    max-width: 1200px;
    margin: auto;
}

.page-title div:nth-of-type(1) {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

/* 修改当前页的背景颜色为深蓝色 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #6daf32 !important;
    color: #fff !important;
}

/* 修改按钮的 hover 效果 */
.layui-laypage a:hover {
    background-color: #6daf32 !important;
    color: #fff !important;
    border: 1px solid #6daf32 !important;
}

.page-title div:nth-of-type(2) {
    margin-top: 6px;
    font-family: "PuHuiTi";
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5.2px;
}

.page-header-bg {
    position: absolute;
    width: 1200px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.bg-img {
    width: 451px;
    height: 301px;
    opacity: 0.6;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-container {
    width: 1200px;
    margin: auto;
    padding: 30px 0 20px 0;
}

.menu-container {
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.menu {
    padding: 10px 40px;
    font-family: "PuHuiTi";
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #707070;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 10px;
}

.text span {
    white-space: normal !important;
    text-wrap: normal !important;
}

.on-menu {
    background: var(--hhs-font-color);
    color: #fff;
}

.news-container {

}

.news-list {
    /*width: 850px;*/
}

.news-right {
    margin-top: 30px;
}

.news-other {
    margin-left: 30px;
    width: 320px;
    border-radius: 12px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    height: fit-content;
}

.other-title {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    color: #14212f;
    padding-bottom: 4px;
}

.other-news-list {
    margin-top: 13px;
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #14212f;
    cursor: pointer;
}

.other-news-list:hover {
    color: var(--hhs-font-color);
}

.news {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
    flex: 1;
    transition: all 0.4s;
}

.news:hover {
    box-shadow: 0 0 20px 0 rgba(2, 38, 135, 0.09);
    transform: translateY(-2px);
}

.news:hover .news-img img {
    transform: scale(1.05);
}

.news:hover .news-msg .news-name {
    color: var(--hhs-font-color);
}

.news-img {
    width: 270px;
    height: 180px;
    overflow: hidden;
}

.news-img img {
    width: 270px;
    height: 180px;
    object-fit: cover;
    transition: all 0.4s;
}

.news-msg {
    flex: 1;
    padding: 22px 20px 33px 20px;
    box-sizing: border-box;
}

.news-name {
    font-family: "PuHuiTi";
    font-weight: 700;
    font-size: 24px;
    color: #14212f;
    transition: all 0.4s;
}

.news-text {
    margin-top: 10px;
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 14px;
    color: #6e7a88;
    transition: all 0.4s;
}

.news-time {
    margin-top: 22px;
}

.news-icon {
    width: 12.94px;
}

.news-icon-name {
    margin-left: 10px;
    font-family: "PuHuiTi";
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #6e7a88;
}

.news-icon img {
    width: 100%;
    height: 100%;
}

.page-no {
    padding: 40px 0 0 0;
    text-align: center;
}

/* 1. 公共初始样式：不透明度为 0，带有 transition 过渡效果 */
.anim-section {
    opacity: 0;
    transition: opacity 0.75s ease, transform 0.75s ease;
}

/* 2. 不同方向的初始 transform */
.anim-section.top {
    transform: translateY(-20px);
}

.anim-section.bottom {
    transform: translateY(20px);
}

.anim-section.left {
    transform: translateX(-20px);
}

.anim-section.right {
    transform: translateX(20px);
}

/* 3. 当进入视口时，添加 in-view 触发最终状态 */
.anim-section.in-view {
    opacity: 1;
    transform: none;
}
