@import url("lecture.css");
.lecture-main{
	width: 1200px;
	margin: 0 auto;
}
.lecture-main>h1.title{
	font-size: 18px;
	color: #282828;
	line-height: 22px;
	margin-top: 30px;
	font-weight: normal;
}
.lecture-main>span{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin: 10px 0 20px 0;
}
.lecture-content{
	border-top: 1px solid #CDCDCD;
	padding-top: 8px;
	margin-bottom: 286px;
}
.lecture-content>p{
	color: #282828;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	margin: 8px 0;
}
