@charset "utf-8";
/* CSS Document */
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.glyphicon {
	margin-right:0.5em;
}
.clear{ 
	clear:both;
}
body {
	background-color: #f8fffd;
	font-family: '微软雅黑';
	color: #333;
	font-size: 14px;
}
@media (min-width:992px){
	.container{
		width:80%;
	}
}

.header{
	background-color:#003c88;
}
.header .container{
	background:url(../images/header-logo.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:60%;
	padding-bottom:20px;
}
.logo{
	text-align:right;
	margin-bottom:0;
}
.logo img{
	width:90%;
	text-align:right;
}
.courseName{
	color:#FFFFFF;
	text-align:center;
}
@media (min-width:768px) and (max-width:991px){
	.header .container{
		background-size:50%;
		background-position: 10% 50%;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.header .container{
		background-size:55%;
		background-position: 10% 50%;
	}
	.logo img{
		width:80%;
		text-align:center;
	}
}
@media (min-width:1200px){
	.header .container{
		background-size:50%;
		background-position: 10% 50%;
	}
	.logo img{
		width:70%;
		text-align:center;
	}
}


.menu{
	background-color:#dddddd;
	margin:0 !important;
	padding:0;
}
.menu ul{
	margin:0;
	padding:0;
}
.menu a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#000;
}
.menu a.active, .menu a:hover{
	background-color:#dddddd;
	color:#006699;
	text-decoration:none;
}

/* 正文 */
.main{
	padding-bottom:60px;
}
.content{
	padding:15px;
}
.cont-list{
	margin-bottom:15px !important;
}
.cont-list h3{
	margin:0;
	height:60px;
}
.cont-list p{
	margin:15px 0;
	text-indent:2em;
	line-height:1.5em;
	height:100px;
	overflow:hidden;
}
.cont-list h3 span{
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#FFF;
	border:1px;
	border-radius:30px;
}
span.glyphicon-book{
	background-color:#66cccc;
}
span.glyphicon-file{
	background-color:#99cc66;
}
span.glyphicon-user{
	background-color:#cccc33;
}
.cont-list a{
	display:block;
}

@media (max-width:769px){
	.cont-list{
		clear:both;
		height:70px;
		padding-bottom:10px;
	}
	.cont-list h3{
		float:left;
	}
	
	.cont-list a{
		float:right;
		margin:20px 10px 10px 0;
	}
}

/* 章节列表 */

ul.chapters{
	padding:0;
	margin:0 -15px;
}
ul.chapters a{
	text-decoration:none;
	color:#000;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	-moz-binding:url('ellipsis.xml#ellipsis');
}
.chapter{
	width:100%;
	border-bottom:1px solid #d9d9d9;
	line-height:45px;
}
.chapter>a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#f2f2f2;
	padding-left:25px;
	
}
.chapter > a > span{
	height:45px;
	line-height:45px;
	display:inline-block;
	float:right;
	margin-right:50px;
}

.sections{
	margin-bottom:10px;
	display:none;
}
.chapterOn .sections{
	display:block;
}
.section {
	width:100%;
	height:36px;
}
.section > a{
	width:100%;
	display:block;
	height:36px;
	line-height:36px;
}
.section > a > span{
	color:#08aeea;
}

/* 页脚 */
.footer{
	background-color:#dddddd;
	border:none;
	height:50px;
	line-height:50px;
}
.copyright{
	width:55%;
	float:right;
}
.studyTime{
	width:45%;
	float:left;
	padding-left:5%;
	color:#FF0000;
}
.studyReach{
	color:#333;
}

/* 文本页面*/
.text{
	padding-top:130px;
}
.text p{
	text-indent:2em;
	font-size:1.3em;
	line-height:1.5em;
}
.text h3, .text h4{
	line-height:2em;
	font-size:1.5em;
	font-weight:bold;
}
.text h4{
	font-size:1.2em;
}
.table{
	margin:15px 0;
}
.table tr{
	height:1.5em;
}
.table th{
	text-align:center;
	vertical-align:middle;
}
.table td[rowspan]{
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}