.serve_list_header .zaiti_banner {
  height: 400px;
}
.zaiti_index {
  width: 1200px;
  margin: 0 auto;
}
.zaiti_index_search {
  width: 740px;
  height: 55px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 83%;
  left: 50%;
  margin-left: -370px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zaiti_index_search .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
.zaiti_index_search .left .name {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  margin-left: 26px;
}
.zaiti_index_search .left .line {
  width: 1px;
  height: 37px;
  background: rgba(210, 210, 210, 1);
  margin: 0 27px;
}
.zaiti_index_search .left input {
  flex: 1;
  height: 25px;
  outline: none;
  border: none;
}
.zaiti_index_search .rigth {
  flex: none;
  width: 181px;
  height: 55px;
  background: rgba(21, 126, 251, 1);
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.zaiti_index {
  margin-top: 60px;
}
.zaiti_index .zaiti_content {
  margin-bottom: 64px;
}
.zaiti_index .zaiti_content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 22px;
  margin-bottom: 22px;
}
.zaiti_index .zaiti_content .top .left {
  display: flex;
  align-items: flex-end;
}
.zaiti_index .zaiti_content .top .left span:nth-child(1) {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  margin-right: 33px;
}
.zaiti_index .zaiti_content .top .left span:nth-child(2) {
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zaiti_index .zaiti_content .top .left span:nth-child(2):hover {
  color: #157efb;
}
.zaiti_index .zaiti_content .top .left span:nth-child(2) img {
  margin-left: 5px;
}
.zaiti_index .zaiti_content .top .right {
  color: #157efb;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.zaiti_index .zaiti_content .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.zaiti_index .zaiti_content .bot .bot_box {
  padding: 20px 15px;
}
.zaiti_index .zaiti_content .bot .bot_box .pic {
  width: 370px;
  height: 229px;
}
.zaiti_index .zaiti_content .bot .bot_box .pic img {
  width: 100%;
  height: 100%;
  border: 1px dashed #cccccc;
}
.zaiti_index .zaiti_content .bot .bot_box .titel {
  color: #000000;
  font-size: 24px;
  margin-top: 22px;
  margin-bottom: 26px;
}
.zaiti_index .zaiti_content .bot_box .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.zaiti_index .zaiti_content .bot_box .info .icon {
  display: flex;
  align-items: center;
  flex: 1;
}
.zaiti_index .zaiti_content .bot_box .info .icon span {
  color: #737373;
  font-size: 14px;
  width: 95px;
  height: 28px;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.zaiti_index .zaiti_content .bot_box .info .date {
  color: #737373;
  font-size: 16px;
}
.zaiti_index .zaiti_content .bot_box .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zaiti_index .zaiti_content .bot_box .bot .title {
  color: #f75600;
  font-size: 24px;
}
.zaiti_index .zaiti_content .bot_box .bot .button {
  width: 101px;
  height: 31px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(21, 126, 251, 1);
  color: rgba(21, 126, 251, 1);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}
.zaiti_index .zaiti_content .bot_box .bot .button:hover {
  color: #fff;
  background: rgba(21, 126, 251, 1);
}

/* 找服务 */
.zaiti_index .zaiti_content .find_serve .titel {
  text-align: center;
}
.zaiti_index .zaiti_content .find_serve .info {
  display: block;
  color: #737373;
  font-size: 16px;
  text-align: center !important;
}
.zaiti_index .zaiti_content .find_serve .bot {
  justify-content: center;
}
