.question {
  width: 100%;
  min-height: 100px;
  padding-top: 74px;
  padding-bottom: 80px;
}

.question .title2 {
  font-weight: 400;
  color: #4D4D4D;
  margin-top: 8px;
}

.question .main {
  width: 100%;
  min-height: 100px;
  margin-top: 40px;
}

.question .main .item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding: 40px 50px;
  position: relative;
  margin-bottom: 20px;
}

.question .main .item:last-child {
  margin-bottom: 0px;
}

.question .main .item .item-list {
  overflow: hidden;
  margin-top: 10px;
}

.question .main .item .item-list > span {
  width: 50%;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
}

.question .main .item .item-list > span:nth-child(2n - 1) {
  border-right: 1px solid #e7e7e7;
  padding-right: 40px;
}

.question .main .item .item-list > span:nth-child(2n) {
  padding-left: 40px;
}

.contact {
  width: 100%;
  min-height: 100px;
  background: #F2F6FD;
  opacity: 1;
  padding-top: 74px;
  padding-bottom: 80px;
}

.contact .title2 {
  font-weight: 400;
  color: #4D4D4D;
  margin-top: 8px;
}

.contact .main {
  width: 1440px;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.contact .main .item {
  width: 702px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .main .item .icon {
  width: 36px;
  height: 36px;
  background: #E9EBF8;
  border-radius: 50%;
  margin-right: 16px;
}

.contact .main .item .icon img {
  position: relative;
  top: 8px;
  left: 8px;
  width: 20px;
}

.contact .main .item .icon .name {
  font-weight: 500;
  color: #4D4D4D;
}

.contact .main .item:nth-child(2n) {
  margin-left: 36px;
}

.contact .main .item:nth-child(3) {
  margin-top: 20px;
}

.contact .main .item:nth-child(4) {
  margin-top: 20px;
}

.search-box .search-inp {
  width: 526px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 24px 0px 0px 24px;
  padding: 0 30px;
  border: none;
}

.search-box .search-btn {
  width: 85px;
  height: 48px;
  border-radius: 0px 24px 24px 0px;
  background: #3E54EE url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAeZJREFUOE+llD+ojXEcxj9PGQyKwUApq3LVHa4MKEIG5N4YDAZFUVIGZVIGg0IWwx0s4uYuN1epewfKoBCKokhiMCi3EINBPXqu3zn9ztu55xz8lre39/v7vM/3z/MVjWN7GXAUGAWGgCXAHPAUmAauSfrZvNd6V/3B9nHgHBDoV+B5ea4q8MXAR+CQpHvdoG2g7QvAKeADcBaYkPSrdcn20oCA88Ai4ICkqSZ0Hmg7KY4DsyXw20Ip2V4N3AeiepOkx3WsbK8A3gOfgHWSfiwEq9Smtk9KNrnTziTA0yWNUUm3+8Eq6GXgJLC9rmeAD4E1wMpe3esyDWuBl8AVSSfaXbb9Jd2UtHVQdZXK78AjSTtqoDNfksb+AZjaz0laXwM/A68lbf4boO2MThTelbSnBs4AW0oNM8wDHdsbgQcxgqQzNfAwcDVDLenSQLQ/s3ur2HNY0osaGDu9LZ4dkfSuH9T2LuBOt9q3nLKtuCQ+3S3pVQ+n7AUmi/2GJL3pcEo1AvuAG+U9NhxvBZcGpGZHgINAnJGmxKpj9fw2t82G4unhAs6ayupaDqQ0OYEcAy4C+5vQDmCldmdSLw7KPkz35/ehpGeJK6pvNqFdgf2aUv04aXdCB73co0k1dPq/FDaUXgdGfgMpWMCeE2TelAAAAABJRU5ErkJggg==) no-repeat;
  background-position: center center;
}

.nolist-box .btn-def {
  margin-top: 20px;
}
