﻿.jgsz{
/* background: url(/Content/Areas/Hospitals/images/image_3_bj.png) no-repeat center center;
background-size: cover;
padding: 80px 0; */
}
.jgsz h2.tit a{color: #fff;}
.min_3_center{
width: 100%;
margin: 0px auto 0;
overflow: hidden;
}
ul.m3_ul li {float: left;margin-right: 10px;width: 226px;cursor: pointer;height: 170px;}
ul.m3_ul li>a>div:first-child{
width:100%;
height:100%;
background-size: cover;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
}
ul.m3_ul li>a>div:first-child p{font-size: 20px;font-weight: bold;color: #FFFFFF;line-height: 30px;letter-spacing: 1px;text-align: center;}
ul.m3_ul li>a>div:first-child p:last-child{
position: relative;
}

ul.m3_ul li>a>div:first-child img{margin-bottom: 20px;}
ul.m3_ul li.kangfu1>a>div:first-child{/* background: url(/Content/Areas/Hospitals/images/kangfu1.jpg) no-repeat center center; *//* background: url(/Sites/Uploaded/UserUpLoad/20201127/20201127152328.png) no-repeat center center; */background: url(/Sites/Uploaded/UserUpLoad/20201209/20201209112021.jpg) no-repeat center center;background-size: cover;}
ul.m3_ul li.kangfu2>a>div:first-child{
background: url(/Content/Areas/Hospitals/images/kangfu2.jpg) no-repeat center center;
background-size: cover;
}
ul.m3_ul li.kangfu3>a>div:first-child{background: url(/Sites/Uploaded/UserUpLoad/20201127/20201127151816.png) no-repeat center center;/* background: url(/Sites/Uploaded/UserUpLoad/20201127/20201127151816.png) no-repeat center center; */background-size: cover;}
ul.m3_ul li.kangfu4>a>div:first-child{/* background: url(/Content/Areas/Hospitals/images/kangfu4.jpg) no-repeat center center; */background: url(/Sites/Uploaded/UserUpLoad/20201127/20201127152513.png) no-repeat center center;background-size: cover;}
ul.m3_ul li.kangfu5>a>div:first-child{
    /* background: url(/Content/Areas/Hospitals/images/kangfu5.jpg) no-repeat center center; */
    /* background: url(/Sites/Uploaded/UserUpLoad/20201127/20201127152553.png) no-repeat center center; */
    background: url(/Sites/Uploaded/UserUpLoad/20201204/20201204133526.jpg) no-repeat center center;
    background-size: cover;
}
ul.m3_ul li.kangfu1>a>div{padding-top: 15px;}
ul.m3_ul li.kangfu3>a>div{padding-top: 9px;}
ul.m3_ul li.kangfu4>a>div{padding-top: 10px;}

ul.m3_ul li img{
/* width: 100%; */
}

ul.m3_ul li:nth-child(4){margin-right:0;}

.mobile{display: none;}

ul.m3_ul li>a>div:hover img{
  animation: tada 1s;
  -o-animation: tada 1s;
  -webkit-animation: tada 1s;
  -moz-animation: tada 1s;
}

@media only screen and (max-width:768px) {
  ul.m3_ul li {
    margin-right: 0px;
    width: 100%;
    height: 232px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

}