.product-part .con {
    width: 100%;
    /* height: 200px; */
    background: #000;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.product-part .con .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: url(../../img/products/xianchang/center.png) no-repeat;
    background-position: center center;
    background-size: contain; */
}

.product-part .con .container .part {
    /* position: absolute; */
    width: 90%;
    background: #FFF;
    border-left: 8px solid rgb(0,71,113);
    margin-bottom: 20px;
    height: 100px;
    padding: 0 20px;
}

.product-part .con .container .part .title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-part .con .container .part .text {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}