.ny-banner {
    width: 100%;
    height: 600px;
    position: fixed;
    z-index: -2;
}
.centerbox{
	background-color: #f8f8f8;
	top: 580px!important;
	padding-top: 80px;
}
.inner-wrap{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.upbox {
    position: relative;
    height: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #c6c6c6;
}

.downbox {
	width: 110%;
	margin-bottom: 80px;
}
.title-style{
	float: left;
	font-size: 30px;
	color:#019fe9;
	padding-top: 4px;
}

.upbox .btn {
    border: 1px solid #019fe9;
    border-radius: 25px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding:0 20px;
    height: 28px;
    line-height: 28px;
    color: #019fe9;
}

.upbox .btn:hover{
	color:#fff;
	background: #019fe9;
}
.linestyle{
	border-bottom: 2px solid #c6c6c6;
	margin-top: 118px;
}
.leftbox{
	width: 160px;
	float: left;

}
.upline {
    border-left: 1px solid #dfdfdf;
    float: right;
    height: 256px;
    width: 1px;
    margin-top: 35px;
    overflow: hidden;
}
.box {
    float: left;
    margin-right:60px;
    width: 220px;
}
.leftbox .tit{
	display: block;
	margin-bottom: 10px;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}
.leftbox a:hover .tit{
	text-decoration: underline;
	color: #019fe9;
}

.leftbox a:hover,.titles:hover{
	color: #00a0ea;
	cursor: pointer;
}

.leftbox > img {
    margin-bottom: 10px;
    margin-top: 20px;
}
.detail{
	display: block;
	font-size: 14px;
	color: #a8a8a8;
	height: 140px;
	overflow: hidden;
	margin-top: 8px;
}
.detail,.nowtime{
	display: block;
	color: #888888;
}
.nowtime{
	font-size: 12px;
}
.passed{
    color: #00a0ea!important;
	text-decoration: underline;
}