

    .floor .f1 .item {
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background: linear-gradient(90deg, #72b33a, #0090c8);
        padding: 50px 50px 50px 50px;
        line-height: 1.4;
    }

        .floor .f1 .item .title {
            color: #fff;
            font-size: 32px;
            line-height: 1;
            margin-right: 0px;
            margin-bottom: 50px;
        }

        .floor .f1 .item .info {
            color: #F2F2F2;
            font-size: 18px;
            margin-left: 0px;
            -webkit-line-clamp: 14;
            line-height: 1.8em;
        }

    .floor2, .floor3, .floor4, .floor5 {
        margin-top: 80px; 
    }

        .floor.f2 {
            margin-top:30px;
        }

        .floor.f2 .list {
            position: relative;
            text-align: center;
        }

        .floor.f2 .list img {
            max-width: 100%; /* 最大宽度 */
            height: auto; /* 保持比例 */
            display: block; /* 避免默认的 inline 属性 */
            margin-left: auto;
            margin-right: auto;
        }

            .floor.f2 .list .info {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #009ce180;
                color: white;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                opacity: 0;
                transition: opacity 0.5s ease;
                padding: 10px;
            }

        .floor.f2 .list:hover .info {
            opacity: 1;
        }

        .floor.f2 .list .info .title {
            font-size: 1.2rem; /* 标题字体大小 */
            margin-bottom: 10px; /* 标题与文本之间的间距 */
        }

        .floor.f2 .list .info p {
            font-size: 1rem  !important; /* 文本字体大小 */
            color:#fff;
            padding-left:20px;
        }


    .f3-1.list-item {
        text-align: center; /* 居中对齐 */
        padding: 15px; /* 添加一些内边距 */
    }

        .f3-1.list-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin-bottom: 10px; /* 图片下方的间隔 */
        }

    .f3-1.list-item .list-item-title {
        font-size: 24px; /* 标题字体大小 */
        margin-bottom: 5px; /* 标题下方的间隔 */
        text-align: left;
    }

    .f3-1.list-item p {
        font-size: 16px; /* 文本字体大小 */
        text-align: left;
    }

        .floor .f3 .item {
            text-align: center; /* 对整个 item 进行居中对齐 */
            padding-left: 50px;
            padding-right: 50px;
        }

            .floor .f3 .item .title {
                font-size: 32px; /* 可调整的标题字体大小 */
                margin-bottom: 10px; /* 标题下方的间隔 */
            }

            .floor .f3 .item .info {
                font-size: 20px;
            }
         

        .floor .f4 { 
        }

            .floor .f4 .pic {
            }

                .floor .f4 .pic img {
                    width: 100%;
                    height: 100%; 
                }

            .floor.f4 .info {
                padding-right: 5rem;
                padding-top: 5.5rem;
            }

                .floor .f4 .info .title {
                    font-size: 32px;
                    margin-top: 50px;
                    margin-bottom: 50px;
                    text-align: center;
                    border-bottom: 1px solid #CCCCCC;
                    padding-bottom: 0.25rem;
                }

                .floor .f4 .info a {
                    display: inline;
                    color: #333;
                }

                .floor .f4 .info p {
                    font-size: 20px;
                    line-height: 1.4;
                    color: #999999;
                }

                    .floor .f4 .info p a {
                        color: #999;
                    }
                     
 

.floor2 {
    background-color: #F8F8F8;
}



.floor6 {
    background-color: #eeeeee;
}<!--0.00013494491577148-->