.col-md-9 {
  _width: 74%;
  _overflow: hidden
}

.img_left img {
  width: 260px;
  height: 235px;
  float: left;
}

.more {
  color: #2076bd;
}

.more:hover {
  font-weight: 700;
}

.zzfw {
  display: block;
  margin-top: 15px;
}

.col-md-9 ul.article_list {
  *height: 210px;
}

.col-md-9 ul.article_list li {
  /* width:50%; */
  /* float: left; */
  box-sizing: border-box;
  *width: 45%;
  *height: 32px;
  *overflow: hidden;
}

.col-md-3.col-sm-12.fr .article_list {
  background: #f2f2f2;
  padding: 15px;
}

.col-md-3.col-sm-12.fr .article_list .img {
  margin: 0 auto 5px;
  width: 260px;
  height: 81px;
}

.col-md-3.col-sm-12.fr ul.article_list li {
  background: url(/Content/Areas/Hospitals/images/Main/li_bg.png) no-repeat 0px 15px !important;
  height: 32px;
  overflow: hidden;
  padding-left: 10px;
  _padding-bottom: 0px;
  _margin-bottom: 0px;
  _border-bottom: 0px
}

/*½¡¿µÖªÊ¶*/
.article_img li {
  background: none !important;
  padding-left: 0px !important;
  height: 100px;
  line-height: 24px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.article_img li .img_box,
.article_list .img_style>a {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 20px;
  display: block;
}

.article_img li img {
  width: 150px;
  height: 100px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.tab_tit b {
  color: #9a9a9a;
  margin: 0px 10px
}

.tab_tit span.No_active {
  color: #9a9a9a;
  border-bottom: 0px;
}

.jxtable {
  margin-top: 15px;
  width: 100%;
}

.jxtable .First_tr {
  background: #d4d4d4;
}

.jxtable td {
  width: 25%;
  text-align: center;
  line-height: 35px;
}

.jxtable a {
  background: #d11307;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.jxtable a:hover {
  background: #e64031;
}

@media only screen and (max-width:768px) {
  .zzfw img {
 width: 100%;
 height: auto;
  }

  .col-md-3.col-sm-12.fr .article_list .img {
 width: 100%;
 height: auto;
  }

  .col-md-3.col-sm-12.fr .article_list li,
  .col-md-9 ul.article_list li {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .pr10 {
 padding-right: 0;
  }

  .pl10 {
 padding-left: 0px;
  }

  .zzfw img {
 width: 100%;
  }

  .col-md-3 ul.article_list li {
 width: 49%;
 float: left;
 box-sizing: border-box;
  }

  .col-md-3.col-sm-12.fr .article_list img {
 display: none
  }

  .col-md-3 ul.article_list li.Li_Odd {
 margin-right: 2%
  }
}

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

  .col-md-3 ul.article_list li,
  .col-md-9 ul.article_list li {
 width: 100%;
  }

}

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

  .article_img li .img_box,
  .article_list .img_style>a {
 width: 100%;
 height: auto;
  }

  .zzfw {
 display: none;
  }

  h2.title_header,
  .row.mt20 {
 margin-top: 0;
  }
}

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