.twoLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.oneLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.appointment-list .item{
  margin: 10px 0;
  background: #fff;
  padding: 10px;
}
.appointment-list .item img{
  width: 25%;
  margin-right: 10px;
}
.appointment-list .item .txt-box{
  width: 75%;
}
.txt-box div, .txt-box span{
  color: #5d6067;
}
.top-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title img {
  margin-bottom: 3px;
  width: 25px;
}
.section-title span {
  order: 3;
  margin-bottom: 3px;
  margin-left: 10px;
  color: #666;
}
.subLine {
  height: 1px;
  background: #14ADD2;
}
.appointment-list .item .yuyue{
  width: 90%;
  margin: 0 auto;
  background: #7fd9da;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
  text-align: center;
}
.appointment-list{
  padding-bottom: 15px;
}
.searchHospital {
  background: #fff;
  margin-top: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
}
#search-hospital {
  display: inline-block !important;
  padding: 5px 10px;
  width: calc( 100% - 50px );
  background: #ebecec;
  border-radius: 5px;
}
.choosedistrict {
  background: #fff;
  padding: 10px;
}
.choosespecialty {
  background: #fff;
  padding: 10px;
  padding-top: 20px;
}
.choosespecialty span {
  width: 70px;
  display: inline-block;
}
.choosespecialty select {
  width: calc( 100% - 90px );
  background: #eee;
  padding: 5px;
  border-radius: 1rem;
}
@media (max-width:1024px){
}
@media (min-width:1500px){
}
@media (max-width:990px){
  .footer-link {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .footer-right-link {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
  }
}