.content .top .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.content .top .breadcrumb li a {
  font-size: 18px;
  color: #064089;
}
.content .top .left-img {
  width: 100%;
  height: 100%;
}
.content .top .left-img img {
  width: 100%;
  height: 100%;
}
.content .top .right-con .newsList li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.content .top .right-con .newsList li span.circle {
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.content .top .right-con .newsList li a {
  font-size: 14px;
  color: #333333;
  /* 未被访问的链接 */
  /* 已被访问的链接 */
  /* 鼠标指针移动到链接上 */
}
.content .top .right-con .newsList li a:link {
  color: #333333;
}
.content .top .right-con .newsList li a:visited {
  color: #333333;
}
.content .top .right-con .newsList li a:hover {
  color: #064089;
}
.content .top .right-con .newsList li .date {
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.content .top .right-con .button {
  text-align: right;
}
.content .top .right-con .button a {
  width: 77px;
  height: 28px;
  background-color: #064089;
  border-radius: 6px;
  display: inline-block;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.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 .media .media-left-wrap {
  width: 138px;
  height: 138px;
}
.content .bottom .bottom-con .media .media-left-wrap img {
  width: 100%;
}
.content .bottom .bottom-con .media .media-body .box a {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding-top: 25px;
}
.content .bottom .bottom-con .media .media-body .box div:nth-of-type(1) {
  font-size: 14px;
  color: #ccc;
}
.content .bottom .bottom-con .media .media-body .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 .media .media-body .box a {
    font-size: 18px;
  }
  .content .bottom .bottom-con .media .media-body .box div:nth-of-type(1) {
    color: #494949;
  }
  .content .bottom .bottom-con .media .media-body .box div:nth-of-type(2) {
    padding-top: 10px;
    color: #494949;
    opacity: 0.89;
  }
  .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;
}
