h2.title_header{height: 50px;line-height: 50px;color: #2076BD;font-size: 20px;border-bottom: 2px solid #2076BD;margin-bottom: 20px;}
h2.title_header span{border-left:4px solid #2076BD;padding-left:10px;}
.column_list li{border-bottom:1px dashed #e1e1e1;padding: 30px 0;position: relative;}
.article_top img, .column_list li img{width: 220px;height: 140px;float: left;margin-right: 20px;}
.article_top p, .column_list li p{line-height: 26px;color: #666666;}
/*.column_list li .details{position: absolute;bottom: 24px;right: 0; width: 110px;height: 30px;display: block; margin-top: 10px;color: #333333;text-align: center;line-height: 30px;background: url(/Content/Areas/Hospitals/images/Main/more.png) no-repeat;}*/
/*.column_list li .details:hover{color: #ffffff;background: url(/Content/Areas/Hospitals/images/Main/moreh.png) no-repeat;}*/
.column_list li{background: url();}
.column_list li h2{font-size: 16px;}
h2.title_header{padding-bottom: 0;}
h2.title_header span{padding-bottom: 0;border-bottom:none;}

ul.article_list_doc li {
width: 32%;
float: left;
height: 355px;
position: relative;
margin-right: 2%;
margin-bottom: 2%;
}
ul.article_list_doc li:nth-child(3n){
margin-right: 0;
}
ul.article_list_doc li img {
width: 100%;
height: 100%;
}

.posi_title {
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: rgb(0 0 0 / 0.5);
color: #fff;
padding: 40px 20px;
box-sizing: border-box;
font-size: 18px;
font-family: 'Î¢ÈíÑÅºÚ';
transition: all 0.5s;
display: none;
}
.posi_title a.detail:hover{
font-size: 20px;
font-weight: normal;
}
.posi_title a.detail {
display: block;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin-top: 10px;
}
.doc_name span {
font-weight: bold;
}

p.doc_zc span {
font-weight: bold;
font-size: 18px;
}

.doc_dep h2 {
font-size: 18px;
/* font-family: Microsoft YaHei; */
font-weight: bold;
}

.doc_dep p {
font-size: 14px;
/* font-family: Microsoft YaHei; */
font-weight: bold;
color: #FFFFFF;
line-height: 24px;
opacity: 0.7;
margin-top: 10px;
}

.doc_dep {
margin-top: 25px;
}

p.doc_zc {
font-size: 16px;
}
ul.article_list_doc li:hover .posi_title{
display: block;
transition: all 0.5s;
}
ul.article_list_doc li:hover img{
filter: blur(5px);
}
.doc_name a {
 color: #fff;
}
 @media only screen and (max-width: 768px){
  
  .article_top img, .column_list li img {
   width: 100%;
   height: 200px;
   margin-right: 0px;
  }
  ul.article_list_doc li {
 width: 100%;
 height: auto;
}
.posi_title{
 bottom: 0;
 height: 40px;
 padding: 0;
 line-height: 40px;
 text-align: center;
 display: block;
}
.posi_title p {
 display: none;
}
.doc_dep{display: none;}
h2.title_header a.more {
 padding: 0;
 margin-top: 10px;
}
.doc_name span{display: none;}
  } 