/* 我们的产品 */
.my-product {
  padding-top: 50px;
}
.my-product_cont {
  padding: 52px 0 45px;
  display: flex;
}
.my-product_cont .my-product_left {
  width: 600px;
  height: 680px;
  display: block;
  margin-right: 112px;
}
.my-product_cont .my-product_right {
  width: 450px;
  padding-top: 85px;
}
.my-product_cont .my-product_right .my-product_title {
  font-size: 26px;
  color: #327ecf;
  line-height: 44px;
  padding-bottom: 9px;
  margin-bottom: 40px;
  position: relative;
}
.my-product_cont .my-product_right .my-product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-bottom: 2px solid #327ecf;
}
.my-product_cont .my-product_right .my-product_txt {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-bottom: 40px;
}
.my-product_cont .my-product_right .my-product_icons {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  color: #327ecf;
}
.my-product_cont .my-product_right .my-product_icons .el-image {
  width: 91px;
  height: 91px;
  margin-bottom: 5px;
}
/* 解决方案 */
.solution {
  background: linear-gradient(90deg, #186dc7, #2adcea);
  padding: 155px 0 114px;
}
.solution .wrap {
  display: flex;
  padding-left: 32px;
}
.solution_title {
  font-size: 26px;
  color: #fff;
  line-height: 44px;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-bottom: 40px;
  position: relative;
}
.solution_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-bottom: 2px solid #fff;
}
.solution .left {
  margin-right: 94px;
  width: 464px;
}
.solution .left .more {
  text-align: center;
  padding-top: 63px;
}
.solution .left .more .el-button {
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
  font-size: 16px;
  color: #fff;
  background: none;
}
/* 资讯 */
.news {
  padding: 50px 0 60px;
  background: #f4f4f4;
}
.news .wrap-title {
  width: 1000px;
  margin: 0 auto;
}
.news .wrap-title .more {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.news .wrap-title .more .el-link {
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}
.news .wrap-title .more .el-link:hover {
  color: #327ecf;
}
.news .news_cont {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}
.news .news_cont li {
  width: 100%;
  height: 300px;
  background: #fff;
  margin-top: 60px;
  display: flex;
  padding: 0 30px;
}
.news .news_cont li .left {
  margin-right: 40px;
}
.news .news_cont li .left .el-image {
  margin-top: -30px;
}
.news .news_cont li .right .title {
  text-align: center;
  position: relative;
  padding-top: 24px;
  margin-bottom: 16px;
  width: 600px;
}
.news .news_cont li .right .title h3 {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 40px;
  max-width: 420px;
  margin: 0 auto;
}
.news .news_cont li .right .title .time {
  font-size: 14px;
  color: #666;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.news .news_cont li .right .news-desc {
  line-height: 36px;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
  min-height: 144px;
}
.news .news_cont li .right .detail-btn {
  display: flex;
  justify-content: flex-end;
}
.news .news_cont li .right .detail-btn .el-button {
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  font-size: 12px;
  color: #333;
  border-color: #333;
  border-radius: 0;
}
.news .news_cont li .right .detail-btn .el-button:hover {
  color: #fff;
  background: #327ecf;
  border-color: #327ecf;
}
