.info_search{
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 50px;
    width: 60%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 60px;
}
.info_search svg{
    cursor: pointer;
}
.con {
  padding: 100px 0 222px 0;
}
.con .w1440 {
  overflow: visible;
}
.con .w1440 .list {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 15px 15px 15px 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.con .w1440 .list .list_l {
  flex: 1;
  display: flex;
  align-items: center;
}
.con .w1440 .list .list_l .time {
  flex: 0 0 auto;
  font-weight: 400;
  color: #999999;
}
.con .w1440 .list .list_l hr {
  width: 1px;
  height: 100%;
  background: #dddddd;
  border: none !important;
  margin: 0 40px 0 30px;
}
.con .w1440 .list .list_l svg {
  opacity: 0.2;
  margin-right: 15px;
}
.con .w1440 .list .list_l .tit {
  font-weight: 600;
  text-align: left;
  color: #222222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.con .w1440 .list:hover .tit a {
  color: #2b2bd6;
}
.con .w1440 .list .list_r {
  flex: 0 0 auto;
}
.con .w1440 .list .list_r a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  transition: all 0.2s linear;
}
.con .w1440 .list:hover  .list_r a{
  background: #2b2bd6;
  color: #fff;
}
.phone{
    display: none;
}
@media only screen and (max-width: 1600px) {
  .con {
    padding: 5.2vw 0 11.56vw 0;
  }
  #demo-laypage-text {
    margin-top: 3.125vw;
  }
  .con .w1440 .list .list_l hr {
    margin: 0 2vw 0 1.56vw;
  }
}
@media only screen and (max-width: 1200px) {
  .con .w1440 .list .list_r a {
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
    .info_search{
        margin-bottom: 35px;
    }
  .con .w1440 .list {
    flex-wrap: wrap;
    display: block;
  }
  .con .w1440 .list .list_r {
    flex: 0 0 100%;
    display: none;
  }
  .con .w1440 .list .list_r a {
    height: 32px;
    margin-top: 10px;
  }
  .con .w1440 .list .list_l svg {
    margin-right: 10px;
    display: none;
  }
  .con .w1440 .list .list_l .time{
      display: none;
  }
  .con .w1440 .list {
    padding: 20px;
  }
  .con .w1440 .list .list_l{
      display: block;
  }
  .con {
    padding: 40px 0 100px 0;
  }
  .phone{
      display: flex;
      align-items: center;
      margin-top: 20px;
    justify-content: space-between;
  }
  .phone div{
          color: #999999;
  }
  .phone a{
      display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    transition: all 0.2s linear;
  }
  .con .w1440 .list:hover .phone a {
    background: #2b2bd6;
    color: #fff;
}
}
