.content{
			width: 80%;
			margin: 50px auto;
		}
		.content .title{
			font-size: 36px;
			text-align: center;
		}
		.content .time{
			color: #CCCCCC;
			padding-bottom: 30px;
			border-bottom: 1px solid #CCCCCC;
			text-align: center;
			
		}
		.content .return{
			width: 180px;
			height: 60px;
			border-radius: 30px;
			background: red;
			margin: auto;
		}
		.content .return a{
			display: block;
			color: white;
			text-align: center;
			line-height: 60px;
			margin-bottom: 50px;
			font-size: 18px;
		}


		.content .con p { font-size: 16px; line-height: 25px; }
		.content .con { padding: 30px 0px; }


@media (max-width:768px){

	.content .title { font-size: 24px; }
	.content { width: 100%; padding: 0px 15px; }
	.content .return { height: 46px; width: 150px;}
	.content .return a { line-height: 46px;  }
	.content .con { padding: 20px 0px; }
	.content .con p { font-size: 14px; }

}
