/*文字与图片的混合排版*/
.textAndPic{padding-bottom: 50px;padding-left:5% ;padding-right:5%}
.textAndPic .textAndPic_title {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.textAndPic .textAndPic_title .textAndPic_title_rgt {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 30px;
}
.textAndPic .textAndPic_text{display: flex;width: 100%;align-items: center;}
.textAndPic .textAndPic_text .textAndPic_text_left{text-align: left;}
.textAndPic .textAndPic_text .textAndPic_text_right{width: 40%;margin-left: auto;}
.textAndPic .textAndPic_text .textAndPic_text_left p{font-size: 18px;padding-bottom: 10px;}
.textAndPic .textAndPic_text .textAndPic_text_left p span {font-weight: bolder}
.textAndPic .textAndPic_pic img{width:100%}
.textAndPic .textAndPic_pic .textAndPic_pic_center{display: flex;justify-content: center}
.textAndPic .textAndPic_pic .textAndPic_pic_center .textAndPic_pic_center_p{padding: 1%;}
.textAndPic .textAndPic_pic .textAndPic_pic_alone{padding: 1%;width:100%}