.honor{
    margin: 30px 0;
}
.honor .hd{
    display: flex;background: #F5F6FA;border-radius: 4px 4px 4px 4px;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    gap: 10px;
}
.honor .hd .item{
    width: 20%;
    text-align: center;
}
.honor .hd .item:nth-last-child(1){
    width: 94px;

}

.honor .hd .item:nth-child(1){
    width: 94px;
    text-align: left;
}
.honor .bd  .item div{  width: 20%;display: flex;justify-content: center;text-align: center;
align-items: center}
.honor .bd  .item{
    display: flex; padding:15px;  gap: 10px;
    border:1px solid  #F5F6FA ;

}
.honor .bd  .item div:nth-last-child(1){
    width: 94px;

}
.honor .bd  .item div:nth-last-child(1) a{
    color: #CA252D;
}
.honor .bd  .item div:nth-child(1){
    width: 94px;
}
.honor .bd  .item .tpic{
    width: 94px;
    height: 138px;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
}
.honor .bd  .item .tpic img{
    width: 100%;

}
