.search-box {
  width: 100%;
  height: 3.5rem;
  margin-top: 15px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.search-box .search-left {
  float: left\9;
  width: 50%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.search-box .search-left input {
  height: 3.5rem;
  line-height: 3.5rem;
  border: none;
  outline: none;
}
.search-box .search-left input[type="text"] {
  height: 3.5rem;
  line-height: 3.5rem;
  float: left\9;
  padding-left: 5px;
  width: 85%;
  background: #fff;
  color: #000;
  border: 1px solid #4b71d3;
  padding: 0.5rem 0.2rem\9;
}
.search-box .search-left input[type="button"] {
  height: 3.5rem;
  line-height: 3.5rem;
  float: right\9;
  width: 15%;
  text-align: center;
  background: #4b71d3;
  color: #fff;
}
.search-box .search-right {
  float: right\9;
  width: 45%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.search-box .search-right span.title {
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 13px;
  font-weight: 300;
}
.search-box .search-right span.result {
  height: 3.5rem;
  line-height: 3.5rem;
  margin-left: 2px;
  font-size: 13px;
  font-weight: 300;
}
.result-box {
  width: 100%;
  height: 50rem;
  background: #fff;
  margin-top: 15px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
    overflow: hidden;
}
.result-box .top {
  width: 100%;
  padding-left: 5px;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  background: linear-gradient(#fff, #f2f2f2, #ececec);
  background: -webkit-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -o-linear-gradient(#fff, #f2f2f2, #ececec);
  background: -moz-linear-gradient(#fff, #f2f2f2, #ececec);
  background: #f2f2f2\9;
}
.result-box .content {
  width: 100%;
  height: 40rem;
  padding: 0 2rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.result-box .content .line {
  width: 100%;
  height: 1px;
  background: #F2F6FC;
  margin: .5rem 0;
}
.result-box .content .item {
  width: 100%;
  height: 8rem;
  border-radius: 5px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-left: 5px solid #fff;
  background: #fff;
  display: block\9;
  margin-top: 3px\9;
}
.result-box .content .item:hover {
  border-left: 5px solid #46b7ff;
  background: #e9f7ff;
  text-decoration: none;
}
.result-box .content .item .srow {
  margin-top: 0.85rem\9;
  padding: 0 1rem;
  width: 100%;
  height: 1.5rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.result-box .content .item .srow .row-item {
  float: left\9;
  width: 30%;
  height: 1.5rem;
  line-height: 1.5rem;
  max-width: 30%;
  min-width: 30%;
  color: #303133;
  font-weight: 500;
  font-size: 1.2rem;
}
.rimr {
    margin-right: 0.333%\9;
}
.result-box .content .item .srow .row-item span.cname {
  color: #0008c5;
  font-size: 1.5rem;
  font-weight: 500;
}
.result-box .content .item .srow .row-item span {
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #909399;
}
.result-box .page {
  width: 100%;
  height: 6rem;
  text-align: center;
}
