.contact-board {
  width: 1040px;
  padding: 80px;
  margin: 52px auto;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
}

.contact-board .left {
  width: 50%;
}

.contact-board .left-item {
  margin-bottom: 50px;
}
.contact-board .left-item .icon-wrapper {
  padding: 20px;
}
.contact-board .left-item .content {
  width: 320px;
  background: #fff;
}

.contact-board .left-item .title {
  font-size: 28px;
  font-weight: bold;
  color: #005daf;
}

.contact-board .left-item .text {
  margin-top: 10px;
  font-size: 16px;
  color: #a9a9a9;
  line-height: 30px;
}

.contact-board .right {
  width: 50%;
  height: 400px;
  margin-top: 20px;
}<!--ºÄÊ±1753005009.7564Ãë-->