.schoolbox{display: flex;align-items: flex-start;justify-content: space-between;}
.schoolbox .schoolleft{
    width: 840px;
  padding-bottom: 50px;
}
/* 搜索 */
.schoolbox .schoolleft .searchbox{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.schoolbox .schoolleft .searchbox .searTitle{
    width: 110px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.schoolbox .schoolleft .searchbox .searTitleList{
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.schoolbox .schoolleft .searchbox .searTitleList .seaTiItem{
    padding: 7px 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    cursor: pointer;
}
.schoolbox .schoolleft .searchbox .searTitleList .seaTiItemactive{
    background: #0d3f98;
    border-radius: 7px;
    color: #fff;
}

/* 总数 */
.schoolbox .schoolleft .allnum{
    width: 100%;
    background: #eeeeee;
    padding: 6px 0 6px 15px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.schoolbox .schoolleft .allnum span{
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}


/* 学院列表 */
.schoolbox .schoolleft .xylist{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 50px;
}
.schoolbox .schoolleft .xylist .xyItem{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 20px 35px;
    box-sizing: border-box;
}
.schoolbox .schoolleft .xylist .xyItem .xyImg{
    width: 131.55px;
    height: 164.7px;    
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor{
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyName{
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest{
    width:100%;
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .reone{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .reone .reoneItem{
    width: 325px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .reone .reoneItem span{font-weight: bold;}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .retwo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .retwo .retwobtn{
    width: 153px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #424a5c;
    cursor: pointer;
}
.schoolbox .schoolleft .xylist .xyItem .xyInfor .xyrequest .retwo .retwobtn:first-child{
    background: #4d68ff;
    color: #fff;
}




/* 分页 */
.schoolbox .pagination {
   display: flex;
   gap: 8px;
   list-style: none;
   margin-top: 20px;
   justify-content: center;
}
.schoolbox .pagination li {
  padding: 6px 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;font-size: 16px;
}
.schoolbox .pagination li.active {
  background: #409eff;
  color: #fff;
  border-color: #409eff;
}
.schoolbox .pagination li.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #eee;
}
.schoolbox .page-info {
  margin-top: 10px;
  color: #666;font-size: 16px;
}



