#detail1{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.nr{
	margin-top: 40px;
	padding: 15px;
}

.newTitle{
    line-height: 50px;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    font-weight: 700;
    padding: 0 40px;
}
.newCre{
	height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
    
#detail1 .pro{
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 400;
    line-height: 32px;
}
#detail1 .hd{
 	margin-top: 12px;
    margin-bottom: 14px;
    padding: 0 24px;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,37,55,.05);
    line-height: 30px;
    text-align: left;
    color: #666;
}

.run{
	width: 100%;
	border-left: 1px solid #fff;
}
.run .runNext,.run .runPre{
	width: 60px;
	height: 30px;
	margin-top: 20px;
	background: #306AC8;
	line-height: 30px;
	text-align: center;
	float: right;
	border: 1px solid #fff;
	border-left: none;
	cursor: pointer;
	color: #fff;
}
