

.fill-head{
    margin: 50px 0;
}
.fill-head p{
    text-align: center;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F2229;
    line-height: 40px;
}
.inforItme{
padding-bottom: 70px;
}

.inforItme-list ul{
    
}
.inforItme-list ul li{
    margin-bottom: 24px;
   
}

.inforItme-list ul li:hover{
    box-shadow: 0px 3px 24px #F3F3F3;
}
.inforItme-list ul li a{
    display: block;
}
.inforItme-list ul li .list-box{
    padding: 24px 0 24px 26px;
}
.inforItme-list ul li .list-box .box-img{
    float: left;
    margin-right: 38px;
    width: 276px;
    height: 208px;
}
.inforItme-list ul li .list-box .box-img img{
    width: 100%;
    height: 100%;
}
.inforItme-list ul li .list-box .box-words{
    float: left;
    width: 750px;
    padding-top: 12px;
}
.inforItme-list ul li .list-box .box-words .title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #004E9C;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inforItme-list ul li .list-box .box-words .page{
    margin-top: 18px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 27px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inforItme-list ul li .list-box .box-words .data{
    margin-top: 20px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    opacity: 0.7;
}


.informationmore{
    width: 126px;
  height: 30px;
  border: 1px solid #555566;
  margin: 76px auto 0;
  }
.informationmore a{
    text-align: center;
    display: block;
    font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
  }