#center .third {
    background: url('/Public/index/img/v20190822/bg.jpg') center;
    background-size: cover;
    padding: 115px 0;
}
#center .third .left {
    background: #fff;
    margin: 0;
}
#center .third .left .left-third {
    padding: 80px;
}
#center .third .left .left-third .title {
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 40px;
    color: #666;
    padding-bottom: 20px;
    line-height: 1;
}
#center .third .left .left-third .lists {
    margin: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#center .third .left .left-third .lists .list {
    width: 50%;
    padding-right: 60px;
    padding-top: 30px;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #666;
}
#center .third .left .left-third .lists .list .icon {
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
#center .third .right {
    padding: 80px;
    margin: 0;
}
#center .third .right .font {
    font-size: 18px;
    line-height: 31px;
    /* margin-bottom: 0; */
}
#center .third .right .people {
    margin-top: 15px;
}
#center .third .right .people .box {
    width: 140px;
    margin-right: 60px;
}
#center .third .right .people .box .top .num {
    font-size: 60px;
}
#center .third .right .people .box .top span {
    font-size: 20px;
}
#center .third .right .people .box .bottom {
    margin-right: 0;
}
#center .section-5 {
    padding: 110px 0;
}
#center .section-5 .title {
    font-size: 40px;
    line-height: 1;
    color: #666666;
}
#center .section-5 hr {
    margin: 100px 0 60px 0;
    width: 80%;
    border-bottom: 1px solid #ddd;
    border-top: none;
}
#center .section-5 .text {
    font-size: 18px;
    color: #666;
    line-height: 33px;
    width: 70%;
}
#center .section-5 .list {
    padding-top: 60px;
    width: 75%;
}
#center .section-5 .list .item {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    color: #666;
    margin-bottom: 5px;
}
#center .section-5 .list .item::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 18px;
    background-color: #80AE3F;
    left: 0;
    top: 5px;
}
#center .section-5 .last-hr {
    margin: 0;
    flex-grow: 1;
}
#center .section-5 .box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
#center .section-5 .col {
    display: flex;
    flex-direction: column;
}


@media(max-width:1200px) {
    #center .first {
        padding-bottom: 0;
    }
    #center .first .first-row {
        position: static;
    }
    #center .third .right {
        margin-top: 15px;
    }
    #center .section-5 hr {
        margin: 40px 0;
    }
    #center .section-5 hr, #center .section-5 .text, #center .section-5 .list {
        width: 100%;
    }
}
@media(max-width:991px) {
    #center .section-5 .col {
        margin-bottom: 15px;
    }
}

@media(max-width:600px) {
    #center .third .left .left-third,#center .third .right {
        padding: 40px;
    }
    #center .third .left .left-third .title {
        font-size: 20px;
    }
    #center .third .left .left-third .lists {
        padding-top: 0;
    }
    #center .third .left .left-third .lists .list {
        padding-right: 15px;
        font-size: 16px;
    }
    #center .third .left .left-third .lists .list .icon {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    #center .third .right .font {
        font-size: 16px;
    }
    #center .third .right .people {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #center .third .right .people .box {
        margin-right: 0;
        width: 45%;
    }
    #center .third .right .people .box .top {
        padding-bottom: 10px;
    }
    #center .third .right .people .box .top .num {
        font-size: 30px;
        line-height: 1;
    }
    #center .third .right .people .box .top span {
        font-size: 16px;
        padding: 0;
    }
    #center .third .right .people .box .bottom {
        padding-top: 10px;
    }
    #center .section-5 .title {
        font-size: 30px;
    }
}