﻿*{
    margin: 0;
    padding: 0;
}

.industrialArt{
    width: 1100px;
    /* border: 1px solid red; */
    margin: auto;
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
}
.industrialArt_left{
    width: 380px;
    /* border: 1px solid rgb(255, 251, 0); */
}
.industrialArt_right{
    width: 720px;
    /* border: 1px solid rgb(7, 50, 243); */
}
.industrialArt_right p {
    font-size: 14px;
    color: #9B9A9A;
    text-indent: 28px;
    line-height: 2;
}
.industrialArt_left_center{
    width: 250px;
    /* border: 1px solid rebeccapurple; */
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}
.industrialArt_left_center p{
    width: 40px;
    color: #C2C2C2;
    font-weight: bolder;
    font-size: 36px;
    font-family: SimSun;
}