﻿/*-----------------领导信息-------------------*/

.Min_Box ul li {
  float: left;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #eaeaea;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  /* background:  url(/Content/Areas/Hospitals/images/index_btm_bg.png) no-repeat 300px 75px; */
  /* background-size: 28%; */
 }
 ul.Leader_One li.column_1, ul.Leader_One li.column_2 {
   /* background: #f7f7f7 url(/Content/Areas/Hospitals/images/index_btm_bg.png) no-repeat 300px 75px; */
   /* background-size: 28%; */
 }
 .Min_Box ul li.Li_Even{
  margin-right: 0;
 }
 
 .Min_Box ul li img {
  float: left;
  margin-right: 10px;
  padding: 3px;
  display: none;
 }
 
 .Min_Box ul li a.title_type {
  font-size: 18px;
  line-height: inherit;
  color: #009CA0
 }
 
 .Min_Box ul li a.title_type:hover {
  font-weight: bold;
 }
 
 .Min_Box ul li p {
  font-size: 16px;
  line-height: 2em
 }
 
 ul.Leader_One li {
  width: 100%;
 }
 
 
 ul.Leader_One li img {
  width: 160px;
 }
 
 .Min_Box ul li a.detail {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 5px 10px;
  color: #009CA0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
 }
 
 a.details {
  color: #2076bd;
 }
 
 a.details:hover {
  font-weight: bold;
 }
 .Min_Box ul li p.Summary {
   color: #999;
   line-height: 22px;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   display: none;
 }
 
 
 .Min_Box ul li p.subtitle {line-height: 24px;padding: 5px 0 0px;border-top: 1px solid #eee;margin-top: 5px;}
 
 .Min_Box ul li {/* min-height: 220px; */}
 .Min_Box ul li a.details {position: absolute;top: 15px;right: 15px;border: 1px solid #009CA0;width: 40px;text-align: center;background: #009CA0;color: #fff;border-radius: 2px;transition: all 0.2s;}
 
 .Min_Box ul li a.details:hover {
 background: #fff;
 color: #009CA0;
 font-weight: 400;
 }
 .Min_Box ul li:hover {
 box-shadow: 1px 1px 4px #009CA0;
 transition: all 0.3s;
 }
 
 @media only screen and (max-width: 768px) {
  .Min_Box ul li img {
 display: none;
 }
  ul.Leader_One li {
  width: 50%;
  overflow: hidden;
  height: auto;
  margin: 0 0 15px 0;
  }
 }
 
 @media only screen and (max-width: 680px) {
  ul.Leader_One li {
  width: 100%;
  float: none!important
  }
 }
 
 @media only screen and (max-width:410px) {
  ul.Leader_One li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  }
 }
 
 @media only screen and (max-width:375px) {

  .Min_Box ul li a.title_type {
  display: block;
  /* text-align: center; */
  }
  ul.Leader_One li {
  height: auto
  }
  .Min_Box ul li a.detail {
  right: 0;
  }
 }  