.teacherlist
{
margin: 20px 0px  30px 0px;}
.w-flex {
    display: flex
;
    display: inline-flex
;
    display: -webkit-flex;
    flex-wrap: wrap;}

.align-items-start {
    align-items: flex-start;}
.teacherlist  .search{
    
    padding: 15px 30px;
    background:#eee;
    background-size: cover;}
.teacherlist  .search .top,.teacherlist  .search .scend{
    padding: 20px 0 0;}
.teacherlist  .search .top{}

.teacherlist .search .name {
  width: 200px;
  font-size: 16px;
  color: #530ca6;
  font-weight: bold;
  text-align: left;
  word-wrap: break-all;}
.teacherlist .search ul {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;}
.teacherlist .search ul li {
  padding-right: 35px;
  margin-bottom: 20px;}
.teacherlist .search ul li a {
  font-size: 14px;
  color: #333333;
  display: block;
  font-family: "Microsoft Yahei";
  font-weight: 500;}
.teacherlist .search ul li a:hover {
  color: #543f9e;
  text-decoration: none;}
.teacherlist .search ul li .on {
 color: #543f9e;    font-weight: bold;}
@media only screen and (max-width: 768px) {
    .teacherlist .search ul {
        width: 100%;}
        .teacherlist .search .name {
        width: 100%;
        text-align-last: left;
        margin-bottom: 10px;}
    .teacherlist .search {
    padding: 8px 20px;}
}


.ul-listb3 li{
float:left;
width:17%;
padding:5px 0px;}
.ul-listb3 li a{
font-size:18px;}

@media screen and (max-width: 800px) {
.ul-listb3 li{

width:33.3%;}

}

@media screen and (max-width: 550px) {
.ul-listb3 li{

width:49.5%;}

}
