.service {
  word-wrap: break-word;
  margin: 20px 0;
}
.service a {
  display: block;
  /*white-space: nowrap;*/
}
.service .title {
  color: #333;
  text-align: center;
  padding: 40px 0;
}
.service .title h3 {
  font-size: 36px;
}
.service .title .tips {
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}
.service .title .tips p {
  background: #d4e0f4;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 1;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.service .title .tips p em {
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #02319a;
   font-size: 18px;
}
@media (max-width: 576px) {
  .service .title {
    color: #333;
    text-align: center;
    padding: 20px 0;
  }
  .service .title h3 {
    font-size: 28px;
  }
  .service .title .tips {
    position: relative;
    font-size: 16px;
    margin: 0 auto;
  }
  .service .title .tips p {
    background: #d4e0f4;
    border-radius: 50px;
    opacity: 1;
    width: 160px;
    height: 32px;
    margin: 0 auto;
    font-size: 16px;
  }
  .service .title .tips p em {
    text-align: center;
    line-height: 32px;
    font-style: normal;
    color: #02319a;
  }
}
.service .mainbox {
  word-wrap: break-word;
}
.service .mainbox h4 {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  padding: 10px 0 4px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .service .mainbox h4 {
    /*font-size: 16px;*/
    line-height: 1.6;
  }
}
.service .mainbox p {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
.news {
  padding: 30px 0;
}
@media (max-width: 576px) {
  .news {
    padding: 5px 0;
  }
}
.news .news-content {
  vertical-align: middle;
}
.news .news-content .content h4 {
  font-size: 28px;
  color: #333;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .news .news-content .content h4 {
    font-size: 24px;
  }
}
.news .news-content .content h5 {
  font-size: 18px;
  color: #999;
}
@media (max-width: 576px) {
  .news .news-content .content h5 {
    /*font-size: 16px;*/
  }
}
.news .news-content .content .line {
  width: 5%;
  height: 3px;
  background: #a6c9f9;
  margin: 10px 0 20px 0;
}
.news .news-content .content p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .news .news-content .content p {
    /*font-size: 16px;*/
    line-height: 1.6;
  }
}
.news .news-content .image {
  padding: 10px 0;
}
.new_bg {
  background: #fafafa;
}
.new_bg .content h4 {
  text-align: right;
}
.new_bg .content h5 {
  text-align: right;
}
.new_bg .content .line {
  margin: 10px 0 20px 95% !important;
}
.footer {
  margin-top: 0;
}
