.tp-bgimg {
  background-position: inherit !important;
}
.learn_more:hover {
  background: #7485eb;
  color: white;
}
.test_type {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  justify-content: space-between;
}
.learn_more {
  float: left;
  color: white;
  width: 90px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #1d2088;
  margin-top: 23px;
}
.cert_search {
  float: left;
  width: 130px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: white;
  margin-top: 23px;
  border: 1px solid #2e6cbb;
}
.container img {
  margin: auto;

}
.test_type img:hover {
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9); /* IE 9 */
  -moz-transform: scale(0.9, 0.9); /* Firefox */
  -o-transform: scale(0.9, 0.9); /* Opera */
  -webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
}
.service_text {
  font-size: 15px !important;
}
#news_content {
  margin: 0px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 33px;
}
.industrydy_data {
  padding: 10px;
}
.center_news_data {
  padding: 10px;
}
#center_sty:hover p {
  color: white;
}
#industry_news:hover p {
  color: white;
}
#customer_data {
  display: flex;
  flex-flow: wrap;
}
#customer_data > div {
  transition: transform 0.25s ease;
}

#customer_data > div:hover {
  transform: scale(1.1, 1.1);
}

h5 {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #customer_data {
    justify-content: space-between;
  }
}