.bigBox {
    width: 100%;
    background-color: #F7F8F9;
    padding:50px 0 0;
    box-sizing: border-box;
}
.school {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.school .fmImg {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
}
.school .fmImg img {
    width: 100%;
    height: 100%;
}
.school  .schoolName {
    width: 74%;
   
}
.school .schoolName h5 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin: 7px 0;
    line-height: 22px;
}
.school .bot {
    display: flex;
    justify-content: flex-start;
}
.school .bot .sheng {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}
.school .bot .sheng .mui-icon {
    font-size: 20px;
}
.school .bot .view {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #333;
}
.school .bot .view img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.scMessage {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.scMessage .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.scMessage .item img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
}
.scMessage .item span {
    display: inline-block;
    font-size: 14px;
    color: #222;
}
.scMessage .item span:nth-child(1) {
    width: 87px;
}
.scMessage .item span:nth-child(2) {
    width: calc(100% - 87px);
}
.scMessage .item:nth-last-child(1) {
    margin-bottom: none;
}
.scDetails {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
}
.scDetails .tabNav {
    font-size: 15px;
    color: #787878;
    border-bottom: 1px solid #F8F8F8;
    text-align: center;
}
.scDetails .tabNav span{
    display: inline-block;
    line-height: 24px;
    padding: 10px 0;
    margin-right: 15px;
}
.scDetails .tabNav .active {
    font-weight: bold;
    color: #222222;
    position: relative;
}
.scDetails .tabNav .active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 24px;
    height: 3px;
    background-color: #1890FF;
}
.tabCont .introduction {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.tabCont .cont {
    display: none;
    padding: 15px 0;
}
.tabCont  .selected {
    display: block;
}
thead {
    background-color: #FAFAFA;
    font-size: 15px;
}
tbody {
    font-size: 14px;
    color: #333;
}