@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  min-width: 1180px;
  overflow: hidden;
}
body {
  background: #F9FAFF;
}
.project_moduler .item {
  box-sizing: border-box;
  width: 270px;
  float: left;
  margin-right: 33px;
  margin-bottom: 36px;
  border: 1px solid #e2e6ef;
  background: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.project_moduler .item:nth-child(4n) {
  margin-right: 0px;
}
.project_moduler .img {
  width: 100%;
  height: 160px;
}
.project_moduler .img img {
  width: 100%;
  height: 100%;
}
.project_moduler .item_dl {
  height: 74px;
}
.project_moduler .item_title {
  box-sizing: border-box;
  width: 100%;
  height: 74px;
  padding: 18px;
  font-size: 14px;
  color: #374567;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.project_moduler .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.project_moduler .item:hover .item_title {
  color: #3e7efe;
}
