.cf-cate1-floor{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4rem;
    color: #FFFFFF;
    align-content: space-between;
}
.cfc1f-gsjj{
    width: 42rem
}
.cfc1f-gsjj-article-title{
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 5rem;
}
.cfc1f-gsjj-article-item{
    font-size: 1rem;
    line-height: 2.25rem;
    position: relative;
    top: 0;
    left: 0;
}


.cfc1f-gszz{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: inherit;
}
.cfc1f-gszz-article{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.cfc1f-gszz-article-title{
    font-size: 1.125rem;
}
.cfc1f-gszz-article-sub{
    font-weight: bold;
    font-size: 2.875rem;
    overflow: hidden;
}
.cfc1f-gszz-article-des{
    font-size: 1.125rem;
}
.cfc1f-more{
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    a{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }
    img{
        width: 3.125rem;
        height: 3.125rem;
    }
}


.cfc1f-dart{
    width: 100%;
    height: 0.0625rem;
    background: #ECECEC;
    margin: 5.625rem 0 8rem 0;
}
.cfc1f-gsyw{}
.cfc1f-gsyw-title{
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 2.5625rem
}
.cfc1f-gsyw-article{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 2.4375rem
}
.cfc1f-gsyw-article-icon{
    width: 2.125rem;
    height: 1.9375rem;
    margin-right: 0.9375rem
}
.cfc1f-gsyw-article-title{
    margin-right: 0.3125rem;
}
.cfc1f-gsyw-article-item{}


.cf-cate2{
    position: relative;
    top: 0;
    left: 0;
}
.cfc2-more{
    position: absolute;
    top: 0;
    right: 50%;
    img{
        width: 3.125rem;
        height: 3.125rem;
    }
}
.cf-cate2-title{
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
.cf-cate2-article{}
.cf-cate2-article-item{
    display: inline-block;
    width: 27%;
    overflow: hidden;
    margin-right: 2%;
}
.cf-cate2-article-item:last-child{
    display: inline-block;
    width: 40%;
    overflow: hidden;
    margin-right: 0;
    position: relative;
}
.cf-cate2-article-item:last-child .cfc2ai-image{
    height: 100%;
    width: 100%;
}
.cfc2ai-image{
    /*height: 37.75rem;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.cfc2ai-content{
    height: 17.69rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cfc2ai-content-title{
    font-weight: bold;
    font-size: 1.5rem;
    color: #090909;
    margin-bottom: 2.49rem;
    margin-top: 4.31rem;
}
.cfc2ai-content-content{
    font-size: 0.88rem;
    color: #090909;
}
.cf-cate2-article-item:last-child .cfc2ai-content{
    width: 80%;
    position: absolute;
    top: 5%;
    right: 10%;
    text-align: right;
    .cfc2ai-content-title{
        color: #FFFFFF;
    }
    .cfc2ai-content-content{
        color: #FFFFFF;
    }
}


.cf-cate3{}
.cf-cate3-article-item{
    width: 45.26rem;
    height: 68.94rem;
    background: #204bb39e;
}
.cfc3ai-content{
    width: 31.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6.88rem;
}
.cfc3ai-content-title{
    font-weight: bold;
    font-size: 1.88rem;
    color: #FFFFFF;
    margin-bottom: 4rem;
    margin-top: 13.81rem;
}
.cfc3ai-content-image{
    height: 6.5rem;
    margin-bottom: 2.5rem;
}
.cfc3ai-content-content{
    color: #FFFFFF;
    font-size: 1.5rem;
}


/** 手机端竖屏样式 **/
@media screen and (max-width: 876px) {
    .cfc1f-gsjj-article-title{
        font-weight: bold;
        font-size: 1.375rem;
        margin-bottom: 2rem;
        margin-top: 4rem;
    }
    .cfc1f-gszz{
        gap: 1rem;
    }
    .cfc1f-gszz-article-title{
        height: 4rem;
    }
    .cfc1f-dart{
        margin: 3.625rem 0 4rem 0;
    }
    .cfc1f-gsyw-title{
        font-size: 1.375rem;
    }
    .cfc1f-gsyw-article{
        flex-direction: column;
    }
    .cfc1f-more{
        img{
            width: 2.125rem;
            height: 2.125rem;
        }
    }
    .cf-cate2-article-item{
        margin: 0;
        width: 100%;
    }
    .cf-cate2-article-item:last-child{
        width: 100%;
    }
    .cfc2ai-content{
        height: auto;
    }
    .cfc2ai-content-title{
        height: auto;
    }
    .cfc2-more{
        position: absolute;
        top: 0;
        right: 0;
        img{
            width: 2.125rem;
            height: 2.125rem;
        }
    }
    .cf-cate3-article-item{
        width: 100%;
        height: auto;
        padding: 5rem 0;
        .cfc3ai-content{
            width: 80%;
            margin-left: 10%;
        }
        .cfc3ai-content-title{
            font-size: 1.4rem;
            margin-bottom: 2rem;
            margin-top: 0;
        }
        .cfc3ai-content-image{
            max-width: 100%;
            height: auto;
            margin-bottom: 1.5rem;
        }
        .cfc3ai-content-content{
            color: #FFFFFF;
            font-size: 1.1rem;
        }
    }
}
