@charset "utf-8";

h1 {
	font-size:16px;
	text-align:center;
	color:#0065a5;
	margin:0;
	padding:25px 0 5px;
}
#remark {
	line-height:28px;
	border-bottom:1px dashed #cedde8;
	text-align:center;
	color:#777;
}
#endtime {
	text-align:center;
	margin-top:15px;
	line-height: 1.5;
	border: 1px solid #f50;
	color: #f50;
	padding: 10px;
	background-color: #ffeee6;
}

#viewMore {
	margin-top:15px;
	padding:0 0 10px 15px;
}
#viewMore dt {
	color:#999;
	padding:15px 0 10px;
}
#viewMore dd {
	line-height:24px;
	color:#999;
	background:url(/inc/img/arron.gif) no-repeat 3px 10px;
	padding:0 15px;
}

#viewVideo {
	text-align:center;
	margin-top:15px;
}
iframe {
	width:700px;
	height:433px;
}

#ebookImg {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid #e3e3e3;
	padding:8px;
}
.button {
	display:inline-block;
	padding:5px 15px;
	border:1px solid #069;
	background-color:#459fce;
	color:#fff;
}
.button:hover {
	color:#fff;
	border:1px solid #f60;
	background-color:#ff8432;
}
#ebookTips {
	font-size:12px;
	color:#666;
}

.table {
	border:1px solid #93BCDF;
	border-collapse:collapse;
	width:100%;
}
.table td {
	border:1px solid #93BCDF;
	padding:2px;
	text-align:center;
}
.tableTitle {
	background-color:#E1EFFB;
	font-weight:bold;
}
.tableBg {
	background-color:#F4F8FC;
}
.tableLeft, .tableLeft td {
	text-align:left !important;
}

/*小屏端样式*/
@media (max-width: 800px) {
	#endtime {
		margin-top: 12px;
	}
	#viewMore {
		margin-top:12px;
		padding:0 0 10px 10px;
	}
	#viewVideo {
		margin-top:12px;
	}
	iframe {
		width:100%;
		height:260px;
	}
	object {
		display:none;
	}
}