/*--------------------------------------------------------------
@author yzl and data.2020.9.4
--------------------------------------------------------------*/
:root {
  --primary-color: #73cab0; /* 主色调 */
  --accent-color: #ffeee8;
}
body {
  font: normal normal 16px / 22px "Microsoft YaHei", Helvetica, Arial, Verdana,
    sans-serif;
  background-color: #f2f2f2;
}
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;
}
body {
  background-color: #fefefe;
}
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;
}
.div_wrap img {
  filter: blur(25px);
  width: 500px;
  height: 300px;
}
.backg {
  background-color: #1caf8d;
}
.header-con {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.header-logo {
  width: 150px;
  height: 50px;
}
.nav-con {
  width: 40%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px 75px;
}
.login-con {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-phone {
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.header-phone span{
  font-size: larger;
  font-weight: 600;
  color: #494949;
}
.header-ewm {
  margin-left: 50px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
/* 详情页 */
.show-title-con{
  width: 100%;
  display: flex;
  align-items: center;
}
.show-title-con img{
  width: 300px;
  height: 200px;
  filter: blur(10px);
  margin-right: 20px;
}
.show-title-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.show-info{
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show-info-left{
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-around;
}

.show-yyyh{
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background-color: var(--primary-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* 详情页 */
.nav-item {
  width: 14%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.nav-con .active {
  background-color: #fff !important;
  border-bottom: 3px solid var(--accent-color);
  margin-top: 3px;
}
.nav-item:hover {
  background-color: #fff !important;
  border-bottom: 3px solid var(--accent-color);
  margin-top: 3px;
}
.index-con {
  width: 100px;
  height: 48px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 140px;
}
.index-con a {
  color: #464ab9;
}
/* 首页 */
.index-hos-box {
  width: 100%;
}
.ind-title_box {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 0px 20px;
  margin-top: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.ind-title {
  font-size: 30px;
}
.ind-nav {
  width: 60%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
}
.current {
  background-color: var(--accent-color);
  border-radius: 10px;
}
.news-mode {
  display: none !important;
}
.ind-nav a {
  padding: 0px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .ind-nav a:hover {

} */

.ind-more a {
  font-size: 16px;
  font-weight: 600;
  color: #a09e9e;
}
.ind-hos-list,
.ind-doc-list,
.ind-zx-list,
.ind-yh-list,
.ind-xm-list,
.ind-wd-list {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind-hos-item {
  width: 32.5%;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.ind-hos-item img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin: 0px 20px 0px 10px;
  filter: blur(10px);
}
.ind-hos-text-con {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ind-hos-text-con div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 13px;
}
.ind-hos-text-con div:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.ind-hos-title {
  font-weight: 600;
  font-size: 17px !important;
}
.ind-hos-time span {
  width: 100px;
  margin-left: 20px;
  font-size: 12px;
  border-radius: 10px;

  color: var(--primary-color);
}

/* 首页医院end */
/* 首页医生，tittle公用医院 */

.ind-doc-item {
  width: 24.5%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.ind-doc-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 20px 0px;
  filter: blur(10px);
}
.ind-doc-text-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ind-doc-info div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  max-width: 80%;
  font-size: 16px;
  color: #545454;
}
.ind-doc-info div:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.ind-doc-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
}
.ind-doc-title {
  font-weight: 600;
  font-size: 17px !important;
  color: #000 !important;
}
.ind-doc-hos {
  margin: 5px 0px;
}
.ind-doc-des {
  width: 90%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0px;
  font-size: 14px !important;
}
.ind-doc-time {
  font-size: 12px !important;
  height: 18px !important;
  color: #787878;
}
.ind-doc-des {
  width: 90%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box; /* 兼容旧 Safari */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0px;
  font-size: 14px !important;
}
.ind-doc-1:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
  cursor: pointer;
}
.ind-doc-look {
  width: 40%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
  background-color: var(--primary-color);
}
/* 首页医生结束 */
/* 首页资讯开始 */
.ind-title-zx {
  font-size: 30px;
  border-left: 3px solid pink;
  height: 50px;
  line-height: 50px;
}
.ind-zx-item {
  width: 100%;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
}
.ind-zx-img {
  width: 200px !important;
  height: 135px !important;
}
.ind-zx-text-con {
  width: calc(100% - 220px);
  padding: 0px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ind-zx-title,
.ind-zx-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind-zx-title {
  font-weight: 600;
  font-size: 17px !important;
  max-height: 45px;
}
.ind-zx-time,
.ind-zx-des {
  font-weight: 500;
  font-size: 14px !important;
}
.ind-zx-des {
  max-height: 45px;
  margin-top: 10px;
}
.ind-zx-time {
  width: 100%;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind-zx-time span {
  margin-right: 30px;
  width: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
  background-color: var(--primary-color);
}
/* 首页资讯结束 */
/* 优惠start */
.ind-yh-item {
  width: 24%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.ind-yh-img {
  width: 95%;
  height: 140px;
  padding: 5px 0px;
  filter: blur(15px);
}
.ind-yh-text-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
}
.ind-zx-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
.ind-zx-des {
  font-size: 17px !important;
}
.ind-zx-time {
  color: #808080;
}
.ind-zx-look {
  width: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 60%;
  background-color: var(--primary-color);
  border-radius: 5px;
}
/* 优惠end */
/* 项目start */
.ind-xm-item {
  width: 19%;
}
.ind-xm-item img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.ind-xm-des {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  font-size: 17px !important;
}
/* 项目end */
.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: 1320px;
  margin: 0 auto;
}
.containers {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.containers .logo {
  width: 200px;
}
.containers .code {
  width: 100px;
}
.banner-hot {
  display: block;
}
.index-main > ul {
  display: none;
}
.header {
  align-items: center;
  padding: 0 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 var(--primary-color);
  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: var(--primary-color);
  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;
}
.header .code-mode {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .code-mode .code {
  width: 107px;
  height: 107px;
}
.menu {
  line-height: 37px;
  text-align: center;
  height: 37px;
  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 a:hover {
  text-decoration: none;
}
/*banner*/
.banner {
  width: 72%;
}
.swiper-slide {
  position: relative;
}
.hot-mode {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
.hot-mode .mode-list {
  width: 72%;
}
.hot-mode .hot-picture {
  width: 26%;
}
.hot-mode .hot-picture a {
  display: block;
  width: 100%;
}
.hot-mode .hot-picture img {
  width: 100%;
}
.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 0;
  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-size: 1.5em;
  color: var(--primary-color);
}
.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: 95%;
  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,
.hot-jiaodian li:nth-child(2) a {
  color: var(--primary-color);
}
.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: 20px;
}
.partTit {
  width: 100%;
  height: 73px;
  font-weight: normal;
  padding-bottom: 47px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* margin-bottom: 1em; */
}
.partTit p {
  height: 73px;
  border-bottom: 1px solid #eaeaea;
}
.partTit p span {
  display: inline-block;
  /* background-color: #fff */
  width: 180px;
}
.partTit .ft31 {
  font-size: 1.5em;
  display: block;
  padding-top: 1em;
  text-align: center;
  padding-bottom: 0.5em;
}
.partTit .ft31 > a {
  color: var(--primary-color);
}
.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%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.index-main > aside > h3,
.article-article > aside > h3 {
  font-weight: normal;
}
.index-main > aside > h3 span,
.article-article > aside > h3 span {
  background: var(--primary-color);
  font-size: 0.95em;
  padding-left: 0.5em;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}
.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;
  -webkit-filter: blur(20px);
}
.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 h3:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.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;
}
.pubdate-list li:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.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;
}
.item-list .list-title a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.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 div:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.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;
}
.question-mode {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.question-mode .list {
  width: 575px;
}
.question-mode .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-mode .list .title img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.question-mode .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-mode .list .answer img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.question-mode .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-mode .list .answer .time {
  color: #bdbdbd;
}
.ranking-mode {
  width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ranking-mode .left {
  width: 835px;
}
.ranking-mode .left .top {
  display: flex;
  align-items: flex-start;
}
.ranking-mode .left .top img {
  width: 520px;
  height: 325px;
}
.ranking-mode .left .top .news {
  width: 318px;
  margin-left: auto;
}
.ranking-mode .left .top .news .info {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #787878;
  line-height: 30px;
  padding-right: 10px;
}
.ranking-mode .left .top .news .info .tag {
  width: 8px;
  height: 8px;
  display: block;
  margin-right: 5px;
  background: #ccc;
}
.ranking-mode .left .top .news .info .text {
  width: 290px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking-mode .left .top .news .title {
  display: block;
  padding-left: 13px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking-mode .left .list {
  width: 835px;
  border: 1px solid #c5c5c5;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ranking-mode .left .list img {
  width: 308px;
  height: 190px;
  display: block;
  margin-right: 20px;
}
.ranking-mode .left .list .news {
  width: 490px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 35px;
}
.ranking-mode .left .list .news .info {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
.ranking-mode .left .list .news .titles {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking-mode .left .list .news .date {
  display: block;
  font-size: 14px;
  color: #787878;
  line-height: 30px;
  text-align: left;
}
.ranking-mode .right {
  width: 325px;
  background: #fff;
  margin-left: auto;
}
.ranking-mode .right .picture {
  width: 100%;
  height: 208px;
  display: block;
  object-fit: cover;
}
.ranking-mode .right .demo-news {
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f2f2f2;
}
.ranking-mode .right .demo-news .title {
  margin-bottom: 24px;
}
.ranking-mode .right .info {
  width: 100%;
  height: 14px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 29px;
}
.ranking-mode .right .info:hover {
  color: var(--primary-color);
}
.doctor-box {
  padding: 20px 0;
}
.doctor-modes {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doctor-modes .list {
  width: 275px;
  padding: 17px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.doctor-modes .list img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
}
.doctor-modes .list .name {
  font-size: 20px;
  color: #61c8d7;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 50px;
}
.doctor-modes .list .explain {
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
}
.doctor-modes .list .time {
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
}
.hospital-box {
  padding: 20px 0;
}
.hospital-moed {
  width: 1200px;
}
.hospital-moed .hospital-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.hospital-moed .hospital-list .list {
  width: 575px;
  height: 215px;
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.hospital-moed .hospital-list .list a {
  display: block;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.hospital-moed .hospital-list .list img {
  width: 265px;
  height: 215px;
  margin-right: 10px;
  object-fit: cover;
}
.hospital-moed .hospital-list .list .news {
  width: 280px;
  padding-top: 35px;
}
.hospital-moed .hospital-list .list .news .first {
  height: 18px;
  font-size: 18px;
  color: var(--primary-color);
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hospital-moed .hospital-list .list .news .info {
  height: 52px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hospital-moed .hospital-list .list .news .date {
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: left;
}
.hospital-moed .hospital-list .list .news .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.hospital-moed .hospital-list .list .news .more p {
  width: 150px;
  height: 36px;
  border-radius: 18px;
  background: #28b4c9;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.hospital-moed .hospital-list .list:last-child {
  margin: 0;
}
.hospital-moed .hospital {
  width: 315px;
  height: 450px;
  border: 1px solid #f3efef;
}
.hospital-moed .hospital img {
  width: 100%;
  height: 235px;
}
.hospital-moed .hospital .news {
  padding: 0 10px;
}
.hospital-moed .hospital .info {
  display: block;
  padding-left: 22px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.hospital-moed .hospital .first {
  height: 35px;
  font-size: 18px;
  color: var(--primary-color);
  line-height: 35px;
  background: url(/statics/50pj/image/tags.png) no-repeat left center;
  background-size: 18px 21px;
}
.hospital-moed .hospital .date {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: right;
  margin-top: 10px;
}
.portfoliolist {
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
.portfoliolist a {
  width: 272px !important;
  margin-right: 33px;
}
.portfoliolist a:nth-child(4n) {
  margin-right: 0;
}
.prject-list {
  margin-bottom: 30px;
}
.prject-list img {
  width: 272px;
  height: 190px !important;
  display: block !important;
  -webkit-filter: blur(20px);
}
.prject-list .explain {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prject-list .time {
  font-size: 14px;
  color: #969696;
}
.prject-list:nth-child(4n) {
  margin-left: 0;
}
.prject-news {
  width: 590px;
}
.prject-news .list {
  display: block;
  width: 100% !important;
  height: 30px;
  font-size: 14px;
  color: #787878;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prject-news .first {
  font-size: 18px;
  color: var(--primary-color);
  line-height: 30px;
}
.circular {
  width: 100%;
  border: none !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  padding: 0 20px;
}
.demo-box {
  padding: 0 !important;
  width: auto !important;
  border: none !important;
}
.demo-box:nth-child(4n) {
  margin: 0 !important;
}
.demo-list {
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.demo-list img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
  -webkit-filter: blur(20px);
}
.demo-list .title {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: var(--primary-color);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #bababa;
  text-align: center;
}
.demo-list .exlpain {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.demo-list .date {
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 5px;
}
.demo-news {
  width: 100%;
  margin-top: 30px;
}
.demo-news .news-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  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: 25px;
}
.demo-news .list .title {
  height: 36px;
  font-size: 18px;
  color: #28b4c9;
  line-height: 36px;
  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: 40px;
}
.demo-news .list .explain p {
  width: 95%;
  line-height: 40px;
  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 .first {
  font-size: 18px;
  color: var(--primary-color);
  line-height: 30px;
  margin-bottom: 10px;
}
.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: #9c9c9c;
  padding: 0.7em 0;
  font-size: 0.95em;
  border-top: 1px solid #eeeeee;
}
.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;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.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: 9em;
  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 h2:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 2px;
}
.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;
}
.jiage-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youhui-jia {
  color: red;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0px 5px;
}
.yuan-jia {
  color: #808080;
  text-decoration: line-through;
}
.list-article1 {
  padding: 1em;
  width: 100%;
  border-right: 5px solid #f2f2f2;
  box-sizing: border-box;
}
.list-article1 > ul > li:not(:first-child) {
  border-top: 1px #dad6d6 dashed;
  padding-top: 1em;
}
.list-article1 > ul > li {
  display: flex;
  padding-bottom: 1em;
  font-size: 0.9em;
}
.list-article1 > ul > li a {
  display: block;
}
.list-article1 > ul > li a:first-child {
  width: 25%;
  height: 9em;
  overflow: hidden;
  margin-right: 0.8em;
}
.list-article1 > ul > li a:first-child img {
  width: 100%;
  height: 9em;
  object-fit: cover;
}
.list-article1 > ul > li a:last-child {
  width: 74%;
  margin-left: 1%;
  position: relative;
}
.list-article1 > ul > li a:last-child h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #2c2b2b;
}
.list-article1 > ul > li a:last-child p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.list-article1 > 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%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.article-article > article .article-title {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0.5em 0 0.2em;
  font-weight: 600;
  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; */
}
.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;
  -webkit-filter: blur(20px);
}
.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;
}
.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-list,
  .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: 100%;
  }
  .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;
  }
  #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: var(--primary-color);
    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;
  }
  .footer-bottom {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 55px;
    background: #000;
  }
  .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;
  }
}
.xm_con.container .xm_title {
  height: 47px;
  line-height: 47px;
  font-size: 20px;
  text-align: center;
}
.xm_con table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: auto;
  width: 100%;
}
.xm_con table td {
  background-color: #fff;
  font-size: 14px !important;
}
.xm_con table a {
  color: #333;
}
.xm_con table .block {
  display: block;
}
.xm_con table .f20px {
  font-size: 20px !important;
}
.xm_con .mt10px {
  margin-top: 10px;
}
.xm_con table th {
  height: 47px;
  line-height: 47px;
  font-size: 20px;
  text-align: center;
  background-color: #eee;
}
.xm_con table th.l-star {
  width: 124px;
}
.xm_con table tr {
  border: 1px #eee solid;
  line-height: 52px;
}
.xm_con table td {
  border: 1px #eee solid;
}
.xm_con .l-star {
  width: 123px;
}
.xm_con .l-eye {
  width: 40px;
  height: 22px;
  background-position: 0 0;
}
.xm_con .l-second {
  width: 130px;
  background-color: #f9f9f9;
}
.xm_con .l-three {
  width: 943px;
  padding-left: 18px;
}
.xm_con .l-three a {
  float: left;
  margin-right: 45px;
  line-height: 52px;
}
.xm_con .l-nose {
  width: 40px;
  height: 30px;
  background-position: 0 -30px;
}
