.solution-detail .product-list ul {
  width: 375px !important;
}
.row {
  margin: 0;
}
.news-box {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.news-box .container .news-title {
  text-align: center;
  padding: 45px 0;
}
.news-box .container .news-title h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-box .container .news-title .info-time span {
  color: #999;
  font-size: 14px;
}
.news-box .container .news-title .info-time span:first-child {
  margin-right: 40px;
}
.news-box .container .news-content {
  padding: 45px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.news-box .container .news-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 45px;
}
.news-box .container .news-content p:last-child {
  margin-bottom: 0;
}
.news-box .container .catalogue {
  padding: 40px 0;
}
.news-box .container .catalogue .fl div:first-child {
  margin-bottom: 15px;
}
.news-box .container .catalogue .fl div a {
  font-size: 14px;
  color: #999;
}
.news-box .container .catalogue .return {
  border: 1px solid #0038ae;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.news-box .container .catalogue .return a {
  color: #0038ae;
}
@media (max-width: 1200px) {
  .news-box .container .news-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .news-box .container .news-title {
    padding: 35px 0;
  }
  .news-box .container .news-title h1 {
    font-size: 28px;
  }
  .news-box .container .news-content {
    padding: 35px 0;
  }
  .news-box .container .news-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .news-box .container .news-title h1 {
    font-size: 28px;
  }
  .news-box .container .news-title {
    padding: 30px 0;
  }
  .news-box .container .news-content p {
    margin-bottom: 30px;
  }
  .news-box .container .catalogue {
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
  .catalogue .fl {
    float: none;
  }
  .catalogue .fr {
    float: none;
    margin-top: 20px;
  }
}
