@charset "utf-8";
.title, .title_first, .title_second {
  margin: 0;
  text-align: center;
}
.title img {
  width: 423px;
  height: 52px;
  margin-bottom: 5px;
}
.title_first img, .title_second img{
  width: 1000px;
  height: 42px;
}
.first_con {
  margin: 20px 7px;
}
.first_con p {
  margin: 0;
}
.h3 {
  color: #005fba;
  font-size: 16px;
  font-weight: bold;
}
.first_text {
  color: #333333;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px !important;
}
.new_pro {
  /* box-shadow: rgb(0 95 186 / 50%) 1px 1px 3px; */
  /* border-radius: 6px; */
  padding: 10px 0;
  margin-top: 10px;
  background-image: url('../images/radius.png');
  background-size: 100% 100%;
}
.new_pro p {
  font-size: 14px;
  color: #333333;
  background-image: url('../images/list-icon.png');
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin: 0 20px;
}
.new_pro p:first-child {
  background-image: url('../images/first-icon.png');
  background-position: bottom left;
}
.new_pro p:last-child {
  background-image: url('../images/last-icon.png');
}