.wrap .content{
    width: 74%;
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.wrap .content .content_item{
   display: flex;
   align-self: center;
   margin-top: 60px;
   width: 100%;
   justify-content: center;
   position: relative;
}

.wrap .content .content_item .item_img{
    display: block;
    width: 1320px;
    /* height: 600px; */
}
.wrap .content .content_item .text_box{
    width: 1320px;
    padding: 40px;
    padding-right: 0;
    box-sizing: border-box;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap .content .content_item .text_box span{
    display: block;
}
.wrap .content .content_item .text_box .title{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 42px;
}
.wrap .content .content_item .text_box .text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    margin-top: 16px;
}
