.cf-cate1{
    img{
        width: 100%;
    }
}

.cf-cate2{
    text-align: center;
}
.cf-cate2-article{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.cf-cate2-article-title{
    font-weight: bold;
    font-size: 1.88rem;
    margin-bottom: 2.19rem;
}
.cf-cate2-article-sub{
    font-size: 1.13rem;
    margin-bottom: 2.94rem;
}
.cf-cate2-article-content{
    width: 100%;
    font-size: 1.13rem;
    line-height: 2.25rem;
    margin-bottom: 5.56rem;
}
.cf-cate2-article-img{
    width: 100%;
}


.cf-cate3{
    overflow: hidden;
}
.cf-cate3-article{
    width: 25%;
    display: inline-block;
    overflow: hidden;
    margin-right: 2.1rem;
    text-align: center;
}
.cf-cate3-article-img-bx{
    height: 22.5rem;
    background: #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}
.cf-cate3-article-img{
    max-width: 80%;
    max-height: 80%;
}
.cf-cate3-article-title{
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2.81rem;
    margin-bottom: 1.38rem;
}
.cf-cate3-article-sub{
    font-size: 0.88rem;
    color: #090909;
}

.cf-cate4{
    overflow: hidden;
}
.cf-cate4-article{
    width: 19.5%;
    height: 40.875rem;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.88rem;
    font-style: italic;
}
.cf-cate4-article-img{
    width: 100%;
    height: 100%;
}
.cf-cate4-article-box{
    position: absolute;
    top: 1.69rem;
    left: 2.13rem;
}
.cf-cate4-article-title{

}
.cf-cate4-article-sub{}
.cf-cate4-article-dark{

}

/** 手机端竖屏样式 **/
@media screen and (max-width: 876px) {
    .cf-cate2-article-title{
        font-size: 1.2rem;
        margin-bottom: 1.19rem;
    }
    .cf-cate2-article-sub{
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .cf-cate2-article-content{
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.56rem;
    }
    .cf-cate3-article{
        width: 45%;
        height: 22.5rem;
        display: inline-block;
        overflow: hidden;
        margin-right: 5%;
        text-align: center;
    }
    .cf-cate3-article:nth-child(2n) {
        margin-right: 0;
    }
    .cf-cate3-article-title {
        font-weight: bold;
        font-size: 1.1rem;
        margin-top: 1.2rem;
        margin-bottom: 1rem;
    }
    .cf-cate3-article-img-bx {
        height: 12.5rem;
    }
    .cf-cate4-article{
        width: 100%;
        font-size: 1rem;
        height: 6rem;
    }
    .cf-cate4-article-img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }
    .cf-cate4-article-box{
        position: absolute;
        top: 10%;
        left: 10%;
    }
}
