@import "oh.css";
* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  list-style: none;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.4em;
  font-style: normal;
  position: relative;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  -moz-user-select: -moz-none;
}
input,
textarea {
  -webkit-appearance: none;
}
*:hover {
  border: none;
  outline: none;
}
html,
body,
.wrapper_w {
  overflow-x: hidden;
}
html,
body,
.wrapper_w,
#head,
#footer {
  max-width: 640px;
  margin: 0 auto;
}
/*箭头向上*/
/*箭头向下*/
/*箭头向左*/
/*箭头向右*/
.absolute {
  position: absolute;
}
br {
  line-height: 0;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clearfix:after,
.clear {
  content: '';
  width: 100%;
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
.bg12 {
  /*width: 1200px;*/
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
/*star --slider 通用*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 901;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow.slick-prev {
  left: 0px;
}
.slick-arrow.slick-next {
  right: 0px;
}
.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
  opacity: 0.7;
  border-radius: 100%;
  cursor: pointer;
  height: 14px;
  width: 14px;
  font-size: 0;
}
.slick-dots li.slick-active {
  opacity: 1;
}
a,
img {
  width: auto;
  display: block;
  max-width: 100%;
}
.bg12 {
  width: 87.5%;
  margin: 0 auto;
}
.swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.flex {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.btn_go {
  text-align: center;
  margin: 2rem auto 0;
}
.btn_go img {
  display: block;
}
.btn_go a {
  display: inline-block !important;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.2rem;
  background-color: #000 !important;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5em;
}
.btn_go.btn_icon * {
  display: inline-block;
  vertical-align: middle;
}
#pop_bg_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1001;
}
#video_pop {
  position: fixed;
  top: 25%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: 1002;
  display: none;
}
#video_pop #show_vd {
  width: 100%;
  height: 85%;
  top: 30px;
  left: 0;
  z-index: 9999998;
  position: absolute;
}
#video_pop .v_close {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 25px;
  height: 25px;
  z-index: 9999999;
  background: url("../images/video_close.png") no-repeat center;
  background-size: contain;
}
.wrapper_w {
  display: block;
  background: #fff;
}
.wrapper_w #banner {
  padding: 0;
  background: none;
}
.wrapper_w .part {
  background: url("../images/part_shadow.png") no-repeat center top;
  padding: 2.2rem 0;
}
.wrapper_w .part.p0 {
  padding: 0;
  background: none;
}
.wrapper_w .r_tips {
  cursor: pointer;
  color: #cca268;
  font-size: 1rem;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0.35rem;
  padding-left: 15px;
}
.wrapper_w .r_tips a {
  color: #cca268;
}
.wrapper_w .r_tips.refresh {
  background: url("../images/icon_refresh.png") no-repeat left center;
  background-size: 13px auto;
}
.wrapper_w .r_tips.more {
  background: url("../images/icon_more.png") no-repeat left center;
  background-size: 9px auto;
  padding-left: 13px;
}
.wrapper_w .mask {
  position: absolute;
  background: url("../images/trans_black.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
}
.wrapper_w .mask .pop {
  margin: auto;
  max-width: 80%;
}
.wrapper_w .mask .pop p {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5em;
}
.wrapper_w.index #category_menu {
  padding: 1.5rem 0;
}
.wrapper_w.index #category_menu .category_list li {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 25%;
  margin: 1rem 0;
}
.wrapper_w.index #category_menu .category_list li .img {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 3px 14px rgba(205, 167, 140, 0.8);
}
.wrapper_w.index #category_menu .category_list li b {
  margin-top: 0.7rem;
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wrapper_w.index #category_menu .category_list li.huang .img {
  box-shadow: 0 3px 14px rgba(205, 167, 140, 0.8);
}
.wrapper_w.index #category_menu .category_list li.hei .img {
  box-shadow: 0 3px 14px rgba(148, 127, 115, 0.8);
}
.wrapper_w.index .part .top_t {
  margin-bottom: 1rem;
}
.wrapper_w.index .part .top_t .h1_tit {
  font-size: 1.7rem;
  width:23.5rem;
}
.wrapper_w.index .part .top_t .h1_tit b{
	overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
}
.wrapper_w.index .part .top_t .h1_tit span {
  display: block;
  color: #343434;
  margin-top: 3px;
  font-size: 1rem;
  line-height: 1em;
  border-left: 2px solid #b3b3b3;
  padding-left: 3px;
}
.wrapper_w.index .part .btn_video {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  background: url("../images/btn_icon_video.png") no-repeat;
  background-size: 100%;
}
.wrapper_w.index .part .btn_to_video {
  display: inline-block;
  width: 23px;
  height: 1.5em;
  background: url("../images/icon_video.png") no-repeat right center;
  background-size: 18px ;
}
.wrapper_w.index .part .con.video {
  background: #000;
}
.wrapper_w.index .part .con.video video {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrapper_w.index #meipai .con_flex .con {
  flex: 1;
  -webkit-flex: 1;
  margin: 0 0.2rem;
}
.wrapper_w.index #meipai .con_flex.flex2 {
  margin-top: 0.2rem;
}
.wrapper_w.index #diebian .tab_wrap .gallery_nav {
  margin-bottom: 1.2rem;
}
.wrapper_w.index #diebian .tab_wrap .gallery_nav .swiper-slide {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  color: #cca268;
  border: 1px dashed #cca268;
}
.wrapper_w.index #diebian .tab_wrap .gallery_nav .swiper-slide.swiper-slide-active {
  background: #cca268;
  color: #fff;
}
.wrapper_w.index #diebian .tab_wrap .gallery_nav .swiper-slide.swiper-slide-active:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #cca268;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_name {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_name .jour_icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-right: 8px;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_name .info {
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 2rem;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_pic {
  margin: 1rem 0;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_pic li {
  flex: 1;
  -webkit-flex: 1;
  margin: 0 3px;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_pic li img {
  width: 13.7rem;
  height: auto;
  max-height: 11.25rem;
  display: block;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_pic li em {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 1rem;
  bottom: 0;
  left: 0;
  border-top-right-radius: 5px;
  padding: 0.25rem 0.5rem;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_text {
  padding-bottom: 1rem;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_text p {
  color: #343434;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-box-orient: vertical;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other {
  border-top: 1px solid #b3b3b3;
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5em;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .icon {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .icon_shuqian {
  flex: 5;
  -webkit-flex: 5;
  color: #cca268;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
  background-image: url("../images/icon_tag.png");
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .con_hudong {
  flex: 7;
  -webkit-flex: 7;
  color: #b3b3b3;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .con_hudong li {
  margin: 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .con_hudong li.icon.icon_view {
  background-image: url("../images/icon_view.png");
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .con_hudong li.icon.icon_msg {
  background-image: url("../images/icon_msg.png");
}
.wrapper_w.index #diebian .tab_wrap .gallery_con .swiper-slide .main_jour .jour_other .con_hudong li.icon.icon_zan {
  background-image: url("../images/icon_zan.png");
}
.wrapper_w.index #xm .xm_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrapper_w.index #xm .xm_list li {
  width: 32.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 3px;
}
.wrapper_w.index #zhuanjia .con_flex .btn {
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
}
.wrapper_w.index #zhuanjia .con_flex.flex1 .btn_ts {
  width: 4rem;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
}
.wrapper_w.index #zhuanjia .con_flex.flex2 .btn_ts {
  width: 5rem;
}
.wrapper_w.index #zhuanjia .con_flex .con {
  flex: 1;
  -webkit-flex: 1;
  margin: 0 0.2rem;
}
.wrapper_w.index #zhuanjia .con_flex.flex2 {
  margin-top: 3px;
}
.wrapper_w.contact #info .tit_line {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.wrapper_w.contact #info .tit_line span {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #cca268;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 0.8rem;
}
.wrapper_w.contact #info .tit_line:before,
.wrapper_w.contact #info .tit_line:after {
  content: '';
  flex: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: auto;
}
.wrapper_w.contact #info .tit_line:before {
  background-image: url("../images/tit_line_left.png");
  background-position: center right;
}
.wrapper_w.contact #info .tit_line:after {
  background-image: url("../images/tit_line_right.png");
  background-position: center left;
}
.wrapper_w.contact #info .info_list {
  margin-top: 0.8rem;
}
.wrapper_w.contact #item_card .card_list {
  justify-content: space-between;
}
.wrapper_w.contact #item_card .card_list li {
  border: 1px solid #b3b3b3;
  width: 49%;
  text-align: center;
  font-size: 1.1rem;
  color: #343434;
  margin-bottom: 2%;
}
.wrapper_w.contact #item_card .card_list li .img .mask .pop {
  width: 44%;
}
.wrapper_w.contact #item_card .card_list li .desc {
  padding: 10px 0;
  font-size: 1.2rem;
}
.wrapper_w.contact #item_card .card_list li .desc p{
	color:#343434;
}
.wrapper_w.contact #hospital_wrap .hos_list {
  position: relative;
  z-index: 1;
}
.wrapper_w.contact #hospital_wrap .hos_list li {
  display: flex;
  display: -webkit-flex;
  padding: 15px 0;
  align-items: center;
  border-top: 1px solid #b3b3b3;
  -webkit-align-items: center;
}
.wrapper_w.contact #hospital_wrap .hos_list li:first-child {
  border-top: none;
}
.wrapper_w.contact #hospital_wrap .hos_list li:nth-child(n+4) {
  display: none;
}
.wrapper_w.contact #hospital_wrap .hos_list li .img_hos {
  width: 23%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.wrapper_w.contact #hospital_wrap .hos_list li .hos_info {
  width: 100%;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #b3b3b3;
  font-size: 1.1rem;
}
.wrapper_w.contact #hospital_wrap .hos_list li .hos_info .r_tips {
  top: 0;
}
.wrapper_w.contact #hospital_wrap .hos_list li .hos_info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
  color: #343434;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.wrapper_w.contact #hospital_wrap .hos_list li .hos_info .address,
.wrapper_w.contact #hospital_wrap .hos_list li .hos_info .tel {
  color: #b3b3b3;
}
.wrapper_w.contact #hospital_wrap .hos_list.on li:nth-child(n+4) {
  display: flex;
  display: -webkit-flex;
}
.wrapper_w.contact #other_link .h1 {
  color: #b3b3b3;
  font-size: 1.3rem;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.wrapper_w.contact #other_link .other_list li {
  background: #f2f2f2;
  padding: 0.5rem 1rem;
  margin-bottom: 3px;
}
.wrapper_w.contact #other_link .other_list li a {
  font-size: 1.15rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
  background: url("../images/contact_a_ar_right.png") no-repeat right center;
  background-size: contain;
  text-decoration: underline;
}
.wrapper_w #map img,
.wrapper_w #map a {
  max-width: initial;
  display: initial;
}
.wrapper_w .go_last {
  width: 30px;
  height: 20px;
  margin: 0 auto;
  z-index: 2;
  background: url("../images/icon_arrow_to_bottom.png") no-repeat center bottom;
  background-size: contain;
  -webkit-animation: start 1.5s infinite ease-in-out;
}
.wrapper_w .go_last.on {
  background-image: url("../images/icon_arrow_to_up.png");
}
.wrapper_w.doctor .part .tit_zj {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  text-align: center;
  color: #666;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999;
}
.wrapper_w.doctor #qianggou .con {
  position: absolute;
  left: 60%;
  top: 5rem;
  max-width: 39%;
  font-size: 1.1rem;
}
.wrapper_w.doctor #qianggou .con h1 {
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
}
.wrapper_w.doctor #qianggou .con .price {
  font-family: "Arial";
  font-size: 1.2rem;
}
.wrapper_w.doctor #qianggou .con .price span {
  color: #bf1919;
}
.wrapper_w.doctor #qianggou .con .price em {
  margin-left: 5px;
  text-decoration: line-through;
}
.wrapper_w.doctor #qianggou .con .colockbox {
  margin-top: 5px;
}
.wrapper_w.doctor #qianggou .con .colockbox .timer {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: url("../images/zj_timer_bg.png") no-repeat center;
  background-size: contain;
}
.wrapper_w.doctor #qianggou .con .colockbox .timer + .timer {
  margin-left: 3px;
}
.wrapper_w.doctor #qianggou .con .btn_go {
  margin-top: 0.9rem;
}
.wrapper_w.doctor #qianggou .con .btn_go a {
  font-size: 1.1rem;
  padding: 0.2rem 1.5rem;
}
.wrapper_w.doctor .tit_left {
  font-size: 1.25rem;
  color: #333;
  margin: 3% 0 2%;
}
.wrapper_w.doctor #zj_thumb .con {
  display: none;
  margin-bottom: 3%;
}
.wrapper_w.doctor #zj_thumb .con .zj_list li {
  float: left;
  width: 20%;
  padding: 0.5% 0.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrapper_w.doctor #zj_thumb .con1 .zj_list li:nth-child(n+11) {
  display: none;
}
.wrapper_w.doctor #zj_thumb.on .con {
  display: block;
}
.wrapper_w.doctor #zj_thumb.on .con1 .zj_list li:nth-child(n+11) {
  display: block;
}
.wrapper_w.doctor #zj_big .tit_left {
  padding-left: 5px;
}
.wrapper_w.doctor #zj_big .tit_left:before {
  content: '';
  height: 12px;
  width: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: #333;
}
.wrapper_w.doctor #zj_big .con .zj_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 4%;
}
.wrapper_w.doctor #zj_big .con .zj_list .img {
  width: 40%;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc {
  width: 60%;
  padding: 0 1% 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.25rem;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc h1 {
  font-size: 1.6rem;
  color: #000;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .info {
  margin-top: 4%;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .info h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 2%;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box; */
  display:block;
  /* -webkit-line-clamp: 2; */
  line-height: 1.5em;
  max-height: 4.2em;
  -webkit-box-orient: vertical;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .info p a {
  color: #cca268;
  display:inline;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .num {
  margin-top: 4%;
  color: #b2b2b2;
  font-size: 1.1rem;
  text-align: right;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .btn_go {
  text-align: right;
  margin-top: 0.2rem;
}
.wrapper_w.doctor #zj_big .con .zj_list .desc .btn_go a {
  font-size: 1.1rem;
  padding: 0.3rem 1.5rem;
}
.wrapper_w.doctor #danmu .img_dm {
  margin: 4% 0;
}
.wrapper_w.doctor #danmu .btn_list .btn_go {
  width: 50%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
}
.wrapper_w.doctor #danmu .btn_list .btn_go a {
  background: none;
  padding: 0;
}
.wrapper_w.doctor #danmu .a_txt {
  text-align: center;
  margin-top: 2%;
}
.wrapper_w.doctor #danmu .a_txt a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #cca268;
  font-size: 1.2rem;
  text-decoration: underline;
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}
@-moz-keyframes start {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}
@keyframes start {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
