* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", "Hiragino Sans GB", Helvetica, "Microsoft YaHei", Arial;
	background: #fff;
	box-shadow: 0 0 3px #eee;
	width: 100%;
	min-width: 300px;
	overflow-x: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
.container {
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
	background: #fa4041;
}
.layout {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	background: #fa4041;
	min-width: 300px;
}
.layout img {
	max-width: 780px;
	width: 100%;
}

.course_list {
	width: 100%;
	margin: 0 auto;
}
.h2_title {
	background: #ce291e;
	line-height: 48px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.course_list {
	margin-bottom: 12px;
}
.course_list table {
	margin: 0 auto;
	border-radius: 5px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.course_list td {
	padding: 8px 3px;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.course_list td a {
	font-size: 14px;
}
.course_list td .red {
	color: #ce291e;
}
.course_list td a.b_abtn {
	background: #ce291e;
	display: block;
	text-align: center;
	color: #fff;
	padding: 4px 0px;
	min-width: 64px;
	border-radius: 3px;
}

.pri_li {
	display: inline-block;
	width: 100px;
}

.price .pri_li {
	width: 280px;
	font-weight: bold;
	margin-bottom: 5px;
}
.price .pri_li em {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 13px;
	color: #aaa;
	margin-left: 3px;
}
.price b {
	font-size: 13px;
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

.pri_li {
	display: inline-block;
	width: 100px;
}

@media screen and (min-width:750px) {
	.container {
		margin-bottom:100px;
	}
}
