﻿.pc-style #PageBody .Inner {
	width: 1120px;
	margin: 0px auto 30px auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.pc-style #PageBody .Inner #PageLeft {
	float: left;
	width: 900px;
}

.pc-style #PageBody .Inner #PageRight {
	float: right;
	width: 200px;
	overflow: hidden;
}

.pc-style #list {
	background: #ffffff;
	padding: 30px;
	min-height: 600px;
}

.pc-style #list h1 {
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	color: #555555;
	font-weight: bold;
	margin-bottom: 15px;
}

.pc-style #list .nav {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	text-align: center;
}

.pc-style #list .nav a {
	color: #1e50a2;
}

.pc-style #list .nav a:hover {
	color: #cc0000;
}

/*内容样式*/

.pc-style #cont {
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	padding: 15px 0;
}

.pc-style #cont #ArticNav {
	height: 34px;
	width: 100%;
}

.pc-style #cont #ArticNav .Link {
	padding: 10px;
	border-top: 1px solid #b1c8d7;
	border-bottom: 1px solid #b1c8d7;
	line-height: 12px;
	height: 12px;
	background-color: #f5f8fc;
	text-align: center;
}

.pc-style #cont #ArticNav .Link a {
	color: #1e50a2;
}

.pc-style #cont #ArticNav .Link a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.pc-style #cont dl {
	padding: 0px;
	margin: 0px;
}

.pc-style #cont dt {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #006708;
	margin: 20px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d5d5d5;
	line-height: 22px;
	text-align: left;
}

.pc-style #cont dt span {
	font-weight: normal;
	padding-left: 5px;
	color: #333333;
}

.pc-style #cont dd {
	padding: 0px;
	margin: 0px;
}

.pc-style #cont dd h3 {
	padding: 0px;
	margin: 0px;
	text-indent: 2em;
	color: #006708;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
}

.pc-style #cont dd table {
	border: 1px solid #b1c8d7;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
	width: 100%;
}

.pc-style #cont dd th {
	background: #e7effa;
	padding: 5px 10px 5px 10px;
	border: 1px solid #b1c8d7;
	font-weight: normal;
	color: #333333;
}

.pc-style #cont dd td {
	background: #ffffff;
	border: 1px solid #b1c8d7;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #333333;
}

.pc-style #cont dd .aLeft {
	text-align: left;
}

.pc-style #cont dd p {
	padding: 0px;
	margin: 0px;
	text-indent: 2em;
	padding: 0.5em;
}

.pc-style #cont dd p span, .pc-style #cont dd td span {
	color: #cc0000;
}

.pc-style #cont a {
	color: #1e50a2;
	text-decoration: none;
}

.pc-style #cont a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.pc-style #cont dd .EbookList {
	background: #ede9e5;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin: 5px 24px;
	border-radius: 5px;
}

.pc-style #cont dd .EbookList li {
	color: #333333;
	text-indent: -1em;
	padding-left: 1em;
}

.pc-style #cont dd .EbookList li a {
	color: #1e50a2;
}

.pc-style #cont dd .EbookList li a:hover {
	color: #cc0000;
}

.pc-style #cont dd .TeachSchool {
	display: block;
	background: #C00 url(https://g.100xuexi.com/CssModel/sc121/Images/bg0171.gif) repeat;
	font-size: 18px;
	color: white;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 20px;
	line-height: 30px;
	font-weight: bold;
}

.pc-style #cont dd .TeachSchool:hover {
	text-decoration: none;
}

.pc-style #cont img{
	max-width: 100%;
	height: auto;
}
/* 移动端样式 */
.mobile-style:after{
	content: "";
	display: block;
	padding: 32px 16px;
	height: 30px;
	background: url(https://wx.100xuexi.com/images/Mobile_bg0597.png) center center no-repeat;
	background-size: auto 30px;
}
.mobile-style #top, .mobile-style .top-bar, .mobile-style #bot, .mobile-style .comTopAd, .mobile-style #topNav, .mobile-style #PageBody #PageRight {
	display: none;
}

.mobile-style #PageBody .Inner {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.mobile-style #PageBody .Inner #PageRight {
	display: none;
}

.mobile-style #list {
	background: #ffffff;
	padding: 20px;
}

.mobile-style #list h1 {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	color: #555555;
	font-weight: bold;
	margin-bottom: 15px;
}

.mobile-style #list .nav {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	text-align: center;
}

.mobile-style #list .nav a {
	color: #1e50a2;
	display: inline-block;
	vertical-align: top;
}

.mobile-style #list .nav a:hover {
	color: #cc0000;
}

/*内容样式*/

.mobile-style #cont {
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	padding: 15px 0;
}

.mobile-style #cont #ArticNav {
	height: 34px;
	width: 100%;
}

.mobile-style #cont #ArticNav .Link {
	padding: 10px;
	border-top: 1px solid #b1c8d7;
	border-bottom: 1px solid #b1c8d7;
	line-height: 12px;
	height: 12px;
	background-color: #f5f8fc;
	text-align: center;
}

.mobile-style #cont #ArticNav .Link a {
	color: #1e50a2;
}

.mobile-style #cont #ArticNav .Link a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.mobile-style #cont dl {
	padding: 0px;
	margin: 0px;
}

.mobile-style #cont dt {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #006708;
	margin: 20px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d5d5d5;
	line-height: 22px;
	text-align: left;
}

.mobile-style #cont dt span {
	font-weight: normal;
	padding-left: 5px;
	color: #333333;
}

.mobile-style #cont dd {
	padding: 0px;
	margin: 0px;
}

.mobile-style #cont dd h3 {
	padding: 0px;
	margin: 0px;
	text-indent: 2em;
	color: #006708;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
}

.mobile-style #cont dd table {
	border: 1px solid #b1c8d7;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
	width: 100%;
	font-size: 12px;
	line-height: 22px;
}

.mobile-style #cont dd th {
	background: #e7effa;
	padding: 5px 10px 5px 10px;
	border: 1px solid #b1c8d7;
	font-weight: normal;
	color: #333333;
	/* line-height: 22px;
	font-size: 12px; */
}
.mobile-style #cont dd #divSchool th{
	width: auto !important;
	white-space: nowrap;
}
.mobile-style #cont dd td {
	background: #ffffff;
	border: 1px solid #b1c8d7;
	padding: 5px 10px 5px 10px;
	text-align: center;
	/* line-height: 22px; */
	color: #333333;
	/* font-size: 12px; */
}

.mobile-style #cont dd .aLeft {
	text-align: left;
}

.mobile-style #cont dd p {
	padding: 0px;
	margin: 0px;
	text-indent: 2em;
	padding: 0.5em;
}

.mobile-style #cont dd p span, .mobile-style #cont dd td span {
	color: #cc0000;
}

.mobile-style #cont a {
	color: #1e50a2;
	text-decoration: none;
}

.mobile-style #cont a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.mobile-style #cont dd .EbookList {
	background: #ede9e5;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin: 5px 24px;
	border-radius: 5px;
}

.mobile-style #cont dd .EbookList li {
	color: #333333;
	text-indent: -1em;
	padding-left: 1em;
}

.mobile-style #cont dd .EbookList li a {
	color: #1e50a2;
}

.mobile-style #cont dd .EbookList li a:hover {
	color: #cc0000;
}

.mobile-style #cont dd .TeachSchool {
	display: block;
	background: #C00 url(https://g.100xuexi.com/CssModel/sc121/Images/bg0171.gif) repeat;
	font-size: 18px;
	color: white;
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 20px;
	line-height: 30px;
	font-weight: bold;
}

.mobile-style #cont dd .TeachSchool:hover {
	text-decoration: none;
}
.mobile-style #cont img{
	max-width: 100%;
	height: auto;
}