/*组件样式*/
.teach-list {
    margin: 30px 0 0;}

.teach-list .depar {
    border-bottom: 1px solid #ddd;}

.teach-list .depar h5 {
    position: relative;
    display: inline-block;
    margin: 0 0 -1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    color: #014e94;
    text-align: left;
    border-bottom: 3px solid #013a77;}

.teach-list .depar h5::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: calc(50% - 8px);
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 8px solid #013a77;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;}

.teach-list .name {
    font-size: 0;
    margin: 0 -10px;}

.teach-list .name > li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 0 1%;}
.teach-list .name li {
    margin: 25px 0 0;}

.teach-list .name a {
    display: block;
    padding: 0 0 0 10%;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    text-align: left;
    background: #f1f5f7;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;}

.teach-list .name a:hover {
    color: #fff;
    background: #014e94;}
