.ny-banner {
    width: 100%;
    height: 600px;
    position: fixed;
    z-index: -2;
}
.centerbox0 {
    position: relative;
    z-index: 0;
    background: #f8f8f8;
}
.inner-wrap{
	width: 1024px;
	margin:0 auto;
}
.title-style {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 14px;
    margin-right: 15px;
    margin-top: 90px;
    padding: 15px 30px;
    width: 80px;
    cursor: pointer;
    background-color: #dcdcdc;
    
}
.title-style:hover{
   background-color: #00a0ea; 
  
}
.title-style a{
   color: #666; 
   text-decoration: none;
   outline-offset:none;
}
.title-style a:hover{
    color: #fff!important;
    text-decoration: none;
    outline-offset:none;
}
a:hover,a:focus{
    outline: none!important;
}
.active{
    outline:none;
    outline-offset:none;
    background-color: #00a0ea;
} 
.active a{
    color: #fff!important;
    text-decoration: none!important;
    outline-offset:none;
}
.Wspanback{
	background-color: #dcdcdc;
	color:#666666;
    float: left;
}

.wrightmassge {
    float: left;
}
.downline{
	border-bottom: 1px solid #dfdfdf;
	width: 1024px;
	margin-bottom: 33px;
}
.title-news {
    color: #333333;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.news{
	font-size: 14px;
	color:#888888;
}
.wrightmassge > p {
    width: 775px;
    float:right;
}

.wrightmassge > img {
    margin-bottom: 38px;
}
.page {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 48px;
    text-align: right;
}
.news-list ul li{
    padding: 40px 0;
    border-bottom: 1px solid  #dfdfdf;

}
.news-list ul li img{
    float: left;
    width: 205px;
    height: 115px;
    margin-right: 25px;
}
.news-list ul li .tit{
    padding-top: 10px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
}
.news-list ul li .txt{
    font-size: 14px;
    color: #888888;
}
.news-list ul li a:hover .tit{
    color: #00a0ea;

}
.news-list ul li a:hover .txt{
    color: #666;
}
.passed{
  color: #00a0ea!important;

}

/*
-----------
** 新闻详细 **
-----------
*/
.info-wrap{
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0;
}
.info-hd{
    margin-bottom: 30px;
    text-align: center;
}
.info-hd h2{
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.info-bd{
    position: relative;
    overflow: hidden;
    min-height: 250px;
}
.info-bd img{
    max-width: 100%;
}
.info-page{
    margin-top: 45px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.info-page a{
    color: #666;
}
.info-page a:hover{
    color:#00a0ea;
}
.info-page .back{
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #eee;
    color: #888;
    transition:all 0.3s;
    border-radius: 8px;
}
.info-page .back:hover{
    border-color: #00a0ea;
    background: #00a0ea;
    color: #fff;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #00a0ea!important;
    border-style: none !important;
}
.news-list li {
    width: 856px;
}