.main {
  margin-top: 10px;
}
.main .list_body {
  background: #fff;
  padding: 15px;
}
.main .list_body .list_thumb {
  display: flex;
  margin-bottom: 0.25rem;
  border-bottom: 1px dashed #e5e5e5;
  padding: 5px 0;
}
.main .list_body .list_thumb .img_wrap {
  width: 6rem;
  height: 4rem;
  margin-right: 10px;
  font-size: 0.7rem;
  position: relative;
}
.main .list_body .list_thumb .img_wrap img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .list_body .list_thumb .content_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 50%;
}
.main .list_body .list_thumb .content_wrap .title a {
  font-size: 0.7rem;
  color: #333;
  font-weight: 600;
}
.main .list_body .list_thumb .content_wrap .desc {
  color: #666;
  font-size: 0.7rem;
  margin-top: 0.25rem;
  font-weight: 400;
}
.main .detail_wrap {
  background: #fff;
}
.main .detail_wrap .detail_head {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 7px 15px;
}
.main .detail_wrap h1 {
  font-size: 0.8rem;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}
.main .detail_wrap .date {
  font-size: 0.6rem;
  color: #999;
  line-height: 1.5;
}
.main .detail_wrap .article {
  padding: 15px;
  font-size: 0.7rem;
  font-weight: 400;
  color: #666;
  line-height: 2;
}
.main .detail_wrap .article p {
  margin-bottom: 10px;
}
.main .detail_wrap .article img {
  display: block;
  max-width: 100%;
  width: auto !important;
}
.main .hospital_detail .hospital_detail_head {
  border-bottom: 10px solid #ececec;
}
.main .hospital_detail .hospital_detail_head .pic_wrap {
  height: 300px;
}
.main .hospital_detail .hospital_detail_head .pic_wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main .hospital_detail .hospital_detail_head .content_wrap {
  padding: 10px 15px;
}
.main .hospital_detail .hospital_detail_head .content_wrap .title {
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
}
.main .hospital_detail .hospital_detail_head .content_wrap .desc {
  font-size: 0.65rem;
  color: #666;
  margin-top: 5px;
}
.main .hospital_detail .hospital_detail_head .content_wrap .address {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  font-size: 0.6rem;
  color: #999;
}
.main .hospital_detail .hospital_detail_head .content_wrap .phone {
  font-size: 0.6rem;
  color: #999;
}
.main .hospital_detail .article_head {
  font-size: 0.7rem;
  font-weight: bold;
  border-left: 3px solid #fd4c6c;
  line-height: 1;
  padding-left: 5px;
  color: #fd4c6c;
  margin-bottom: 10px;
}
.recommend_detail ul {
  list-style: none;
  display: flex;
  justify-content: start;
}
.recommend_detail ul li {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
}
.pinglun {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  background: #eee;
  overflow: hidden;
  margin-top: 10px;
}
.pinglun .pingluntitle {
  margin: 0px;
  width: 100%;
  padding: 0 0 10px 5px;
  color: #069;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
}
.pinglun .textarea {
  width: 100%;
  height: 58px;
  border: 1px solid #069;
  overflow: hidden;
}
.pinglun .textarea textarea {
  display: block;
  width: 100%;
  height: 58px;
  resize: none;
  outline: none;
  border: 0;
  overflow: hidden;
}
.pinglun .bot {
  width: 113px;
  height: 36px;
  background: #069;
  line-height: 38px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  overflow: hidden;
  margin-top: 10px;
}
.pingluncontent {
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
.pingluncontent .nullbox {
  margin: 0;
  padding: 0;
  font-size: 20px;
  overflow: hidden;
}
.pingluncontent .spl {
  width: 700px;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}
.pingluncontent .spl .touxing {
  width: 55px;
  height: 55px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  background: #3f89ec;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  color: #fff;
}
.pingluncontent .spl .content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.pingluncontent .spl .content p {
  margin: 0;
  padding: 3px 0;
  line-height: 1.5;
  overflow: hidden;
  text-indent: 0;
}
.pingluncontent .spl .content .p {
  font-size: 12px;
  color: #666;
  background: none;
}
.pingluncontent .spl .content .p1 {
  font-size: 12px;
  color: #f60;
  background: none;
}
.department_nav_wrap {
  background: #fff;
  padding: 0 0.75rem;
}
.department_nav_wrap .head {
  font-size: 0.8rem;
  padding-top: 0.75rem;
  padding-bottom: 0.3rem;
}
.department_nav_wrap ul {
  list-style: none;
}
.department_nav_wrap ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.department_nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  border: 1px solid #FD4866;
  border-radius: 0.2rem;
  overflow: hidden;
  color: #FD4866;
  padding: 0 5px;
}
.department_nav_wrap ul li a.on {
  background: #fd4866;
  color: #fff;
}
.filter {
  background: #fff;
  padding: 10px 15px;
}
.filter .filter_item {
  margin-top: 10px;
}
.filter .filter_bottom {
  margin-top: 5px;
}
.filter .filter_bottom a {
  color: #666;
  font-size: 0.7rem;
  margin-right: 10px;
  display: inline-block;
}
.filter .filter_bottom a.active {
  color: #fd4c6c;
}
.hospital_wrap {
  background: #fff;
  padding: 15px;
}
.hospital_wrap .hospital_list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
.hospital_wrap .hospital_list .item a {
  display: flex;
}
.hospital_wrap .hospital_list .item .img {
  width: 6rem;
  height: 4rem;
  margin-right: 10px;
}
.hospital_wrap .hospital_list .item .img img {
  width: 100%;
  height: 100%;
}
.hospital_wrap .hospital_list .item .content_wrap {
  flex: 1;
  width: 50%;
}
.hospital_wrap .hospital_list .item .content_wrap .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333;
}
.hospital_wrap .hospital_list .item .content_wrap .address {
  margin-top: 7px;
  font-size: 0.7rem;
  color: #666;
}
.hospital_wrap .hospital_list .item .content_wrap .phone {
  font-size: 0.7rem;
  color: #666;
}
.doctor_wrap {
  background: #fff;
  margin-top: 10px;
  padding: 15px;
}
.doctor_wrap ul {
  list-style: none;
}
.doctor_wrap ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.doctor_wrap ul li a {
  display: flex;
  color: #333;
}
.doctor_wrap ul li a .pic_wrap {
  width: 4rem;
  height: 6rem;
  margin-right: 10px;
}
.doctor_wrap ul li a .pic_wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.doctor_wrap ul li a .content_wrap {
  flex: 1;
  -webkit-flex: 1;
  width: 50%;
}
.doctor_wrap ul li a .content_wrap .title {
  font-size: 0.7rem;
}
.doctor_wrap ul li a .content_wrap .hospital_name,
.doctor_wrap ul li a .content_wrap .skill {
  margin-top: 7px;
  font-size: 0.7rem;
  color: #666;
}
.main .doctor_detail .hospital_detail_head {
  padding: 10px;
  display: flex;
}
.main .doctor_detail .hospital_detail_head .pic_wrap {
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}
.main .doctor_detail .hospital_detail_head .content_wrap {
  flex: 1;
  padding: 0;
}
.main .doctor_detail .hospital_detail_head .content_wrap .title {
  font-size: 0.7rem;
}
.main .doctor_detail .hospital_detail_head .content_wrap .doctor_position {
  font-weight: 400;
  font-size: 0.5rem;
  color: #333;
  border: 1px solid #f0f0f0;
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px;
  margin-top: 5px;
}
.main .doctor_detail .hospital_detail_head .content_wrap .desc {
  font-size: 0.6rem;
}
.main .doctor_detail .hospital_detail_head .content_wrap .desc a {
  display: inline-block;
  color: #069;
}
/*# sourceMappingURL=list.css.map */