@charset "utf-8";
#body_l {
	height: auto;
	width: 200px;
	float: left;
}

#body_r {
	height: auto;
	width: 960px;
	float: left;
}


#title_l {
	height: 50px;
	width: 220px;
	background-color: #0E9906;
	line-height: 50px;
	float: left;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: center;
}

#title_r {
	background-color: #0E9906;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
	font-family: "宋体", "Times New Roman";
}
#title_r a {
	color: #FFF;
	text-decoration: none;
}
#title_r a:hover {
	font-weight: bold;
	color: #042617;
}


#lecture_detail {
	height: auto;
	width: 960px;
	min-height: 600px;
	float: left;

}

h1.lecture_detail_title {
    width:100%;
    
    padding-top:20px;
    padding-bottom:15px;

    text-align:center;
    color:#000;
    font-size:16px;
    font-weight: bold;
}

.lecture_detail_info {
    width:100%;
    height:33px;

    border-bottom:1px solid #D6D3C5;

    margin-bottom:20px;

    font-size:12px;
    color:#999;
    line-height:33px;
}

.lecture_detail_info .left {
	float: left;
	padding-left: 50px;
}

.lecture_detail_info #ckepop {
    width: 150px;
    float:right;
    margin-top: 6px; 
	padding-left: 50px;
}

.lecture_detail_content {
	font-size: 14px;
	color: #000;
	line-height: 25px;
	width: 750px;
}

.lecture_detail_content span {
	text-indent: 2em;
	display: inline-block;
}


.up_down {
	width: 750px;
	padding-top: 20px;
	line-height: 35px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.up_down a {
	color: #000000;
	text-decoration: none;
}
.up_down a:hover {
	font-weight: bold;
	color: #042617;
	text-decoration: underline;
}

