﻿/*.section {
    padding-bottom: 0px;
}*/
.letsleep-body {
    padding-bottom: 0px !important;
}

.news {
}

    .news .news-container {
        margin: 0 auto;
    }

        .news .news-container .news-item {
            
        }

            .news .news-container .news-item .img {
                position: relative;
                width: 100%;
                padding-bottom: 53%;
            }

                .news .news-container .news-item .img img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    height: 100%;
                    border-radius: 20px;
                    width: 100%;
                }

            .news .news-container .news-item .content {
                padding: 0px;
                margin: 0px;
                position: relative;
            }

            .news .news-container .news-item .title {
                font-size: 1.84vw;
                color: #000;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin: 1.4vw 0 0 2.36vw;
            }

            .news .news-container .news-item .desc {
                margin: 1.08vw 0 0 2.36vw;
                font-size: 0.8vw;
                color: #777777;
                line-height: 1.28vw;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
            }

            .news .news-container .news-item .date {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                padding-left: 2.36vw;
                position: absolute;
                width: 100%;
                bottom: 1.4vw;
            }

                .news .news-container .news-item .date a {
                    font-size: 0.96vw;
                }

                .news .news-container .news-item .date .detail {
                    border: 2px solid #006941;
                    color: #006941;
                    display: flex;
                    align-items: center;
                    width: 6.72vw;
                    height: 2.08vw;
                    justify-content: center;
                    border-radius: 1.04vw;
                }

                    .news .news-container .news-item .date .detail img {
                        height: 0.96vw;
                        width: 0.96vw;
                        margin-left: 10px;
                    }

                .news .news-container .news-item .date p {
                    font-size: 0.96vw;
                    color: #3d3d3d;
                }

                .news .news-container .news-item .date span {
                    margin: 0px 5px;
                }

            .news .news-container .news-item .news-divider {
                height: 1px;
                border: 1px solid #d8d8d8;
                margin-top: calc(var(--unit-width) * 0.8);
                margin-bottom: calc(var(--unit-width));
            }

    .news .dhy-yejiao {
        margin-bottom: calc(var(--unit-width));
    }