body {
    background-color: #F2F2F2;
}

.ihuamu_container {
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

.ihuamu_flex {
    display: flex;
    flex-wrap: wrap;

}

.ihuamu_indexMain {
    margin-top: 0.7em;
    padding-bottom: 3em;
    align-items: flex-start;
}

.ihuamu_hospitalTop {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.ihuamu_position {
    color: #9c9c9c;
    padding: 0.7em 0;
    font-size: 0.95em;
    padding-left: 0.3125rem;
}

/*  */
.ihuamu_regionalFiltering {
    border: 1px solid #ccc;
    padding: 0 10px;
}


.ihuamu_regionalFilteringBox {
    width: 100%;
    display: flex;
}

.ihuamu_regionalFilteringLeft {
    width: 70px;
    padding: 10px 0;
}

.ihuamu_regionalFilteringRight {
    width: calc(100% - 80px);
    box-sizing: border-box;

}

.ihuamu_regionalFilteringRight>a {
    padding: 10px 15px;
    display: inline-block;
}

/* 鼠标经过的高亮效果 */
.ihuamu_cursorActive {
    color: #d12f51;
}

.ihuamu_doctorName {
    font-size: 18px !important;
}

.ihuamu_doctorContent {
    color: #a9a9a9 !important;
}

.ihuamu_doctorTime {
    right: 0;
    color: #a9a9a9 !important;
}


.ihuamu_backf {
    background-color: #fff;
}

.ihuamu_indexMain {
    align-items: flex-start;
}
.ihuamu_indexMain > aside,
.article-article > aside {
  width: 26%;
  /* background-color: #1CAF8D; */
}

.ihuamu_indexMain>aside>h3 span {
    display: inline-block;
}

#ihuamu_doctorImg {
    height: 200px !important;
}

#ihuamu_doctorImg>img {
    height: 100% !important
}
.ihuamu_clam3 {
    -webkit-line-clamp: 3;
}

/* --------------------------- */
.ihuamu_list-article,
.list-question {
  padding: 1em;
  width: 74%;
  border-right: 5px solid #f2f2f2;
  box-sizing: border-box;
}
.ihuamu_list-article > ul > li:not(:first-child) {
  border-top: 1px #dad6d6 dashed;
  padding-top: 1em;
}
.ihuamu_list-article > ul > li {
  display: flex;
  padding-bottom: 1em;
  font-size: 0.9em;
}
.ihuamu_list-article > ul > li a {
  display: block;
}
.ihuamu_list-article > ul > li a:first-child {
  width: 25%;
  height: 9em;
  overflow: hidden;
  margin-right: 0.8em;
}
.ihuamu_list-article > ul > li a:first-child img {
  width: 100%;
  height: 9em;
  object-fit: cover;
  -webkit-filter: blur(20px);
}
.ihuamu_list-article > ul > li a:last-child {
  width: 74%;
  margin-left: 1%;
  position: relative;
}
.ihuamu_list-article > ul > li a:last-child h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #2c2b2b;
  font-weight: 700;
}
.ihuamu_list-article > ul > li a:last-child p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.ihuamu_list-article > ul > li a:last-child time {
  position: absolute;
  bottom: 0;
}

.ihuamu_doctorContent p img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
}
.ihuamu_indexMain > aside > h3,
.article-article > aside > h3 {
  font-weight: normal;
  padding-top: 0.8em;
}
.ihuamu_indexMain > aside > h3 span,
.article-article > aside > h3 span {
  display: block;
  color: #1ac2dd;
  font-size: 0.95em;
  padding-left: 0.5em;
}
.ihuamu_list-article,
.list-question {
  padding: 1em;
  width: 74%;
  border-right: 5px solid #f2f2f2;
  box-sizing: border-box;
}
.ihuamu_list-article > ul > li:not(:first-child) {
  border-top: 1px #dad6d6 dashed;
  padding-top: 1em;
}
.ihuamu_list-article > ul > li {
  display: flex;
  padding-bottom: 1em;
  font-size: 0.9em;
}
.ihuamu_list-article > ul > li a {
  display: block;
}
.ihuamu_list-article > ul > li a:first-child {
  width: 25%;
  height: 9em;
  overflow: hidden;
  margin-right: 0.8em;
}
.ihuamu_list-article > ul > li a:first-child img {
  width: 100%;
  height: 9em;
  object-fit: cover;
  -webkit-filter: blur(20px);
}
.ihuamu_list-article > ul > li a:last-child {
  width: 74%;
  margin-left: 1%;
  position: relative;
}
.ihuamu_list-article > ul > li a:last-child h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #2c2b2b;
  font-weight: 700;
}
.ihuamu_list-article > ul > li a:last-child p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.ihuamu_list-article > ul > li a:last-child time {
  position: absolute;
  bottom: 0;
}
/* 公共的样式--------------------- */
.ihuamu_clam {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
  .ihuamu_clam1 {
    -webkit-line-clamp: 1;
  }
  .ihuamu_clam2 {
    -webkit-line-clamp: 2;
  }
  .ihuamu_clam3 {
    -webkit-line-clamp: 3;
  }
  .ihuamu_pagesize {
    text-align: center;
    padding: 1em 0;
  }
  
  .ihuamu_pagesize li {
    border: 1px solid #e5e5e5;
    margin-right: 0.2em;
    padding: 1% 1%;
    text-align: center;
    display: inline-block;
    color: #333;
  }
  
  .ihuamu_pagesize li:hover {
    background-color: #1CAF8D;
    color: #fff;
  }
  
  .ihuamu_pagesize li a:hover {
    display: block;
    color: #FFF;
  }
  
  .ihuamu_pagesize li.thisclass {
    background-color: #f65353;
    color: #fff;
    border-color: #f65353;
  }