@charset "utf-8";

*{padding:0;border:0;margin:0;}
*{box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
a {text-decoration: none; color:black;}

.focusPic,.Nav,#DepartmentList,#wxAD,#videoList,.playVideo,.videoInfo,.subNav{margin-bottom: 5vw;}
/*修正阿里云默认播放按钮位置-使其居中*/
.prism-big-play-btn {left:50% !important; margin-left:-32px !important; bottom:50% !important;margin-bottom:-32px!important;} 

/*白色模式头部状态栏*/
.head {width:92%;margin:0 4%;height: 45px; background-color: white; }
.head img{height: 100%;}
.head span{ float: right; line-height: 45px; font-size: 16px; }

.fixedTop {position: fixed;top: 0;z-index: 1;}

/*深色模式头部状态栏*/
.headdark {width:100%;padding:0 4%;height: 45px;background-color: #2d2d2e;}
.headdark img{height: 100%;}
.headdark span{ float: right; line-height: 45px; font-size: 16px;}
.headdark span a{ color: white;}

/*占位用大图、视频列表中的大图*/
.focusPic {width: 92%; margin: 0 4% 5vw 4%;}
.focusPic img{width: 100%;margin-bottom: 2vw;}
.focusPic a{ font-size: 14px;line-height: 20px; }
.focusPic span{margin-top: 4px;color: #a2a2b6;font-size: 12px;line-height: 18px}
.swiper-container { width: 100vw; height: 56.25vw; margin-bottom: 5vw;}  
.swiper-slide img{width: 100%;}

/*小菜单名称*/
.Nav{width: 100%;font-size: 18px;padding-left:4%;padding-right:4%;line-height: 22px;font-weight: 700;}
.subNav{width: 100%;font-size: 16px;padding-left:4%;padding-right:4%;line-height: 22px;}

/*首页科室*/
#DepartmentList{}
#DepartmentList img{width:15vw}
#DepartmentList ul{text-align: center; }
#DepartmentList li{ display: inline-block; width: 23vw; margin-bottom: 5vw;text-align:center;}

/*首页微信广告*/
#wxAD{height: 50px; width: 100%; background-color: grey; text-align: center;}

/*列表页导航菜单*/
#NavList{height: 50px; padding: 0 2vw; overflow-y:hidden; overflow-x:scroll;scrollbar-width: none;-ms-overflow-style: none; }
#NavList::-webkit-scrollbar {display:none;}
#NavList ul { white-space:nowrap;}
#NavList ul::-webkit-scrollbar{display:none; }
#NavList li{display: inline-block; width: auto;margin-right: 13px;margin-left: 9px;}
#NavList li a{font-size: 17px; line-height: 50px;color: #272727;font-weight: 700;}  

/*列表页视频列表-通用-多处调用*/
#videoList {width:94vw;margin:0 3vw;}
#videoList div{width:45vw; margin: 0 1vw;margin-bottom: 10px;float:left; }
#videoList img{width:100%;}
#videoList a{ font-size: 14px;line-height: 20px; }
#videoList li{margin-top: 4px;color: #a2a2b6;font-size: 12px;line-height: 18px; list-style-type:none;}
#videoList p,#videoList li{white-space: nowrap;text-overflow: ellipsis;overflow:hidden }
/*播放页*/
.playVideo {width: 100%;height: 56.25vw;}

.videoInfo {overflow: hidden;font-size: 13px;line-height: 1.6;text-overflow: ellipsis;white-space: nowrap;color: #848494;width: 92%; margin: 0 4% 5vw 4%;}
.videoIntro,.videoText{width: 100%;font-size: 14px;padding-left:4%;padding-right:4%;line-height: 22px;margin-bottom: 5vw;}

