.article {
    width: 1200px;
    float: left;
}
.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;
}



.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;
}
.courseList-category a.courseList-active:hover{
  color: white !important;
}