.shadow {
    box-shadow: 0 .04rem .32rem 0 rgba(43,43,43,0.06);
}
.content {
    width: 13.5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.content > .item {
    width: 4.34rem;
    height: 4.06rem;
    text-align: center;
    font-size: .2rem;
    text-decoration: none;
    margin: .3rem 0 0 .06rem;
    background: white;
    color: #333;
}
.content > .item:hover {
    box-shadow: 0 0 1rem 0 rgba(43,43,43,0.2);
    color: #0096EE;
    margin: .22rem 0 0 .06rem;
}
.content > .item > .img {
    width: 4.34rem;
    height: 3.23rem;
}
.content > .item > .title {
    width: 3.5rem;
    height: .83rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
