
.details-left{
	padding: 30px 0;
}
.details-time{
	padding: 15px 0;
}
.details-text{
	padding: 15px 0;
	line-height: 1.8;
}

.details-text>p:first-child{
	padding-bottom: 10px;
}

.details-left-btn{
	padding: 30px 0;
}
.details-left-btn>a{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #d4000f;
}

.details-right{
	padding: 30px 0;
}
.details-right>ul>li>a{
	display: block;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
}
.details-right>ul>li:first-child>a{
	border-top: 1px solid #d5d5d5;
}
.details-right>ul>li>a:hover{
	color: #d4000f;
}