.hosp-news-header{
    width:1584px;
    margin:0 auto ;
}
.hosp-news-header>img{
    width:1584px;
    height:334px;
}
.navigation{
    width:100%;
    height:77px;
    border-bottom:1px solid #e5e5e5 ;

}
.nav-content .nav-left>ul>li{
    float:left ;
    width:101px;
    line-height: 77px;
}
.nav-content .nav-left>ul>li>a{
    font-size: 18px;
    color:#555555 ;
}
.m30{
    margin-left:30px;
}
.right-border{
    border-right:1px solid #e5e5e5 ;
    padding-right: 27px;
}
.nav-content{
    position:relative ;
}
.nav-content .nav-left>i{
    width:40px;
    height:5px;
    background-color: #16559c;
    position:absolute ;
    left:260px ;
    bottom:0 ;

}
.nav-content .nav-right{
    line-height: 77px;
}
.nav-content .nav-right >a{
    font-size: 14px;
    color:#999 ;
}
.hosp-video-title{
    width:970px;
    margin:50px auto 10px;
    
}
.hosp-video-title>ul>li{
    float:left ;
    border:1px solid #e5e5e5;
    margin-left:30px;
   
}
.hosp-video-title>ul>li>a{
    display: block;
    width:138px;
    height:38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color:#666 ;
    
}
.hosp-video-list{
    padding-bottom: 204px;
    position:relative ;
}
.hosp-video-list>ul>li{
    float:left ;
    margin-top: 40px;
}
.hosp-video-list>ul>li>a{
    display:block ;
    position:relative;
    
    
}
/*
.hosp-video-list>ul>li>a video{
    width:400px;
    height:245px;
    object-fit:fill;
    
}
*/
.hosp-video-list>ul>li>a img{
	display:block;
    width:400px;
    height:245px;
   
    
}
.hosp-video-list>ul>li>a i{
	display:block;
	width:24px;
	height:14px;
	background:url(../img/news_icon2.png) no-repeat ;
	background-size:24px 14px;
	position:absolute;
	left:5%;
	top:5% ;
}
.hosp-video-list>ul>li>a span{
	
	color:#fff;
	font-size:16px;
	position:absolute;
	right:5%;
	top:5% ;
}

.hosp-video-list>ul>li>a>p{
    width:360px;
    height:70px;
    background-color: #f2f2f2 ;
    text-align:left;
    font-size: 16px;
    color:#333;
    line-height:28px;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    overflow:hidden ;
    

}
.page-circle{

    position:absolute ;
    left:40%;
    top:90% ;
    
}
.page-circle>ul>li{
    float:left ;
    width:40px ;
    height:40px;
    margin-left:20px;
    border-radius: 40px;
    border:1px solid #e5e5e5 ;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color:#999;
}
.video-box{
    width:800px;
    height:400px;
    position:fixed;
    left:50%;
    top:30%;
    margin-left: -400px;
    display:none;
    background-color:rgba(255,255,255,0);
    z-index: 99;

}
.video-box>video{
  width:800px;
  height:400px;
  object-fit:fill;
}
.video-box>i{

    width:40px;
    height:40px;
    border-radius: 40px;
    position:absolute;
    top:-10px;
    right:-10px ;
    cursor: pointer;
    background: url(../img/close15.png) no-repeat 50% 50% ;
    background-color:rgba(100,100,100,0.6) ;
    
}
.hosp-video-list ul li a img{
	width:400px;
	height:246px;
}
