.main-con{
	margin-bottom: 50px;
	min-height: 400px;
}
.detail-tit{
	text-align: center;
	font-size: 35px;
	margin: 40px 0 20px;
	padding-bottom: 20px;
	position: relative;
	letter-spacing: 3px;	
    color:#333;
}
.line{
	width: 800px;
	height: 2px;
	background: #333f5a;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -400px;
}
.detail-date{
	font-size:14px;
	margin-bottom: 20px;
	text-align: center;
}
.detail-main{
	font-size: 16px;
}
.detail-main img{max-width:100%;}