﻿@charset "UTF-8";
.img-box{float:left;width: 31%;margin: 1%;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;}
@media only screen and (max-width: 767px) {
.img-box{ width:47%;}
.img-box .img-item{ height:160px;}
}