.squere{
  position: relative;
}
.advert-item,.advert-item-top,.squere{
  width: 100%;
  height: auto;
}
.advert-item span.ggtxt,.lianghui span.ggtxt,.squere span.ggtxt{
  position: absolute;
  top:0;
  left: 0;
  right: unset;
  color: #fff;
  background: rgb(119 119 119 / 80%);
  display: inline-block;
  width: 24px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  writing-mode: tb;
  padding: unset;
  padding-bottom: 3px;
}
body{
  font-family:fz-small;
}
mainbody *{
  border: 1px solid black;
}
.featured-news{
  width:100%;
}
.col-3 .item .wrapLi .text{
  padding-top:0;
}
#storyList a:hover{
  color:#cb1722;
}
.index_add{
  margin-bottom: 20px;
  width: 100%;
}
.index_add img{
  width: 100%;
}
.top-area{
  margin: 0;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
.content-area{
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.top-left{
  width: calc(100% - 280px);
  display: flex;
}
.column-title{
  padding: 20px 0 0 10px;
  width: 80px;
  letter-spacing: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: white;
  background-color: #395451;
}
.story-title-div{
  padding: 10px 20px;
}
.story-title-div>h3{
  color:white;
  font-size: 16px;
}
.story-title-div-small{
  padding: 5px 0px;
  font-size: 16px;
}
.story-title-div span{
  color: #5D6067;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.story-frist-area{
  width:100%;
}
.story-frist-area img{
  width:100%;
}
.top-right{
  width:270px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.top-right>div:nth-child(2){
  margin-top:10px;
}
.top-right-child{
  width:100%;
  position: relative;
}
.video-btn{
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-btn img{
  position: absolute;
  left: 10px;
  bottom: 50px;
  width: 30px;
}
/*下内容区域*/
.content-left{
  width: calc(100% - 305px);
  /*   display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; */
}
.content-right{
  width:290px;
}
.content-item{
  width:49%;
  box-sizing: border-box;
  margin-bottom:20px;
  border-bottom: 1px solid #eee;
}
.post-meta{
  font-size:14px;
}
#storyList .category{
  color: #c21010;
  white-space: nowrap;
  margin-right: 10px;
}
.post-date{
  color: #999;
}
#hour-shot-list{
  margin-left:0px;
}
.content-title-div{
  padding-top:20px;
}
aside .cols.col-1.numsort .item{
  height: 48px;
  margin-bottom: 4px;
}
aside .cols.col-1.numsort .item:last-child {
  margin-bottom: 7px;
}
.content-title-div h3{
  width: 100%;
  display: block;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*附近醫生*/
.nearby-doctors{
  width: 290px;
  background: #D1E5EC;
  padding-top: 15px;
  padding-bottom: 20px;
}
.title-box{
  border-bottom: 1px solid #d2e5eb;
  background: #fff;
  display: flex;
  padding: 10px;
  align-items: center;
}
.title-box .title{
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
}
.choosespecialty{
  background: #fff;
  padding: 10px;
  padding-top: 20px;
}
.choosedistrict{
  background: #fff;
  padding: 10px;
}
.choosespecialty span{
  width: 70px;
  display: inline-block;
}
.choosespecialty select{
  width: calc( 100% - 90px );
  background: #eee;
  padding: 5px;
  border-radius: 1rem;
}
.choosespecialty select option{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #999;
  color: white;
  border: 1px solid #eee;
  display: block;
}
.choosespecialty select option:hover{
  background: white !important;
  color: #999 !important;
}
.txt-box div{
  color: #999;
  font-size: 17px;
}
.txt-box span{
  font-size: 14px;
  color: #999;
}
.txt-box .title{
  font-size: 17px;
}
.top-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-box:hover{
  cursor: pointer;
}
.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;
}
/*适配*/
@media(min-width: 991px){
  .advert-item img{
    height: 150px;
  }
}
@media(max-width:650px){
  .advert-item{
    width: 100%;
    height: auto;
  }
  .top-area,.content-area{
    flex-direction: column;
  }
  .top-left,.top-right,.content-left,.content-item{
    width: 100%;
  }
  .top-right{
    margin-top: 20px;
  }
  .second-story-div{
    margin-top:10px;
  }
  .content-aside{
    margin-top: 20px;
  }
  .content{
    margin-bottom: 0px;
  }
  .content-right{
    width: 100%;
  }
  .content .left-img{
    width: 100% !important;
  }
  .nearby-doctors{
    width: 100%;
  }
}
/*临时广告*/
.left-img{
  width:290px !important;
  margin-bottom:0px;
}
/*新headercss--start*/
footer{
  margin-top: 0px;
}
main{
  overflow: hidden;
}
.footer-link, .footer-tap{
  text-align: center;
}
.footer-link {
  float: none;
}
#immedZmdContent ul li {
  display: inline-block;
  padding: 0 20px;
}
.immedZmdTitle img{
  width: 50px;
  vertical-align: middle;
  display: inline-block;
}
.immedZmdTitle {
  min-width: 3em;
}
.inner{
  position: relative;
}
.appointment-list .item{
  margin: 10px;
  background: #fff;
  padding: 10px;
  position: relative;
}
.appointment-list .item .logo-img{
  width: 55px;
  height: 60px;
  margin-right: 10px;
}
.appointment-list .item .txt-box{
  width: 75%;
}
.appointment-list .item button{
  width: 90%;
  margin: 0 auto;
  background: #7fd9da;
  display: block;
  border-radius: 5px;
  margin-top: 5px;
}
.show-tel{
  position: absolute;
  top: 30px;
  left: calc( 50% - 75px);
  display: none;
}
.show-tel span{
  display: inline-block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.appointment-list .show-tel img{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
}
.show-tel img:hover{
  cursor: pointer;
}
.appointment-list{
  padding-bottom: 15px;
}
.show-more{
  color: #cc404a;
  display: block;
  border-bottom: 1px solid #cc404a;
  margin: 0 auto;
}
.da-bre:hover{
  cursor: pointer;
}
@media(min-width:1099px){
  .primary-header-wrapper-r .lang{
  }
  .header-search{
    position: absolute;
    z-index: 50;
    right: 35px;
  }
}
/*新headercss--end*/
.category{
  cursor: pointer;
}
.content-title-div{
  padding-top: 6px;
  font-size: 16px;
  height: 56px;
}
.content-story-title{
  margin-top: 10px;
}
.content-title-div>h3{
  height: 1.5em;
  max-height: 1.5em;
}
.content-story-title{
  margin-top: 10px !important;
  height: 2em !important;
  max-height: 2em !important;
}
.cols.col-1.numsort .item .num span{
  width: 30px;
  line-height: 30px;
  height: 30px;
  display: inline-block !important;
  text-align: center;
}
.cols.col-1.numsort .item .num{
  width: 45px;
  min-width: 45px;
}
.content-story-summery{
  border-bottom: 1px solid #eee;
}
.post-meta{
  padding-bottom: 5px;
}