.section{
    overflow: hidden;
}
.section .wrap{
    width: 1420px;
    margin: 66px auto 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .wrap .the_left{
    margin: 0 70px 0 0;
}
.section .wrap .the_left .title{
    margin: 0 0 40px 0;
}
.section .wrap .the_left .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 23px 0;
}
.section .wrap .the_left .title p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.section .wrap .the_left .text p{
    width: 623px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    position: relative;
    margin: 0 0 25px 0;
}
.section .wrap .the_left .text p:after{
    /*content: '';*/
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #004BAA;
    border-radius: 50%;
}
.section .wrap .the_left .matter{
    margin: 34px 0 0 0;
    display: flex;
}
.section .wrap .the_left .matter .list{
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 0;
    text-align: center;
}
.section .wrap .the_left .matter .list .iconfont{
    color: rgba(0, 75, 170, 1);
    font-size: 40px;
    margin: 0 0 10px 0;
    display: block;
}
.section .wrap .the_left .matter .list p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .images{
    width: 710px;
    height: 539px;
    overflow: hidden;
}
.section .wrap .images img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1600px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .the_left .title span {
        font-size: 32px;
    }
    .section .wrap .images {
        width: 50%;
        height: auto;
    }
    .section .wrap .the_left {
        width: 50%;
        margin: 0 0px 0 0;
    }
    .section .wrap .the_left .text p{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .section .wrap .the_left .matter .list {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 800px) {
    .section .wrap {
        flex-direction: column;
    }
    .section .wrap .the_left,.section .wrap .images {
        width: 100%;
        margin-bottom: 20px;
    }
    .section .wrap .the_left .title span {
        font-size: 24px;
    }
    .section .wrap {
        margin: 30px auto;
    }
    .section .wrap .the_left .text p {
        margin: 0 0 10px 0;
    }
    .section .wrap .the_left .matter .list:nth-last-child(1) {
        margin-right: 0;
    }
}
