* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f5f7fa;
    min-width: 1200px;
}


.yhkj-page-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.yhkj-page-container .banner{
    width: 100%;
    margin-bottom: 20px;
}
.yhkj-page-container .banner img{
    width: 100%;
}

.yhkj-page-container .content .yhkj-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yhkj-page-container .content .yhkj-container .yhkj-item{
    width: 388px;
    height: 285px;
}
.yhkj-page-container .content .yhkj-container .yhkj-item .yhkj-img{
    width: 388px;
    height: 250px;
}
.yhkj-page-container .content .yhkj-container .yhkj-item .yhkj-title{
    height: 35px;
    line-height: 35px;
    background: rgba(235,53,114,0.24);
    font-family: PingFang-SC-Heavy;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    padding-left: 6px;
}

@media screen and (max-width: 750px) {
    .mobile-yhkj-page-container.yhkj-page-container .banner{
        display: none;
    }
    .mobile-yhkj-page-container.yhkj-page-container{
        width: 268rem;
        margin: 0 auto;
    }
    .mobile-yhkj-page-container.yhkj-page-container .content .yhkj-container {
        display: block;
    }
    .mobile-yhkj-page-container.yhkj-page-container .content .yhkj-container .yhkj-item{
        width: 268rem;
        height: 200rem;
        margin-bottom: 10rem;
    }
    .mobile-yhkj-page-container.yhkj-page-container .content .yhkj-container .yhkj-item .yhkj-img{
        width: 268rem;
        height: 172rem;
    }
    .mobile-yhkj-page-container.yhkj-page-container .content .yhkj-container .yhkj-item .yhkj-title{
        height: 28rem;
        line-height: 28rem;
        background: rgba(235,53,114,0.24);
        border-radius: 0px 0px 16px 16px;
        font-family: PingFangSC-Regular;
        font-size: 14rem;
        color: #000000;
        text-align: center;
        font-weight: 400;
    }
}