.school_db {
    width: 160px;
    _height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0%;
      top: 54%;
      margin-left: 50px;
    color: #fff;
    border: 1px solid #014190;
    background: #fff;
    z-index: 2;
  }
  .school_db .headers {
      width: 130px;
      height: 40px;
      font-size: 18px;
      line-height: 40px;
      padding-left: 30px;
      overflow: hidden;
      background:#014190 url("http://yz.yanxian.org/statics/common/images/small-build.png") no-repeat 10px center;
  }
  .school_db ul {
      overflow: hidden;
      text-align: left;
      clear: both;
      height: 100%;
  }
  .school_db ul li {
      height: 32px;
      width: 150px;
      float: left;
      padding-left: 10px;
      border-bottom: 1px solid #eee;
  }
  .school_db ul li em {
    float: left;
    width: 142px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #898989;
    overflow: hidden;
  }
  .school_db ul li em>a.sname{
    color: #898989;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    float: left;
  }
  .school_db ul li em>a>img{
    vertical-align: middle;
    margin-left: 5px;
  }
  .school_db .cz {
      padding-top: 7px;
      text-align: center;
      clear: both;
      overflow: hidden;
  }
  .school_db .cz p{
    display: inline-block;
    width: 61px;
    height: 28px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: #014190;
  }
  .school_db .bot {
      width: 160px;
      padding-top: 16px;
      display: block;
      overflow: hidden;
  }