.gongkai .one {
  margin-top: 80px;
}

.gongkai .box .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.gongkai .box .list {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 50px;
}

.gongkai .box .list .small {
  width: 100px;
  color: #e60012;
}

.gongkai .box .list .item {
  width: 296px;
  height: 68px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.gongkai .box .list .item .left {
  width: 30%;
  height: 68px;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #bdbdbd;
}

.gongkai .box .list .item .left .img1 {
  width: 34px;
  height: 34px;
}

.gongkai .box .list .item .left .img2 {
  width: 41px;
  height: 35px;
}

.gongkai .box .list .item .left .img3 {
  width: 57px;
  height: 36px;
}

.gongkai .box .list .item .left .img4 {
  width: 41px;
  height: 40px;
}

.gongkai .box .list .item .left .img5 {
  width: 41px;
  height: 41px;
}

.gongkai .box .list .item .left .img6 {
  width: 40px;
  height: 40px;
}

.gongkai .box .list .item .left .img7 {
  width: 53px;
  height: 33px;
}

.gongkai .box .list .item .left .img8 {
  width: 49px;
  height: 43px;
}

.gongkai .box .list .item .left .img9 {
  width: 47px;
  height: 53px;
}

.gongkai .box .list .item .left .img10 {
  width: 30px;
  height: 38px;
}

.gongkai .box .list .item .left .img11 {
  width: 43px;
  height: 43px;
}

.gongkai .box .list .item .left .img12 {
  width: 37px;
  height: 43px;
}

.gongkai .box .list .item .left .img13 {
  width: 48px;
  height: 42px;
}

.gongkai .box .list .item .right {
  width: 70%;
  display: inline-block;
  text-align: center;
  line-height: 68px;
  font-size: 16px;
  color: #1c1c1c;
}

.gongkai .box .red {
  background-color: #e60012;
}

.gongkai .box .red2 {
  color: #e60012;
}

.box2 .item2 {
  display: flex;
  flex-direction: row;
  height: 114px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  margin-bottom: 18px;
}

.box2 .item2 .left {
  width: 93%;
}

.box2 .item2 .left .title {
  font-size: 26px;
  margin-bottom: 8px;
}

.box2 .item2 .left .time {
  position: relative;
  font-size: 16px;
  color: #878787;
}

.box2 .item2 .left .time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../imgs/time-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.box2 .item2 .left .time span {
  margin-left: 20px;
  line-height: 16px;
  display: block;
  font-size: 16px;
}

.box2 .item2 .right {
  margin-top: 20px;
  background-image: url("../imgs/more.png");
  background-size: contain;
  width: 70px;
  height: 14px;
}

.box3 .title {
  width: 879px;
  height: 52px;
  margin-bottom: 71px;
}

.box3 .info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 80px;
}

.box3 .info p {
  margin-right: 50px;
  font-size: 19px;
}

.box3 .info p span:first-child {
  font-weight: bold;
}

.box3 .info p span:last-child {
  color: #3b3a3a;
}

.box3 .city {
  position: relative;
  margin-bottom: 21px;
  font-size: 30px;
  color: #000;
}

.box3 .city::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../imgs/address-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
}

.box3 .city span {
  margin-left: 40px;
  line-height: 34px;
  display: block;
}

.searchok {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

.searchbox {
  background-image: url("../imgs/so-box.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 940px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.searchbox input {
  height: 50px;
  width: 600px;
  margin-left: 60px;
  margin-top: 5px;
  border: none;
  outline: none;
  font-size: 20px;
}

.searchbox .btn {
  height: 60px;
  width: 150px;
  margin-left: 118px;
  cursor: pointer;
  display: inline-block;
}

.search-tips {
  margin-top: 20px;
  width: 100%;
  margin-left: 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 15px;
}

.nodata {
  font-size: 14px;
  color: gray;
  text-align: center;
  margin-top: 130px;
}
