/*--------------------------------------------------------------
@author yzl and data.2020.9.4
--------------------------------------------------------------*/
.m_body {
  background-color: #fff;
}
body {
  font: normal normal 16px / 22px "Microsoft YaHei", Helvetica, Arial, Verdana,
    sans-serif;
}
body,
header,
div,
nav,
section,
ul,
ol,
li,
span,
a,
em,
i,
p,
footer,
dl,
dd,
h1,
h2,
h3,
h4,
article,
menu {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #555;
}
table,
table tr,
table tr td {
  max-width: 100%;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 1em auto;
  width: 80%;
  color: #333;
  text-align: center;
}
table tr td {
  line-height: 2.5em;
}
table tr td,
table tr td span {
  font-size: 1em !important;
}
table tr:nth-child(odd) {
  background: #f5f5f5;
}
.backg {
  background-color: #1caf8d;
}
.backf {
  background-color: #fff;
}
.hospitalContent{
  padding: 0px 15px;
}

.disp_flex,
.dis_flex {
  display: flex;
}
.clam {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.clam1 {
  -webkit-line-clamp: 1;
}
.clam2 {
  -webkit-line-clamp: 2;
}
.clam3 {
  -webkit-line-clamp: 3;
}
.but_ask {
  text-align: center !important;
}
.but_ask a {
  border-radius: 20px;
  display: inline-block;
  width: 40%;
  height: 2.5em;
  font-size: 0.95em;
  color: #666;
  text-align: center;
  line-height: 2.5em;
  border: 1px solid #d6d6d6;
}
.but_ask a:first-child {
  color: #fff;
  background-color: #f65453;
  width: 40%;
  height: 2.5em;
  border: none;
  margin: 15px 20px 15px 0;
}
.container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}
.banner-hot {
  display: block;
}
.index-main > ul {
  display: none;
}
.header {
  align-items: center;
  padding: 1.5% 0;
  justify-content: space-between;
}
.header .logo {
  width: 30%;
}
.header .logo img {
  display: block;
}
.header .search {
  width: 30%;
  justify-content: flex-end;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: all 0.25s;
}
.header .search .form {
  width: 100%;
}
.header .search .form-group {
  margin: 0 auto;
  border: 2px solid #1ac2dd;
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  z-index: 3;
}
.header .search .form input {
  width: 90%;
  color: #222;
  top: 1px;
  left: 0px;
  outline: none;
  border: none;
  padding: 0 0 0 1em;
}
.header .search .form .btn {
  border: none;
  background-color: #1ac2dd;
  color: #fff;
  /* font-size: 18px; */
  height: 2.7em;
  overflow: hidden;
  position: absolute;
  right: 0;
  font-size: 0.95em;
  text-align: center;
  top: 0;
  /* width: 3em; */
  cursor: pointer;
}
.header .search .form .btn i {
  font-weight: 800;
  font-size: 18px;
  margin-right: 6px;
}
.header .m_menu {
  display: none;
}
.menu {
  line-height: 3em;
  text-align: center;
  height: 3em;
  background-color: #000;
}
.menu ul {
  justify-content: space-around;
  width: 100%;
}
.menu li {
  font-size: 1.1em;
  /* padding: 0 .5em; */
  width: 16.6%;
}
.menu li a {
  color: #ffffff;
}
.menu li:hover a {
  display: block;
  background-color: #1ac2dd;
  color: #ffffff;
}
.menu li a:hover {
  text-decoration: none;
}
.anli {
  background-color: #f2f2f2;
  padding-top: 2em;
}
.anli_panel {
  width: 95%;
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  margin: 0 auto;
}
.anli_article {
  width: 90%;
  margin: 0 auto;
}
.anli_article a {
  color: #555;
}
.anli_article h3 {
  margin-bottom: 0.7em;
}
.anli_article h3 a {
  color: #1ac2dd;
}
.anli_article ul {
  margin-bottom: 1.5em;
}
.anli_article ul li {
  margin-bottom: 0.4em;
}
.anli_article ul li {
  display: flex;
  align-items: center;
}
.anli_article ul li div {
  width: 0.5em;
  height: 0.5em;
  background-color: #666;
  margin-right: 1em;
}
.anli_panel a {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
.anli_panel span {
  color: #1ac2dd;
  font-weight: 600;
}
.anli_panel img {
  width: 100%;
  height: 10.5em;
  object-fit: cover;
}
.anli_panel div {
  text-align: center;
  margin-top: 0.5em;
}
.todayHot {
  background-color: #f3f3f3 !important;
}
/*banner*/
.banner {
  width: 72%;
}
.swiper-slide {
  position: relative;
}
.hot-new {
  background-color: #fff;
  padding: 1em;
  margin-top: 1em;
  box-sizing: border-box;
}
.hot-new > aside > a {
  width: 74%;
}
.hot-new > aside > a img {
  width: 100%;
  display: block;
}
.hot-new > aside {
  margin-bottom: 1em;
}
.hot-list {
  padding: 0.5em 0.5em;
  margin-left: 1.2%;
  opacity: 0.9;
  width: 26%;
  background-color: #f2f2f2;
}
.com-title {
  border-bottom: 1px solid #ffffff;
  padding: 0.5em 0;
}
.com-title span {
  font-weight: 600;
  font-size: 1.5em;
  color: #1ac2dd;
}
.hot-list a {
  margin-bottom: 0.8em;
  font-size: 1em;
  color: #3e3d3d;
  font-weight: normal;
}
.hot-list a span {
  padding: 0 0.4em;
  border-radius: 0.7em;
}
.hot-list li {
  font-size: 0.95em;
  margin-bottom: 1.5em;
}
.hot-list li:nth-child(2) {
  margin-top: 1em;
}
.hot-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.hot-jiaodian {
  justify-content: space-between;
  margin-top: 0.5em;
}
.hot-jiaodian ul {
  width: 72%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hot-jiaodian li {
  width: 48.5%;
  font-size: 0.9em;
  margin-bottom: 0.77em;
}
.hot-jiaodian li:first-child,
.hot-jiaodian li:nth-child(2) {
  font-size: 1.1em;
  /* font-weight: bold; */
}
.hot-jiaodian li:first-child a {
  color: #1ac2dd;
  font-weight: 600;
}
.hot-jiaodian div {
  width: 26%;
  overflow: hidden;
  height: 13.4em;
}
.hot-jiaodian div img {
  width: 100%;
  height: 13.4em;
  object-fit: cover;
}
.index-main {
  margin-top: 0.7em;
  flex-wrap: wrap;
  /* padding-bottom: 3em; */
}
.partTit {
  margin-top: -1.4em;
  width: 100%;
  height: 60px;
  font-weight: normal;
  padding-bottom: 47px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* margin-bottom: 1em; */
}
.partTit p {
  margin: 0 auto;
  width: 10em;
  height: 73px;
}
.partTit p span {
  display: inline-block;
  padding: 0 0px;
  /* background-color: #fff */
}
.partTit .ft31 {
  font-size: 1.5em;
  display: block;
  padding-top: 1em;
  text-align: center;
  padding-bottom: 0.5em;
}
.partTit .ft31 > a {
  color: #1ac2dd;
  font-size: 0.7em;
  font-weight: 600;
}
.partTit .eng {
  color: #dddbe6;
  font-size: 0.7em;
}
.index-main .index_wall {
  padding: 1em;
  width: 74%;
  box-sizing: border-box;
}
.index-main .index_wall ul li:first-child {
  background-color: #eeeff1;
  width: 40%;
  padding-bottom: 1em;
}
.index-main .index_wall ul li:first-child > a {
  display: block;
  height: 16.2em;
  overflow: hidden;
}
.index-main .index_wall ul li:first-child img {
  width: 100%;
  height: 16.2em;
  object-fit: cover;
}
.index-main .index_wall ul li:first-child time {
  display: block;
  color: #969595;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}
.index-main .index_wall ul li:last-child {
  margin-left: 2%;
  width: 58%;
}
.h3_title {
  color: #282828;
  font-weight: normal;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  padding: 0.5em;
}
.p_text {
  text-indent: 2em;
  font-size: 0.9em;
  color: #787878;
  line-height: 1.8em;
  padding: 0 0.8em;
  text-align: justify;
}
.p_list {
  border-top: 1px dotted #808080;
  margin-top: 1em;
  padding-top: 1em;
  line-height: 2em;
}
.p_list a {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.p_list a em {
  padding-right: 0.3em;
}
.p_list a span {
  width: 80%;
}
.index-main > aside,
.article-article > aside {
  /* margin-left:1%; */
  width: 26%;
}
.index-main > aside > h3,
.article-article > aside > h3 {
  font-weight: normal;
  /* padding-top: 0.8em; */
}
.index-main > aside > h3 span,
.article-article > aside > h3 span {
  display: block;
  color: #1ac2dd;
  font-size: 0.95em;
  padding-left: 0.5em;
}
.pubdate-new,
.pubdate-list,
.question-new {
  padding: 1em;
}
.pubdate-new li:not(:first-child),
.question-new li:not(:first-child) {
  border-top: 1px solid #f6f6f6;
  padding-top: 0.93em;
}
.pubdate-new li:not(:last-child),
.question-new li:not(:last-child) {
  padding-bottom: 0.93em;
}
.pubdate-new li,
.question-new li {
  display: flex;
  font-size: 0.9em;
}
.pubdate-new li a,
.question-new li a {
  display: block;
}
.pubdate-new li a:first-child {
  width: 8em;
  height: 5em;
  overflow: hidden;
  margin-right: 0.8em;
}
.pubdate-new li a:first-child img {
  width: 100%;
  height: 5em;
  object-fit: cover;
    filter: blur(5px);

}
.pubdate-new li a:last-child {
  width: 100%;
  position: relative;
}
.pubdate-new li a:last-child h3,
.question-new li a h3 {
  font-size: 1.05em;
  font-weight: normal;
  color: #2c2b2b;
  margin-bottom: 0.2em;
}
.pubdate-new li a:last-child p,
.question-new li a p {
  font-size: 1.04em;
  color: #282828;
}
.pubdate-new li a:last-child time {
  position: absolute;
  bottom: 0;
  font-size: 0.95em;
  color: #898989;
}
.pubdate-list {
  border-bottom: 5px solid #f2f2f2;
}
.pubdate-list li {
  line-height: 1.2em;
  margin-bottom: 0.8em;
  font-size: 1em;
}
.question-new li a span {
  padding-top: 0.2em;
}
.list-question .roject-choose {
  flex-wrap: wrap;
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 1em;
  /* margin-bottom:1em; */
}
.list-question .roject-choose span {
  font-weight: bold;
  margin-right: 0.8em;
}
.list-question .roject-choose ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.list-question .roject-choose ul li {
  padding-right: 0.8em;
}
.list-question .roject-choose ul a:hover {
  color: #ff5d80;
}
.item-list {
  width: 100%;
  overflow: hidden;
  /* margin-top:10px; */
}
.item-list li {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}

.item-list .list-title {
  margin-bottom: 1em;
}
.item-list .list-title span {
  background: #f65453;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  color: #fff;
}
.item-list .list-title a {
  font-size: 1.2em;
}
.list-content {
  display: flex;
  align-items: baseline;
}
.list-content .left {
  background: #cfcfd0;
  padding: 0.2em 0.5em;
  color: #fff;
  margin-right: 0.8em;
}
.list-content .right {
  color: #808080;
  font-size: 0.95em;
}
.list-content .right div {
  height: 3em;
}
.list-content .right time {
  display: block;
  margin-top: 0.5em;
}
.detail-title {
  align-items: center;
  /* padding-top:1em; */
}
.detail-title-img {
  padding-right: 0.5em;
}
.list-content-time {
  border: 1px solid #eaeaea;
  padding: 1em;
  margin: 0.8em auto 0;
  color: #b2b2b2;
  font-size: 0.95em;
}
.other {
  border: 1px solid #eaeaea;
  padding: 1.5em 1em;
  border-top: none;
}
.other > h3 {
  color: #f65353;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.other .other-ask {
  color: #b2b2b2;
}
.article-question {
  align-items: baseline;
}
.article-question .left {
  background: #f65353;
  padding: 0.35em 0.5em;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.7em;
}
.article-question .right h3 {
  color: #333;
  font-weight: normal;
  font-size: 1.15em;
  margin-bottom: 1em;
}
.article-question .right div {
  font-size: 0.95em;
  color: #565454;
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 1em;
}
.article-question .right time {
  font-size: 0.95em;
  color: #b2b2b2;
}
.position {
  color: #5e4444;
  font-size: 0.95em;
  border-top: 1px solid #eeeeee;
  padding-left: 0.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.position a:first-child {
  color: #9c9c9c;
}
.list-article .wall-column {
  width: 25%;
}
.pagesize {
  text-align: center;
  padding: 1em 0;
}
.pagesize li {
  border: 1px solid #e5e5e5;
  margin-right: 0.2em;
  padding: 1% 1%;
  text-align: center;
  display: inline-block;
  color: #333;
}
.pagesize li:hover {
  background-color: #1caf8d;
  color: #fff;
}
.pagesize li a:hover {
  display: block;
  color: #fff;
}
.pagesize li.thisclass {
  background-color: #f65353;
  color: #fff;
  border-color: #f65353;
}
@media screen and (max-device-width: 400px) {
  .pagesize li.disabled,
  #pages li.disabled {
    background-color: #e5e5e5;
  }
  .pagesize li.disabled span,
  #pages li.disabled span {
    color: #fff;
  }
  .pagesize li,
  #pages li {
    display: none;
  }
  .pagesize li:first-child,
  .pagesize li:last-child,
  #pages li:first-child,
  #pages li:last-child {
    display: inline-block;
  }
}
.list-article,
.list-question {
  padding: 1em;
  width: 74%;
  border-right: 5px solid #f2f2f2;
  box-sizing: border-box;
}
.list-article > ul > li:not(:first-child) {
  border-top: 1px #dad6d6 dashed;
  padding-top: 1em;
}
.list-article > ul > li {
  display: flex;
  padding-bottom: 1em;
  font-size: 0.9em;
}
.list-article > ul > li a {
  display: block;
}
.list-article > ul > li a:first-child {
  width: 25%;
  height: 11em;
  overflow: hidden;
  margin-right: 0.8em;
}
.list-article > ul > li a:first-child img {
  width: 100%;
  height: 9em;
  object-fit: cover;
  -webkit-filter: blur(20px);
}
.list-article > ul > li a:last-child {
  width: 74%;
  margin-left: 1%;
  position: relative;
}
.list-article > ul > li a:last-child h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #2c2b2b;
}
.list-article > ul > li a:last-child p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.list-article > ul > li a:last-child time {
  position: absolute;
  bottom: 0;
}
.article-article > article {
  border-right: 5px solid #f2f2f2;
  width: 74%;
  box-sizing: border-box;
  padding: 2% 1.5% 3%;
}
.article-article > article .article-title {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0.5em 0 0.2em;
  font-weight: normal;
  color: #555;
}
.article-article > article .article-meta {
  font-size: 0.95em;
  color: #aaa7a7;
  margin: 0.5em 0;
}
.article-article > article .article-meta span {
  padding-right: 0.7em;
}
.article-article > article .article-content {
  color: #636161;
  font-size: 1em;
  line-height: 1.7em;
  text-align: justify;
  padding: 1.5em 0;
  word-break: break-all;
  position: relative;
}
.article-article > article .article-content img {
  display: block;
  margin: 1em auto;
  max-width: 95% !important;
  min-width: auto !important;
  height: auto !important;
  -webkit-filter: blur(20px);
}
.article-article > article .article-content p {
  margin-bottom: 0.5em;
  color: #545454;
}
.article-article > article .article-content h2,
.article-content h3 {
  margin: 0.5em 0;
  font-size: 1.2em;
  color: #f65453;
  font-weight: normal;
}
.article-article > article .article-tips {
  border: 1px dashed #ccc;
  padding: 1em;
  margin: 1em 0;
}
.article-article > article .article-tips p:last-child {
  margin-bottom: 0;
}
.article-article > article .likear_ticle {
  border-top: 1px solid #eeeeee;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: normal;
}
.article-article > article .likear_arcle {
  padding-bottom: 1.5em;
  flex-wrap: wrap;
  box-sizing: border-box;
  /* justify-content: revert; */
  justify-content: space-between;
}
.article-article > article .likear_arcle li {
  width: 32%;
  margin-bottom: 0.5em;
}
/* .article-article>article .likear_arcle li:not(:nth-child(3n)) {
    margin-right: 2%;
  } */
.article-article > article .likear_arcle li a:first-child {
  background-color: #f2f2f2;
  display: block;
  height: 11em;
  overflow: hidden;
  margin-bottom: 0.8em;
}
.article-article > article .likear_arcle li a:first-child img {
  width: 100%;
  height: 11em;
  object-fit: cover;
}
.article-article > article .likear_arcle li a:last-child p {
  color: #2c2b2b;
  font-size: 0.97em;
  text-align: justify;
}
.article-article > article .likear_arcle li a:last-child time {
  color: #aaaaaa;
  font-size: 0.9em;
  margin-top: 0.5em;
  display: block;
}
.article-article > article .s-top-b {
  padding: 1.2em 1em 1.5em 1em;
  border: 1px solid #eeeeee;
}
.article-article > article .s-top-b p {
  display: flex;
}
.article-article > article .s-top-b span {
  width: 50%;
}
.article-article > article .s-top-b span:last-child {
  text-align: right;
}
.m_hospital {
  display: none;
}
.area {
  margin-top: 1em;
}
.area,
.project {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  box-sizing: border-box;
}
.area p,
.project p {
  width: 5%;
  flex-wrap: wrap;
}
.area ul,
.project ul {
  width: 100%;
  display: flex;
  font-size: 0.95em;
  flex-wrap: wrap;
}
.area ul li,
.project ul li {
  margin-right: 1%;
  line-height: 1.6em;
}
.area a:hover,
.project a:hover,
.hover a,
.hover {
  color: #f86056;
  font-weight: bold;
}
#area_son_list li,
#project_son_list li {
  margin-top: 1em;
}
#area_son_list,
#project_son_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 2.4em;
}
#area_son_list li a,
#project_son_list li a {
  margin-right: 0.5em;
  font-size: 0.95em;
}
.active {
  /* background-color: #f86056; */
}
.header_new {
  background-color: #ffffff;
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
}
.header_new > div {
  justify-content: space-between;
}
.header_new .logo {
  margin-right: 1.5em;
}
.header_new .nav-list {
  font-size: 0.85em;
}
.header_new .nav-list li {
  margin-right: 0.9em;
}
.header_new .nav-list a {
  color: #a0a0a0;
}
.title_box {
  background: url(../image/head-bj.jpg) top center no-repeat;
  background-size: cover;
  padding: 1em 0;
  align-items: center;
}
.title_box > nav {
  align-items: center;
  position: relative;
}
.title_box .title_left {
  width: 7em;
  height: 7em;
  border-radius: 5em;
  overflow: hidden;
  margin-right: 1.5em;
  border: 4px solid #e5e4e4;
}
.title_box .title_left img {
  height: 7em;
}
.title_box .title_right {
  width: 70%;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.title_box .title_right h1 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.title_box .title_right h1 span {
  font-size: 0.65em;
}
.title_box .title_right p {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.title_box .title_right p span,
.title_box .title_right p a {
  margin-right: 0.3em;
}
.title_box .title_right p i {
  margin-right: 0.5em;
}
.title_box .title_right p i,
.title_box .title_right p a {
  color: #ffffff;
}
.hospital-btn {
  position: absolute;
  right: 0;
  height: 36px;
}
.hospital-btn .zixun-btn {
  display: block;
  color: #fff;
  background: #ff5370;
  width: 10em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 2em;
}
.hos_menu {
  border-bottom: 1px solid #e8e8e8;
}
.hos_menu ul {
  align-items: center;
  color: #ccc;
}
.hos_menu ul li {
  width: 13%;
  text-align: center;
  padding-bottom: 1em;
  padding-top: 1em;
}
.hos_menu ul li:last-child a {
  border-right: none;
}
.hos_menu ul li a {
  display: block;
  text-decoration: none;
  border-right: 1px solid #ccc;
}
.act {
  border-bottom: 1px solid #f65453;
}
.hos_menu ul li:hover,
.hos_menu ul li:hover a,
.act a {
  color: #f65453 !important;
}
.Tab_nav .article-content {
  padding-top: 0 !important;
}
.Tab_nav .article-content h2 {
  color: #f65453;
}
.Tab_nav .article-content h3 {
  font-size: 1em;
}
.hos_article .pubdate-new,
.hos_article .pubdate-list {
  padding-right: 0 !important;
}
/*ranking*/
.ranking {
  background-color: #fff;
}
.ranking .ranking-title {
  text-align: center;
  font-size: 1.7em;
  color: #f65453;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.ranking-meta {
  text-align: center;
  border: 1px dashed #e7e6e6;
  padding: 0.2em;
}
.ranking-content {
  margin-bottom: 1em;
  box-sizing: border-box;
  padding: 1em !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.ranking-content h2 {
  margin-bottom: 1em !important;
  font-weight: normal;
  color: #f65453;
}
.ranking-content h2 i {
  float: right;
  font-weight: normal;
  font-size: 0.8em;
}
.ranking-content h2 i em {
  font-weight: bold;
  font-style: italic;
  color: #f65453;
}
.sdnr {
  text-indent: 2em;
}
.brandlist {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  margin: 1.5em 0 1.5em;
  font-size: 0.95em;
  color: #2c2c2c;
}
.brandlist li {
  line-height: 4em;
  height: 4em;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
}
.brandlist li:last-child p {
  text-align: center;
  width: 100%;
  color: #d81e06;
}
.brandlist li em {
  display: block;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.brandlist li em:first-child {
  width: 37.5%;
}
.brandlist li:first-child em {
  background: #f8e7e8;
  font-weight: bold;
}
.brandlist li em:nth-child(2) {
  box-sizing: border-box;
  width: 25%;
  /* background: #f8e7e8; */
  font-weight: bold;
}
.brandlist li em:nth-child(3) {
  width: 37.5%;
  box-sizing: border-box;
}
.brandlist li:nth-child(5),
.brandlist li:nth-child(6) {
  line-height: inherit;
  height: auto;
}
.brandlist li:nth-child(5) em,
.brandlist li:nth-child(6) em {
  padding: 0.5em;
  box-sizing: border-box;
}
#footer {
  margin: 0.5em 0 0 0;
  background-color: #ffffff;
  padding-top: 1em;
  margin-top: -70px;
}
.doctor_con{
  margin-bottom: 30px;
}
.sj_footer {
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.sj_footer p {
  text-align: center;
}
.sj_footer p a {
  padding-left: 0.5em;
}
.footer-copyright-con {
  margin: 1em 0 0;
  color: #333;
  text-align: center;
}
.footer-copyright-con p {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.footer-copyright-con p a {
  color: #333;
  padding: 0 1%;
}
.youqing {
  font-size: 0.9em;
  text-align: center;
  background-color: #fff;
  padding-bottom: 1em;
}
#DIALOG_CENTER_SHADE,
#DIALOG_CENTER,
#DIALOG_TOP,
#DIALOG_BOTTOM,
#MessageMeiErBeiCenter,
#MessageMeiErBeiShadow,
#MessageMeiErBeiBottom {
  display: none !important;
}
#MessageMeiErBeiBottomS,
#footer_f {
  display: none;
}
.put-content,
.sj_footer p:nth-child(2) {
  display: none;
}
@media (max-width: 1200px) {
  .container {
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 95%;
  }
}
@media (max-width: 800px) {
  .banner,
  .hot-new > aside > a {
    width: 100%;
  }
  .hot-jiaodian div {
    display: none;
  }
  .index-main .index_wall {
    width: 100%;
  }
  .index-main .index_wall ul {
    flex-wrap: wrap;
  }
  .hot-list,
  .index-main > aside {
    margin-top: 0.5em;
    margin-left: 0;
    width: 95%;
  }
  .hot-new > aside > img,
  .list-article {
    width: 100%;
  }
  .hot-jiaodian {
    flex-wrap: wrap;
  }
  .hot-jiaodian ul,
  .hot-jiaodian li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 90%;
  }
  .menu {
    z-index: 1;
  }
  .header_new {
    display: none;
  }
  .m_hospital {
    display: block;
  }
  .hospital-btn {
    display: none;
  }
  .title_box > nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .header .logo {
    width: 35%;
  }
  .logo {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .logo img {
    margin: initial;
    width: 100%;
  }
  .header .search {
    display: none;
  }
  .menu {
    display: none;
    width: 60%;
    height: auto;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.46);
    position: absolute;
    flex-direction: column;
    line-height: 4em;
    right: 0.2em;
    /* overflow: hidden; */
  }
  .menu ul {
    flex-wrap: wrap;
    min-width: auto;
  }
  .menu li {
    width: 100%;
    padding: 0 0.5em;
  }
  .menu li:not(:last-child) {
    border-bottom: 1px solid #999;
  }
  .menu a {
    color: #fff;
  }
  .header .m_menu {
    display: block;
    font-size: 3em;
    position: absolute;
    right: 0.2em;
  }
  .list-question,
  .hot-new > aside > a {
    width: 100%;
  }
  .hot-new {
    padding-top: 0;
    margin-top: 0;
  }
  .hot-new > aside {
    flex-wrap: wrap;
  }
  .index-main {
    margin-top: 0.5em;
  }
  .index-main .index_wall ul li:first-child,
  .index-main .index_wall ul li:last-child {
    width: 100%;
  }
  .position {
    border-bottom: 1px solid #eeeeee;
  }
  .content {
    flex-wrap: wrap;
  }
  .article-article {
    flex-wrap: wrap;
  }
  .article-article > article {
    border-right: none;
  }
  .article-article > article,
  .article-article > aside,
  .art_left,
  .art_right {
    width: 100%;
  }
  .article-article > article .likear_arcle li {
    width: 49%;
  }
  .article-article > article .likear_arcle li:nth-child(2n) {
    margin-right: 0;
  }
  /* .article-article>article .likear_arcle li:nth-child(3n) {
        margin-right: 2%;
    } */
  .article-article > article .likear_arcle li a:first-child {
    height: 8em;
  }
  .article-article > article .likear_arcle li a:first-child img {
    height: 8em;
    object-fit: cover;
  }
  .index-main > aside > h3,
  .article-article > aside > h3 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f2f2f2;
  }
  .pubdate-list li {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }
  .pubdate-list li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }
  .ranking .ranking-title {
    font-size: 1.3em;
  }
  .article-article > article .s-top-b {
    padding: 0.8em;
  }
  .article-article > article .s-top-b p {
    flex-wrap: wrap;
  }
  .article-article > article .s-top-b span {
    width: 100%;
  }
  .article-article > article .s-top-b span:first-child {
    margin-bottom: 0.8em;
  }
  .article-article > article .s-top-b span:last-child {
    text-align: left;
  }
  .hospital {
    padding-top: 1em;
    padding-bottom: 0 !important;
  }
  .hospitalPanel {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .hospitalPanel a {
    display: grid;
    grid-template-columns: 47% 47%;
    justify-content: space-between;
    margin-bottom: 1em;
    border: 1px solid #f2f2f2;
  }
  .hospitalPanel img {
    width: 100%;
    height: 10em;
    object-fit: cover;
    -webkit-filter: blur(20px);
  }
  .hospitalPanel .right span {
    margin: 0.5em 0;
    color: #1ac2dd;
    font-size: 16px;
    font-weight: 600;
    position: relative;
  }
  .hospitalRecom {
    width: 95%;
    margin: 0 auto;
  }
  .hospitalRecom img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    vertical-align: bottom;
  }
  .hospitalRecom .content {
    /* border: 1px solid #f2f2f2; */
    padding: 1em;
  }
  .hospitalRecom h3 {
    margin: 0 0 1em 0;
    position: relative;
    padding-left: 1em;
  }
  .hospitalRecom h3 a {
    color: #1ac2dd;
  }
  .hospitalRecom h3::before {
    content: "";
    display: block;
    position: absolute;
    left: -0.3em;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1em solid #1ac2dd;
  }
  .xm_panel img {
    height: 6em;
  }
  .xm_panel a {
    margin-bottom: 1em;
  }
  .xm_article {
    width: 90%;
    margin: 0 auto;
    padding-top: 2em;
  }
  .xm_article h3 {
    color: #1ac2dd;
    margin-bottom: 1em;
  }
  .hospitalRecom ul li {
    margin-bottom: 0.5em;
  }
  .hospitalRecom .content div {
    text-align: right;
    color: #999;
    margin-bottom: 1em;
  }
  #footer .container {
    display: none;
  }
  #footer p:nth-child(1) {
    color: #ccc;
  }
  #footer p {
    padding: 6px 0;
    color: #666;
    text-align: center;
  }
  #footer p a {
    padding: 0 10px;
  }
  .sj_footer {
    display: block;
    margin-bottom: 4em;
  }
  .sj_footer p:nth-child(2) {
    display: block;
  }
  #MessageMeiErBeiBottomS {
    display: flex;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    bottom: -0.5em;
    position: fixed;
    z-index: 9999;
  }
  #MessageMeiErBeiBottomS a {
    display: block;
    width: 50%;
    background-color: #1ac2dd;
    box-sizing: border-box;
  }
  #MessageMeiErBeiBottomS a:not(:last-child) {
    border-right: 1px solid #fff;
  }
  #MessageMeiErBeiBottomS a img {
    width: 100%;
  }
  #footer_f {
    font-size: 1em;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    height: 3.3em;
    z-index: 9999;
    display: flex;
  }
  #footer_f_l,
  #footer_f_r {
    display: block;
    width: 50%;
    height: 3.3em;
    line-height: 3.3em;
    text-align: center;
    color: #fff;
  }
  #footer_f_l i,
  #footer_f_r i {
    vertical-align: -webkit-baseline-middle;
    padding: 0.5em 0.8em;
    margin-right: 0.3em;
  }
  #footer_f_l {
    background-color: #27b9d0;
    border-right: 2px solid #fff;
  }
  #footer_f_l i {
    background: url(../image/b_ico_l.png) no-repeat;
    background-size: 100%;
  }
  #footer_f_r {
    background-color: #2394a6;
    position: relative;
  }
  #footer_f_r i {
    background: url(../image/b_ico_r.png) no-repeat;
    background-size: 100%;
  }
  #footer_f_r .sp3 {
    font-size: 0.9em;
    position: absolute;
    background-color: #f31919;
    height: 1.2em;
    padding: 0 0.3em;
    border-radius: 1em;
    color: #fff;
    line-height: 1em;
    font-style: normal;
    top: 0.3em;
  }
  .doctor {
    background: #fcfcfc;
    padding-top: 1.5em;
  }
  .doctor_panel a {
    margin-bottom: 1em;
    padding: 10px;
    background: #fff;
  }
  .doctor_article {
    width: 95%;
    margin: 0 auto;
  }
  .doctor_article .item {
    margin-bottom: 0.5em;
  }
  .doctor_article .item a:first-child {
    color: #1ac2dd;
    font-weight: 600;
    font-size: 1.07em;
  }
  .doctor_article .item a:nth-child(2) {
    color: #999;
    font-size: 13px;
    background-color: #fff;
  }
  .doctor_article .item div {
    text-align: right;
    color: #999;
  }
  .doctor_panel {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    width: 95%;
    margin: 1em auto;
  }
  .doctor_panel a h4 {
    color: #1ac2dd;
    text-align: center;
    font-size: 16px;
  }
  .doctor_panel img {
    width: 100%;
    height: auto;
  }
  .put-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .put-content li:first-child {
    border-right: 1px solid #fff;
  }
  .put-content li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    padding: 0.8em 0 0.8em 20%;
    line-height: 1.5em;
    margin: 0;
  }
  .put-li-a {
    background: #9da1ff url(../image/put_1.png) 27% center no-repeat;
    background-size: 17%;
  }
  .put-li-b {
    background: #fbaa6f url(../image/put_2.png) 27% center no-repeat;
    background-size: 17%;
  }
  .put-content .put-t {
    font-size: 1.05em;
    padding-left: 1em;
    padding-top: 2px;
    color: #ffffff;
  }
  .put-content .put-c {
    font-size: 0.95em;
    padding: 0.3em 0 0 1em;
    color: #ffffff;
  }
}
@media (max-width: 568px) {
  .menu .m_menu {
    font-size: 3.5em;
    padding-top: 0.75em;
  }
}
@media (max-width: 533px) {
  .title_box {
    background: #625a5a;
  }
  .title_box .title_left {
    margin: 0 auto;
  }
  .title_box .title_right {
    width: 100%;
    padding: 1em;
  }
  .hos_menu ul li {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .menu .m_menu {
    padding-top: 0.3em;
  }
  .wall-column,
  .list-article .wall-column {
    width: 50%;
  }
  .brandlist {
    margin-left: 0;
    margin-right: 0;
  }
  .article-article > article .article-content {
    font-size: 1.05em;
    line-height: 1.6em;
  }
  .put-li-a,
  .put-li-b {
    background-size: 20%;
  }
  .put-content li {
    padding-left: 18%;
  }
  .put-li-a,
  .put-li-b {
    background-position-x: 20%;
  }
}
@media (max-width: 414px) {
  .menu .m_menu {
    font-size: 3em;
    padding-top: 0.3em;
  }
}
@media (max-width: 375px) {
  .put-li-a,
  .put-li-b {
    background-size: 21%;
  }
  .put-content li {
    padding-left: 13%;
  }
  .put-li-a,
  .put-li-b {
    background-position-x: 10%;
  }
}
@media (max-width: 320px) {
  .put-li-a {
    background: #9da1ff;
  }
  .put-li-b {
    background: #fbaa6f;
  }
  .put-li-a,
  .put-li-b {
    padding-left: 5% !important;
  }
  .put-content .put-t {
    font-size: 1em;
  }
}
.zxRank .content {
  width: 90%;
  margin: 0 auto;
}
.zxRank .content .img {
  width: 100%;
  height: 14em;
}
.zxRank .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zxRank .content h3 {
  color: #1ac2dd;
  margin: 1em 0;
}
.zxRank .content li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.zxRank .content li div {
  width: 0.5em;
  height: 0.5em;
  background: #666;
  margin-right: 1em;
}
.zxRank .content a {
  color: #666;
}
.footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2em;
  color: #c2c2c2;
  padding-top: 2em;
}
.footer_info a {
  color: #c2c2c2;
}
.footer_info p {
  margin-bottom: 0.5em;
}
.replay {
  background-color: #f2f2f2;
}
.replay .panel1 {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dashed #999;
}
.replay .panel1 a {
  margin-bottom: 1em;
}
.replay .panel2 {
  width: 90%;
  margin: 0 auto;
  padding: 1.2em 0 2.5em 0;
}
.replay .panel2 li {
  display: grid;
  grid-template-columns: 3% 73% 20%;
  margin-bottom: 0.8em;
  justify-content: space-between;
  align-items: center;
}
.replay .panel2 li div {
  width: 0.5em;
  height: 0.5em;
  background: #666;
}
.replay .panel2 li span {
  font-size: 12px;
  color: #999;
}
.replay .panel2 li a {
  font-size: 13px;
}
.replay .panel3 {
  width: 90%;
  margin: 0 auto;
}
.replay .panel3 div {
  display: flex;
  flex-direction: column;
}
.replay .panel3 div a {
  font-size: 1.2em;
}
.replay .panel3 div span {
  font-size: 12px;
  margin: 1em 0;
  color: #999;
}
.container .hover {
  height: 60px;
  background: url(/statics/50pj/image/nav-current.png) no-repeat left 0;
  background-size: 100% auto;
  margin-top: -12px;
  line-height: 60px;
}
.project-title {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.index-time {
  font-size: 12px;
  color: #c3c3c3;
  text-align: left;
}
.demo-list {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
}
.demo-list img {
  display: block;
  width: 45%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.demo-list .info {
  width: 51%;
}
.demo-list .title {
  width: 100%;
  height: 26px;
  font-size: 16px;
  color: #00b5ca;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #bababa;
}
.demo-list .exlpain {
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.demo-list .date {
  width: 100%;
  height: 16px;
  font-size: 12px;
  color: #787878;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.demo-news {
  width: 100%;
  margin-top: 20px;
}
.demo-news .news-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #28b4c9;
  font-weight: bold;
}
.demo-news .news-title img {
  width: 16px;
  height: 19px;
  margin-right: 5px;
}
.demo-news .list {
  display: block;
  width: 100% !important;
  font-size: 14px;
  color: #787878;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.demo-news .list .title {
  height: 30px;
  font-size: 16px;
  color: #28b4c9;
  line-height: 30px;
  border-bottom: 1px dashed #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-news .list .explain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
}
.demo-news .list .explain p {
  width: 95%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-news .list .explain span {
  color: #28b4c9;
}
.demo-news .list .time {
  color: #bdbdbd;
  line-height: 18px;
}
.demo-news .lists .title {
  border-bottom: none;
}
.demo-news .first {
  font-size: 18px;
  color: #00b5ca;
  line-height: 30px;
  margin-bottom: 10px;
}
.hospitalPanel .right {
  width: 95%;
}
.hospitalPanel .more {
  display: flex;
  justify-content: flex-end;
}
.hospitalPanel .more p {
  width: 110px;
  height: 28px;
  border-radius: 14px;
  background: #28b4c9;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.ranking-list {
  border: 1px solid #c5c5c5;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ranking-list img {
  width: 35%;
  height: auto;
  display: block;
}
.ranking-list .news {
  width: 63%;
  padding-right: 10px;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 10px;
}
.ranking-list .news .info {
  display: block;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.ranking-list .news .titles {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #00b5ca;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking-list .news .date {
  display: block;
  font-size: 14px;
  color: #787878;
  line-height: 18px;
  text-align: left;
}
.question-list {
  width: 100%;
}
.question-list .title {
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 15px 10px 10px 0;
  padding-left: 45px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
}
.question-list .title img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.question-list .answer {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 40px;
  margin: 20px 0;
}
.question-list .answer img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.question-list .answer .content {
  width: 100%;
  height: 60px;
  line-height: 30px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-indent: 40px;
}
.question-list .answer .time {
  color: #bdbdbd;
}
.mzsm_text {
  color: #ffffff;
}
.mianze_main {
  width: 1200px;
  color: black;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}
.mianze_main div {
  line-height: 55px;
}
.mianze_main h1 {
  font-size: 30px;
  line-height: 85px;
}
.mianze_main h2 {
  font-size: 25px;
  line-height: 65px;
}
.mianze_main h3 {
  font-size: 20px;
  line-height: 60px;
}
.mianze_main .main_head {
  width: 100%;
  text-align: center;
}
.mianze_main .des {
  font-size: 16px;
  line-height: 28px;
}
.bread_con {
  width: 1200px;
  margin: 0 auto;
}
.mianze_main_m {
  width: 100%;
  color: black;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px;
}
.mianze_main_m h1,
h2,
h3 {
  font-weight: bold;
}
.mianze_main_m h1 {
  line-height: 55px;
}
.mianze_main_m h2 {
  line-height: 45px;
}
.mianze_main_m h3 {
  line-height: 35px;
}
.mianze_main_m .main_head_m {
  width: 100%;
  text-align: center;
}
.mianze_main_m .des_m {
  font-size: 16px;
  line-height: 28px;
}
.mzsm_text_m {
  color: #ffffff;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */
