.product {
  margin-top: 70px;
}
.product .product_ul {
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 0px 20px;

}
.product .product_ul .product_li {
  width: 100%;
  height: 160px;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E1E9F0;
}
.product .product_ul .product_li .product_img,
.product .product_ul .product_li .product_con {
  float: left;
}
.product .product_ul .product_li .product_img {
  width: 300px;
  height: 160px;
  margin-right: 20px;
}
.product .product_ul .product_li .product_img .product_left {
  width: 100%;
  height: 100%;
}
.product .product_ul .product_li .product_con {
  width: 840px;
  height: 100%;
  position: relative;
}
.product .product_ul .product_li .product_con .href_con {
  font-size: 16px;
  color: #1887E8;
  line-height: 16px;
}
.product .product_ul .product_li .product_con .href_con:hover {
  transition: .6s;
}
.product .product_ul .product_li .product_con p {
  font-size: 14px;
  color: #8798A7;
  line-height: 22px;
  margin-top: 20px;
}
.product .product_ul .product_li .product_con .href_btn {
  font-size: 14px;
  color: #1887E8;
  padding: 6px 22px;
  border: 1px solid #1887E8;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
}
.product .product_ul .product_li .product_con .href_btn:hover {
  background-color: #1887E8;
  color: #FFFFFF;
  transition: .6s;
}
.product .product_ul .product_li:last-child {
  border-bottom: none;
}
