.news-content {
  width: 1400px;
  margin: 0 auto;
  padding: 0 40px 107px 40px;
  box-sizing: border-box;
}
.news-content .content-main {
  padding: 70px 0;
  text-align:center;
}
.news-content .content-main .rap{
  margin-bottom:53px;
}
.news-content .content-main p img{
  margin:0 auto;
}
.news-content .content-pointer {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.news-content .content-pointer a {
  color: #333333;
}
.product-commend {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.product-commend .commend-heading p {
  border-bottom: 1px solid #eeeeee;
}
.product-commend .commend-heading p > span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #2b2c2e;
  line-height: 42px;
  border-bottom: 2px solid #195afe;
}
.product-commend .commend-content {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.product-commend .commend-content .commend-item {
  width: 422px;
  height: 368px;
  padding: 14px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 0 20px 0 rgba(12, 46, 236, 0.1);
}
.product-commend .commend-content .commend-item > img {
  width: 394px;
  height: 270px;
}
.product-commend .commend-content .commend-item > p {
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #2b2c2e;
}
.product-commend .commend-content .commend-item:hover {
  background-color: #195afe;
}
.product-commend .commend-content .commend-item:hover > p {
  color: #fff;
}
