
.main .inner {
  margin: 0 auto;
  width: 99%;
  height: 502px;
}
.main .inner .title {
  margin-top: 46px;
  font-size: 30px;
  line-height: 1;
  color: #2276c3;
  text-align: center;
  font-weight: bold;
}
.main .inner .search {
  margin: 45px auto 0;
  width: 747px;
}
.main .inner .searchbox {
  float: left;
  width: 433px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  color: #333;
  text-align: left;
  border: 3px solid #f1f1f2;
}
.main .inner .searchbtn {
  float: left;
  width: 112px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #2276c3;
  border: 0;
  cursor: pointer;
}
