.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 a{
	color:#99242c!important;
	
}
.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: #99242c;
    position:absolute ;
    left:0 ;
    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: 50px;
    position:relative ;
}
.hosp-video-list>ul>li{
    float:left ;
    margin-top: 40px;
    margin-right: 40px;
}
.hosp-video-list>ul>li:nth-child(3n){ margin-right:0px;}
.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(../images/news_icon2.png) no-repeat ;
	background-size:24px 14px;
	position:absolute;
	left: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;
}
.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:450px;
    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:450px;
  object-fit:fill;
}
.video-box>i{
    width:40px;
    height:40px;
    border-radius: 40px;
    position:absolute;
    top:-10px;
    right:-10px ;
    cursor: pointer;
    background: url(../images/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;
}
.hosp-video-list ul li video{
	width:400px;
	height:246px;
}
.pagination {
    display: table;
    padding-left: 0;
    margin: 100px auto 0px;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 5px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #99242c;
    border-color: #99242c;
    cursor: default; }