.banner {
    width: 100%;
    overflow: hidden;
}

.unionRecommend {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    padding: 5.7rem 0;
}

.shcoolRecommend {
    width: 100%;
    background: url(../img/aidbSchool.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 36rem;
    position: relative;
}

.schoolList {
    width: 14vw;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, .6);
    justify-content: center;
}

.schoolList ul {
    height: 80%;
}

.schoolList ul li {
    padding: 2rem 3vw;
    cursor: pointer;
    text-align: center;
}

.schoolActive {
    background: #145DBB;
}

.schoolContent {
    width: 56rem;
    height: 100%;
    margin-left: 2%;
}

.schoolText {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.schoolText h1 {
    font-size: 1rem;
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.schoolText p {
    color: #ffffff;
    line-height: 1.8rem;
    text-align: justify;
    text-indent: 2rem;
    margin-top: 0.5rem;
}

.schoolText span {
    padding: 1rem 1.3rem;
    background: #145DBB;
    color: #ffffff;
    border-radius: 10px;
    margin: 1rem 0.5rem 1rem 0;
    display: inline-block;
}

.isBj {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
}


/* 2快块共用代码处 */

.directlyUpAisle {
    width: 1160px;
    margin: 0 auto;
    /* width: 100%;
    padding: 0 19vw 2.5rem 19vw; */
    box-sizing: border-box;
    background: #F5F5F5;
}

.directlyUpAisle .aisleTit,
.priorityMatriculate .priorityTit {
    background: #145DBB;
    display: inline-block;
    padding: 1.5rem 3.2rem;
    color: #ffffff;
    border-radius: 10px;
    margin: 2.5rem 0 2.5rem 0.5rem;
}

.aisleInfo,
.priorityInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aisleInfo div,
.priorityInfo div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
    border-radius: 10px;
    background: #ffffff;
    margin: 0.5rem 0.5rem;
    width: 15rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.aisleInfo span,
.priorityInfo span {
    margin: 0.2rem 0;
}

.aisleInfo h1,
.priorityInfo h1 {
    margin: 0.2rem 0;
    font-weight: 600;
}

.aisleInfo p,
.priorityInfo p {
    margin: 0.2rem 0;
    text-align: center;
}

.aisleInfo .ranking {
    margin-top: 1rem;
}

.priorityInfo .ranking {
    margin-top: 1rem;
}

.aisleInfo span {
    display: block;
    width: 98px;
    height: 98px;
    background: url(../img/aisleSchool.png) no-repeat;
}

.priorityInfo span {
    display: block;
    width: 98px;
    height: 98px;
    background: url(../img/prioritySchool.png) no-repeat;
}

.aisleInfo div:nth-of-type(1) span,
.priorityInfo div:nth-of-type(1) span {
   /* background-position: 0 0;*/
background-position: -297px 0;	
}


/* 300 268 */

.aisleInfo div:nth-of-type(2) span,
.priorityInfo div:nth-of-type(2) span {
    /*background-position: -297px 0;*/
background-position: -592px 0;
}

.aisleInfo div:nth-of-type(3) span,
.priorityInfo div:nth-of-type(3) span {
    /*background-position: -592px 0;*/
background-position: 0 0;
}

.aisleInfo div:nth-of-type(4) span,
.priorityInfo div:nth-of-type(4) span {
    background-position: -888px 0;
}

.aisleInfo div:nth-of-type(5) span,
.priorityInfo div:nth-of-type(5) span {
    background-position: 0 -266px;
}

.aisleInfo div:nth-of-type(6) span,
.priorityInfo div:nth-of-type(6) span {
    background-position: -297px -266px;
}

.aisleInfo div:nth-of-type(7) span,
.priorityInfo div:nth-of-type(7) span {
    background-position: -592px -265px;
}

.aisleInfo div:nth-of-type(8) span,
.priorityInfo div:nth-of-type(8) span {
    background-position: -888px -266px;
}

.aisleInfo div:nth-of-type(9) span,
.priorityInfo div:nth-of-type(9) span {
    background-position: 0 -533px;
}

.aisleInfo div:nth-of-type(10) span,
.priorityInfo div:nth-of-type(10) span {
    background-position: -297px -533px;
}

.aisleInfo div:nth-of-type(11) span,
.priorityInfo div:nth-of-type(11) span {
    background-position: -592px -533px;
}

.aisleInfo .last,
.priorityInfo .last {
    font-size: 4.7rem;
    color: #ffffff;
    background: #D5D5D5;
}


/* 优先录取 */

.priorityMatriculate {
    width: 1160px;
    margin: 0 auto;
    /* width: 100%;
    padding: 0 19vw 5.5rem 19vw; */
    box-sizing: border-box;
    background: #F5F5F5;
}

.infoHover {
    box-shadow: 10px 10px 5px #888888;
}

.priorityInfo div:hover .priorityInfo {
    /* box-shadow: 10px 10px 5px #888888; */
    background: yellow;
}

.priorityInfo div:hover,
.aisleInfo div:hover {
    box-shadow: 10px 10px 5px #888888;
}