/*租赁*/
.zulin-info > div {
  float: left;
  display: flex;
  width: 30%;
  color: #646363;
  font-size: 0.9em;
  margin-left: 17%;
  padding-left: 30px;
}
.zulin-info > div:first-child {
  background: url(canguan-phone-icon.png) no-repeat left center;
}
.zulin-info > div:nth-child(2) {
  background: url(canguan-address-icon.png) no-repeat left center;
}
.zulin-list {
}
.zulin-name {
  float: left;
  font-size: 0.9em;
}
.zulin-money {
  float: right;
  font-size: 0.7em;
  color: #f37539;
}
/*失物招领*/
.shiwu-name {
  text-align: center;
  padding: 10px;
}
.shiwu-txt {
  padding: 10px 0px;
}
.shiwu-txt li {
  float: left;
  width: 50%;
  padding: 20px;
}
.shiwu-info {
  font-size: 0.8em;
  color: #949191;
}
.shiwu-status {
  color: #ff5400;
  font-size: 0.8em;
  text-align: right;
}
.active .zhanpin-img {
  position: relative;
}
.active .zhanpin-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.active .shiwu-name {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.active .shiwu-txt {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.active .shiwu-info {
  color: #fff;
}
.active .shiwu-status {
  color: #0da84f;
}
/*会议室*/
.huiyishi-name {
  padding: 20px;
  text-align: center;
}
.huiyi {
  height: auto;
}
/*联系*/
.jiaotong-line h2,
.message h2 {
  padding-left: 40px;
  margin-top: 30px;
}
.phone-box {
  background: #787777;
}
.phone-list {
  padding-top: 40px;
}
.phone-list li {
  width: 45%;
  padding: 40px 10px 10px 140px;
  background-color: #e4e3e3;
  background-image: url(phone-icon-n.png);
  background-repeat: no-repeat;
  background-position: 35px center;
  float: left;
  margin-bottom: 30px;
  margin-right: 5%;
  height: 142px;
  box-sizing: border-box;
}
.phone-list li:hover {
  background-color: #f9d4a0;
  background-image: url(phone-icon-h.png);
}
.jiaotong-line {
  margin-top: 20px;
}
.jiaotong-line div {
  background: url(contact-bg.png);
  background-size: cover;
  padding: 20px 20px 20px 60px;
}
.message textarea {
  display: block;
  width: 100%;
  color: #999;
  min-height: 88px;
  font-size: 0.8em;
  padding: 20px;
  resize: none;
  box-shadow: 0px 0px 5px rgba(199, 199, 199, 0.6) inset;
}
.message button {
  width: 90px;
  line-height: 38px;
  background: #218ee1;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 5px;
}

@media only screen and (max-width: 1359px) {
  .phone-list li {
    height: 120px;
    padding: 31px 10px 10px 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .phone-list li {
    padding: 20px 10px 20px 65px;
    background-position: 14px center;
    float: left;
    margin-bottom: 22px;
    background-size: 45px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .phone-list {
    padding: 20px;
  }
  .phone-list li {
    width: 48%;
    margin-right: 4%;
  }
  .phone-list li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .shiwu-txt li {
    width: 100%;
    float: none;
    padding: 0px 20px;
  }
  .shiwu-status {
    text-align: left;
  }
  .zulin-info > div {
    width: 45%;
    margin-left: 5%;
  }
  .jiaotong-line h2,
  .message h2 {
    font-size: 1.25em;
    padding-left: 0px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .phone-list {
    padding: 10px;
  }
  .phone-list li {
    width: 49%;
    margin-right: 2%;
    padding: 10px;
    background-image: none;
    position: relative;
    margin-bottom: 10px;
  }
  .jiaotong-line div {
    padding: 20px;
  }
}
