.business-wrap {
    display: flex;
    justify-content: space-between;
    /* display: none; */
}

.business-item {
    /* background-image: url('/image/business-01.jpg'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 94px 58px;
    color: #FFF;
    position: relative;
}

.business-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* 半透明黑色蒙层 */
    z-index: 1; /* 蒙层层级 */
}

.business-item-top {
    width: 596px;
    height: 386px;
}

.business-title {
    font-weight: 600;
    font-size: 46px;
    height: 46px;
    color: #FFFFFF;
    line-height: 24px;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;

}

.business-subtitle {
    font-size: 24px;
    color: #AEAEAE;
    margin: 22px 0 26px;
    z-index: 2;
    position: relative;

}

.business-btn {
    width: 179px;
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #F7F7F7;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    position: relative;

}

.business-item-bottom {
    width: 394px;
    height: 386px;
}

.business-text {
    font-size: 24px;
    color: #555555;
    line-height: 36px;
    margin-top:57px;
    margin-bottom: 51px;
    white-space: pre-wrap;
    /* white-space: pre-wrap; */
    /* margin: 57px 0 51px 0; */
    word-break: break-word;
    text-align: justify;
}

.business-text p{
    font-size: 18px;
    word-break: break-word;
    text-align: justify;
}

.business-text img{
    max-width: 1200px;
}

.business-show-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 54px;
}

.business-show-item {
    width: 394px;
    height: 286px;
    /* background-image: url('/image/business-01.jpg'); */
    background-size: 100% 100%;
    display: flex;
    /* align-items: flex-end; */
    margin-bottom: 9px;
    margin-right: 9px;
}

.business-show-item-bottom {
    width: 394px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    margin-top: auto;
    /* font-weight: 600; */
    font-size: 24px;
    color: #FFFFFF;
    margin-top: auto;
}

.business-show-item:nth-child(3n) {
    margin-right: 0; /* 让 3 的倍数元素右边距为 0 */
  }

.business-show-item-content {
    width: 100%;
    color: #FFF;
    padding-top: 30px;
    background: rgba(0,0,0,0.4);
    display: none;
}

.business-show-item-no-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-show-item-title {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.business-show-item-subtitle {
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 26px;
    white-space: pre-wrap;
    word-break: break-word;
}

.container{
    margin-top: 54px;
    padding-bottom: 54px;
}