.content {
    width: 70%;
    min-width:1300px;
    margin: 8.5px auto;
}

.content .search {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.content .search input {
    width: 70%;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    opacity: 0.51;
    border-radius: 4px;
    padding-left: 10px;
}

.content .search input::placeholder {
    font-size: 16px;
    color: #999999;
}

.content .search button {
    width: 229px;
    height: 58px;
    display: flex;
    
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #004A93;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 20px;
}

.condition .item {
    display: flex;
    margin-top: 16px;
    position: relative;
}

.item .title {
    width: 127px;
    font-size: 16px;
    color: #333333;
    display: flex;
    font-weight: bold;
    justify-content: space-around;
}

.item .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(153 153 153 / 40%);
}
.item .more{
    display: none;
    font-size: 7px;
    color: #2e7ceb;
    position: absolute;
    bottom: 11px;
    right: 10px;
}
.item .list li {
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    padding: 0 16px;
    margin-left: 9px;
    margin-bottom: 9px;
    cursor: pointer;
}

.item .list li.click {
    background: #C7E1FA;
    color: #004A93;
}

.schoolList {
    /*display: flex;*/
    margin-top: 35px;
}

.schoolList .logo {
    width: 287px;
    height: 134px;
    background-size: 100% 100%;
    position: relative;
    float: left;
}

.schoolList .logo .name {
    padding: 0px 30.6px 0px 17.5px;
    background-size: 100% 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 17.5px;
    font-size: 16px;
    color: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    left:-8px;
}



.schoolList .message ul .imglogo {
    display: inline-block;
}

.schoolList .message {
    margin-left: 17.5px;
}

.schoolList .message .title {
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    width: 1000px;
    margin-left: 300px;
}

.schoolList .message ul {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 300px
}

.schoolList .message li {
    width: 333px;
    font-size: 16px;
    color: #666666;
    float: left;
    margin-top: 8.75px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.schoolList .message ul:last-child li{
    width: 300px;
}

.schoolList .message li img {
    margin-right: 8px;
}

.hand {
    cursor:pointer;
}

.ewm {
    position: absolute;
    left: 402px;
    top: 0px;
    z-index: 99999;
    background: #f6f6f6;
    border-radius: 6px;
    height: 131.25px;
    width: 131.25px;
    padding: 8px;
    display: none;
}

.ewm2 {
    position: absolute;
    left: 260px;
    top: 50px;
    z-index: 99999;
    background: #f6f6f6;
    border-radius: 5px;
    height: 150px;
    width: 150px;
    padding: 8px;
    display: none;
}


.lastli{

}