@charset "UTF-8";
/**!
 * 窗口咨询电话
 * date:2022-05-18
 * author: xjl;
 */
.content-title {
  margin-top: 13px;
}

.content-title-item {
  display: inline-block;
  margin-top: 20px;
  margin-right: 28px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background: #f3fafe;
  border-radius: 2px;
  cursor: pointer;
}

.content-title-item.active {
  color: #fff;
  background: #3c88f1;
}

.matters {
  margin-top: 33px;
}

.matters-top {
  height: 55px;
  background: #f4f9fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 19px;
}

.matters-top-lft {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.matters-top-field {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

.matters-top-field:first-child {
  margin-left: 22px;
}

.matters-top-field + .matters-top-field {
  margin-left: 14px;
}

.matters-top-num {
  color: #3C88F1;
  font-size: 18px;
}

.search {
  width: 300px;
  height: 36px;
  margin: 0;
}

.search a {
  height: 35px;
  line-height: 35px;
  top: 0;
}

