body {
	background: #f4f4f4;
}

.g-win,.g-hd {
	min-width: 1100px;
}
/** 头部中间部分 **/
#reviewBanner {
	height: 325px;
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background: url(../../img/secondReview/banner.png) no-repeat top center;
}

#titleWin h1 {
	text-align: center;
	margin: 14px 0;
	height: 56px;
	line-height: 44px;
	color: #fff;
	font-size: 24px;
	background: url(../../img/secondReview/lmjs.png) no-repeat center center;
}

#titleWin p {
	font-size: 16px;
	color: #797979;
	line-height: 30px;
	padding: 0 12px;
	text-indent: 30px;
}

#content {
	margin-top: 20px;
	margin-bottom: 22px;
}

#subject li {
	float: left;
	width: 538px;
	margin-right: 20px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 6px #e4e4e4;
	-moz-box-shadow: 2px 2px 6px #e4e4e4;
	box-shadow: 2px 2px 6px #e4e4e4;
	padding: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-bottom: 0;
	margin-bottom: 22px;
}

#subject li ul {
	margin: 10px 0;
	cursor: pointer;
}

#subject li ul li {
	padding: 0;
	margin: 0;
	line-height: 48px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	height: 48px;
}
#subject li ul li:before {
	content: '◆';
	font-size: 16px;
	margin-right: 5px;
}

#subject li ul li a {
	font-size: 16px;
	color: #393939;
}

#content .course-name {
	overflow: hidden;
	height: 56px;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
}

#content .course-name h3 {
	font-size: 30px;
	color: #237bde;
	float: left;
}

#content .course-name .orange {
	color: #fd5729;
}

#content .course-name a {
	float: right;
	font-size: 16px;
	color: #999999;
}
/** body样式 **/
.m-bd {
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
}
/** lst样式 **/
.m-lst-l {
	float: left;
	box-sizing: border-box;
}

#detailCon {
	margin-top: 20px;
	margin-bottom: 48px;
}

#detailCon .m-lst-l {
	width: 828px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 10px #e4e4e4;
	-moz-box-shadow: 2px 2px 10px #e4e4e4;
	box-shadow: 2px 2px 10px #e4e4e4;
	padding: 14px;
	margin-bottom: 10px;
}

#detailCon .m-lst-l .m-lst li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #cbced3;
}

#detailCon .m-lst-l .m-lst li:before {
	float: left;
	left: 0;
	font-size: 16px;
	margin-right: 5px;
	content: '◆';
}

#detailCon .m-lst-l .m-stitle {
	font-size: 16px;
	color: #323232;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-list a {
	display: inline-block;
	width: 54px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-right: 4px;
}

.btn-list .f-teacher {
	background: #237bde;
}

.btn-list .f-student {
	background: #fd5729;
}

.btn-list .f-class {
	background: #ff9900;
}

.btn-list .f-down {
	background: #32b16c;
}

.m-lst-l h1 {
	font-size: 30px;
	color: #237bde;
	height: 54px;
	border-bottom: 1px solid #c3c3c3;
	line-height: 54px;
}

.m-lst-r {
	float: left;
	width: 258px;
	margin-left: 12px;
	box-sizing: border-box;
	background: #fff;
	padding: 14px;
	-webkit-box-shadow: 2px 2px 10px #e4e4e4;
	-moz-box-shadow: 2px 2px 10px #e4e4e4;
	box-shadow: 2px 2px 10px #e4e4e4;
	padding-bottom: 0;
}

.m-rst {
	border: none;
}

#related {
	padding: 0;
}

#related li {
	height: 45px;
	line-height: 45px;
	margin: 12px 0;
}

#related li:before {
	content: '◆';
	font-size: 16px;
	margin-right: 5px;
}

#related li a {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #323232;
	vertical-align: middle;
	margin: 0;
	width: 208px;
}

.m-rst .m-rst-hd {
	background-color: #fff;
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	color: #237bde;
	border-bottom: 1px solid #c3c3c3;
	text-indent: 0;
}

.m-lst-l ul {
	overflow: hidden;
}

#detailCon .m-lst-l ul {
	margin-top: 8px;
}

#laypage {
	text-align: center;
	margin: 22px 0;
}