﻿.PagePuffList{
    margin: 10px -10px;
    overflow: hidden;
    display:flex;
    
}
.PagePuffList .puffitem{
    float: left;
    width: 33.3%;
}
.PagePuffList .innerPuff{
    padding: 10px;
    margin: 10px;
}
.PagePuffList .innerPuff > a{
    display: block;
    text-decoration: none;
}
.PagePuffList .image{
    height: 100px;
    overflow: hidden;
}
.PagePuffList .image img{
    width: 100%;
}
.PagePuffList .rubText{
    font-size: 15px;
    margin: 10px 0;
    font-weight:700;
}

@media screen and (max-width: 1100px) {
	.PagePuffList .puffitem { width: 50%; }
}

@media screen and (max-width: 600px) {
	.PagePuffList .puffitem { width: 100%; height: auto !important; }
}