.content {
  padding-bottom: 50px;
  background-color: #fff;
}
.content .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.content .breadcrumb li a {
  font-size: 18px;
  color: #064089;
}
.content .latestNews-item:nth-child(1) .latestNews-con:nth-child(even) {
  flex-direction: row;
}
.content .latestNews-item:nth-child(1) .latestNews-con:nth-child(odd) {
  flex-direction: row-reverse;
}
.content .latestNews-item:nth-child(2) .latestNews-con:nth-child(even) {
  flex-direction: row-reverse;
}
.content .latestNews-item:nth-child(2) .latestNews-con:nth-child(odd) {
  flex-direction: row;
}
.content .latestNews-con {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.content .latestNews-con img {
  width: 158px;
  height: 158px;
  border: 1px solid #ccc;
  display: block;
  padding: 0;
}
.content .latestNews-con .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.content .latestNews-con .con h4 {
  font-size: 22px;
  color: #1f5498;
}
.content .latestNews-con .con p {
  font-size: 12px;
  color: #666666;
  padding-top: 24px;
}
.content .button {
  text-align: center;
  padding: 50px 200px 0 200px;
}
.content .button a {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #064089;
  display: block;
  line-height: 40px;
  color: #064089;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .content .product-top {
    padding: 45px 0 55px 0;
    text-align: center;
    position: relative;
  }
  .content .product-top p {
    font-size: 26px;
    color: #0075be;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .product-top .import {
    font-size: 20px;
    color: #195fbc;
    position: relative;
  }
  .content .product-top .import .left-line {
    width: 2px;
    height: 68px;
    background-color: #064089;
    display: inline-block;
    margin-right: 5px;
  }
  .content .product-top .bottom-square {
    width: 30px;
    height: 27px;
    background-color: #064089;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .latestNews-item {
    background-color: #0075be;
  }
  .content .latestNews-con {
    flex-direction: column !important;
    padding: 10px 0;
  }
  .content .latestNews-con img {
    margin: 0 auto;
  }
  .content .latestNews-con .con {
    padding: 0;
  }
  .content .latestNews-con .con h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  .content .latestNews-con .con p {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
  }
  .content .button {
    padding: 50px 0 0 0;
  }
  .content .button a {
    height: 40px;
    display: inline-block;
    line-height: 40px;
  }
}
