.frame {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 10px;
}

.frame:nth-child(3n) {
  margin-top: 10px;
}

.frameDoctor {
  width: 220px;
  margin: 10px 20px 0px 0 !important;
}

.frameDoctor .obj_a_imgs {
  width: 220px;
}

.frameDoctor .obj_a_img {
  width: 220px;
}

.directorBox {
  position: relative;
}

.director {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  background-color: #D70D69;
  color: #fff;
  text-align: center;
}

/* 地区筛选 */
.clearfixs {
  display: flex;
  background-color: #fff;
}

.outfit_nav p {
  font-size: 14px;
  color: #2e2f2f;
  float: left;
  line-height: 34px;
}

.outfit_nav p {
  font-size: 16px;
  line-height: 50px;
  margin-left: 18px;
}

.outfit_nav .outfit_shaixuan {
  width: 900px;
  background-color: #fff;
}

.outfit_shaixuan a {
  margin-left: 0 !important;
}

.outfit_nav p a {
  color: #2e2f2f;
  margin-left: 20px;
  line-height: 34px;
  white-space: nowrap;
  padding: 4px 12px;
}

.outfit_nav p a:hover {
  color: #fff;
  background: #D70D69;
  border-radius: 50px;
}

.outfit_nav p a {
  line-height: 50px;
  padding: 10px 20px;
  font-size: 16px;
}

.outfit_nav .outfit_shaixuan .active {
  color: #fff;
  background: #D70D69;
  border-radius: 50px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.list_hotanli {
  width: 100%;
  overflow: hidden;
}

.list_hotanli h5 {
  font-size: 26px;
  color: #333;
  float: left;
}

.list_hotanli h1 {
  font-size: 24px;
  color: #333;
  float: left;
  font-weight: 600;
}

.list_hotanli li:first-child {
  border-top: 0;
}

.list-anli li:first-child {
  height: 35px;
  line-height: 35px;
  border-top: 0;
  display: flex;
  justify-content: space-between;
}

.list-anli li:first-child a {
  font-size: 20px;
  color: unset;
  margin-right: unset;
  margin-top: unset;
}

.list_hotanli h6 {
  font-size: 20px;
  margin-bottom: 5px;
}

.list_hotanli h6 a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}

.list_hotanli_a {
  font-size: 20px !important;
  color: #333 !important;
  line-height: 36px !important;
}

.list_hotanli a:hover {
  color: #c50654;
  text-decoration: underline;
}

.listzx_xiangxi {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listzx_doc_conter {
  width: calc(100% - 200px);
  position: relative;
  margin-top: 40px;
  margin-left: 40px;
}

.listzx_doc_conter p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.listzx_doc_conter p a {
  color: #666;
}

.listzx_doc_conter p:first-child {
  margin-bottom: 10px;
}

.listzx_img {
  width: 220px;
  height: 132px;
  overflow: hidden;
  margin-right: 23px;
}

.listzx_img img {
  width: 100%;
  height: 100%;
}

.listzx_img_doc {
  width: 150px;
  height: 150px;
  text-align: center;
  margin-right: 5px;
  overflow: hidden;
  margin: 15px 0;
}

.listzx_img_doc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(20px) !important;
}

.list_xiangmu {
  width: 100%;
  display: flex;
}

.listzx_conterHospital {
  width: calc(100% - 220px);
}

.list_xiangmu .listzx_time {
  font-size: 12px;
  border: none;
  position: absolute;
  margin-top: 0px;
  right: 0;
  color: #999;
}

.listzx_times {
  font-size: 12px;
  border: none;
  margin-top: 0px;
  right: 0;
  color: #999;
}

.list_hotanliClearfix {
  display: flex !important;
}

.list_hotanliClearfix>a {
  width: 100%;
  display: inline-block;
}

.list_hotanliClearfix>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list3 ul li {
  width: 100%;
}

.show_main {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.clearfix:after {
  content: ".";
  /*加一段内容*/
  display: block;
  /*让生成的元素以块级元素显示，占满剩余空间*/
  height: 0;
  /*避免生成的内容破坏原有布局高度*/
  clear: both;
  /*清除浮动*/
  visibility: hidden;
  /*让生成的内容不可见*/
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix a {
  line-height: 22px;
}

.doc_left {
  float: left;
  width: 850px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.doc_right {
  float: right;
}

/*.doc_left img{*/
/*width: 220px;*/
/*height: 128px;*/
/*margin: 20px 10px;*/
/*}*/
.doc_desc {
  width: 460px;
}

.doc_desc p {
  margin-bottom: 1.6em;
}

.doc_desc p:nth-child(4) {
  margin-bottom: 0;
}

.hos-jianjie .doc_desc p:nth-child(4) {
  margin-bottom: 1.6em;
}

.doc_desc .yp_type {
  font-weight: 600;
  font-size: 17px;
}

.btn_online {
  width: 116px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ee6070;
  color: #fff;
  border: 1px solid #ee6070;
  border-radius: 5px;
  margin: 20px 0;
}

.doc_right {
  width: 320px;
}

.doc_jianjie {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.doc_jianjie_img {
  width: 150px;
  height: 195px;
  text-align: center;
  margin-left: 20px;
  overflow: hidden;
}

.doc_jianjie_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hos_jianjie_img {
  width: 195px;
  height: 150px;
  text-align: center;
  margin-right: 5px;
  overflow: hidden;
}

.hos_jianjie_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ys_desc {
  margin-top: 20px;
  font-size: 16px;
}

.ys_desc img {
  width: 65%;
  height: auto;
  margin: 0 auto;
  display: block;
  filter: blur(20px);
}

.ys_desc p {
  text-indent: 2em;
  line-height: 30px;
  padding: 20px 0;
  text-align: left;
}

.ys_desc table {
  margin: 0 auto;
}

.ys_desc table tr {
  width: 100%;
  height: 30px;
}

.ys_desc table td {
  width: 20%;
  line-height: 30px;
}

.show_content table {
  margin: 0 auto;
}

.show_content table tr {
  width: 100%;
  height: 30px;
}

.show_content table td {
  width: 20%;
  line-height: 30px;
}

.show_content h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 8px 0;
}

.ys_desc h5 {
  color: #333;
  font-weight: 700;
  font-size: 18px;
}

.title {
  text-align: center;
  background: #fff;
  padding: 0 5px;
}

.title span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.title_content {
  width: 100%;
  padding: 0 5px;
}

.title_content h1 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.title_content {
  height: auto;
  line-height: 35px;
}

.mesg {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  color: #969494;
}

.mesg span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.show_content {
  padding: 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
}

.show_content p {
  line-height: 30px;
}

.show_content p img {
  max-width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sh_strategy {
  margin-top: 40px;
  position: relative;
  background-color: #fff;
  border-top: 10px solid #ececec;
  padding: 10px 0;
}

.sh_h3_indent {
  height: 27px;
  width: 77px;
  border-bottom: 2px solid #ccc;
  text-align: center;
  text-indent: 0;
  margin-left: 10px;
  color: #656262 !important;
  font-size: 18px;
  font-weight: 700;
}

.sh_home-list {
  border-top: none;
  padding: 0 11px;
}

.sh_home-list ul li {
  display: flex;
  background-color: #eee;
  padding: 18px 10px;
  width: 94%;
  justify-content: space-between;
  margin-top: 14px;
  border-radius: 5px;
}

.sh_home-list ul li a .new-text {
  padding-left: 10px;
  height: 100px;
  width: 49%;
  overflow: hidden;
}

.sh_home-list ul li a p {
  margin-top: 19px;
  word-break: break-word;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.5;
  vertical-align: middle;
  overflow: hidden;
}

.sh_home-list ul li a .new-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.sh_home-list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: Center;
}

.sh_home-list ul li a .new-image {
  width: 44%;
  height: 120px;
  text-align: center;
  overflow: hidden;
}

.sh_home-list ul li a .new-text {
  height: 100px;
  width: 53%;
  overflow: hidden;
}

.sh_home-list ul li a h3 {
  font-size: 16px;
  color: #f88750;
  width: 100%;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.jc_list ul li {
  background-color: white;
  padding: 0px 10px;
}

.jc_list ul li a h3 {
  color: dodgerblue;
}

.jc_strategy {
  border-top: none !important;
}

.yp_ys_tuijian {
  padding: 0 0 115px;
  overflow: visible;
  width: 852px;
}

.yp_ys_tuijian li span {
  height: 20px;
  text-align: center;
}

.yp_ys_tuijian .doc_tuijian_img {
  width: 100%;
  height: 195px;
  text-align: center;
  margin-right: 5px;
  overflow: hidden;
}

.yp_ys_tuijian li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yp_ys_tuijian .doc_intro_tuijian {
  /* height: 340px; */
  bottom: 20px;
}

/* .yp_ys_tuijian .doc_intro_tuijian ul{
    height: 674px;
    width:100%;
} */
.yp_ys_tuijian .doc_intro_tuijian ul li {
  border: 1px solid #ccc;
  margin-top: 46px;
  height: 283px;
  width: 26.3%;
  margin-right: 40px;
  margin-left: 15px;
}

.piclist_body p {
  text-align: center;
  margin-top: 4px;
}

.doc_span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: unset;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100% !important;
  color: #333;
}

.doc_primary {
  background-color: #D31568;
  width: 100% !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px;
}

.doc_primary a {
  color: white !important;
}

.doc_class {
  color: #A2E4F4;
}

.flex_ys {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.flex_ys p {
  line-height: 14px;
  padding: 0;
  text-indent: 0;
  padding-left: 20px;
}

.tabbar-list ul {
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
}

.tabbar-list ul li {
  border: 1px solid;
  padding: 4px 20px;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
}

.tabbar-list ul .active {
  color: #D31568;
  border: 1px solid #D31568;
}

.tabbar-list ul .active a {
  color: #D31568;
}

.places {
  border-bottom: none !important;
}

.clearfixHospital {
  display: flex;
}

.xmobj_a {
  width: 320px !important;
}

.xmobj_a .obj_a_imgs {
  width: 320px !important;
  height: 250px;
}

.xmobj_a .obj_a_img {
  width: 320px !important;
  height: 250px;
}

.sh_h3_indents {
  margin: 20px 0 !important;
}

.activetitle {
  position: relative !important;
  width: 100% !important;
}

.huimore {
  position: absolute;
  top: 0;
  right: 8px;
  color: #867f7f !important;
  font-size: 12px;
  width: 35px !important;
}

/* 表格样式 */
.ys_desc table td {
  border: none;
  line-height: 2.5em;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}

.ys_desc table tr:nth-child(odd) {
  background: #f5f5f5;
}

.obj_cons {
  display: grid !important;
  grid-template-columns: repeat(3, auto);

}
.link{
  color: #0787f0;
}

.arcbodyContent img {
  width: 450px !important;
  height: 430px !important;
  margin: 0 auto;
  object-fit: cover !important;
}

.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;
}
