.content-box{
  background: #F4F4F4;
}

.home-search .left{
  width: 50%;
}
.home-search .right{
  width: 50%;
}
.floating{
  height: 50px;
  margin: 10px 0;
  position: relative;
  z-index: 15;
}
.floating.ft-left .widget{
  margin-right: 10px;
}
.floating.ft-right .widget{
  margin-left: 10px;
}

.widget{
  position: relative;
}
.widget .header{
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  background-color: #88DFD7;
  color: #fff;
  font-size: 22px;
  padding: 0 25px;
  cursor: pointer;
}
.widget .header i {
  font-size: 22px;
}

/* home-search */
.collapseContainer1,
.collapseContainer2{
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .6s;   
}

.collapseContent1,
.collapseContent2{
  height: 300px;
  background-color: #2EADA2;
  color: #fff;
  padding: 30px;
  position: relative;
}
.booking-tips{
  padding-bottom: 30px;
}

.search-btn{
  display: block;
  width: 40%;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.collapseContent2 .search-btn{
  background: #2EADA2;
}





.home-contact{
  text-align: center;
  font-size: 24px;
  color: #2EADA2;
  margin: 20px 0;
}

.home-contact .left-phone{
  display: inline-block;
  margin-right: 50px;
}
.home-contact .left-phone i{
  font-size: 30px;
}
.home-contact .right-time{
  display: inline-block;
}

/* 首页科室 */
.home-department{
  margin-bottom: 10px;
  padding: 0;
}
.home-department li{
  display: inline-block;
  width: 32.5%;
  height: 420px;
  background: #2EADA2;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.home-department li:nth-child(3n){
  margin-right: 0;
  background: #4891cb;
}

.home-department li:hover .top .overlay{
  opacity: .9;
}

.home-department li .top{
  margin-top: 10px;
  position: relative;
}
.home-department li  .top .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 40px;
  background: #2EADA2;
  opacity: 0;
  transition: opacity 0.5s;
}
.home-department li:nth-child(3n) .top .overlay{
  background: #4891cb;
}

.home-department li  .bottom{
  padding: 20px 0;
}

.home-department li img{
  width: 100%;
  height: 250px;
}
.home-department li p{
  color: #fff;
  margin-top: 10px;
}
.home-department li .go-detail {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 7px 30px;
  margin-top: 20px;
}
.home-department li .go-detail:hover{
  background: #fff;
  color: #2EADA2;
}
.home-department li:nth-child(3n) .go-detail:hover{
  color: #4891cb;
}

.home-online img{
  width: 100%;
}