/* 新版资讯*/

.news-container {
    position: relative; /* 使其成为定位上下文 */
    overflow: hidden; /* 防止内容溢出 */
}
.news-bg{
    position: inherit;
    margin-top: 80px;
    left: 0; /* 根据需要设置 */
    width: 100%; /* 根据需要设置 */
    height: 300px;
    background-size: cover; /* 使背景图像覆盖整个容器 */
    background: url("../../images/news/banner.png") no-repeat center;

}
.news-ty-button{
    cursor:pointer;
    /*position: absolute;*/
    /*top: 56%;*/
    /*left: 23%;*/
    width: 172px;
    height: 46px;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 18px;
    color: #0256FF;
    text-align: center;
    padding-top: 10px;
    /*margin-top: 382px;*/
    /*margin-left: 10px;*/
}
.n-new-list-card{
    display: flex;
    justify-content: center;
    background-color: #F5F7FA;
    padding-top: 20px;
    padding-bottom: 80px;
    .n-news-box{
        width: 1200px;
        display: flex;
        .list-box{
            width: 874px;
            border-radius: 5px;
            .new-catalogue-title{
                background-color: #ffffff;
                padding: 20px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 500;
                font-size: 18px;
                color: #333333;
                line-height: 25px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                .catalogue-container{
                    padding-bottom: 20px;
                    .text-decoration-none:hover{
                        color: #245AFF;
                    }
                }
                .catalogue-ml{
                    margin-left: 10px;
                }
                .catalogue-line{
                    width: 835px;
                    height: 0px;
                    border: 1px solid #EFEFEF;
                }
                .catalogue-list-box:hover{
                    color: #245AFF;
                    background: #F5F7FF;
                    border-bottom-right-radius: 5px;
                    border-top-right-radius: 5px;
                }
                .catalogue-list-box{
                    height: 156px;
                    display: flex;
                    margin-top: 20px;
                    cursor:pointer;
                    border-bottom: 1px solid #EFEFEF;
                    .new-img{
                        width: 260px;
                        height: 156px;
                        border-radius: 6px 6px 6px 6px;
                    }
                    .content-container:hover{
                        color: #245AFF;
                    }
                    .content-container{
                        margin-left: 16px;
                        .title{
                            height: 29px;
                            font-family: Source Han Sans, Source Han Sans;
                            font-weight: 500;
                            font-size: 20px;
                            color: #333333;
                            line-height: 28px;
                            text-align: left;
                            font-style: normal;
                            text-transform: none;
                        }
                        .title:hover{
                            color: #245AFF;
                        }
                        .content{
                            /*overflow: hidden;           !* 隐藏超出部分 *!*/
                            /*text-overflow: ellipsis;*/
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                            overflow: hidden;
                            width: 540px;
                            height: 71px;
                            font-family: Source Han Sans, Source Han Sans;
                            font-weight: 400;
                            font-size: 14px;
                            color: #666666;
                            line-height: 23px;
                            text-align: left;
                            font-style: normal;
                            text-transform: none;
                        }
                        .create-time{
                            height: 21px;
                            font-family: Source Han Sans, Source Han Sans;
                            font-weight: 400;
                            font-size: 12px;
                            color: #666666;
                            line-height: 20px;
                            text-align: left;
                            font-style: normal;
                            text-transform: none;
                        }
                    }
                }
            }
        }
        .n-recommend-bg{
            /*width: 310px;*/
            /*height: 390px;*/
            /*background: url("../../images/news/info-bg.png") no-repeat;*/
        }
        .n-recommend{
            background-color: #ffffff;
            margin-left: 16px;
            height: 420px;
            width: 310px;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 16px;
            .n-recommend-title{
                height: 21px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 500;
                font-size: 16px;
                color: #333333;
                line-height: 21px;
                text-align: left;
                margin-bottom: 20px;
            }
            .n-recommend-box{
                cursor:pointer;
                margin-bottom: 10px;
                border-bottom: 1px solid #EFEFEF;
                &:last-child {
                    border-bottom: 0px solid #EFEFEF;
                }

                .n-recomend-subtitle{
                    white-space: nowrap;        /* 不换行 */
                    overflow: hidden;           /* 隐藏超出部分 */
                    text-overflow: ellipsis;    /* 使用省略号表示超出部分 */
                    height: 31px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 400;
                    font-size: 14px;
                    color: #333333;
                    line-height: 20px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }
                .create-time{
                    margin-bottom: 10px;
                    height: 21px;
                    font-family: Source Han Sans, Source Han Sans;
                    font-weight: 400;
                    font-size: 12px;
                    color: #666666;
                    line-height: 20px;
                    text-align: left;
                    font-style: normal;
                    text-transform: none;
                }
            }

        }
    }
}

/*内容详情 start*/
.news-info-container{
    background-color: #ffffff;
    padding: 20px;
    .title{
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 32px;
        color: #333333;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .info-time{
        height: 21px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        .previous{
            cursor:pointer;
            padding: 3px 5px 3px 5px;
            height: 25px;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #EFEFEF;
        }
    }
    .info-content{
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
}
/*内容详情 end*/