﻿.case_div2 {


}
.case_div2 ul {

}
.case_div2 ul li {
  margin:20px 47px 20px 0;
  float: left;
  width: 281px;
  height:275px;
  margin-right:24px;
  background:#f5f5f5;
    padding-top:2px;
	list-style:none !important
}
.case_div2 ul li:nth-child(4n) {
  margin-right: 0;
}
.case_div2 ul li .img {
  position: relative;
  width: 277px;
  height: 213px;
  margin-left:3px;
   background:#FFF;

}
.case_div2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case_div2 ul li .text {
  padding: 15px 17px 0;
}
.case_div2 ul li .text .bt {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align:center
}
.case_div2 ul li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height:66px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case_div2 ul li .text .more {
  margin-top: 10px;
  color: #f72b2b;
  font-size: 14px;
  font-weight: bold;
}
.case_div2 ul li:hover {
  -webkit-box-shadow: 0 0 8px #1558C7 ;
  -moz-box-shadow: 0 0 8px #1558C7 ;
  box-shadow: 0 0 8px #1558C7 ;
  background: #fff;
}
.case_div2 ul li:hover .text .bt {
  color:#0962B1;
}
.case_div2 ul li:hover .text .t {
  color: #0962B1;
}