.headDiv{
    display: flex;
    width:100%;
    height:62px;
    justify-content: center;
    align-items: center;
}
.head-logo {
    background: url("/images/school/choiceLogo.png");
    width: 276px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
}
.header_schoolTop{
    z-index: 1;
    position: relative;
    width: 100%;
}
.categoryDiv{
   margin:30px auto 40px;
}
.schoolUl{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.schoolUl li{
    width: 277px;
	height: 214px;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    cursor:pointer;
    text-align:center;
    padding-top:33px;
}
.schoolUl li .imgDiv{
    margin-bottom:27px;
}
.schoolUl li .imgDiv img{
    width:90px;
    height:90px;
}
.schoolUl li span{
    font-size: 24px;
	color: #333333;
}
#divCategoryVideo h3.title span a,
#divCategoryVideo h3.title a:hover{
    color:#2468f3;
}
#divCategoryVideo h3.title:before{
    background: url("/Images/school/arrow.png");
}