﻿.xs_scroll {
 padding: 15px 0px;
 width: 764px;
 /*background: url(/Content/Areas/Hospitals/images/Main/bg_3.png) repeat-x 100%;*/
   }
   ul.article_list.xjsb li{width: 49%;}
ul.article_list.xjsb li.Li_Odd{
float: left;
}
ul.article_list.xjsb li.Li_Even {
float: right;
}
   .xs_scroll .swiper-box {
 width: 755px;
 height: 147px;
   }
   
   .xs_scroll .swiper-box ul li .Img_Box {
 float: left;
 padding: 0px !important;
   }
   
   .xs_scroll .swiper-box ul li .Img_Box .pic {
 width: 200px;
 height: 103px;
 margin: 0 24px;
   }
   
   .xs_scroll .swiper-box ul li img {
 width: 200px;
 height: 103px;
   }
   
   .xs_scroll .arrow-btn {
 top: 40px;
   }
   
   .pic_list ul img:hover,
   .article_box .img_box img:hover {
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);
   }
   
   .article_box {
 position: relative;
 _zoom: 1
   }
   
  
   
   .article_box .img_box img {
 width: 247px;
 height: 236px;
 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;
   }
   
   .article_box_con {
 /*background: url(/Content/Areas/Hospitals/images/Main/bg_3.png) repeat;*/
 /*height: 236px;*/
 padding: 15px;
 /*position: absolute;
 left: 0;
 top: 0;
 width: 100px;*/
   }
   
   .article_box_con h2 a {
 color: #333;
   }
   
   .article_box_con p {
 color: #333;
   }
   
   .article_box_con span.Key_Box a {
 color: #333;
   }
   
   .img_boxs {
 display: block;
 width: 100%;
 height: 96px;
 overflow: hidden;
   }
   
   .img_boxs img {
 width: 100%;
 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;
   }
   
   .img_boxs img:hover {
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);
   }
   
   .article_box{overflow: visible;}
   .mH236{min-height: 236px;}
   .mH236 .article_box_con{min-height: 216px;}
  
   @media only screen and (max-width: 425px){
 .Scroll_Box{position: initial;width: 255px;overflow: hidden;margin: 0 auto;}
 ul.article_list.xjsb li{width: 100%;}
 ul.article_list.xjsb li.Li_Odd{
 float: none;
 }
 ul.article_list.xjsb li.Li_Even {
 float: none;
 }
 } 