
/*右侧案例列表*/
.content .right-content{width:810px;float: right;}
.case-list{width:830px;overflow: hidden;min-height:550px;_height:550px;}
.case-list li{width:259px;margin-right:15px;margin-bottom:30px;float:left;box-sizing: border-box;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;-ms-box-sizing: border-box;behavior:url(../libs/ie-css3.htc);border:1px solid #eee}
.case-list li img{width:257px;height:170px;}
.case-list li h3{font-size:15px;color:#5a5a5a;margin-top:20px;text-align: center;margin-bottom: 20px;}
.case-list li:hover h3{color:#f00;}
.case-list li:hover{box-shadow:0 0 5px 5px #ddd;-webkit-box-shadow:0 0 5px 5px #ddd;-moz-box-shadow:0 0 5px 5px #ddd;
-ms-box-shadow:0 0 5px 5px #ddd;behavior:url(../libs/ie-css3.htc);}

