.adverCont {
  background: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 34px 45px 20px 45px;
}
.adverCont .title {
  font-size: 24px;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
.adverCont .cont {
  margin-top: 30px;
  line-height: 28px;
}
.adverCont .img {
  margin-top: 20px;
}
.adverCont .img img {
  width: 1100px;
  height: 300px;
  border-radius: 4px;
}
.adverCont .cent {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adverCont .cent .kefu {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #056de8;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.adverCont .cent .phone {
  margin-left: 30px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #056de8;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
