.main {
    width: 100%;
    padding: 20px 20px 50px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.schoolBox {
    width: 72%;
}

.schoolBox .sheng,
.schoolBox .shi {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background-color: #1890FF;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.schoolBox .shi {
    padding-top: 0;
}

.schoolBox .sheng .title,
.schoolBox .shi .title {
    margin-right: 15px;
    line-height: 26px;
}

.schoolBox .sheng .qu,
.schoolBox .shi .qu {
    max-width: 94%;
}

.schoolBox .sheng .qu a,
.schoolBox .shi .qu a {
    color: #fff;
    margin-right: 5px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
}

.schoolBox .sheng .qu a.active,
.schoolBox .shi .qu a.active {
    color: #1890FF;
    background-color: #fff;
    border-radius: 5px;
}

.schoolBox .count {
    font-size: 14px;
    color: #A7A7A7;
    padding: 15px 0;
}

.schoolBox .scCount .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.scCount .item .leftBox {
    width: 80%;
    display: flex;
    justify-content: flex-start;
}

.scCount .item .leftBox .fmBox {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #F1F1F1;
    margin-right: 20px;
}

.scCount .item .leftBox .fmBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.scCount .item .leftBox .textBox {
    width: 80%;
}

.scCount .item .leftBox .textBox .scName {
    margin-bottom: 10px;
}

.scCount .item .leftBox .textBox .scName a {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

.scCount .item .leftBox .textBox .scName span {
    display: inline-block;
    padding: 0 8px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    color: #787878;
    border-radius: 2px 2px 2px 2px;
    background-color: #EBEBEB;
}

.scCount .item .leftBox .textBox .details {
    display: flex;
    justify-content: flex-start;
}

.scCount .item .leftBox .textBox .details .it {
    font-size: 14px;
}

.scCount .item .leftBox .textBox .details .it:first-child {
    margin-right: 20px;
}

.scCount .item .leftBox .textBox .details .it p {
    margin-bottom: 5px;
}

.scCount .item .rightBox {
    padding-top: 15px;
}

.scCount .item .rightBox a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 16px;
    border: 1px solid #CCDDFF;
    color: #1890FF;
    border-radius: 2px 2px 2px 2px;
    box-sizing: border-box;
}

.scCount .item:nth-last-child(1) {
    border-bottom: none;
}