.section02 {
    display: flex;
    justify-content: space-between;
    padding: 81px 0;
    color: #484848;
}


/*  */

.z_content {
    width: 800px;
}

.z_content .z_dt,
.z_content .z_gg,
.z_content .z_zx {
    width: 800px;
    padding: 0 25px;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
}

h2 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: solid 1px #ebebeb;
}

.z_content .z_dt div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.z_content .z_dt div img {
    width: 240px;
}

.z_content .z_dt div p {
    width: 440px;
}

.z_content .z_dt div span {
    color: #a13b3a;
}

.z_content .z_gg {
    margin: 20px 0;
}

.z_content .z_zx .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.z_content .z_zx .box p {
    height: 30px;
    line-height: 30px;
}

.z_content .z_zx .box .box02 p {
    text-align: center;
}

.z_content .z_zx .box .img01 {
    width: 110px;
}

.z_content .z_zx .box .img02 {
    width: 122px;
}


/*  */

.y_content {
    width: 350px;
    margin-left: 50px;
    border-left: 1px dotted #999;
}

.y_content div {
    width: 350px;
    height: 40px;
    margin: 13px 0 25px -11px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 44px;
    background: url(../image/index003.png) left top no-repeat;
    background-size: contain;
}

.y_content .go {
    margin-left: 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.y_content a {
    display: block;
}

.y_content a img {
    width: 280px;
    margin-left: 21px;
}