.schtop {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.schtop h2 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin: 10px 0 20px;
}

.schullist {
    overflow: hidden;
}

.schullist li {
    width: 245px;
    float: left;
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.schullist li.clearmr {
    margin-right: 0;
}

.schullist li p {
    font-size: 16px;
    margin-bottom: 10px;
    height:42px;
}

.schullist li em {
    font-size: 14px;
    color: #9AA7B0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height:57px;
}

.schullist-icon-box {
    min-height:26px;
    margin-top: 10px;
    display: flex;
}

.schullist-icon {
    background-color: #E7F4FF;
    color: #1890FF;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 10px;
}

.schullist-enterprise-flex {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    justify-content:space-between;
}

.schullist-enterprise {
    display: flex;
    align-items: center;
    flex:1;
}

.schullist-enterprise img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-right:10px;
}

.schullist-enterprise-arrow img {
    width: 16px;
    height: 16px;
}

.mb60 {
    margin-bottom: 60px;
}

.scheme {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-top: 40px;
}

.scheme-list {
    width: 500px;
    height: 300px;
    position: relative;
    float:left; margin:20px;
}
@keyframes change {
    0% {
        margin-right: 20px;
    }
    50% {
        margin-right: 10px;
    }
    100% {
        margin-right: 20px;
    }
}

.donghua{
    animation: change 1s infinite;
}

.scheme-list a {
    color: #fff;
}

.scheme-img img {
    width: 500px;
    height: 300px;
    float: left;
}

.scheme-text {
    position: absolute;
    top: 130px;
    left: 10px;
    padding:10px;
    font-size: 16px;
    background:rgba(0,0,0,0.5);
}

.scheme-text-title {
    font-size: 30px;
}

.scheme-line {
    width: 28px;
    height: 3px;
    background-color: #0071FF;
    margin-bottom: 20px;
}

.radio-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.RadioStyle input {
    display: none
}

.RadioStyle label {
    border: 1px solid #F8F8F8;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 0 10px;
}

.RadioStyle input:checked + label {
    border: 1px solid #00a4ff;
    background: url(../images/ico_checkon.svg) no-repeat right bottom;
    background-size: 21px 21px;
    color: #00a4ff
}

.schul-title {
    margin: 40px 0 20px 0;
    color: #1890FF;
}