﻿body{background: #f6f6f6;}
.Min{padding: 50px 0;}
.gg{padding: 0 0 50px;}
.min-center{width: 1200px;margin: 0 auto;}
.banner img{width: 100%;}
.Min.articles {
 background: #fff;
}
ul.art_ul li {
 float: left;
 width: 33.33%;
 height: 286px;
 /* padding: 1px; */
 box-sizing: border-box;
 background: #E9E9E9;
 position: relative;
 border-right: 1px solid #f0f0f0;
 border-top: 1px solid #f0f0f0;
}
ul.art_ul li a.img_box {
 display: none;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

ul.art_ul .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; */
}

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

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

ul.art_ul .Con_li a.title_type {
 font-size: 18px;
 /* font-weight: 300; */
 color: #333333;
 height: 48px;
}

ul.art_ul .Con_li p {
 font-size: 16px;
 font-weight: 400;
 color: #999999;
 line-height: 24px;
 margin-top: 10px;
}
.Con_li .top_img{
    height: 40px;
    width: 120px;
    overflow: hidden;
    margin-bottom: 25px;
}
.Con_li .top_img img{
    position: absolute;
    left: -13px;
}

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

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

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

ul.art_ul .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;
 position: absolute;
 bottom: 10px;
 right: 10px;
}
ul.art_ul li a.img_box img {
 width: 100%;
 height: 100%;
}

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: #fff; */
}

ul.art_ul li:hover .span_date b {
 /* color: #fff; */
}

/* ul.art_ul li:hover a {
 color: #fff;
} */

ul.art_ul li:hover p {
 /* color: #fff; */
}

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 .Con_li:hover a.title_type{
 /* color: #fff; */
}
ul.art_ul {
 border: 1px solid #f0f0f0;
 border-top: 0;
 border-right: 0;
}

ul.gonggao_ul li {
 /* height: 80px; */
 /* display: flex; */
 /* justify-content: flex-start; */
 /* align-items: center; */
 /* border-bottom: 2px solid transparent; */
 box-sizing: border-box;
 float: left;
 width: 32%;
 margin-right: 20px;
 background: #fff;
 margin-bottom: 20px;
 padding: 10px 15px;
 box-sizing: border-box;
 border-bottom: 2px solid #fff;
}

ul.gonggao_ul li span.span_date {
 font-size: 14px;
 /* width: 11%; */
 /* padding: 0 30px; */
 box-sizing: border-box;
 /* border-right: 1px solid #eee; */
 float: right;
 line-height: 24px;
}

ul.gonggao_ul li span.span_date b {
 display: block;
 font-size: 22px;
}

ul.gonggao_ul li a.title_type {
 font-size: 18px;
}

ul.gonggao_ul li .Con_li {
 width: 89%;
 padding: 0 30px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

ul.gonggao_ul li .Con_li a.details {
 width: 37px;
 height: 9px;
 display: block;
 background: url(/Content/Areas/News/images/YiYuanDongTai/tuxing.png) no-repeat center;
 display: none;
}
ul.gonggao_ul {
 /* background: url(/Content/Areas/News/images/YiYuanDongTai/bg_ul_1.png) no-repeat top left; */
}
ul.gonggao_ul li:hover{
 border-bottom: 2px solid #09469C;
 background: #fff;
}
ul.gonggao_ul li:hover .Con_li a.details{
 display: block;
}
/* ul.gonggao_ul.gonggao_ul1 {
 display: none;
} */
li.page-total {
 display: none;
}

li.page-item.page-first {
 display: none;
}

li.page-item.page-last {
 display: none;
}

li.page-options {
 display: none;
}
.page {
 display: flex;
 justify-content: center;
 align-items: center;
}

button#btn_next_page {
 width: 70px;
 height: 39px;
 background: #EEEEEE;
 border-radius: 0px 19px 19px 0px;
 border: none;
 color: #666666;
 order: 3;

}
.page-container {
 order: 2;
}
button#btn_pre_page {
 width: 70px;
 height: 39px;
 background: #EEEEEE;
 border-radius: 19px 0 0 19px ;
 border: none;
 color: #666666;
 order: 1;
}

.page li {
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin: 0 5px;
 cursor: pointer;
}

.page-item.active, .page-item:hover, .page-more.active, .page-more:hover {
 background-color: #1F60AD;
 opacity: 1;
}
.pageWrap {
 margin-top: 50px;
}
ul.gonggao_ul li:nth-child(3n) {
 margin-right: 0;
}
ul.gonggao_ul li a.details {
 float: right;
 margin-top: 10px;
}

ul.gonggao_ul li p {
 margin-top: 10px;
}
ul.list_jujiao li {
 width: 32%;
 float: left;
 margin-right: 20px;
 margin-bottom: 20px;
 position: relative;
}

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

ul.list_jujiao li img {
 width: 100%;
 height: 260px;
}

ul.list_jujiao li .Con_li {
 position: absolute;
 bottom: 0;
 width: 100%;
 left: 0;
 background: rgba(0, 0, 0, 0.6);
 box-sizing: border-box;
 padding: 10px;
}

ul.list_jujiao li .Con_li p {
 display: none;
 color: #fff;
 margin-top: 10px;
 font-size: 16px;
 text-align: justify;
}

ul.list_jujiao li .Con_li a.details {
 display: none;
 color: #fff;
 position: absolute;
 right: 20px;
 bottom: 20px;
}

ul.list_jujiao li .Con_li a.title_type {
 color: #fff;
 font-size: 18px;
}
ul.list_jujiao li:hover .Con_li {
 height: 100%;
 transition: all 0.3s;
 padding-top: 60px;
}

ul.list_jujiao li:hover .Con_li p {
 display: block;
}

ul.list_jujiao li:hover .Con_li a.details {
 display: block;
}
ul.list_jujiao li a.posi_li_a {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 1;
}
ul.art_ul li a.posi_li_a {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 1;
}
@media only screen and (max-width:768px){
 .min-center {
 width: 100%;
   }
   .Min {
 padding: 40px 30px;
   }
   .main{margin: 0;padding: 0;}
   ul.gonggao_ul li .Con_li {
 width: 80%;
 }
 ul.art_ul li{
  width: 100%;
 }
 ul.gonggao_ul li span.span_date {
 width: 20%;
 }
 .Con_li p {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 100%;
 } 
 ul.list_jujiao li {
  width: 31%;
}

ul.list_jujiao li img {
  height: 130px;
}

ul.list_jujiao li .Con_li {
  padding: 0.1rem;
}

ul.list_jujiao li .Con_li a.title_type {
  font-size: 0.18rem;
}

ul.list_jujiao li .Con_li p {
  font-size: 0.16rem;
}
ul.art_ul .Con_li a.title_type{
    height: auto;
}
}
@media only screen and (max-width:425px){

 .Min {
 padding: 20px 15px;
   }
   ul.art_ul li {
 width: 50%;
 }
 
 
 ul.art_ul li {
 width: 100%;
 }
 ul.gonggao_ul li span.span_date {
 width: 35%;
 }
 
 ul.gonggao_ul li span.span_date {
 font-size: 12px;
 }
 
 ul.gonggao_ul li span.span_date b {
 font-size: 18px;
 }
 
 ul.gonggao_ul li a.title_type {
 font-size: 16px;
 }
 ul.gonggao_ul li .Con_li{
 padding: 0;
 padding-left: 30px;
 }
 ul.list_jujiao li {
  width: 100%;
}

ul.list_jujiao li img {
  height: auto;
}

}
 