.after{
    text-align: center;
    padding: 100px 0 150px 0;
}
.after p{
    margin: 20px 0 0 0;
    font-weight: bold;
}
.banner{
    padding-top: 90px;
}
.banner img{
    width: 100%;
}
.main{
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 1024px) {
    .main{
        padding-top: 45px;
        padding-bottom: 80px;
    }
    .banner{
        padding-top: 70px;
    }
    .after .icon{
        width: 90px;
    }
    .after{
        text-align: center;
        padding: 50px 0 75px 0;
    }
}

.list-box{
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.list-box:last-child{
    margin-bottom: 0;
}
.list-box .left-box{
    width: 5.625%;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 50px;
    height: 100%;
    padding-bottom: 20px;
    background: #fff;
    z-index: 9;
}
.list-box .left-box .icon{
    width: 100%;
    position: relative;
}
.list-box .line{
    background: #a6a6a8;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 2.8125%;
    transform: translateX(-50%);
}
.list-box .line2{
    background: #a6a6a8;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 2.8125%;
    transform: translateX(-50%);
    display: none;
}
.list-box .right-box{
    width: calc(100% - 50px - 5.625%);
    display: inline-block;
    float: left;
}
.list-box .right-box .item{
    width: 48%;
    float: left;
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 15px;
    position: relative;
}
.list-box .right-box .item .photo{
    width: 100%;
    display: block;
}
.list-box .right-box .item .text-box{
    position: absolute;
    left: 40%;
    top: 57%;
    transform: translateY(-50%);
}
.list-box .right-box .item .text-box .name{
    font-size: 20px;
}
.list-box .right-box .item .text-box .school{
    font-size: 14px;
}
.list-box .right-box .ps{
    font-size: 12px;
    margin-left: 1%;
}
@media (max-width: 1500px) {
    .list-box .right-box .item .text-box .school{
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    .list-box .line2{
        display: block;
    }
    .list-box .right-box .item{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .list-box .right-box{
        width: calc(100% - 5px - 10%);
        display: inline-block;
        float: left;
    }
    .list-box .left-box{
        margin-right: 5px;
        width: 10%;
        padding-bottom: 10px;
    }
    .list-box .line{
        left: 5%;
    }
    .list-box .line2{
        left: 5%;
    }
    .list-box .right-box .item .text-box{
        left: 43%;
        padding-right: 5%;
    }
    .list-box .right-box .item .text-box .name{
        font-size: 16px;
    }
    .list-box:last-child .item{
        margin-bottom: 0;
    }
}