
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    display: block;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
  }
  .col-lg-2dot4,.col-md-2dot4,.col-sm-2dot4,.col-xs-2dot4{position:relative;display:block;box-sizing:border-box}
  .col-xs-2dot4{float:left}
  .col-xs-2dot4{width:19%}
  .layui-col-xs-offset2dot4{margin-left:19%}
  @media screen and (min-width:768px){
      .col-sm-2dot4{float:left}
      .col-sm-2dot4{width:19%}
  }
  @media screen and (min-width:992px){
      .layui-col-md2dot4{float:left}
      .layui-col-md2dot4{width:19%}
  }
  @media screen and (min-width:1200px){
      .col-lg-2dot4{float:left}
      .col-lg-2dot4{width:19%}
  }
  .team-member::before {
    background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-right: -15px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: 5s;
    transform: scale(1);
  }
  
  .team-member:hover.team-member::before {
    transform: scale(1.2);
  }
  
  .single-team-member {
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-left: 26px;
  }
  
  .single-team-member:hover .team-img a:after {
    opacity: 1;
  }
  
  .single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
  }
  
  .team-img {
    position: relative;
    text-align: center;
  }

  .team-img img{
    width: 128px;
    height: 128px;
    margin-top: 10px;
  }
  
  .team-content {
    padding: 10px 0px;
  }
  
  .team-content > h5, .team-content > p {
    color: #444;
    margin-bottom: 5px;
    line-height: 26px;
    padding: 0 18px;
    font-size: 15px;
  }

  /* 页面底部样式 */
.footer-area-bottom{
    position: fixed;
    bottom: 0;
}

  /* 分页 */
  .page .pagination li {
    border:1px solid #dee2e6;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page .pagination .prev,.page .pagination .next{
    width: 60px;
  }
  .page .pagination .active {
    background-color: #194e6d;
  }