.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;
	margin-right:30px;
}
.nav-content .nav-left>ul>li>a{
    font-size: 18px;
    color:#555555 ;
    border-right:1px solid #e5e5e5 ;
    padding-right: 27px;	
}
.nav-content .nav-left>ul>li:last-child a{
	border-right:none ;
    padding-right: 0;
	}
.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 ;
}
.top2{
    padding-top:30px;
}
.top1{
    position:relative ;
}
.top1>a{
    display: block;
}
.top1>a>img{
	display:block ;
    width:800px;
    height:480px;
}
.top1>a>p{
    position:absolute ;
    left: 0;
    top:90% ;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    width:800px;
    white-space:nowrap;
    overflow:hidden ;
    text-overflow:ellipsis;
}
.top2-right{
    margin-left: 70px;
    width:410px;
}
.top2-right>a{
    display: block;
    
}
.top2-right>a>img{
	display:block ;
    width:410px;
    height:246px;
}
.top2-brief{
    height: 215px;
    padding-top:20px;
    background-color: #f7f7f7;
    padding-left:24px;
    position:relative ;
}
.top2-brief .pub-date{
    font-size: 10px;
    font-weight: bold;
    color:#666 ;
    text-align: left ;
}
.top2-brief .top2-title{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    text-align: left;
    margin-top: 36px;
    width:380px;
    white-space:nowrap ;
    overflow:hidden;
    text-overflow:ellipsis;
}
.top2-brief .desc{
    margin-top:12px;
    font-size: 14px;
    color:#666 ;
    text-align: left;
    line-height: 26px;
}
.top2-brief .more{
    display: block;
    width:107px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    font-size: 10px;
    color:#999 ;
    position:absolute ;
    left:24px;
    bottom:10% ;
}
.subject-build-list{
    padding-bottom: 50px;
    position:relative ;
}
.subject-build-list >ul>li{
    float:left ;
    margin-top: 26px;
	margin-right:25px;
}
.subject-build-list >ul>li:nth-child(3n){ margin-right:0px;}
.subject-build-list >ul>li>a{
    display:block ;
    width:410px;
    
}
.subject-build-list >ul>li>a>img{
    width:410px;
    height:246px;
}
.subject-brief{
    width:362px;
    height: 215px;
    padding-top: 20px;
    padding-left:24px;
    padding-right:24px;
    background-color: #f7f7f7;
    position:relative ;
}
.subject-brief .pub-date{
    font-size: 10px;
    font-weight: bold;
    color:#666 ;
    text-align: left;
}
.subject-brief .subject-title{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    text-align: left;
    margin-top: 20px;
    width:360px;
    white-space:nowrap;
    overflow:hidden ;
    text-overflow:ellipsis ;
}
.subject-brief .desc{
    font-size: 14px;
    color:#666 ;
    line-height: 32px;
    text-align: left;
    margin-top:10px;
}
.subject-brief .more{
    display: block;
    width:107px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    font-size: 10px;
    color:#999 ;
    position:absolute ;
    left:24px;
    bottom:10% ;
}
.m25{margin-left:25px;}
.subject-more{
    display: block;
    width: 238px;
    height: 48px;
    font-size: 14px;
    color:#666 ;
    text-align: center;
    line-height: 48px;
    border: 1px solid #ccc;
    border-radius: 48px;
    position:absolute ;
    left:40% ;
    bottom:5% ;
}
.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; }