.big_par {
 width: 1200px;
 margin: 0 auto;
 position: relative;
 margin-top: 40px;
}
.big_par>div {
 overflow: hidden;
 width: 100%;
 margin: 0 auto;
}
/* ´óÊÂ¼þ */
.big_par.mob{display: none;}
.swiper-container1{
  overflow: hidden;
}
.container .big_par{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.big_par .swiper-container1{
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* padding: 80px 0; */
  height: 890px;
}
.big_sli li a img {
 width: 100%;
 transition: all 0.1s;
}
.big_sli li a.img_box {
 display: block;
 width: 100%;
 height: 200px;
 overflow: hidden;
}
.big_par .swiper-slide{
  background: url(/Content/Areas/Hospitals/images/Main/big_bg.png) no-repeat center center;
  background-size: contain;
  position: relative;
  /* padding: 80px 0; */
  box-sizing: content-box;
  /* height: 200px !important; */
  float: left;
}
.big_par .swiper-wrapper{
  /* padding: 80px 0; */
  box-sizing: content-box;
}
.big_par>div{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.big_par .arrow-left,.big_par .arrow-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.big_par .arrow-left .click,.big_par .arrow-right .click{display: none;}
.big_par .arrow-left:hover .click,.big_par .arrow-right:hover .click{display: block;}
.big_par .arrow-left:hover .unclick,.big_par .arrow-right:hover .unclick{display: none;}
.big_par .arrow-left{
  left: -50px;
  background: url(/Sites/Uploaded/UserUpLoad/20200426/20200426110602.png);
}
.big_par .arrow-left:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20200426/20200426110709.png);
}
.big_par .arrow-right{
  right: -50px;
  background: url(/Sites/Uploaded/UserUpLoad/20200426/20200426160306.png);
}
.big_par .arrow-right:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20200426/20200426160325.png);
}
.big_sli li{
 float: left;
 width: 310px;
 height:340px;
 border: 2px solid #d3d3d3;
 padding: 10px;
 box-sizing: border-box;
}
.big_sli li .title_type{
  color: #0071A5;
  font-size: 18px;
  position: relative;
  /* padding-left: 20px; */
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 10px 0;
}
/* .big_sli li .title_type::before{
  display:block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0071A5;
} */
.big_sli li p{
  color: #373737;
  font-size: 16px;
  position: relative;
  /* padding-left: 40px; */
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
/* .big_sli li p::before{
  display:block;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0071A5;
} */
.big_sli li .detail{
  display: none;
}
.big_sli li:nth-of-type(1){
  position: absolute;
  top: 0%;
  left: 2.5%;
}
.big_sli li:nth-of-type(3){
  position: absolute;
  top:0%;
  left: 37.6%;
}
.big_sli li:nth-of-type(5){
  position: absolute;
  top: 0%;
  left: 72.25%;
}
.big_sli li:nth-of-type(2){
  position: absolute;
  top: 61%;
  left: 20.08%;
}
.big_sli li:nth-of-type(4){
  position: absolute;
  top: 61%;
  left: 55.08%;
}

.big_par .swiper-container1::after {
 content: '';
 width: 100%;
 height: 2px;
 background: #d3d3d3;
 display: block;
 position: absolute;
 top: 50%;
 z-index: -1;
}
.big_sli li:nth-of-type(1)::after,.big_sli li:nth-of-type(3)::after,.big_sli li:nth-of-type(5)::after {
 content: '';
 display: block;
 width: 2px;
 height: 99px;
 background: #d3d3d3;
 position: absolute;
 left: 50%;
 bottom: -99px;
 margin-left: -1px;
}
.big_sli li:nth-of-type(1)::before,.big_sli li:nth-of-type(3)::before,.big_sli li:nth-of-type(5)::before {
 content: '';
 display: block;
 width: 16px;
 height: 16px;
 border: 2px solid #d3d3d3;
 position: absolute;
 left: 50%;
 bottom: -115px;
 border-radius: 50%;
 margin-left: -8px;
 box-sizing: border-box;
 background: #fff;
 z-index: 1;
}
.big_sli li:nth-of-type(2)::after,.big_sli li:nth-of-type(4)::after {
 content: '';
 display: block;
 width: 2px;
 height: 99px;
 background: #d3d3d3;
 position: absolute;
 left: 50%;
 top: -99px;
 margin-left: -1px;
}
.big_sli li:nth-of-type(2)::before,.big_sli li:nth-of-type(4)::before {
 content: '';
 display: block;
 width: 16px;
 height: 16px;
 border: 2px solid #d3d3d3;
 position: absolute;
 left: 50%;
 top: -107px;
 border-radius: 50%;
 margin-left: -8px;
 box-sizing: border-box;
 background: #fff;
 z-index: 1;
}
.big_sli li:hover{
 border:2px solid #0071A5;
}
.big_sli li:hover::after{
 background: #0071A5;
}
.big_sli li:hover::before{
 border:2px solid #0071A5;
}
.big_sli li:hover p{
 color:#0071A5;
}
.big_sli li:hover img{
 transform: scale(1.1);
} 