html,
body {
	background-color: #F0F0F0;
}

.pagingBox {
	margin-top: 30px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}

.paging {
	float: right;
}

.paging * {
	display: inline-block;
	padding: 0 5px;
	margin: 0px 3px;
	border-radius: 4px;
}

.paging a {
	color: #000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.paging a.active,
.paging a:hover {
	color: #5EB263;
}

.orderpagingBox {
	margin-top: 30px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}

.orderpaging {
	float: right;
}

.orderpaging * {
	display: inline-block;
	padding: 0 5px;
	margin: 0px 3px;
	border-radius: 4px;
}

.orderpaging a {
	color: #000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.orderpaging a.active,
.orderpaging a:hover {
	color: #5EB263;
}

.crumbs {
	margin-bottom: 30px;
}

.crumbs * {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin-right: 5px;
}


/*news.html*/
.news_sec1 {
	min-height: 510px;
	margin: 30px 0 100px;
}

.newsSec1L {
	float: left;
	width: 180px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
}

.newsSec1LT {
	padding: 15px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #F3F3F4;
}

.newsSec1LList {
	text-align: center;
	padding: 4px 0;
}

.newsSec1LList li {
	line-height: 24px;
	padding: 4px 0;
}

.newsSec1LList a {
	display: block;
	font-size: 14px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.newsSec1LList li.active a,
.newsSec1LList li:hover a {
	color: #5EB263;
}

.newsSec1R {
	margin-left: 200px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	padding: 0 15px 15px 15px;
	position: relative;
}

.newsSec1T {
	padding: 15px 0;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.newsSec1List li {
	padding: 10px 0;
	line-height: 26px;
	font-size: 15px;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 15px;
	position: relative;
}

.newsSec1List li:first-child {
	padding-top: 0;
}

.newsSec1List li.active:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #5EB263;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.newsSec1List a,
.newsSec1List span {
	display: block;
}

.newsSec1Time {
	float: right;
	color: #4D4D4D;
}

.newsSec1Title {
	width: 70%;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
	color: #000;
}

/*news.html*/

/*newsDot.html*/
.newsd_sec1 {
	min-height: 510px;
	margin: 30px 0;
}

.newsd_sec1 .index_box {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}

.newsdBox {
	padding: 0 75px;
}

.newsdT {
	font-size: 26px;
	color: #000;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.newsdTime {
	color: #000;
	text-align: center;
}

.newsdTime span {
	margin-left: 40px;
}

.newsdTime span:first-child {
	margin-left: 0;
}

.newsdCon {
	margin-top: 30px;
}

.newsdTxt {
	color: #000;
	line-height: 30px;
	margin-top: 20px;
}

.newsdTxt:first-child {
	margin-top: 0;
}

.newsdImg {
	line-height: 0;
	margin: 10px;
	text-align: center;
}

.newsdImg img {
	max-width: 100%;
}

/*newsDot.html*/

/*about.html*/
.aboutT {
	font-size: 26px;
	color: #000;
	line-height: 40px;
	text-align: center;
	margin: 30px 0 20px;
}

/*about.html*/

/*exam.html*/
.exam_sec1 {
	margin: 30px 0;
}

.exam_sec1 .index_box {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	height: 600px;
}

/*exam.html*/




/*class.html*/
.class_sec1 {
	background: #fff;
	border-top: #E6E6E6 1px solid;
}

.classSec1Box {
	border-top: #E6E6E6 1px solid;
	padding: 0 10px 20px;
}

.classSec1Box:first-child {
	border-top: 0;
}

.classSec1Box a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
	line-height: 26px;
	border-radius: 4px;
	margin-left: 20px;
	margin-top: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.classSec1Box a:first-child {
	margin-left: 0;
}

.classSec1Box a:hover,
.classSec1Box a.active {
	color: #fff;
	background: #5EB263;
}

.class_sec2 {
	min-height: 600px;
	margin: 30px 0;
}

.inSec3Col4 {
	margin-top: 22px;
}

/*class.html*/


/*classDot.html*/
.classDot_sec1 {
	background: #333333;
	padding: 20px 0;
}

.classDot_sec1 .crumbs {
	margin-bottom: 20px;
}

.classDot_sec1 .crumbs * {
	color: #fff;
}

.classDotSec1Img {
	width: 50%;
	float: left;
}

.classDotSec1Img div {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	line-height: 0;
}

.classDotSec1Img img {
	width: 100%;
}

.cDotSec1Con {
	margin-left: 50%;
	padding-left: 30px;
	position: relative;
}

.cDotSec1T {
	padding-top: 10px;
	font-size: 18px;
	color: #fff;
}

.cDotSec1Money {
	padding: 20px 0;
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
	color: #fff;
}

.cDotSec1Money span {
	font-size: 24px;
	color: #5EB263;
	margin-left: 5px;
}

.cDotSec1Teacher {
	color: #fff;
	line-height: 0;
}

.cDotSec1Teacher * {
	display: inline-block;
	vertical-align: middle;
}

.cDotSec1Teacher i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.cDotSec1Teacher img {
	width: 100%;
}

.cDotSec1Btn {
	position: absolute;
	left: 30px;
	right: 0;
	bottom: 0;
	line-height: 40px;
}

.cDotSec1Btn a {
	display: inline-block;
	width: 136px;
	height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: #5EB263;
}

.cDotSec1Btn span {
	float: right;
	color: #FFFFFF;
}

.cDotSec1Btn img {
	margin-right: 5px;
	width: 20px;
	float: right;
	margin-top: 9px;
}

.classDot_sec2 {
	margin: 20px 0;
}

.cDotSec2L {
	width: 900px;
	float: left;
}

.cDotSec2R {
	width: 280px;
	margin-left: 20px;
	float: left;
	background: #fff;
	border-radius: 6px;
	padding-bottom: 50px;
}

.cDotSec2RT {
	line-height: 70px;
	padding: 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	color: #000;
}

.cDotSec2RTxt {
	padding: 0 10px;
	color: #4D4D4D;
	line-height: 24px;
}

.cDotSec2Tab {
	background: #fff;
	border-radius: 6px;
	padding: 0 25px;
	margin-bottom: 20px;
}

.cDotSec2Tab li {
	float: left;
	margin: 0 25px;
	padding: 20px 0;
	cursor: pointer;
	line-height: 30px;
	color: #000;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cDotSec2Tab li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: transparent;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cDotSec2Tab li.active,
.cDotSec2Tab li:hover {
	color: #5EB263;
}

.cDotSec2Tab li.active:after,
.cDotSec2Tab li:hover:after {
	background: #5EB263;
}

.cDotSec2Box {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}

.cDotSec2T {
	padding-left: 18px;
	position: relative;
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

.cDotSec2T:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	background: #5EB263;
	width: 4px;
}

.cDotSec2Txt {
	color: #4D4D4D;
	line-height: 24px;
}

.cDotSec2Text {
	color: #4D4D4D;
	line-height: 24px;
	margin-top: 30px;
}

.cDotSec2Con {
	display: none;
}

.cDotSec2Con:nth-child(1) {
	display: block;
}

.cDotSec2List {
	padding-left: 18px;
}

.cDotSec2List li {
	color: #4D4D4D;
	font-size: 16px;
	margin: 10px 0;
	line-height: 30px;
}

.cDotSec2List li.active span:last-child {
	color: #5EB263;
}

.cDotSec2List a {
	color: #4D4D4D;
}

.cDotSec2ListTime,
.cDotSec2ListPro {
	float: right;
}

.cDotSec2ListPro {
	margin-right: 20px;
	color: #5EB263;
}

.cDotSec2ListPro i {
	color: #5EB263;
	margin-right: 3px;
}

.cDotSec2List span:last-child {
	margin-right: 200px;
	display: block;
}

.videoState {
	display: inline-block !important;
	position: relative;
	top: 1px;
	margin-right: 10px !important;
	width: 12px;
	height: 12px;
	border: 1px solid #5EB263;
	border-radius: 50%;
	overflow: hidden;
}

.videoStateHalf::after {
	content: '';
	height: 50%;
	background: #5EB263;
	display: block;
}

.videoStateComplete {
	background: #5EB263;
}

.releaseBox {
	background: #E6E6E6;
	padding: 20px;
	margin-bottom: 20px;
}

.releaseT {
	font-size: 16px;
	color: #000;
}

.releaseInput {
	position: relative;
	background: #F3F3F4;
	height: 36px;
	line-height: 36px;
	padding-right: 88px;
	font-size: 16px;
	margin-top: 10px;
}

.releaseInput input {
	background: transparent;
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.releaseInput span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #5EB263;
	width: 88px;
	color: #fff;
	text-align: center;
}

.releaseList li {
	padding: 20px;
	border-bottom: 1px solid #EBEBEB;
}

.releaseListR {
	float: right;
	color: #4D4D4D;
	line-height: 30px;
}

.releaseListL {
	margin-right: 150px;
	line-height: 0;
}

.releaseListL * {
	display: inline-block;
	vertical-align: middle;
	color: #4D4D4D;
	font-size: 16px;
}

.releaseListL div {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}

.releaseListL img {
	width: 100%;
	height: 100%;
}

.releaseListL span:last-child {
	font-size: 14px;
	color: #808080;
	margin-left: 5px;
}

.releaseListTxt {
	margin: 15px 0 0;
	color: #808080;
}

.comment {
	text-align: right;
	color: #B3B3B3;
}

.comment i {
	color: #B3B3B3;
	margin-right: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.comment>span {
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.comment>span.active i {
	color: #5EB263;
}

/*classDot.html*/


/*search.html*/
.search_sec1 {
	background: #fff;
	border-top: #E6E6E6 1px solid;
}

.search_sec2 {
	background: #fff;
}

.searchSec1Box {
	padding: 20px 10px;
}

.searchSec1Box span {
	color: #000;
}

/*search.html*/

/*user*/

/*classDot.html*/
.cDotSec1Top {
	background: #fff;
	padding: 15px 0;
}

.cDotSec1TopL {
	float: left;
	width: 70%;
}

.cDotSec1TopR {
	float: right;
	width: 25%;
}

.cDotSec1TopR>a {
	display: block;
	text-align: right;
	color: #000000;
}

.cDotSec1TopR>a span {
	display: inline-block;
	vertical-align: middle;
}

.cDotSec1TopR span:last-child {
	margin-left: 15px;
}

.cDotSec1TopRImg {
	margin-left: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	line-height: 0;
}

.cDotSec1TopRImg img {
	width: 100%;
	height: 100%;
}

.cDotSec1TopL {
	line-height: 0;
}

.cDotSec1TopL>* {
	display: inline-block;
	vertical-align: middle;
}

.cDotSec1TopL img {
	margin: 0 30px 0 20px;
	width: 32px;
}

.cDotSec1TopL span {
	margin: 5px 0;
	line-height: 30px;
	font-size: 24px;
	color: #000;
}

.cDotSec1Img {
	margin-right: 80px;
	line-height: 0;
	position: relative;
}

.cDotSec1Img img {
	width: 100%;
}

.cSec1Download {
	position: absolute;
	top: 20px;
	right: -80px;
	width: 80px;
}

.cSec1Download * {
	display: block;
}

.cSec1Download a {
	margin-top: 35px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.cSec1Download a:first-child {
	margin-top: 0;
}

.cSec1Download img {
	width: 25px;
	margin: 0 auto 15px;
}

.releaseInput2 {
	position: relative;
	line-height: 36px;
	font-size: 14px;
	margin-top: 10px;
}

.releaseInput2 div {
	margin-left: 88px;
	background: #F3F3F4;
}

.releaseInput2 input {
	background: transparent;
	border: 0;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 10px;
}

.releaseInput2 span {
	width: 75px;
	color: #000;
	text-align: right;
	float: left;
}

.releaseInput2 textarea {
	display: block;
	width: 100%;
	height: 108px;
	padding: 6px 10px;
	background: transparent;
	border: 0;
}

.releaseBtn {
	text-align: right;
	margin-top: 15px;
	line-height: 0;
}

.releaseBtn span {
	display: inline-block;
	cursor: pointer;
	background: #5EB263;
	width: 88px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.noteList {
	border-top: 1px solid #EBEBEB;
}

.noteList li {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px;
}

.noteListT {
	line-height: 26px;
	color: #000000;
	font-size: 16px;
	margin-bottom: 15px;
}

.noteListR {
	float: right;
	color: #808080;
	font-size: 14px;
	text-decoration: underline;
}

.noteListL {
	margin-right: 100px;
}

.noteListL span {
	color: #808080;
	margin-left: 10px;
}

.noteListTxt {
	font-size: 16px;
	color: #808080;
	line-height: 26px;
}

.noteListTxt.active {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 52px;
}

.noteListAll {
	margin-top: 15px;
	text-align: right;
}

.noteListAll span {
	font-size: 16px;
	color: #5EB263;
	cursor: pointer;
}

.problemListR {
	float: right;
	line-height: 40px;
	color: #808080;
}

.problemListL {
	margin-right: 150px;
	line-height: 0;
}

.problemListL>* {
	display: inline-block;
	vertical-align: middle;
}

.problemListL div {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 5px 0 0;
}

.problemListL img {
	width: 100%;
	height: 100%;
}

.problemListTi {
	font-size: 18px;
	color: #5EB263;
}

.problemListName {
	font-size: 16px;
	color: #363636;
}

.problemListCon {
	margin-top: 15px;
}

.problemListTitle {
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
}

.noteList .noteList {
	margin-top: 20px;
}

.noteList .noteList li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.studyBox ul {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.studyFirst {
	background: #F3F3F4;
	overflow: hidden;
	color: #808080;
}

.studyList {
	color: #000000;
}

.studyBox li {
	float: left;
}

.studyBox li:first-child {
	width: 10%;
}

.studyBox li:nth-child(2) {
	width: 20%;
}

.studyBox li:nth-child(3) {
	width: 40%;
}

.studyBox li:nth-child(4) {
	width: 30%;
}
.studyRecord li:first-child {
	width: 60%;
	overflow:hidden;
		white-space:nowrap;
	text-overflow:ellipsis;
}

.studyRecord li:nth-child(2) {
	width: 20%;
}

.studyRecord li:nth-child(3) {
	width: 20%;
}

/*classDot.html*/

/*zone.html*/
.expert2RList li {
	margin-top: 7px;
	border-radius: 6px;
	overflow: hidden;
}

.expert2RList li:first-child {
	margin-top: 0;
}

.expert2RList a {
	display: block;
	padding: 13px 15px;
}

.expert2RList span {
	display: block;
}

.zoneTotal {
	font-size: 18px;
	margin-bottom: 15px;
}

/*zone.html*/

/* user.html */
.layui-input-block>input {
	width: 320px;
}

.userInputFilex {
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #5EB263;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-top: 15px;
}

.userInputFilex input {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

.userInputFilex i {
	position: relative;
	top: 1px;
	font-size: 18px;
	margin-right: 5px;
}


/* user.html */
