
.j-a{width: 12.6rem;padding-top: .6rem;padding-bottom: .4rem;}
.j-cont{width: 100%;}
.j-titles{color: #333333;text-align: center;font-weight: bold;margin-bottom: .55rem;}
.j-list{width: 100%;padding-bottom: .3rem;font-size: 0;}
.j-item{display: inline-block;vertical-align: top;cursor: pointer; width:3.9rem ;margin-right: .4rem;margin-bottom: .5rem; background-color: #fbfafa;}
.j-item:nth-child(3n){margin-right: 0;}
.j-img{width: 100%;overflow: hidden;}
.j-img img{width: 100%;transform: scale(1.00);transition: all .5s;}
.j-text{width: 100%;padding: .2rem .15rem;text-align: center;}
.j-name{width: 100%; color: #555555;line-height: 1.3; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.j-item:hover{background-color: #da291c;}
.j-item:hover .j-img img{transform: scale(1.05);}
.j-item:hover .j-name{color: #ffffff;}


@media(max-width: 750px){ 
    .j-a{width: 100%; }
    .j-item{width: calc(50% - .15rem);margin-right: .3rem;}
    .j-item:nth-child(3n){margin-right: .3rem;}
    .j-item:nth-child(2n){margin-right: 0;}
}
