.linkmap{display: none;}
.main {
  background: #fff;
}
.Min.xw {
}
/* 四块 */
.four_Con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.itemFour {
  width: 300px;
  height: 200px;
}

.itemFour a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.itemFour a p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 17px;
}
.itemFour:hover img {
   animation: rot 0.5s;
   -webkit-animation: rot 0.5s;
}
.itemFour.itemFour_1 {
   background: url(/Content/Areas/Hospitals/Images/four_1.png) no-repeat;
}
.itemFour.itemFour_2 {
   background: #5A82CF;
}
.itemFour.itemFour_3 {
   background: url(/Content/Areas/Hospitals/Images/four_2.png) no-repeat;
}
.itemFour.itemFour_4 {
   background: #56A5AA;
}

.Min {
   padding: 60px 0;
}
.four .w1280 {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
/* 四块 */


.Min.xw .xw_Con{
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.xw_left {
  width: 520px;
  height: 360px;
  /* margin-top: -60px; */
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.xw_right {
  width: 706px;
}
.xwR_Con li:hover a.title_type {
  color: #920d14;
}

.xwR_Con li:hover span {
  color: #920d14;
}
.xwR_Con li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 21px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
}

.xwR_Con li a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.xwR_Con li span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}


.xw_left .swiper-slide img {
 width: 100%;
 height: 420px;
 transition: all 0.2s;
}
.xw_left li a.img_box {
 overflow: hidden;
}

.xw_left li:hover a.img_box img {
 transform: scale(1.1);
 transition: all 0.2s;
}
.xw_left .swiper-slide a.title_type {
 position: absolute;
 bottom: 0;
 width: 100%;
 left: 0;
 height: 60px;
 line-height: 60px;
 color: #fff;
 background: rgb(0 0 0 / 30%);
 font-size: 16px;
 padding-left: 30px;
 box-sizing: border-box;
}

.xw_right h2.title_min {
 margin-bottom: 0;
}

.Min.xw {padding-bottom: 0;}
 /* dep */
 
 .li_department {
  display: none;
  position: relative;
 }
 
 .li_department.show {
  display: block;
  overflow: hidden;
 }
 
 .dep_left {
  width: 550px;
 }
 
 .dep_image img {
  width: 100%;
  height: 380px;
 }
 
 .depImg_bottom {
  height: 58px;
  background: rgb(0 0 0 / 50%);
  /* overflow: hidden; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
 }
 
 .depImg_bottom a.dep_name {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 58px;
 }
 
 .depImg_bottom p {
  padding: 20px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
 }
 

 
 .dep_right {
  width: 700px;
 }
 
 .dep_header {
  display: flex;
  align-items: center;
  justify-content: start;
 }
 
 .dep_header h2 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  float: left;
  line-height: 45px;
  cursor: pointer;
  width: 220px;
  height: 45px;
  background: #920d14;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 17px;
  position: relative;
 }
 
 .dep_header h2.on {
  background: #920d14;
 }
 
 .Min.dep_phone {
  display: none;
 }
 
 .li_dep_name {
  width: 215px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: all 0.2s;
 }
 
 .li_dep_name a {
  display: block;
  line-height: 45px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(/Content/Areas/Hospitals/images/dep_right.png)no-repeat right center;
  transition: all 0.2s;
 }
 
 .li_dep_name:nth-child(3n) {
  margin-right: 0;
 }
 
 .dep_Con {
  display: none;
  height: 310px;
  overflow-y: auto;
 }
 .dep_Con::-webkit-scrollbar{
   width:5px;
   height:5px;
 }
 .dep_Con.active::-webkit-scrollbar-track{
 border-radius:10px;
 background:#f5f5f5;
 }
 .Min.four {
  padding: 60px 0 0;
}
 .dep_Con.active::-webkit-scrollbar-thumb{
 border-radius:10px;
 background:#920d14;
 }
 .dep_Con.active {
  display: block;
 }
 
 .dep_swiper {
  margin-top: 25px;
 }
 
 .li_dep_name:hover a {
  background: url(/Content/Areas/Hospitals/images/dep_right1.png)no-repeat right center;
  color: #fff;
  transition: all 0.2s;
 }
 .li_dep_name:hover {
   background: #920D14;
   transition: all 0.2s;
}

/* .depImg_bottom::after {
  content: "";
  position: absolute;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
 } */
 
 h2.title_min span {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
 }
 h2.title_min {
   margin-bottom: 30px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   line-height: initial;
}
 h2.title_min .more {
  background: url(/Content/Areas/Hospitals/images/title_h2.png) no-repeat left center;
  padding-left: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #920D14;
  margin-left: 30px;
  transition: all 0.2s;
 }
 
 h2.title_min .more:hover {
  transition: all 0.2s;
  padding-left: 120px;
  background: url(/Content/Areas/Hospitals/images/title_h2.png) no-repeat 20px center;
 }
 
 .dep h2.title_min i.title_eng {
  color: #fff;
  opacity: 0.1;
 }
 .dep_header h2:last-child {
   background: #B79858;
}


.dep_header h2.on::after {content: "";position: absolute;border-width: 15px;border-style: solid;border-color: #920d14 transparent transparent transparent;bottom: -30px;transform: translate(-50%,-0);left: 50%;}

.dep_header h2.on:last-child::after {
   border-color: #B79858 transparent transparent transparent;
}
.depImg_bottom a.dep_name:hover {
  font-weight: bold;
}
/* dep */


/* doc */
.doc {
  background: #F2F3F9;
 }
 
.Min.doc .w1280 {
   position: relative;
}
 
 .doc .swiper-slide img {
  width: 100%;
  height: 260px;
  transition: all 0.2s;
 }
 .doc .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.2s;
}
.swiper-container_5 .swiper-slide a.img_a {
 display: block;
 overflow: hidden;
}
.animate .swiper-container_5 li {
  overflow: hidden;
}.animate .swiper-container_5 li:hover a{color: #920d14;}
 .con_doc {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 0;
  height: 56px;
  line-height: 56px;
 }
 
 .con_doc h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
 }
 
 .con_doc p {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
 }
 
 .swiper-button_5 {
  position: absolute;
  background: url(/Content/Areas/Hospitals/images/next.png) no-repeat center;
  width: 60px;
  height: 60px;
  top: 170px;
  cursor: pointer;
  opacity: 0.6;
 }
 
 .swiper-button-prev_5.swiper-button_5 {
  left: -90px;
  transform: rotate(180deg);
 }
 
 .swiper-button-next_5.swiper-button_5 {
  right: -90px;
 }
 
 .swiper-button_5:hover {
 opacity: 1;
 }

 /* doc */
 em {
 font-style: normal;
}

h2.title_min em {
 padding: 0 20px;
 color: #999999;
}

h2.title_min i {
 color: #999;
}
 @media only screen and (max-width:1280px){
.xw_right {
 width: 565px;
}
.w1280 {
/*  width: 1100px; */
}

.itemFour {
 width: 24%;
}

.dep_right {
 width: 500px;
}

.dep_swiper {
 height: 310px;
 overflow-y: auto;
}
.dep_swiper::-webkit-scrollbar{
  width:5px;
  height:5px;
}
.dep_swiper::-webkit-scrollbar-track{
border-radius:10px;
background:#920d14;
}
.dep_swiper::-webkit-scrollbar-thumb{
border-radius:10px;
background:#fff;
}
.li_dep_name:nth-child(3n) {
 margin-right: 20px;
}

.li_dep_name:nth-child(2n) {
 margin-right: 0;
}

.li_dep_name {
 width: 230px;
}

.dtR_top ul li a {
 padding: 0 15px 15px;
}

.gzL_Con li span.span_date {
 width: 70px;
 height: 65px;
 font-size: 14px;
 margin-right: 10px;
}

.gzL_Con li span.span_date b {
 font-size: 30px;
}

.gzL_Con li .Con_li p {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 margin-top: 5px;
}

.dt_right {
 width: 680px;
}

.dtr_item.gzL_Con li {
 padding: 20px 0;
}
  .doc .swiper-slide img {
 height: 250px;
}

.kp_left .kpL_Con li a.img_box {
 height: 170px;
}
 } 
 @media only screen and (max-width:768px){
  .xwR_Con li a {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 display: block;
 width: 72%;
}
   .Min {
 padding: 30px;
}

.Min.xw .xw_Con {
 flex-wrap: wrap;
}

.xw_left {
 width: 100%;
 height: auto;
}

.xw_right {
 width: 100%;
}
.four_Con {
 flex-wrap: wrap;
}

.itemFour {
 width: 48%;
 margin-bottom: 25px;
}

.itemFour.itemFour_1,.itemFour.itemFour_2,.itemFour.itemFour_3,.itemFour.itemFour_4 {
 background-size: cover;
}


.Min.four {
 padding: 30px;
}

.dep_left.fl {
 display: none;
}
 }
  @media only screen and (max-width:425px){
.xw_left .swiper-slide img {
 height: 300px;
}

.dep_right {
 width: 100%;
}
.li_dep_name {
 width: 48%;
 margin-right: 15px;
}

.li_dep_name:nth-child(3n) {
 margin-right: 15px;
}

.li_dep_name:nth-child(2n) {
 margin-right: 0px;
}

.dep_Con {
 height: auto;
}


.Min {
 padding: 15px;
}

.Min.four {
 padding: 15px;
}
h2.title_min span {
 font-size: 18px;
}

h2.title_min .more {
 font-size: 14px;
}
 }
  @media only screen and (max-width:375px){ 
  
 
 .banOut {
 height: 95px !important;
 }
 
 .li_dep_name {
 width: 100%;
 }
 .dtR_top ul li a{font-size: 16px;}
 }

 @media only screen and (max-width:320px){
 .banOut {
 height: 85px !important;
 }
 .doc .swiper-slide img {
 height: 190px;
 }

 }
    <!--0.00018692016601562-->