.all_new .d01,.all_new .d02,.all_new .d03{
    display: none;
}
.college_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#0e1736), to(#080e26));
    background: linear-gradient(left, #0e1736, #080e26);
    color: #5e6da1;
    padding: 16px;
}

.college_wrap .d01 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    /* width: 80%; */
    margin-top: 50px;
}

.college_wrap .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 16px 0;
}

.college_wrap .item .left .s01 {
    font-size: 18px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#3962d8), to(#080e26));
    background: linear-gradient(left, #3962d8, #080e26);
    border-radius: 2px;
    padding: 0 4px;
    /* margin-top: 4px; */
    margin-right: 4px;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    color: #fff;
        display: block;
    height: 21px;
    line-height: 21px;
}

.college_wrap .item .right {}

.college_wrap .item .right .s01 {}

.college_wrap .item .right .s02 {}

.college_wrap .goto {
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 0 12px;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.all_new {
    padding-top: 0;
}

.college_wrap .item .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.college_wrap .item .s02 {
    padding: 4px 0 4px 2px;
    color: #a9b4db;
    font-size: 20px;
    font-weight: 500;
}

.college_wrap .item .s03 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #5e6da1;
    padding-left: 20px;
    margin-top: 10px;
}

.college_wrap .inner {
    width: 80%;
    overflow: hidden;
}