@charset "UTF-8";
/**
 * @ClassName: pager.css
 * @Description: 分页样式表
 * @Author: w
 * @Date: 2018-12-1
 */
.img-box{float:left;width: 30%;margin-right: 3%;margin-bottom:30px;border-radius: 5px;overflow: hidden;border: 1px solid #ddd;}
.img-box:hover{box-shadow: 0 0 15px rgba(186,204,207,.7);}
.img-box .img-item{width:100%;height:200px;overflow: hidden;}
.img-box .img-desc{height: 50px;line-height: 50px;font-size: 14px;padding: 0 10px;}

.img-box .img-item-middle{width:100%;height:300px;overflow: hidden;}
