/* #region 基本样式 */
.module {
    margin-top: 100px;
}

.module .title {
    text-align: left;
}

.module .title h3 {
    position: relative;
    padding-left: 24px;
    color: #593413;
    font-size: 40px;
}

.module .title h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    background: #593413;
    border-radius: 50%;
}

.module>.content {
    margin-top: 100px;
}

.banners .banner {
    height: 850px;
}

.footer .about-info {
    margin: 0;
}

/* #endregion */

/* #region 资讯 */
.news .title h1 {
    color: #593413;
    font-size: 60px;
}

.news .title .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    color: #999999;
    font-size: 24px;
}

.news .img-card {
    margin-top: 100px;
    height: 324px;
}

.news .img-card .img {
    position: absolute;
    width: 547px;
    height: 295px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.news .img-card .card {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 1179px;
    height: 299px;
    margin-top: 28px;
    padding: 55px 210px 32px 76px;
    font-weight: normal;
    letter-spacing: 0em;
    background: rgba(185, 150, 119, 0.2);
}

.news .img-card .card>h3 {
    position: absolute;
    top: -28px;
    color: #4D2500;
    font-size: 24px;
}

.news .img-card .card>h3::before {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 4px;
    content: "";
    background: #4D2500;
}

.news .img-card .card>p {
    color: #666666;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.news .content {
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0em;
}

/* #endregion */

/* #region 上下文 */
.context .list {
    display: flex;
    justify-content: space-between;
}

.context .list>li {
    position: relative;
    width: 40%;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0em;
}

.context .list>li::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
    content: "";
    background: transparent;
    transition: .3s;
}

.context .list>li:hover::after {
    background: #B99677;
    transition: .3s;
}

.context .list>li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    color: #999999;
    transition: .3s;
}

.context .list>li>a:hover {
    color: #B99677;
    transition: .3s;
}


.news .content h3 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}
.news .content p {
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 20px;
    text-indent: 2em;
}
.news .content img {
    margin: 0 auto;
    display: block;
}

/* #endregion */

/* #region 适配 */
@media screen and (max-width: 768px) {

    /* #region 基本样式 */

    .module {
        margin-top: 1rem;
        padding: 0 1rem;
    }

    .module>.content {
        margin-top: 1rem;
    }

    .banners .banner {
        height: 11rem;
    }

    .breadcrumb {
        display: block;
    }

    .contacts-bottom {
        bottom: 20px;
    }

    /* #endregion */

    /* #region 资讯 */
    .news .title h1 {
        font-size: 1rem;
    }

    .news .title .sub {
        margin-top: 1rem;
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .news .title .sub span {
        display: inline-block;
        width: 33%;
        transform: scale(0.7);
        transform-origin: 0 0;
    }

    .news .title .sub span:nth-child(2) {
        transform-origin: 50% 0;
    }

    .news .title .sub span:nth-child(3) {
        transform-origin: 100% 0;
    }

    .news .img-card {
        position: relative;
        margin-top: 1.14rem;
        height: 4.92rem;
    }

    .news .img-card .img {
        width: 7.98rem;
        height: 4.56rem;
    }

    .news .img-card .card {
        width: 17.1rem;
        height: 5.56rem;
        margin-top: 0.375rem;
        padding: 1rem 0 0 4.56rem;
    }

    .news .img-card .card>h3 {
        top: -6px;
        font-size: 0.75rem;

    }

    .news .img-card .card>h3::before {
        bottom: -4px;
        height: 2px;
    }

    .news .img-card .card>p {
        width: 100%;
        font-size: 0.75rem;
        -webkit-line-clamp: 4;
    }

    .news .content {
        width: 100%;
        margin-top: 1rem;
        font-size: 0.75rem;
        transform-origin: 0 0;
    }

    .news .content img {
        max-width: 100%;
    }
    /* #endregion */

    /* #region 上下文 */
    .context .list>li {
        font-size: 0.75rem;
    }

    .context .list>li::after {
        bottom: 0;
    }

    .context .list>li>a {
        padding-left: 2.875rem;
        text-indent: -2.875rem;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        transform: scale(0.8);
        transform-origin: 0 0;
    }

    .news .content p,.news .content h3 {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 14px;
    }

    /* #endregion */
}

/* #endregion */