@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  background: #fff;
}
.container_wrap {
  padding-top: 80px;
  padding-bottom: 35px;
}
.newCenter_title {
  width: 100%;
  font-size: 48px;
  font-weight: normal;
  color: #4A4A4A;
  height: 53px;
  line-height: 53px;
  letter-spacing: 10px;
  text-align: center;
}
.newCenter_title img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  height: auto;
}
.newest_moduler .main_body {
  width: 100%;
  padding-top: 75px;
}
.newest_moduler .list {
  width: 1200px;
}
.newest_moduler a {
  width: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 15px 47px 15px 19px;
}
.newest_moduler .item {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  margin-bottom: 42px;
}
.newest_moduler .item .img {
  width: 234px;
  height: 141px;
  margin-right: 17px;
}
.newest_moduler .item .img img {
  width: 100%;
  height: 100%;
}
.newest_moduler .item .item_dl {
  flex: 1;
  height: 141px;
  display: flex;
  align-items: center;
}
.newest_moduler .item .item_title {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 24px;
  height: 145px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.newest_moduler .item:hover {
  background: #FFFFFF;
  box-shadow: -1px 13px 20px 0px #f0f2f4;
  border-radius: 5px;
}
