﻿/*公用*/
.linkmap{ display: none; }
.main{ margin-bottom: 40px; }
.article_box{ width: 410px; }
/*图片滚动*/

.SwitchImage{position: relative; width: 550px;}
.SwitchImage .swiper-box ul li,.SwitchImage .Img_Box{ *width: 550px; }
.SwitchImage img{width:100%;height:260px;*width: 550px;}
.SwitchImage .swiper-box{height:260px;*width: 550px;}
.content_box{background: url(/Content/Areas/Common/images/Article/op_bg.png) repeat;height: 34px;position: absolute;right: 0;bottom: 0;width: 100%;}
.SwitchImage .swiper-box ul li h2{_width:540px !important;background:none;color: #fff;font-size: 18px;height:auto;left: inherit;line-height: 34px;position: static;top: inherit;width:auto;padding-left: 10px;}
.SwitchImage .swiper-box ul li .content_box h2{_width:540px}
.SwitchImage .swiper-box ul li h2 a{ padding-left:0;}
.content_box p{color: #fff;font-size: 14px;line-height: 24px;margin-top: 15px;display: none;}
.SwitchImage .pagination{ bottom:10px !important; right:10px !important;}

/*健康大讲堂*/
.main2{ border-top: 1px dashed #ccc; }
.video_list{ width: 1000px; margin: 0 auto; }
.video_list img{width:100%;height: 200px;float:none;}
.video_list li{position: relative;width: 29.3%;float: left;margin:0px 1%;}
.video_list li.Li_Even{margin-bottom:0;}
.video_img{background: url(../../common/images/video/play-btn.png) no-repeat scroll center center;width:100%;height: 200px;display:block;position:absolute;left:0;top:0;}
.video_img:hover{background: url(/Sites/Uploaded/UserUpLoad/20160630/20160630172458.png) repeat;}
.play_time{background:url(/Content/Areas/Common/images/Article/op_bg.png) repeat;position: absolute;z-index: 1;top: 175px;width: 100%;height: 25px;line-height: 25px;}
.play_time span{background: url(/Content/Areas/common/images/video/btn_count.png) no-repeat left center;padding-left:15px;color: #fff;float: right;padding-right: 20px;}
.Count{ display:none;}
.video_list li h2{font-size:14px;line-height:30px;font-weight: bold;}
.showTime{position: absolute;right: 5px;top: 5px;padding: 2px 4px;background: transparent url("/Content/Areas/Common/images/Article/op_bg.png") repeat;color: #fff;}

@media only screen and (max-width: 1024px){
.main2{ width: 1000px; }
}
@media only screen and (max-width: 768px)
{
  .main2{ width: 100%; }
  .article_box{ width: 100%; }
  .article_box li{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  .pr10{ padding-right: 0px; }
  .pl10{ padding-left:0px;}
  .video_list{ width: 100%;  }
  .video_list li{margin:0px 1%; width: 31.3%}
  .video_list img,.video_img{ height: 143px; }
  .play_time{ top: 118px; }
  .SwitchImage{ display: none; }
}
@media only screen and (max-width: 640px)
{
  .video_list li{margin:0px 2%; width: 46%}
  .video_list img,.video_img{ height: 185px; }
  .play_time{ top: 160px; }
}
@media only screen and (max-width: 530px)
{
  .video_list img,.video_img{ height: 143px; }
  .play_time{ top: 118px; }
}
@media only screen and (max-width: 400px)
{
  .video_list img,.video_img{ height: 110px; }
  .play_time{ top: 85px; }
}
@media only screen and (max-width: 360px)
{
.video_list li {  width: 96%; margin:0px 2% 20px; }
.video_list img,.video_img{ height: 198px; }
.play_time{ top: 173px; }
} 