﻿.main_hidden {
 display: none;
}

.map_wrapper p {
 line-height: 36px;
}

.header_new {
 display: block;
}

.header_right li .friendImg,
.logo .friendImg {
 display: inline-block;
}

.mainImg {
 display: none;
}

.header_new .main_header .header_right li a {
 color: #008dd6;
}

.header_new .main_header li .line_1 {
 color: #008dd6;
}

.linkmap {
 display: none;
}

.serve_wrapper {
 width: 100%;
 padding-top: 10%;
 box-sizing: border-box;
}

.serve_con {
 width: 1200px;
 margin: 0 auto;
 padding: 0 32px;
 box-sizing: border-box;
}

.serve_title {
 width: 200px;
 font-size: 28px;
 line-height: 40px;
 margin: 0 auto;
 text-align: center;
 color: #595757;
 position: relative;
}

.serve_title::before {
 content: "";
 position: absolute;
 left: -468px;
 top: 50%;
 transform: translateY(-50%);
 width: 468px;
 height: 2px;
 background: #595757;
}

.serve_title::after {
 content: "";
 position: absolute;
 right: -468px;
 top: 50%;
 transform: translateY(-50%);
 width: 468px;
 height: 2px;
 background: #595757;
}

.cantact_code {
 display: flex;
 justify-content: space-around;
 width: 86%;
 margin: 50px auto 20px;
}

.code_com {
 width: 33.3%;
 text-align: center;
}

.code_com1 {
 /* padding-top: 2px; */
}

.code_com2 {
 /* padding-top:10px; */
}

.code_com p {
 font-size: 16px;
}

.cantact_info {
 border-top: 2px solid #333;
 padding: 30px 0px 20px;
}

.info_ul .info_li {
 float: left;
 width: 100%;
 height: 40px;
 margin-bottom: 20px;
 padding-left: 0;
 box-sizing: border-box;
}

.info_li .li_span {
 margin-left: 20px;
 font-size: 16px;
 line-height: 40px;
 font-weight: 600;
}

ul.info_ul {
 display: flex;
 justify-content: space-between;
 align-items: start;
}

ul.info_ul .info_div {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 width: 35%;
}

.info_div.No_href li span {
 /* margin-left: 20px; */
 font-size: 16px;
 line-height: 30px;
 font-weight: 600;
}

.info_div.No_href li {
 margin-bottom: 20px;
}

.map_box {
 width: 1160px;
 height: 500px;
 margin: 0 auto;
}

.info_li .li_span2 {
 margin-left: 27px;
}

.info_li .li_span8 {
 margin-left: 24px;
}

.info_ul li.info_li.flex {
 display: flex;
 justify-content: start;
 align-items: center;
 height: auto;
}

.info_ul li.info_li.flex .info_div {
 width: auto;
 margin-left: 20px;
}

.info_ul li.info_li.flex .info_div p {
 font-size: 16px;
 line-height: 23px;
 font-weight: 600;
}

.code_com img {
 width: 140px;
 height: 140px;
}

ul.info_ul .info_div.w30 {
 width: 30%;
}

@media only screen and (max-width: 768px) {
 /* 新加22 6.16 */
.serve_con{
 width: 100%;
 padding: 0px 0px;
   }
   .serve_li{
 width: 50%;
 margin-top: 25px;
   }
   .patient_ul, .li_wrapper{width: 100%;}
   .main_content{
 margin-top: 0px !important;
 min-height: 600px;
   }
   .serve_ul{
 padding: 20px 0px;
   }
   
   .serve_wrapper{
 padding-top: 35%;
   }
   .patient_li1{
 width: 100%;
   }
  
   .serve_title::before{
 width: 100px;
 left: -100px;
   }
   .serve_title::after{
 width: 100px;
 right: -100px;
   }
   .cantact_code{
   width: 100%;
   display: block;
   }
   .code_com{
   width: 48%;
   display: inline-block;
   }
   ul.info_ul{
   display: block;
   }
   ul.info_ul .info_div.w30, ul.info_ul .info_div{
   width: 100%;
   }
   /* 地图 */
   .map_box{
   width: 100%;
   }
   /* 新加结束 */

 ul.dep_list li.dep_li {
 height: 130px;
 }

 .ewm {
 display: none;
 }
}

@media only screen and (max-width: 640px) {
 .article_cont p img {
 display: none !important;
 }

 ul.dep_list li.dep_li {
 width: 98%;
 padding: 2%;
 border: 1px dashed #125f89;
 height: auto;
 box-sizing: border-box;
 float: none;
 }
} 