/* css document */

/*图片式*/
.pic-box{width:96%; margin:2%; float:left;}
.pic-box-zi{width:23%; margin:1%; float:left; box-shadow: 0px 2px 8px 0px #ccc;}
.pic-box dd{text-align:center; height:250px;}
.pic-box dd table{width:100%; height:250px;}
.pic-box dd table td, .pic-box dd table a{line-height:0px;}
.pic-box dd img{/*width:100%;*/ max-height:250px; max-width:100%; display:inherit;}
.pic-box h3{font-size:16px; color:#000; line-height:50px; font-weight:bold; width:96%; padding:0 2%; text-align:center; float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

@media screen and (max-width:960px){

}

@media screen and (max-width:640px){

}

@media screen and (max-width:480px){

}