﻿@CHARSET "UTF-8";
img {
  border: none;
}
.clear {
  clear: both;
}
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ny_right {width: 100%; padding: 0;}
.ny_right .neabt{ display:none; font-weight:500; padding:10px 0 20px 0; font-size:45px; line-height:110%; }
.case_list{ padding:15px 0}
.case_list li{ float:left; width:31.2%; margin:5px 3% 25px 0; position:relative;}
.case_list li:nth-child(3n){ margin-right:0}
.case_list li div{ width:100%; height: 340px; overflow:hidden;  display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;}
.case_list li div img.prpic{ max-width:100%; max-height: 100%;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.case_list li:hover div img.prpic{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);}
.case_list li p{ display:block; line-height:30px; height:30px;margin-top: 10px;overflow:hidden; text-align:center; font-size:18px; background:#fff; color:#333}
.textover{text-overflow:ellipsis;white-space:nowrap;}
