@media screen and (min-width: 1025px){
  #clinic{
    width: 100%;
  }
  #contentab {
  	    width: 1280px;
  	    margin: 55px auto 0;
  	}
  .clinic_list{
    width: 1185px;
    margin: 50px auto 0px;
  }
  .clinic_content{
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
  .clinic_content table{word-break:break-all;width:100%;border: 0px solid #ddd;}
  .clinic_content table td{border: 0px solid #ddd !important;background:none !important;line-height: 48px;border: 1px solid #18468a !important;color: #114790;vertical-align: middle !important;}
  .clinic_content table tr:first-of-type {background-color: #114790 !important;}
  .clinic_content table tr:first-of-type td {color: #fff;line-height: 25px;font-weight: bold !important;padding: 10px 0 !important;}
  .clinic_content table tr:first-of-type td strong{font-weight: bold !important;}
  .clinic_content img{
    /* display: block; */
    /* width: auto; */
  }
  #clinic_list_div{
    width: 100%;
    /* display: flex;
    align-items: center; */
  }
  .clinic_list_div{
    width: 100%; 
    height: 100%;
    padding-right: 1px;
  }
  .clinic_list_div .swiper-wrapper{
    /* display: flex; */
    /* justify-content: center; */
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div{
    /* width: 237px; */
    height: 66px;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    box-sizing: border-box;
    cursor: pointer;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div a{
    display: block;
    font-size: 24px;
    color: #666666;
    height: 66px;
    line-height: 66px;
    text-align: center;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide:last-of-type div{
    border-right: 1px solid #CCCCCC;
  }
  .clinic_act{
    background-color: #114790;
  }
  .clinic_act a{
    color: #ffffff !important;
  }
  #clinic_list_li{
    width: 100%;
  }
  .clinic_list_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 51px;
    margin-bottom: 104px;
  }
  .clinic_list_li img{
    display: block;
    width: 380px;
    margin: 0 15px;
  }
  .clinic_list_li div{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .clinic_list_li div span{
    font-size: 32px;
    color: #000000;
  }
  .clinic_list_li div p{
    width: 700px;
    margin-top: 59px;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
  }
}
@media (max-width: 1024px) and (min-width: 751px){
  #clinic{
    width: 100%;
  }
  .clinic_list{
    width: 9rem;
    margin: 1rem auto 0rem;
  }
  .clinic_content{
    width: 100%;
  }
  .clinic_content table{word-break:break-all;width:100%;border: 0px solid #ddd;font-size: 15px;}
  .clinic_content table td{border: 0px solid #ddd !important;background:none !important;line-height: 41px;border: 1px solid #114790 !important;vertical-align: middle !important;}
  .clinic_content table tr:first-of-type {background-color: #114790 !important;}
  .clinic_content table tr:first-of-type td {color: #fff;line-height: 25px;font-weight: bold !important;padding: 10px 0 !important;}
  .clinic_content table tr:first-of-type td strong{font-weight: bold !important;}
  
  .clinic_content img{
    display: block;
    width: 100%;
  }
  #clinic_list_div{
    width: 100%;
    /* display: flex;
    align-items: center; */
  }
  .clinic_list_div{
    width: 100%; 
    height: 100%;
    padding-right: 0.02rem;
  }
  .clinic_list_div .swiper-wrapper{
    /* display: flex; */
    /* justify-content: center; */
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div{
    /* width: 2.37rem; */
    height: 0.66rem;
    border-left:0.01rem solid #CCCCCC;
    border-top:0.01rem solid #CCCCCC;
    border-bottom:0.01rem solid #CCCCCC;
    box-sizing: border-box;
    cursor: pointer;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div a{
    display: block;
    font-size: 0.24rem;
    color: #666666;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide:last-of-type div{
    border-right: 0.01rem solid #CCCCCC;
  }
  .clinic_act{
    background-color: #114790;
    
  }
  .clinic_act a{
    color: #ffffff !important;
  }
  #clinic_list_li{
    width: 100%;
  }
  .clinic_list_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.51rem;
    margin-bottom: 1.04rem;
  }
  .clinic_list_li img{
    display: block;
    width: 4rem;
  }
  .clinic_list_li div{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .clinic_list_li div span{
    font-size: 0.32rem;
    color: #000000;
  }
  .clinic_list_li div p{
    width: 4.5rem;
    margin-top: 0.4rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.27rem;
  }
}
@media screen and (max-width: 750px){
  #clinic{
    width: 100%;
  }
  .clinic_list{
    width: 6.9rem;
    margin: 1rem auto 0rem;
  }
  .clinic_content{
    width: 100%;
    margin-bottom: 0.5rem;
    font-size:14px;line-height:1.8;
  }
  .clinic_content table{/* word-break:break-all; */width:100%;border: 0px solid #ddd;font-size: 14px;}
  .clinic_content table td{border: 0px solid #ddd !important;background:none !important;line-height: 16px;padding: 5px 2px !important;border: 1px solid #114790 !important;color: #114790;vertical-align: middle;}
  .clinic_content table tr:first-of-type {background-color: #114790 !important;}
  .clinic_content table tr:first-of-type td {color: #fff;line-height: 16px;font-weight: bold !important;}
  .clinic_content table tr:first-of-type td strong{font-weight: bold !important;}
  
  .clinic_content img{
    display: block;
    width: 100%;
  }
  #clinic_list_div{
    width: 100%;
    /* display: flex;
    align-items: center; */
  }
  .clinic_list_div{
    width: 100%; 
    height: 100%;
    padding-right: 0.02rem;
  }
  .clinic_list_div .swiper-wrapper{
    /* display: flex; */
    /* justify-content: center; */
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div{
    /* width: 2.29rem; */
    height: 0.66rem;
    border-left:0.01rem solid #CCCCCC;
    border-top:0.01rem solid #CCCCCC;
    border-bottom:0.01rem solid #CCCCCC;
    box-sizing: border-box;
    cursor: pointer;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide div a{
    display: block;
    font-size: 0.24rem;
    color: #666666;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
  }
  .clinic_list_div .swiper-wrapper .swiper-slide:last-of-type div{
    border-right: 0.01rem solid #CCCCCC;
  }
  .clinic_act{
    background-color: #114790;
    
  }
  .clinic_act a{
    color: #ffffff !important;
  }
  #clinic_list_li{
    width: 100%;
  }
  .clinic_list_li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.51rem;
    margin-bottom: 1.04rem;
  }
  .clinic_list_li img{
    display: block;
    width: 6.9rem;
  }
  .clinic_list_li div{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0.4rem;
  }
  .clinic_list_li div span{
    font-size: 0.32rem;
    color: #000000;
  }
  .clinic_list_li div p{
    width: 6.9rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.35rem;
  }
}