.article {
    width: 1200px;
    float: left;
    /* margin-bottom: 40px; */
}
.article-column {
    background-color: #ffffff;
}
.article-Team {
    width: 1200px;
    padding: 0px 25px 40px 29px;
}
.article-Team .Team-item {
    margin-right: 5px;
    min-height: 216px;
    margin-top: 15px;
        float: left;
}
.article-Team .Team-item a {
    display: block;
}
.article-Team .Team-item a .img {
    float: none;
    width: 275px;
    height: 152px;
    margin-bottom: 12px;
    margin-right: 10px;
}
.article-Team .Team-item a .item-text {
    float: none;
    width: 275px;
    max-height: 44px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: center;
}

.article-Team .Team-item a .img img {
    width: 100%;
    height: 100%;
}
img {
    border: 0;
    vertical-align: bottom;
}
.crumbs {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.crumbs li {
    float: left;
    font-size: 14px;
    color: #333333;
}
.crumbs li a {
    font-size: 14px;
    color: #333333;
}
.crumbs li.cur {
    color: #c0130d;
}


.fill .head_tabs {
  float: left;
  padding-left: 20px;
  height: 60px;
}

.fill .head_tabs li {
  float: left;
  line-height: 60px;
  height: 60px;
  margin-right: 40px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.fill .head a {
  box-sizing: border-box;
  float: right;
  /*  width: 80px;*/
  height: 26px;
  background: #ffffff;
  /*  border: 1px solid  #c0130d;*/
  border-radius: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #c0130d;
  line-height: 24px;
  text-align: center;
  margin-top: 18px;
}

  .courseList-category{        
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 25px 0 29px;
}
.courseList-category a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    padding: 0 18px;
}    
.courseList-category p a:hover{
    color: #c0130d !important;
}
.courseList-category a.courseList-active{
    color: #ffffff;
    background-color: #c0130d;
    border-radius: 15px;
}
.two-level a.cur-active{
  color: #c0130d;
  background-color: transparent;
}
.courseList-category a.courseList-active:hover{
  color: white !important;
}
.article-Team .Team-item:nth-child(4n){
  margin-right: 0;
}

body{
    
    background-color: #f4f4f4;
}

.container-wrap{
    margin-bottom:40px;
}
