body {
    background-color: #dd5669;
    color: white;
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: normal;
    transition: 1s ease;
}


.change-body-color {
    background-color: #000;
    transition: 1s ease;
}

/* 分割线动效 */
.line {
    margin-top: 1vw;
    transition: transform 1s ease-in;
    transform-origin: 0% 50%;
    transform: scaleX(0);
}

.line.active {
    transform: scaleX(1);
}

.message-text {
    display: flex;
    justify-content: flex-end;
}

.message-text .news-word {
    width: 50%;
}


.image-warpper {
    margin: 5vw 0 0;
}

.image-item {
    display: flex;
    gap: 4%;
    position: relative;
}

.image-item img {
    height: auto;
    width: 46%;
    margin-bottom: 5vw;
}

p {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 1.39vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
    line-height: 1.6;
}

h1 {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: 500;
    font-size: 6vw;
}

h2 {
    font-family: "AlibabaPuHuiTi-Bold";
    line-height: 1.2;
    font-size: 5vw;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-top: 3vw;
    font-style: italic;
}

.title-cn {
    line-height: 1.3;
    font-size: 4.5vw;
}

h3 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: 1000;
    font-size: 2.5vw;
    color: white;
}

h4 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: bold;
    font-size: 1.8vw;
    color: white;
    margin-left: 3vw;
}

span {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: normal;
}

p1 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 0.8vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
}

a {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: normal;
    font-size: 1.39vw;
}

.dot {
    display: inline-block;
    /* 使其显示为块元素，方便设置宽高 */
    width: 2vw;
    /* 设置圆点的宽度 */
    height: 2vw;
    /* 设置圆点的高度 */
    background-color: #07c1ef;
    /* 设置背景颜色为粉色 */
    border-radius: 50%;
    /* 使元素变成圆形 */
    margin-left: -5vw;
    /* 可选，设置圆点右边的间距 */
}

.dot1 {
    display: inline-block;
    /* 使其显示为块元素，方便设置宽高 */
    width: 2vw;
    /* 设置圆点的宽度 */
    height: 2vw;
    /* 设置圆点的高度 */
    background-color: orange;
    /* 设置背景颜色为粉色 */
    border-radius: 50%;
    /* 使元素变成圆形 */
    margin-left: -5vw;
    /* 可选，设置圆点右边的间距 */
}


.dot2 {
    display: inline-block;
    /* 使其显示为块元素，方便设置宽高 */
    width: 2vw;
    /* 设置圆点的宽度 */
    height: 2vw;
    /* 设置圆点的高度 */
    background-color: blue;
    /* 设置背景颜色为粉色 */
    border-radius: 50%;
    /* 使元素变成圆形 */
    margin-left: -5vw;
    /* 可选，设置圆点右边的间距 */
}

@media (max-width: 960px) {
    h2 {
        font-family: "AlibabaPuHuiTi-Regular";
        font-weight: 500;
        font-size: 8vw;
        color: white;
        font-weight: bold;
    }

    h3 {
        font-family: "AlibabaPuHuiTi-Regular";
        font-weight: 500;
        font-size: 6vw;
        color: white;
    }

    h4 {
        font-family: "AlibabaPuHuiTi-Regular";
        font-weight: bold;
        font-size: 5vw;
        color: white;
        margin-left: 3vw;
    }

    p {
        font-family: "AlibabaPuHuiTi-Regular";
        font-size: 4vw;
        margin-top: 1vw;
        color: white;
        font-weight: normal;
    }

    p1 {
        font-family: "AlibabaPuHuiTi-Regular";
        font-size: 2vw;
        margin-top: 1vw;
        color: white;
        font-weight: normal;
    }

    .navbar .navbar-brand img {
        width: 36vw;

        transition: all 2s ease;
    }
}

/* 响应式设计：在屏幕宽度小于 768px 时调整文字布局 */
@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        /* 添加左边距 */
        padding-right: 20px;
        /* 添加右边距 */
    }

    .row {
        margin-left: 3%;
        justify-content: center;
        /* 居中显示 */
    }

    .col-6 {
        width: 100%;
        /* 在手机上占满全宽 */
        align-items: left;
        /* 文字居中 */
    }

    .col-6 h2,
    .col-6 h3,
    .col-6 h4,
    .col-6 p {
        text-align: left;
        /* 中心对齐文字 */
    }
}

@media (max-width: 768px) {
    .news-items {
        flex-direction: column;
        /* 在小屏设备上切换为纵向布局 */
        align-items: center;
        /* 确保矩形居中 */
    }

    .news-item {
        width: 80%;
        /* 矩形宽度设为80% */
        margin-bottom: 20px;
        /* 每个矩形之间增加间距 */
    }

    .news-text {
        height: auto;
        /* 调整文本区域高度 */
    }

    .station-word {
        width: 100% !important;
    }

    .mask-text {
        width: 80%;
        font-size: 10px !important;
        line-height: 13px;
    }

    .title-cn {
        min-width: 160px;
    }
}