.notice {
    background-image: url("../img/notice/default_common.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notice .notice_body {
    /*margin: 80px 240px 100px 240px;*/
}

.notice .notice_body .notice_list {
    padding-bottom: 120px;
    padding-top: 64px;
    width: 100%;
    min-height: 600px;
}

.notice .notice_body .notice_list .notice_item {
    width: 100%;
    position: relative;
    right: 0;
    transform: scale(1.05);
    cursor: pointer;
    margin-bottom: 40px;
    padding: 33px 40px 37px 0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 35px;
    transition: all 0.3s linear;
    transform-origin: center left;
    border: 1px solid white;
}

.notice .notice_body .notice_list .notice_item .time {
    position: absolute;
    z-index: 2;
    left: -37px;
    opacity: 1;
    border-radius: 10px;
    background: #ebdcae;
    padding: 18px 24px;
    color: #8f4332;
    width: 150px;
    height: 148px;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.notice .notice_body .notice_list .notice_item .time .day {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 86.22px;
    width: 100%;
    text-align: center;
    transition: all 0.5s linear
}

.notice .notice_body .notice_list .notice_item .time .month {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.5s linear;
}

.notice .notice_body .notice_list .notice_item .new {
    padding-left: 188px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    width: 100%;
    position: relative;
}

.notice .notice_body .notice_list .notice_item .new .notice_title {
    font-size: var(--news-title-font-size);
    font-weight: 400;
    /*letter-spacing: 0;*/
    line-height: 42px;
    color: #333333;
}

.notice .notice_body .notice_list .notice_item .new .notice_seo {
    margin-top: 25px;
    /** 文本1 */
    font-size: var(--conten-font-size);
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    letter-spacing: 0px;
    line-height: 27px;
    text-align: justify;
    vertical-align: top;
}

.notice .notice_body .notice_list .notice_item .new:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 2px;
    left: 150px;
    opacity: 1;
    background: rgba(51, 51, 51, 0.1);
    top: 50%;
    transform: translateY(-50%);
}

.notice .notice_body .notice_list .notice_item:hover .time {
    /*width: 188px;*/
    /*height: 100%;*/
    transform: scale(1.3);
    transition: all 0.3s linear;
}
.notice_item:hover .day,.notice_item:hover .month {
    transition: all 0.5s linear;
}

.notice .notice_body .notice_list .notice_item:hover .new .notice_title {
    color: #78331e;
}

.notice .notice_body .notice_list .notice_item:hover .new .notice_seo {
    /*color: rgba(120, 51, 30, 0.8);*/
}
.lianghang {
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice_title_mobile {
    display: none;
}
@media all and(max-width: 1440px) {
    .notice .notice_body .notice_list{
        padding-bottom: 90px;
    }
}
/*! <=991 手机端 */
@media all and (max-width: 991px) {
    .notice {
        padding: var(--mobile-content-padding);
        min-height: calc(100vh - 610px);
    }
    .notice .notice_body .notice_list {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 42px;
        min-height: 300px;
    }
    .notice_title {
        display: none;
    }
    .notice_title_mobile {
        display: -webkit-box;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 23.17px;
        color: rgba(51, 51, 51, 1);
        text-align: justify;
        vertical-align: top;
    }
    .notice .notice_body .notice_list .notice_item {
        height: 86px;
        padding: 0px;
        margin-bottom: 8px;
        margin-left: 29px;
    }
    .notice .notice_body .notice_list .notice_item .new {
        padding-left: 62px;
        width: 100%;
        padding-right: 14px;
        height: 46px;
    }
    .notice .notice_body .notice_list .notice_item .new:before {
        left: 46px;
        width: 1px;
        height: 40px;
    }
    .notice .notice_body .notice_list .notice_item .time {
        height: 63px;
        width: 63px;
        padding: 3px 9px;
        left: -31px;
    }
    .notice .notice_body .notice_list .notice_item .time .day {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 34.49px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .notice .notice_body .notice_list .notice_item .time .month {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 17.24px;
    }

    .notice_seo {
        display: none!important;
    }
}
