.highSchool {}

.shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 99;
    display: none;
}

#imgsrc {
    display: none;
    position: fixed;
    max-width: 80% !important;
    max-height: 80% !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.highSchool .tit {
    height: 78px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.highSchool .tit .mainTit {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    height: 78px;
    line-height: 78px;
    padding: 0 20px;
    width: 140px;
    float: left;
}

.highSchool .tit .shortTit {
    float: left;
    width: 1010px;
    background: #f6f6f6;
    height: 58px;
    padding-left: 30px;
    padding-top: 20px;
    position: relative;
}

.highSchool .tit .shortTit h2 {
    /*font-weight: bold;*/
    font-size: 24px;
}

.highSchool .schoolList {
    width: 100%;
    /* height: 390px; */
    overflow: hidden;
}

.highSchool.on .schoolList {
    height: auto;
    transition: all 1s ease-in;
}

.highSchool .schoolList .item {
    width: 295px;
    height: 370px;
    background: #f6f6f6;
    float: left;
    margin-bottom: 20px;
    transition: all .3s;
}

.highSchool .schoolList .item:hover {
    box-shadow: 0 0 20px #ccc;
}

.highSchool .ckgd {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #0082f0;
    transform: translateY(-50%);
}

.highSchool i.down {
    border: solid #0082f0;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.highSchool i.up {
    border: solid #0082f0;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    margin-top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.highSchool .upwrap {
    display: none;
}

.highSchool .downwrap {
    display: block;
}

.highSchool.on .upwrap {
    display: block;
}

.highSchool.on .downwrap {
    display: none;
}

.highSchool .schoolList .item {
    margin-left: 13px;
}

.highSchool .schoolList .item:nth-child(4n -3) {
    margin-left: 0;
}

.highSchool .schoolList .item h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.highSchool .schoolList .item .img {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.highSchool .schoolList .item .img img {
    width: 100%;
    height: 185px;
    transition: all .3s;
}

.highSchool .schoolList .item:hover .img img {
    transform: scale(1.2);
}

.highSchool .schoolList .item .typeLogo {
    height: 45px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highSchool .schoolList .item .typeLogo .logo {
    width: 120px;
    height: 35px;
    float: right;
    position: relative;
}

.highSchool .schoolList .item .typeLogo .logo img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
}

.highSchool .schoolList .item .typeLogo .type {
    float: left;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

.highSchool .schoolList .item .typeLogo .type p {
    display: inline-block;
    line-height: 30px;
    background: #0082f0;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
}

.highSchool .schoolList .item .remark {
    padding: 0 15px;
    line-height: 25px;
    height: 75px;
    font-size: 16px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.highSchool .schoolList .item .btn {
    background: #ff9c00;
    color: #fff;
    width: 100px;
    float: right;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
}

.schoolBtn .btn {
    height: 55px;
    border-radius: 55px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;
}

.orange1 {
    background: #ff9c00;
}

.blue1 {
    background: #1e00ff;
}

.blue3 {
    background: #248ee8;
}

/* .highSchool .blue2 .item {
    background: #ece8ff;
} */

.rose1 {
    background: #fe466a;
}

/* .highSchool .rose2 .item {
    background: #fee9e6;
} */
.purple1 {
    background: #5b24e8;
}

.purple2 {
    background: #8745fe;
}

.green1 {
    background: #36ae55;
}

/* .highSchool .green2 .item {
    background: #e9fff0;
} */

.liuxue {}

.liuxue .tit2 {
    width: 100%;
    height: 55px;
    background: #d5d5d5;
}

.liuxue .maintit2 {
    /* width: 225px; */
    height: 55px;
    float: left;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    position: relative;
}

.liuxue .maintit2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    width: 0;
    height: 0;
    z-index: 9;
    border-right: 55px solid transparent;
    border-top: 55px solid #f03c07;
}

.liuxue .tit2 .more {
    font-size: 15px;
    color: #000;
    float: right;
    line-height: 55px;
}

.liuxue .tit2 .more img {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 40px;
}

.liuxue .tit3 {
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 3px solid #0082f0;
}

.liuxue .maintit3 {
    height: 55px;
    float: left;
    line-height: 55px;
    padding-left: 20px;
    color: #000;
    font-size: 20px;
    position: relative;
}

.liuxue .maintit3::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
    width: 4px;
    height: 26px;
    background: #f03c07;
}

.liuxue .tit3 .more {
    font-size: 15px;
    color: #000;
    float: right;
    line-height: 55px;
}

.liuxue .tit3 .more img {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 10px;
}

.red1 {
    background: #f03c07;
}

.red2 {
    background: #e84524;
}


/*合作院校*/
.liuxue .tab {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 15px;
    background: #f7f7f7;
}

.liuxue .tab a:first-child {
    margin-left: 0px;
}

.liuxue .tab a.on {
    color: #f03c07;
}

.liuxue .tab a {
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    display: inline-block;
    margin-left: 25px;
    transition: all .5s;
    line-height: 50px;
    border-radius: 5px;
    position: relative;
}

.liuxue .tab a.on::after {
    content: '';
    width: 80%;
    height: 3px;
    left: 50%;
    bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    background: #f03c07;
    transform: translateX(-50%);
    position: absolute;
}

.liuxue .hzSchool {
    display: none;
    overflow: hidden;
}

.liuxue .hzSchool:nth-child(1) {
    display: block;
}

.liuxue .hzSchool a.item {
    width: 196px;
    height: 220px;
    float: left;
    background: #f7f7f7;
}

.liuxue .hzSchool a.item+a.item {
    margin-left: 8px;
}

.liuxue .hzSchool a.item .img {
    width: 140px;
    height: 140px;
    transition: all .5s;
    margin: 15px auto 5px;
    position: relative;
}

.liuxue .hzSchool a.item .img img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.liuxue .hzSchool a.item p {
    line-height: 25px;
    text-align: center;
}

.liuxue .hzSchool a.item:hover .img {
    transform: rotateY(180deg);
}