.text-paging {
    display: block;
    text-align: center;
    height: 45px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 0px;
}
.fill .head:after {
    content: "";
    width: 2px;
    height: 24px;
    background-color: #d5240c;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
}
.article-Team .Team-item a .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-top: 5px;
}
/*ä¿®æ”¹*/

.nav-left .nav-title .nav-list .active > a{
    color: #d5240c;
}
.nav-left .nav-title .nav-list .nav-li a:hover{
    color: #d5240c !important;
}

.nav-left .nav-title h6:after{
    background-color: #d5240c;
}
.nav-left .nav-title:after{
    background-color: #d5240c;
}
.nav-left .nav-title .nav-list .active:after {
    content: "";
    display: block;
    width: 8px;
    height: 0px;
    border: 5px solid transparent;
    border-left: 5px solid#d5240c;
    position: absolute;
    top: 8px;
    left: 240px;
}

.article-Team{
    width: 900px;
    padding: 0px 25px 40px 29px;
}
.article-Team .Team-item a .img{
    float: none;
    width:275px;
    height:152px;
    margin-bottom: 12px;
}
.article-Team .Team-item {
   margin-right: 5px;
   height: 250px;
    margin-top: 15px;
}
.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: left;
}
.article-Team .Team-item a .item-name {
    width: 275px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    letter-spacing: 1px;
}
.article-Team .Team-item a .item-name span {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.article-Team .Team-item  a:hover .item-text {
  color: #d5240c;
}
.article{
    width: 1200px;
}
.article-Team{
    width: 1200px;
    padding: 0px 25px 40px 29px;
}
.courseList-category p{        
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin: 20px 25px 0 29px;
}
.courseList-category p a, .courseList-category p span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin-right: 80px;
    margin-bottom: 9px;
}    
.courseList-category p a:hover{
    color: #0371D3 !important;
}
.courseList-category p .courseList-active{
    color:#0371D3;
}
.article-Team .Team-item:last-child a {
    pointer-events: inherit;
}