.contact-item {
  padding: 50px 26px;
  border-bottom: 1px solid #f5f5f5;
}
.contact-item:last-child {
  border: 0;
}
.contact-item:hover{
  background: #F9F9F9;
}

.contact-title {
  font-size: 20px;
  font-weight: 400;
  color: #bd0a1a;
  margin-bottom: 22px;
}
.contact-content {
  font-size: 16px;
  color: #666666;
  display: flex;
  line-height: 30px;
}
.contact-left {
  flex: none;
  width: 700px;
  margin-right: 50px;
}
.contact-right {
  flex: none;
  width: 400px;
}
