td>img{
    height: 100%;
}
.newlist li{
    height: 50px;
    line-height: 50px;
    padding-left: 0;
}
.newlist li .name {
    line-height: 50px;
}
.newlist-p-img>img{
    position: relative;
    top: 15px;

}
.newlist li>img{
    display: inline-block;
}
@media screen and (max-width: 768px){
    table {
        width: 100%;
    }

}
.newlist-fy{
    width: 730px;
    text-align: center;
    color: #323232;
    margin-top: 20px;
}
.newlist-fy li{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.newlist-fy li:hover{
    cursor: pointer;
}
.newlist-fy span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.newlist-fy button{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.newlist-fy-active{
    background: #0093dd;
}
@media screen and (max-width: 768px){
    .newlist-fy{
        display: none;
    }
}
.newlist-fy > li.active {
    background: #0093dd;
}
.newlist-fy > li a {
    color: #323232;
}