/* * {
	margin: 0px;
	padding: 0px;
} */
* {
font-family:"Microsoft YaHei", arial, Tahoma, Verdana,  simsun;
margin:0;
padding:0;
box-sizing: border-box;
}

ul {
	list-style: none;
}

a img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #286090;
}

.mooc {
	width: 100%;
	height: 80%;
	/* border: 5px solid #ababab; */
	/* -moz-border-radius: 15px; */
	-webkit-border-radius: 15px;
	/* border-radius: 15px; */
	/* box-shadow: 2px 2px 10px #ababab; */
	margin: 0px auto 0;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
}

.moocTitle {
	height: 8%;
	weight : 30%;
	overflow: hidden;
	font-size: 26px;
	line-height: 62px;
	background-image: -moz-linear-gradient(top, #f05e6f, #c9394a);
	/* Firefox */
	/**background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f05e6f),
		color-stop(1, #c9394a)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa1ff',
		endColorstr='#f05e6f', GradientType='0'); /* IE*/
	border: 0px solid #000080;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: #fff;
	position: relative;
	background-color:#4f87fb;
	/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba()), color-stop(0, rgba(79, 135, 251))); */
}

.moocTitle a {
	position: absolute;	
	bottom: 10px;
	display: inline;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.moocBox {
	width: 95%;
	height: 85%;
	margin-left: 25px;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.moocBox::-webkit-scrollbar {
	display: none;
}

.mooc ul li {
	height: 5%;
}

.mooc ul li a {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 15px;
	height: 5%;
	
}

.mooc ul li span {
	float: right;
	color: #999;
}