.content .top .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.content .top .breadcrumb li a {
  font-size: 18px;
  color: #064089;
}
.content .bottom {
  margin-top: 20px;
  margin-bottom: 80px;
}
.content .bottom .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.content .bottom .breadcrumb li a {
  font-size: 18px;
  color: #064089;
}
.content .bottom .bottom-con {
  display: flex;
  justify-content: space-between;
}
.content .bottom .bottom-con .bottom-img-wrap {
  width: 20%;
  padding-top: 10px;
}
.content .bottom .bottom-con .bottom-img-wrap img {
  width: 100%;
}
.content .bottom .bottom-con .box {
  width: 78%;
  padding-top: 30px;
}
.content .bottom .bottom-con .box a {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.content .bottom .bottom-con .box div:nth-of-type(1) {
  font-size: 14px;
  color: #ccc;
}
.content .bottom .bottom-con .box div:nth-of-type(2) {
  font-size: 14px;
  color: #ccc;
  padding-top: 10px;
}
.content .bottom .button {
  text-align: right;
}
.content .bottom .button a {
  width: 77px;
  height: 28px;
  background-color: #064089;
  border-radius: 6px;
  display: inline-block;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .content .top .right-con .newsList li .date {
    border-bottom: 1px solid #ccc;
  }
  .content .bottom .product-top {
    padding: 45px 0 55px 0;
    text-align: center;
    position: relative;
  }
  .content .bottom .product-top p {
    font-size: 26px;
    color: #0075be;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .bottom .product-top .import {
    font-size: 20px;
    color: #195fbc;
    position: relative;
  }
  .content .bottom .product-top .import .left-line {
    width: 2px;
    height: 68px;
    background-color: #064089;
    display: inline-block;
    margin-right: 5px;
  }
  .content .bottom .product-top .bottom-square {
    width: 30px;
    height: 27px;
    background-color: #064089;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .bottom .bottom-con {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 5px;
  }
  .content .bottom .bottom-con .bottom-img-wrap {
    width: 30%;
    padding-top: 10px;
  }
  .content .bottom .bottom-con .bottom-img-wrap img {
    width: 100%;
  }
  .content .bottom .bottom-con .box {
    width: 68%;
    padding-top: 10px;
  }
  .content .bottom .button {
    padding-top: 40px;
  }
}
.row_item {
  margin-bottom: 16px;
}
.box_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
