.title{
  background-color: #edf2f6;
  line-height: 90px;
  color: #222223;
  font-size: 26px;
  font-weight: 500;
  padding-left: 160px;
}
.content{
  width: 1200px;
  margin:30px auto;
}

.appointment_num{
  font-size: 14px;
  margin: 0 auto 20px;
}
.appointment_select{
  margin: 0 auto;
}
.appointment_item{
  border: 2px solid #f2f2f2;
  background: #fff;
  position: relative;
  margin: 1px;
  margin-bottom: 20px;
  overflow: hidden;
}
.appointment_item:hover{
  border:2px solid skyblue;
}
.appointment_img{
  width: 360px;
  height: 198px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.appointment_img img{
  width: 100%;
  height: 100%;
}
.appointment_content{
  width: 636px;
  margin-right: 50px;
  margin-top: 15px;
  float: left;
  margin-left:40px;
}
.appointment_title{
  position: relative;
}
.appointment_name{
  font-size: 20px;
  cursor: pointer;
  width: 520px;
  margin-bottom: 5px;
}
.appointment_control{
  position: absolute;
  padding: 3px 17px;
  background-color: #0962ac;
  top: 20px;
  right: 40px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  border:1px solid #0962ac;
}
.appointment_state_control{
  margin: 10px 0;
}

.appointment_control:hover{
  color: #fff;
}
.appointment_state{
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
  display: inline-block;
  padding: 3px 8px;
  background: #0962ac;
  vertical-align: top;
  color: #fff;
}
.appointment_time{
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px;
  background: #eda43c;
  vertical-align: top;
  color: #fff;  
}
.appointment_object{
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 25px;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;  
  margin:  5px 0;
  color: #4a4a4add;
}
.appointment_object span{
  color: #9f9f9f;
  padding-right: 5px; 
}

.time_icon{
  margin-right: 3px;
}
.prohibit{
  background-color: #f2f2f2;
  color: #d0d0d0;
  border:1px solid #e4e4e4;
}