﻿body{background: #f6f6f6;}
.banner img{width: 100%;}
ul.art_ul li {
 float: left;
 width: 33.33%;
 /* height: 286px; */
 /* padding: 1px; */
 box-sizing: border-box;
 background: #fff;
 position: relative;
 border-right: 1px solid #f0f0f0;
 border-top: 1px solid #f0f0f0;
 padding: 23px 23px 80px;
}
ul.art_ul li a.img_box {
 /* display: none; */
 /* position: absolute; */
 /* width: 100%; */
 /* height: 100%; */
 /* top: 0; */
 /* left: 0; */
}

.Con_li {
 width: 100%;
 height: 100%;
 background: #fff;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: self-start;
 box-sizing: border-box;
 padding: 30px;
 position: relative;
}

.Con_li span.span_date b {
 display: block;
 font-size: 36px;
 font-weight: 400;
 color: #666666;
}

.Con_li span.span_date {
 font-size: 16px;
 font-weight: 400;
 color: #999999;
 margin-bottom: 20px;
}

.Con_li a.title_type {
 font-size: 18px;
 font-weight: 300;
 color: #333333;
}

.Con_li p {
 font-size: 16px;
 font-weight: 400;
 color: #999999;
 line-height: 24px;
 margin-top: 10px;
}
.Con_li a.details {
 width: 73px;
 height: 34px;
 background: url(/Content/Areas/News/images/KePuJianKang/more1.png) no-repeat center;
 align-self: flex-end;
 margin-top: 20px;
}
ul.art_ul li a.img_box img {
 width: 100%;
 height: 230px;
 margin-bottom: 20px;
}

ul.art_ul li:hover .img_box {
 display: block;
}

ul.art_ul li:hover .Con_li {
 background: rgba(0, 0, 0, 0.5);
}

ul.art_ul li:hover .span_date {
 color: #0b489e;
}

ul.art_ul li:hover .span_date b {
 color: #0b489e;
}

ul.art_ul li:hover a {
 color: #0b489e;
}

ul.art_ul li:hover p {
 color: #0b489e;
}

ul.art_ul li:hover a.details {
 background: url(/Content/Areas/News/images/KePuJianKang/more.png) no-repeat center;

}

ul.video_ul li {
 float: left;
 width: 32.2%;
 margin-right: 20px;
}

ul.video_ul li:nth-child(3) {
 margin-right: 0;
}

ul.video_ul li img {
 width: 100%;
 /* height: 300px; */
}

p.Count {
 display: none;
}

p.play_time {
 display: none;
}

ul.video_ul li h2 {
 font-size: 18px;
 font-weight: bold;
 color: #333333;
 padding: 20px;
}
ul.video_ul li a.video_img {
 width: 100%;
 height: 100%;
 display: block;
 background: url(/Content/Areas/Hospitals/images/Main/shipin.png) no-repeat center;
 position: relative;
 overflow: hidden;
}

ul.video_ul li a.video_img::after {
 background: url(/Content/Areas/Hospitals/images/Main/shipin.png) no-repeat center;
 width: 94px;
 height: 94px;
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
}
ul.video_ul li:hover img {
 transform: scale(1.1);
 transition: all 0.1s;
}

ul.video_ul li:hover h2 {
 background: #fff;
 box-shadow: 0px 4px 26px 0px rgba(153, 152, 152, 0.08);
}
.div_more {background: #fff;border: 1px solid #f0f0f0;height: 62px;display: flex;justify-content: center;align-items: center;}

.div_more a {
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 14px;
 color: #1358B9;
}

.div_more a img {
 margin-left: 10px;
}

ul.art_ul {
 border: 1px solid #f0f0f0;
 border-bottom: none;
 border-top: 0;
}
.div_more a:hover img {
 animation: tada 1s;
 -o-animation: tada 1s;
 -webkit-animation: tada 1s;
 -moz-animation: tada 1s;
}
ul.art_ul li a.title_type {
 font-size: 18px;
 font-weight: bold;
}

ul.art_ul li p {
 text-indent: 2em;
 margin-top: 10px;
 margin-top: 10px;
 color: #999;
 line-height: 24px;
}

ul.art_ul li p a {
 display: none;
}

ul.art_ul li a.details {
 display: none;
}

ul.art_ul li span.span_date {
 position: absolute;
 bottom: 23px;
 right: 23px;
 float: right;
 color: #999;
 font-weight: 100;
 font-size: 14px;
}
@media only screen and (max-width:768px){
 .min-center {
 width: 100%;
   }
   .Min {
 padding: 40px 30px;
   }
   .main{margin: 0;padding: 0;}
 ul.art_ul li {
 width: 50%;
 }
 
 .Con_li p {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 100%;
 }
 
 ul.video_ul li {
 width: 100%;
 }
 
 ul.video_ul li img {
 height: auto;
 }
}
@media only screen and (max-width:425px){
 ul.art_ul li {
 width: 100%;
 }
 .Min {
 padding: 20px 15px;
   }
} 