.schoolDetail {
    width: 1040px;
    margin: 0 auto;
    height: 100px;
    padding-left: 20px;
    padding-top: 50px;
}
.schoolDetail .title{
    display: flex;
}
.schoolDetail .title .left img{
    width:100px;
height:100px;
border-radius:4px;
border:1px solid rgba(230,230,230,1);
margin-right: 12px;
}
.schoolDetail .title .right .name{
    font-size:22px;
font-weight:500;
color:rgba(48,49,51,1);
margin-bottom: 30px;
}

.schoolDetail .title .right .ke_num{
    font-size:18px;
font-weight:400;
color:rgba(96,98,102,1)
}

.schoolDetail .ul1 {
    display: flex;
    margin-top: 20px;
    width: 260px;
    justify-content: space-between;
}

.schoolDetail .ul1 .li1 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    color: rgba(48, 49, 51, 1);
}

.schoolDetail .ul1 .active {
    color: rgba(213, 16, 10, 1);
    border-bottom: 3px solid rgba(213, 16, 10, 1);
}
.schoolDetail .ul2 {
    width: 1040px;
    margin-top: 20px;
    display: none;
    height: auto;
    padding-bottom: 50px;
}
.schoolDetail .ul2 .jian_jie{
    width:700px;
    height:361px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(96,98,102,1);
    line-height:24px; 
}

.li_copy{
    overflow: hidden;
}

#pg {
    padding: 50px 0;
    margin-right: 50px;
}

#pg #pageList {
    float: right;
}

#pg ul li {
    float: left;
    list-style: none;
}

#pg ul a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0px 5px;
    color: black;
}

#pg ul a:hover {
    color: red;
    background: yellow;
}

#pageList li .self {
    color: red;
    background: yellow;
}


