#guide {
  background-image: url(../image/technology/banner.jpg);
}
.tech_container {
  position: relative;
}
.tech_container .news_list {
  background: #ffffff;
  z-index: 1;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  border: 1px solid #064db7;
  padding: 33px 67px 55px;
  box-sizing: border-box;
  margin-top: 35px;
}
.tech_container .news_list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c1c1c1;
  align-items: flex-start;
}
.tech_container .news_list li:hover,
.tech_container .news_list li.active {
  border-bottom: 1px solid #064db7;
}
.tech_container .news_list li:hover span.right,
.tech_container .news_list li.active span.right {
  font-size: 16px;
  font-weight: bold;
}
.tech_container .news_list li span.left {
  width: 113px;
  text-indent: 14px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.tech_container .news_list li span.left-en {
  width: 290px;
}
.tech_container .news_list li span.right {
  width: 787px;
  font-size: 14px;
  line-height: 24px;
}
.tech_container .img_con {
  width: 80%;
  margin: 350px auto 200px auto;
  height: 558px;
  overflow: hidden;
  border: 1px solid #064db7;
}
.tech_container .img_con span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.tech_container .img_con:hover span {
  transform: scale(1.05);
}
.tech_container .tech_nav {
  position: absolute;
  bottom: 0;
  right: 420px;
  width: 389px;
  height: 117px;
  background: #064db7;
  color: #ffffff;
  overflow: hidden;
}
.tech_container .tech_nav .date {
  margin: 38px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.tech_container .tech_nav .date i {
  display: block;
  height: 1px;
  width: 136px;
  background: #ffffff;
  font-size: 0;
}
.tech_container .tech_nav .btn_item_right {
  border-bottom: none;
  margin-top: 100px;
  float: right;
  margin-right: 38px;
}
/*# sourceMappingURL=technology.css.map */