.msh-header{
    box-shadow: 0px 8px 32px 0px #6B72800F;
}
.latest-news-item{
    display: flex;
    border-bottom: 1px solid #F3F4F6;
    padding: 28px 0;
    position: relative;
    ._time{
        width: 90px;
        border-right: 1px solid #F3F4F6;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        height: 100%;
        align-items: center;
        padding-bottom: 54px;
        ._t1{
            font-size: 30px;
            line-height: 45px;
            color: #333333;
            margin-bottom: 5px;
        }
        ._t2{
            font-size: 11px;
            line-height: 17px;
            color: #666666;
        }
    }
    ._main-img{
        width: 210px;
        height: 280px;
        flex-shrink: 0;
        margin: 0 24px 0 20px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    ._right-info{
        flex: 1;
        overflow: hidden;
        position: relative;
    }
    ._name{
        margin-bottom: 12px;
        color: #333333;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }
    ._desc{
        font-size: 16px;
        color: #333333;
        line-height: 26px;
    }
    ._link{
        font-size: 12px;
        color: #999999;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .el-iconfont{
            font-size: 14px;
        }
    }
}
.latest-news-detail{
    .detail-nav{
        display: flex;
        align-items: center;
        margin: 32px 0 37px;
        font-size: 13px;
        line-height: 20px;
        gap: 8px;
        a{
            color: #999999;
        }
        div{
            color: #666666;
        }
    }
    .detail-name{
        margin-bottom: 16px;
        color: #333333;
        font-size: 30px;
        line-height: 43px;
        font-weight: bold;
    }
    .detail-info{
        display: flex;
        margin-bottom: 37px;
        line-height: 20px;
        font-size: 13px;
        color: #999999;
        gap: 25px;
        .el-iconfont{
            font-size: 12px;
            margin-right: 4px;
        }
    }
    .detail-cont{
        margin-bottom: 37px;
        *{
            max-width: 100%;
        }
        p{
            margin: 14px 0;
        }
    }
    .detail-prev{
        border-top: 1px solid #F3F4F6;
        padding-top: 37px;
        margin-bottom: 120px;
        font-size: 16px;
        line-height: 23px;
        color: #666666;
        flex-direction: column;
        display: flex;
        gap: 11px;
        ._lab{
            color: #999999;
            margin-right: 8px;
            white-space: nowrap;
        }
    }
    .recm-title{
        padding-top: 20px;
        border-top: 1px solid #F3F4F6;
        margin-bottom: 32px;
        font-size: 20px;
        color: #111111;
        font-weight: bold;
        a{
            color: #333333;
            font-size: 16px;
            font-weight: normal;
        }
    }
}

.forum-list._recommended{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    ._item{
        overflow: hidden;
        ._main-img{
            aspect-ratio: 285 / 356;
            position: relative;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            ._time{
                position: absolute;
                top:14px;
                left:14px;
                line-height: 28px;
                padding:0 11px;
                font-size: 10px;
                color: #000000;
                border: 1px solid #F3F4F6;
                background: #FFFFFFF2;
                box-shadow: 0px 0.85px 1.69px -0.85px #0000001A;
            }
        }
        ._t1{
            margin-top: 16px;
            font-size: 12px;
            font-weight: bold;
            color: #666666;
            line-height: 13px;
            margin-bottom: 3px;
        }
        ._code{
            margin: 24px 0 8px;
        }
        ._name{
            font-size: 16px;
            color: #101828;
            font-weight: 500;
            line-height: 28px;
            margin-top: 44px;
        }
        ._date{
            font-size: 14px;
            color: #333333;
            margin: 12px 0 24px;
            font-family: Manrope;
            line-height: 19px;
        }
        ._info{
            color: #666666;
            font-size: 14px;
            font-family: Manrope;
            .el-iconfont{
                margin-right: 2px;
            }
        }
    }
}


@media (max-width: 992px) {
    .latest-news-item{
        flex-direction: column;
        padding: 20px 0;
        ._time{
            width: 100%;
            flex-direction: row;
            padding: 0;
            gap: 5px;
            border: none;
            ._t1{
                font-size: 22px;
                line-height: 33px;
                margin: 0;
            }
            ._t2{
                font-size: 10px;
                line-height: 15px;
                margin-top: 11px;
            }
        }
        ._main-img{
            width: 100%;
            height: unset;
            aspect-ratio: 370 / 493;
            margin: 12px 0;
        }
        ._right-info{
            padding-bottom: 29px;
        }
        ._name{
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 8px;
        }
        ._desc{
            font-size: 13px;
            line-height: 21px;
            color: #666;
        }
        ._link{
            font-size: 11px;
            line-height: 17px;
            .el-iconfont{
                font-size: 12px;
            }
        }
    }
    .latest-news-detail{
        .detail-nav{
            margin: 24px 0 30px;
        }
        .detail-name{
            font-size: 22px;
            line-height: 34px;
            font-weight: 500;
        }
        .detail-info{
            margin-bottom: 30px;
            gap:11px;
        }
        .detail-prev{
            line-height: 22px;
            font-size: 14px;
            padding-top: 27px;
            margin-bottom: 27px;
            ._lab{
                width: 70px;
                margin: 0;
                flex-shrink: 0;
            }
        }
        .recm-title{
            margin-bottom: 21px;
            a{
                font-size: 14px;
                .el-iconfont{
                    font-size: 14px;
                }
            }
        }
    }
    .forum-list._recommended{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 27px;
        ._item{
            ._main-img{
                aspect-ratio: 362 / 241;
                ._time{
                    font-weight: normal;
                }
            }
            ._t1{
                font-weight: normal;
            }
            ._name{
                margin-top: 28px;
            }
            ._date{
                margin-bottom: 16px;
            }
        }

    }
}


