 .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;
}

/*修改*/

.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 10px;
}
.article-Team .Team-item a .img{
	float: none;
	width:275px;
	height:152px;
	margin-bottom: 12px;
}
.article-Team .Team-item {
    margin-right: 5px;
 }
.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;
}
.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;
}



.word-list{
  overflow: hidden;
}
.word-list ul li {
  line-height: 1.1;
  overflow: hidden;
  margin-top: 23px;
}
.word-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 21px;
  width: 85%;
  float: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.word-list ul a:hover{
	color:#c0130d !important;
	}

.word-list ul span {
  font-size: 14px;
  font-weight: 400;
  color: #C9C9C9;
  line-height: 21px;
  float: right;
  padding-right: 19px;
  }