@charset "UTF-8";
/*滚动条*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
#layui-laydate2 .layui-this{
        background-color: #f06330 !important;
}
#layui-laydate3 .layui-this{
        background-color: #f06330 !important;
}
/*banner*/
.page_index {
  padding-top: 133px;
  position: relative;
}
.page_index img{
    max-width: 100%;
}
.page_index .breadcrumbs{
    position: sticky;
    top: 0;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner > img {
  width: 100%;
}
.banner .banner_phone {
  display: none;
}
.banner .banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.breadcrumbs a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.breadcrumbs a:hover {
  color: #f06330;
}
.breadcrumbs .breadcrumbs_act a {
  color: #f06330;
}
.breadcrumbs .swiper-slide {
  /*width: auto;
  padding: 0 35px;*/
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  position: relative;
}
.breadcrumbs .swiper-slide:last-child {
    border-right: none;
}
.breadcrumbs .swiper-slide:last-child{
    width: 140px;
}
.breadcrumbs .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
}
.breadcrumbs .l{
    width: 70%;
    position: relative;
    padding:0 20px;
}

.breadcrumbs .l .l_prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
.breadcrumbs .l .l_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
.breadcrumbs .swiper-button-disabled{
    opacity: 0.4;
}
.breadcrumbs .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
}
.breadcrumbs .r a {
  color: #999999;
}
.breadcrumbs .r a:hover {
  color: #f06330;
}
.breadcrumbs .r svg {
  margin-right: 6px;
}
.breadcrumbs .r span {
  margin: 0 6px;
}
.breadcrumbs .r div {
  white-space: nowrap;
}

/*commmon_btn*/
.common_btn {
  border: none;
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 0px 15px 0px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.common_btn .icon_search {
  margin-left: 12px;
  position: relative;
  z-index: 2;
}
.common_btn span {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.common_btn::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB 0%, #176CF4 100%);
}
.common_btn:hover::after {
  width: 150%;
}

/*commmon_btn2*/
.commmon_btn2 {
  width: 140px;
  height: 40px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  position: relative;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.commmon_btn2 span {
  position: relative;
  z-index: 2;
}
.commmon_btn2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.commmon_btn2:hover {
  color: #fff;
  border-color: transparent;
}
.commmon_btn2:hover::after {
  right: 0;
}

/*公共搜索*/
.common_search {
  border-radius: 0px 20px 0px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
.common_search .layui-input {
  width: 310px;
  border-radius: 0px 0px 0px 20px;
  padding: 0 20px;
  height: 100%;
  border: none;
}

/*公共搜索2*/
.common_search2 {
  display: -webkit-box;
  display: -ms-flexbox;                                   
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common_search2>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
}
.common_search2 .input {
  width: 310px;
  padding: 0 40px 0 20px;
  position: relative;
}
.common_search2 .input input{
    width: 100%;
      border: none !important;
      box-shadow: none !important;
        height: 100%;
        padding: 0;
}
.common_search2 .input_close{
    display: none;
    cursor: pointer;
        position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
/*点击切换*/
@-webkit-keyframes tab_ani {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes tab_ani {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
/*视频弹窗*/
.task {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task video {
  max-height: 80%;
  max-width: 80%;
}
.task svg {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.task svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*分页点*/
.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point span {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 5px;
  background: #f06330;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
}
.point .swiper-pagination-bullet-active {
  background: #f06330;
  width: 26px;
  opacity: 1;
}

/*列表分页*/
#page .laypage_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page span, #page a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #EFF3F9;
  margin: 0 4px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page span:not(.laypage_curr):not(.laypage_total):hover, #page a:not(.laypage_curr):hover {
  color: #f06330;
}
#page .laypage_curr {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(94deg, #36BFFB, #176CF4);
}
#page .laypage_total{
    width: auto;
    height: auto;
    border: none;
    background: none;
}
#page .laypage_btn:hover{
    color: #f06330;
}
#page .laypage_main input{
    border-radius: 0 15px 0 15px;
    height: 48px;
    width: 80px;
    border-color: #EFF3F9;
    margin: 0 10px;
    padding: 0 10px;
}
#page .laypage_btn{
    margin-left: 10px;
    line-height: 1;
    height: auto;
    padding: 0;
    border: none;
    transition: all 0.5s;
} 
.layui-form-select dl dd.layui-this {
  background-color: #f06330 !important;
}

.layui-form-select dl {
  top: 50px;
}
/*请求数据无数据*/
.no_data{
    display: none;
    flex-direction: column;
    align-items: center;
}
/*医生列表*/
.doctor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.doctor_list .item {
    display: flex;
    flex-direction: column;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}
.doctor_list .item:nth-child(4n) {
  margin-right: 0;
}
.doctor_list .item:nth-child(n+5) {
  margin-top: 30px;
}
.doctor_list .item .img {
  position: relative;
  height: 0;
  padding-bottom: 74.5%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: linear-gradient(#d9e8fd,#fff);
}
.doctor_list .item .img img {
  position: absolute;
  height: 100%;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.doctor_list .item .img_pic img{
    height: auto;
    top: 0;
    max-width: 80%;
    max-height: 80%;
    transform: inherit !important;
}
.doctor_list .item .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.doctor_list .item .relative {
  position: relative;
}
.doctor_list .item .position {
    text-align: center;
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: -18px;
  border-radius: 0 15px 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36BFFB), to(#176CF4));
  background: linear-gradient(180deg, #36BFFB, #176CF4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  width: 56px;
  height: 102px;
}
.doctor_list .item .position > div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.doctor_list .item .position > div:last-child {
  border-right: none;
}
.doctor_list .item .name {
  display: inline-block;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.doctor_list .item .name:hover {
  color: #f06330;
}
.doctor_list .item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.doctor_list .item .tag div {
  height: 30px;
  padding: 0 20px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #E4E4E4;
  margin: 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.doctor_list .item .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.875;
  position: relative;
}
.doctor_list .item .flx .hov_clk_demo{
    color: #737373;
    position: absolute;
    right: 0;
    bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg,transparent,#fff 20%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.doctor_list .item .sub {
  width: 48px;
}
.doctor_list .item .des {
  width: calc(100% - 48px);
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.doctor_list .item .des *{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    text-indent: inherit !important;
    line-height: inherit !important;
}
.doctor_list .item .des_two{
    height: 3.75em;
}
.doctor_list .item .line {
  height: 1px;
  border-bottom: 1px dashed #E4E4E4;
  margin: 6px 0;
}
.doctor_list .item .small_line {
  margin: 0px auto 11px;
  width: 24px !important;
  height: 1px;
  background: #f06330;
}
.doctor_list .item .link {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          height: 42px;
}
.doctor_list .item .link > div {
  cursor: pointer;
  padding: 0 10px;
  height: 42px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin: 0 5px;
      white-space: nowrap;
}
.doctor_list .item .link > div:hover {
  border-color: #f06330;
  color: #f06330;
}
.doctor_list .item .link > div > img {
  margin-right: 7px;
}
.doctor_list .item .w7_code {
  padding: 10px;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 20px);
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.doctor_list .item .w7_code img {
  width: 100px;
}
.doctor_list .item .w7_code::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* 继承文字颜色 */
  vertical-align: middle;
  top: 100%;
}
.doctor_list .item .hov {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 101%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  color: #fff;
  padding: 52px 0px;
  /*-webkit-transition: all 0.5s;
  transition: all 0.5s;*/
}
.doctor_list .item .hov_tit {
  line-height: 1.625;
}
.doctor_list .item .hov_des {
  line-height: 1.875;
}
.doctor_list .item .hov_des span,.doctor_list .item .hov_des p,.doctor_list .item .hov_des font{
    font-size: inherit !important;
}
.doctor_list .item .hov_scroll {
  padding: 0 40px;
  height: 100%;
  overflow-y: scroll;
}
.doctor_list .item .hov_scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.doctor_list .item .hov_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 5px;
}
.doctor_list .item .hov_scroll::-webkit-scrollbar-thumb {
  /* 滚动色 */
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.doctor_list .item .txt {
    flex: 1;
  padding: 14px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor_list .item .txt > div {
  width: 100%;
}
.doctor_list .item .txt > div:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_title .title {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
.common_title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#36BFFB), to(#176CF4));
  background: linear-gradient(180deg, #36BFFB, #176CF4);
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #737373;
}
.time svg {
  margin-right: 8px;
}

.news_list .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_list .first_item{
    height: 140px;
}
.news_list .news_item:last-child {
  padding-bottom: 0;
}
.news_list .news_tit {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list a:hover {
  color: #f06330;
}
.news_list .img {
  width: 178px;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
}
.news_list .img a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list .img a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .img a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news_list .news_txt_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_list .news_des {
  color: #737373;
  line-height: 1.875;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .news_time{
    display: none;
    align-items: center;
}
.news_time svg {
  margin-right: 8px;
}
.news_list .news_txt {
  width: calc(100% - 340px);
}
#layui-laydate1 .layui-this{
    background-color: #f06330 !important;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #f06330 !important;
}
.layui-laydate-footer span:hover{
    color: #f06330 !important;
}
@media screen and (max-width: 1700px) {
    
  .banner .banner_phone {
    display: block;
  }
  .banner .banner_pc {
    display: none;
  }
  .breadcrumbs .l {
    width: 70%;
  }
  .breadcrumbs .swiper-slide {
    /*padding: 0 30px;*/
  }
  
  .common_search .layui-input {
    border-radius: 0px 0px 0px 20px;
    padding: 0 20px;
  }
  #page span, #page a {
    width: 38px;
    height: 38px;
  }
  #page .laypage_main input{
      height: 38px;
  }
  .doctor_list .item{
      width: calc((100% - 60px)/4);
      margin-right: 20px;
      border-radius: 0px 20px 0px 20px;
  }
  .doctor_list .item .txt{
          padding: 14px 20px 24px;
  }
  .doctor_list .item .tag div{
          border-radius: 0px 6px 0px 6px;
  }
  .photo .swiper-slide {
    border-radius: 0 20px 0 20px;
      
  }
   .news_list .news_item{
        padding: 15px 0;
    }
}
@media screen and (max-width: 1200px) {
  .page_index {
    padding-top: 104px;
  }
      .doctor_list .item {
        width: calc((100% - 40px) / 3);
      }
      .doctor_list .item:nth-child(4n) {
    margin-right: 20px;
}
      .doctor_list .item:nth-child(3n) {
    margin-right: 0;
}
.doctor_list .item:nth-child(n+4) {
    margin-top: 20px;
}
 .breadcrumbs{
     display: none;
 }     
}
@media screen and (max-width: 900px) {
 .doctor_list{
      justify-content: space-between;
  }
  .doctor_list .item {
        width: calc((100% - 15px) / 2);
        margin-right: 0 !important;
    }
    .doctor_list .item:nth-child(n+3) {
    margin-top: 15px;
}   
}

@media screen and (max-width: 768px) {
    .news_list .news_item{
        height: auto;
    }
    .doctor_list .item .tag div{
        padding: 0 8px;
    }
    .doctor_list .item .position{
        display: none;
    }
    .doctor_list .item .txt .hov_demo{
        display: none;
    }
    .doctor_list .item .txt > *:nth-child(6){
        display: none;
    }
    .doctor_list .item .link > div{
        font-size: 12px;
        height: 30px;
        border-radius: 0px 10px 0px 10px;
    }
    .doctor_list .item .link > div > img{
        display: none;
    }
    .commmon_btn2{
        width: 120px;
    }
  .common_btn {
    width: 120px;
    border-radius: 0px 15px 0px 15px;
  }
  .banner .banner_phone {
    display: block;
  }
  .banner .banner_pc {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .common_search .layui-input {
    border-radius: 0px 0px 0px 10px;
    width: 220px;
  }
  #page span, #page a{
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
  
  #page .laypage_main input{
      border-radius: 0 10px 0 10px;
    height: 30px;
    width: 60px;
  }
  .news_list .news_time{
      display: flex;
      margin-top: 20px;
  }
  .news_list .news_des{
      display: none;
  }
    
    .news_list .news_item{
        flex-wrap: wrap;
    }
    .news_list .news_tit{
        width: 100%;
        max-width: 100%;
            -webkit-line-clamp: 2;
    }
    .news_list .news_item:not(.first_item) .time{
        display: block;
        margin-top: 20px;
    }
    .common_search2 .input {
    width: 220px;
        
    }
    .common_search2 div{
        border-radius: 0px 15px 0px 15px;
    }
   
}
@media screen and (max-width: 520px) {
  .common_search .layui-input {
    width: 200px;
    padding: 0 15px;
  }
  
  #page .laypage_main{
      flex-wrap: wrap;
  }
  #page .laypage_total{
      width: 100%;
      margin-top: 20px;
  }
  .doctor_list .item .tag div{
        font-size: 10px;
        margin: 0 3px;
        height: 24px;
  }
  .doctor_list .item .link > div{
      margin: 0 3px;
  }
      .doctor_list .item {
        width: calc((100% - 10px) / 2);
    }
        .doctor_list .item:nth-child(n+3) {
        margin-top: 10px;
    }
    .doctor_list .item .sub {
        width: 40px;
   }
   .doctor_list .item .des {
    width: calc(100% - 40px);
       
   }
}
