﻿.main_content {
  width: 68.75vw;
  margin: 0 auto;
}
.main_content>h2 {
  font-size: 1.25vw;
  text-align: center;
  margin: 2.5vw 0;
  font-weight: bold;

}

.content_inner {
  background: #FFFFFF;
  box-shadow: 0vw 0vw 1.04vw 0vw rgba(0,0,0,0.1);
  padding: 1.67vw;
  border-top: 0.33vw solid #46BD72;
}
.wrap_main {
  overflow: hidden;
  background: url(/Content/Areas/Hospitals/images/Main/dep_bg.jpg) no-repeat;
  background-size: cover;
}
.Depall>h1 {
  font-size: 1.04vw;
  font-weight: bold;
  margin-bottom: 0.725vw;
}
ul.ullist1 li {
  width: 20.96vw;
  height: 8.02vw;
  margin: 0.725vw 1.25vw 0.725vw 0;
  padding: 0.63vw;
  box-sizing: border-box;
  border: 0.05vw solid #46BD72;
  border-radius: 0.21vw;
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
}
ul.ullist1 {
 display: flex;
 flex-wrap: wrap;
}

ul.ullist1 li:nth-child(3n) {
 margin-right: 0;
}
ul.ullist1 li a.img_box {
 display: block;
 width: 9.9vw;
 height: 6.77vw;
 overflow: hidden;
}

ul.ullist1 li a.img_box img {
 width: 100%;
 height: 100%;
 transition: all 0.3s;
}
ul.ullist1 li a.img_box:hover img {
  transform: scale(1.05);
}
ul.ullist1 li .dep_right_con {
 width: 9.32vw;
 position: relative;
}

ul.ullist1 li .dep_right_con a.lv1_tit {
 font-size: 0.94vw;
 font-weight: bold;
 margin-bottom: 0.42vw;
  transition: all 0.3s;
  display: block;
}

ul.ullist1 li .dep_right_con p {
 color: #666;
 transition: all 0.3s;
 font-size: 0.73vw;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
ul.ullist1 li .dep_right_con p.over{
  -webkit-line-clamp: 2;
}
 a.more {
  width: 4.0625vw;
  height: 1.1458vw;
  display: block;
  background: url('/Sites/Uploaded/UserUpLoad/20231213/20231213151357.png') no-repeat center;
  background-size: cover;
  /* margin-top: 0.47vw; */
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
}
ul.ullist1 li:hover a.more{
  background: url(/Content/Areas/Hospitals/images/Main/more_active_1.png) no-repeat center;
  background-size: cover;
}
ul.ullist1 li:hover{
  color: #fff;
  background:#46BD72;
}
ul.ullist1 li:hover .dep_right_con p{
  color: #fff;
}
ul.ullist1 li:hover .dep_right_con a.lv1_tit{
  color: #fff;
}
.Depall {
 margin-bottom: 1.25vw;
}
.Depall:last-child {
  margin: 0;
}
@media only screen and (max-width:1024px){

}

@media only screen and (max-width:768px){
  .wrap_main div.linkmap {
 display: none;
}

.main {
}

.main_content {
 width: 100%;
 overflow: hidden;
}

.main_content>h2 {
 font-size: 4vw;
 margin: 4vw 0;
}

.content_inner {
 padding: 3vw;
}

.Depall>h1 {
 font-size: 3.8vw;
 margin-bottom: 1.5vw;
}

ul.ullist1 li {
 width: 100%;
 margin: 0 0 3vw 0;
 height: auto;
}

ul.ullist1 li:nth-child(2n) {
 /* margin-right: 0; */
}

ul.ullist1 li:nth-child(3n) {
 /* margin-right: 1%; */
}

ul.ullist1 li a.img_box {
 width: 50%;
 height: 25vw;
}

ul.ullist1 li a.img_box img {
 /* height: auto; */
}

ul.ullist1 li .dep_right_con {
 width: 48%;
}

ul.ullist1 li .dep_right_con a.lv1_tit {
 font-size: 3vw;
 margin-bottom: 1.5vw;
}

ul.ullist1 li .dep_right_con p {
 font-size: 3vw;
}

a.more {
 width: 15vw;
 height: 3vw;
}

}

@media only screen and (max-width:640px){  

}
@media only screen and (max-width:560px){ 

}
 