@charset "utf-8";
/********************************/

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

body {
	background-color: #F3F3F3;
}

#banner {
	background-image: url(../images/index/cxybanner.jpg);
	width: 100%;
	padding-top: 33%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

.describe {
	position: absolute;
	left: 40.6%;
	top: 62.9%;
	bottom: 0;
}

.operate {
	position: absolute;
	right: 13%;
	top: 20%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
    */
	border-radius: 10px;
	width: 240px;
	height: 265px;
	padding: 20px;
	box-sizing: border-box;
}

.operate-one {
	font-size: 22px;
	display: block;
}

.operate-two {
	font-size: 14px;
	display: block;
}

.operate-item {
	width: 100%;
	height: 26px;
	display: block;
	background: #E12735;
	border-radius: 5px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin: 5px 0;
}

.describe-one {
	font-size: 51px;
	color: #fff;
	margin-bottom: 20px;
}

.describe-two {
	font-size: 28px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
}

.describe a {
	width: 140px;
	height: 45px;
	background: #f76167;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	border-radius: 30px;
	font-family: "微软雅黑";
	transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
}

.middle {
	padding: 5% 0;
}

p.title {
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	font-weight: normal;
	font-weight: bold;
}

p.txt {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin: 20px 0;
	padding: 0px 22.5%;
}

div.icon {
	padding: 0 10%;
}

div.icon p {
	background-image: url(../images/index/cxy.png);
	width: 100%;
	padding-top: 32.7%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#logo-zone {
	width: 300px;
	height: 50px;
	display: block;
	float: left;
	margin-top: 10px;
}

.p-index #header-page {
	height: 80px;
}

.p-index #page-logo-zone .logo-icon {
	background: url('../images/index/cxylogo.png') no-repeat;
	display: block;
	width: 193.8px;
	height: 49.8px;
	vertical-align: middle;
	background-size: 100%;
	background-position: center center;
}

.header-tip {
	width: 100%;
	height: 40px;
	background: #ffd524;
}

.header-tip p {
	line-height: 40px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
}

.header-tip span {
	color: #ea5947;
}

.header-tip a {
	color: #ea5947;
	text-decoration: underline;
	outline: none;
}

.ihedader-search {
	border-color: #fff;
}

.ihedader-searchicon {
	color: #fff;
}

.p-index .nav-header a {
	color: #fff;
}

/*.loginbtn-zone a{
	display: block;
	height:32px;
	line-height: 32px;
	border:1px solid #fff;
	border-radius:20px;
	color:#fff;
	padding:0 10px;
}
.loginbtn-zone .login-link{
	background-color:#ea5947;
	border-color:#ea5947;
}
.loginbtn-zone .regist-link{
	
}

*/
.more-detail {
	color: #DFD01F;
	display: inline-block;
	font-size: 20px;
	padding-left: 5px;
}

@media only screen and (min-width:1171px) and (max-width:1366px) {
	.describe {
		top: 63.5%;
	}

	.describe a {
		width: 110px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	p.title {
		font-size: 30px;
	}

	.operate {
		top: 18%;
	}
}

@media only screen and (min-width:1080px) and (max-width:1200px) {
	.describe {
		top: 62.9%;
	}

	.describe a {
		height: 36px;
		line-height: 36px;
		width: 100px;
		font-size: 14px;
	}

	.operate {
		top: 15%;
	}
}

@media only screen and (min-width:970px) and (max-width:1079px) {
	.describe a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.operate {
		right: 11%;
		top: 7%;
	}

	p.title {
		font-size: 26px;
	}
}

@media only screen and (max-width:970px) {
	html {
		font-size: 10px;
	}

	.describe-one {
		font-size: 24px;
		margin-bottom: 2px;
	}

	.describe-two {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.describe a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	p.title {
		font-size: 18px;
	}

	p.txt {
		font-size: 12px;
		line-height: 24px;
		margin: 2px 0;
		padding: 0px 5%;
	}

	div.icon {
		padding: 0;
	}

	.more-detail {
		font-size: 15px;
		padding-left: 2px;
	}

	.hedader-search {
		border-radius: 0;
		height: 24px;
		line-height: 24px;
		position: relative;
		display: inline-block;
		float: none;
		border: 0;
		padding: 0;
		font-size: 0;
	}

	.hedader-searchtext {
		width: 130px;
		line-height: 24px;
		border: 1px solid #ea5947;
		padding-left: 10px;
		border-radius: 5px 0 0 5px;
		padding-left: 10px;
	}

	.hedader-searchicon {
		height: 26px;
		line-height: 26px;
		border-radius: 0;
		border-radius: 0 5px 5px 0;
		background: url('../../images/discussion-bar/search_hover.png') no-repeat;
		background-size: 80%;
		background-position: center center;
		background-color: #ea5947;
	}

	.p-head-name {
		margin-left: 0;
		letter-spacing: 5px;
	}

	#page-logo-zone {
		width: 100px;
		height: 25px;
		margin: 0;
	}

	.p-index #page-logo-zone .logo-icon {
		width: 100px;
		height: 25px;
		position: relative;
	}

	dl.clearfix {
		font-size: 14px;
	}

	dl.clearfix dd {
		display: inline-block;
	}

	#member {
		display: none !important;
	}

}

.con-wrap,
.contain {
	width: 980px;
	margin: 0 auto;
}

.noresult-img {
	background: url("../images/nomessage.png") no-repeat center;
	width: 210px;
	height: 150px;
	margin: 40px auto 20px;
	background-size: contain;
}

.noresult-con {
	text-align: center;
	color: #444;
	font-weight: normal;
	font-size: 14px;
}

@media(max-width: 768px) {
	.noresult-img {
		display: none;
	}

	.noresult-con {
		padding: 100px 0 200px;
		font-size: 14px;
		color: #969696;
		line-height: 22px;
	}
}

.typecourse-wraper {
	margin-top: 20px;
}

.typecourse-itmes {
	background-color: #fff;
}

.phone-typecourse-itmes {
	display: none;
}

.type-iconcourse {
	width: 20%;
	float: left;
	padding: 20px 0;
}

.curr-type {
	background-color: #ea5947;
	position: relative;
}

.curr-type:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 80px;
	bottom: -40px;
	border-width: 25px;
	border-style: solid;
	border-color: #ea5947 transparent transparent;
}

.type-iconcourse i {
	display: block;
	width: 155px;
	height: 50px;
	margin: 0 auto;
	background: url('../images/sitesicon.png') no-repeat -555px -258px;
}

.curr-type .polity-icon {
	background-position: -555px -388px;
}

.type-iconcourse .eng-icon {
	background-position: -22px -197px;
}

.curr-type .eng-icon {
	background-position: -207px -197px;
}

.type-iconcourse .tsk-icon {
	background-position: -22px -270px;
}

.curr-type .tsk-icon {
	background-position: -207px -270px;
}

.type-iconcourse .pro-icon {
	background-position: -22px -343px;
}

.curr-type .pro-icon {
	background-position: -207px -343px;
}

.type-iconcourse .danj-icon {
	background-position: -555px -321px;
}

.curr-type .danj-icon {
	background-position: -555px -451px;
}

.type-course-wrap {
	margin: 0 -12px;
	background-color: #F3F3F3;
	position: relative;
	zoom: 1;
}

.type-course-wrap a {
	float: left;
	display: inline;
	width: 22.6%;
	margin: 20px 0 20px 6px;
	padding: 8px;
	transition: .3s;
	/* display:inline; */
}

.type-course-wrap a:hover {
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
	transition: .3s;
}

/* .type-course-wrap a:hover{
	 box-shadow: 0 5px 20px rgba(0,0,0,.3);
} */
.type-course-wrap .course-pic {
	width: 100%;
	height: 155px;
	position: relative;
	overflow: hidden;
}

.course-pic img {
	width: 100%;
	height: auto;
}

.course-online {
	position: absolute;
	left: 0;
	top: 0;
}

.course-online img {
	width: auto;
	height: auto;
}

.course-title {
	font: 16px "微软雅黑";
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px 0;
	width: 100%;
}

.course-info {
	color: #969696;
	font-size: 12px;
}

.course-info .course-org {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recom-course-itmes .course-org {
	width: 50%;
}

.recom-course-itmes .course-title {
	margin: 7px 0;
}

.course-info .course-num {
	float: right;
	line-height: 1;
}

.course-num b {
	color: #ea5947;
}

.allcourse-btn {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 35px auto 50px;
	border: 1px solid #ea5947;
	background-color: #fff;
	color: #ea5947;
	transition: .3s;
	border-radius: 4px;
}

.allcourse-btn:hover,
.allcourse-btn:active {
	background-color: #ea5947;
	color: #fff;
}

.reco-course-con {
	margin-bottom: 50px;
}

.recom-course-itmes {
	margin-left: -16px;
}

.recom-course-itmes a {
	float: left;
	width: 17.1%;
	margin: 0 0 10px 3px;
	display: block;
	padding: 8px;
	display: block;
}

.recom-course-itmes a:hover {
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
	transation: .3s;
}

.recom-course-itmes .course-first {
	width: 40.5%;
}

.recom-course-itmes .course-pic {
	width: 100%;
	height: 103px;
	overflow: hidden;
}

.course-first .course-pic {
	width: 100%;
	height: 282px;
}

.adv-list {
	margin: 0 0 50px -23px;
}

.adv-list img {
	width: 100%;
	height: auto;
}

.adv-list li {
	float: left;
	margin: 0 0 10px 11px;
	padding: 6px;
	width: 17%
}

.adv-list li:hover {
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
}

.adv-list a,
.adv-one,
.adv-two,
.adv-three,
.adv-four {
	width: 100%;
	display: block;
}

.mark-title {
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
	float: left;
}

.spec-news {
	float: left;
	width: 50.6%;
	height: 282px;
	position: relative;
	display: block;
	overflow: hidden;
}

.spec-news .news-pic {
	width: 100%;
	height: 100%;
}

.news-pic img {
	width: 100%;
	height: 282px;
}

.news-cover {
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.news-items {
	margin-left: 535px;
}

.news-time {
	float: left;
	background: url('../images/sitesicon.png') no-repeat -399px -185px;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 52px;
	color: #fff;
}

.news-con {
	margin-top: 0;
	display: block;
	margin-left: 60px;
}

.news-title {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
	margin-bottom: 7px;
	_width: 380px;
	_height: 16px;
}

.news-con:hover .news-title {
	color: #ea5947;
}

.news-intro {
	color: #969696;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
}

.news-items {
	margin-top: -43px;
}

.news-items li {
	margin-top: 43px;
}

.page-searchbox {
	background-color: #fff;
	padding: 20px 20px;
	border: 1px solid #e3e3e9;
	float: left;
	width: 73%;
}

.search-item-box {
	margin-top: -10px;
}

.search-item {
	margin-top: 10px;
}

.search-item dt,
.search-item dd {
	float: left;
	font: 14px "微软雅黑";
}

.search-item dt {
	margin-right: 20px;
}

.search-item a {
	display: block;
	float: left;
	margin-right: 12px;
	padding: 3px 10px;
	font: 14px "微软雅黑";
	line-height: 14px;
	cursor: pointer;
}

.search-item a:hover {
	background-color: #e3e3e9;
	border-radius: 10px;
}

.search-item a:active,
.search-item .curr-item,
.search-item .curr-item:hover {
	border-radius: 10px;
	background-color: #ea5947;
	color: #fff;
	border-color: #ea5947;
}

.classifyitems-zone {
	position: relative;
	padding-left: 80px;
}

.classifyitems-zone dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.classifyitems-zone .cate-detail-con {
	margin-top: 15px;
}

.cate-item-link {
	float: left;
	margin-right: 10px;
	line-height: 1.2;
	color: #444;
	font-size: 14px;
	text-decoration: none;
}

.cate-detail-conline .cate-item-link {
	margin-right: 0;
}

.cate-detail-conline .cate-item-link:before {
	content: '/';
	padding: 0 5px;
	color: #444;
}

.cate-detail-conline .cate-item-all:before {
	content: '';
	padding: 0;
}

.cate-item-link.active {
	color: #ea5947;
}

#loading-icon,
.loading {
	background: url('../images/sitesicon.png') no-repeat -204px -459px;
	width: 165px;
	height: 60px;
	margin: 60px auto 0;
}

#loading-icon.error {
	background-position: -204px -520px;
}

.course-num-zone {
	margin: 16px 0 8px 0;
}

.course-num {
	font-size: 12px;
	line-height: 40px;
	color: #969696;
}

.car-cal-content {
	border: 1px solid #e3e3e9;
	font-size: 18px;
	background-color: #fff;
	display: block;
	margin-left: 20px;
	padding: 10px 10px 10px 24px;
	position: relative;
	float: right;
	color: #ea5947;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.car-cal-content:hover {
	background-color: #f7f7f7;
	transition: .3s;
}

.car-cal-content i {
	font-style: normal;
}

.car-choice-carnum {
	position: absolute;
	right: 35px;
	top: 5px;
	display: block;
	line-height: 14px;
	color: #fff;
	background-color: #ea5947;
	font-size: 10px;
	border-radius: 16px;
	text-align: center;
	padding: 2px 5px;
}

/******************弹出登录*****************************/
.login-error {
	margin-bottom: 5px;
	color: #ea5947;
	font-size: 14px;
	line-height: 14px;
}

#poploginvi {
	background: #FFF;
	height: 456px;
	width: 384px;
	font-family: "微软雅黑";
	z-index: 10000;
}

@media (max-width: 768px) {
	#poploginvi {
		max-width: 100%;
	}
}

.loginvi-head {
	height: 150px;
	width: 100%;
	background: url(../images/logo-head2.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.login-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	color: #222A2F;
	cursor: pointer;
}

.login-body {
	padding: 0 38px 30px;
}

.login-title {
	font-size: 18px;
	color: #444;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

.login-body .input_text {
	margin-bottom: 8px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #d1d1d1;
	padding-left: 10px;
}

.login-body .captcha-area {
	display: none;
	margin-bottom: 8px;
	font-size: 0;
}

.login-body .captcha-area .input_text {
	margin-bottom: 0;
	width: 160px;
	vertical-align: middle;
}

.login-body .captcha-area #verImg {
	margin-left: 10px;
	width: 130px;
	height: 48px;
	vertical-align: middle;
}

#poploginvi .forget-psd {
	height: 20px;
	line-height: 20px;
	color: #81828c;
	float: right;
	font-size: 14px;
}

#poploginvi .forget-psd:hover {
	text-decoration: underline;
	color: #ea5947;
}

.loginBtn1 {
	background: #ea5947;
	width: 400px;
	height: 43px;
	margin-bottom: 25px;
}

#poploginvi .loginBtn1 {
	margin-top: 10px;
	width: 100%
}

.reg-a-group {
	text-align: center;
}

.reg-a-link {
	color: #969696;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	padding: 0 10px;
}

.reg-a-link:hover {
	text-decoration: underline;
	color: #ea5947;
}

/*******************弹出登录****************************/
/********************登录*********************************/
.registerForm {
	float: left;
	padding-right: 30px;
	border-right: 1px solid #d1d1d1;
}

.login-info {
	padding: 80px 0 0 70px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.login-info-div {
	margin-bottom: 30px;
}

.login-info p {
	color: #969696;
	font-family: "微软雅黑";
}

/*********************登录*******************************/
/*********************注册************************************/
.registerForm,
.applyForm {
	width: 680px;
	margin: 50px auto;
}

.registerForm div,
.applyForm div {
	position: relative;
	float: left;
	width: 680px;
}

.welRegister {
	font: 36px "微软雅黑";
	color: #444;
	float: left;
	margin-right: 50px;
}

.registered {
	font: 14px "微软雅黑";
	color: #444;
	float: left;
	padding-top: 24px;
}

.registerForm p,
.applyForm p {
	color: #444;
	font: 14px "微软雅黑";
	line-height: 28px;
}

.registerForm .textinput,
.applyForm .textinput,
#PersonalInfo {
	color: #969696;
	font: 14px "微软雅黑";
	padding: 12px;
	width: 604px;
	border: 1px solid #d1d1d1;
	margin-right: 10px;
}

.captchaPic {
	width: 100px;
	height: 30px;
	display: inline-block;
	*display: inline;
	margin-right: 30px;
	background: url(../images/registercode.jpg) no-repeat center;
}

.submitBtn {
	width: 630px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 12px;
}

.iconIn {
	width: 40px;
	height: 40px;
	display: none;
	background: #f3f3f3 url(../images/cryIcon.png) no-repeat center;
	position: absolute;
	top: 30px;
	right: 1px;
}

.checkedicon {
	background: #f3f3f3 url(../images/smileIcon.png) no-repeat center;
}

.registerForm .invalid,
.applyForm .invalid {
	color: #ee3939;
	font: 14px "微软雅黑";
	display: block;
}

.sucPic {
	margin: 60px auto 30px;
	height: 230px;
	width: 230px;
	background: url(../images/regSuccess.png) no-repeat center;
}

.registerForm .regsuc,
.applyForm .regsuc {
	text-align: center;
	font: 36px "微软雅黑";
	color: #444;
	margin-bottom: 30px;
}

.back-index {
	font: 16px "微软雅黑";
	text-align: center;
	color: #ea5947;
}

.back-index:hover {
	text-decoration: underline;
}

/************************注册*********************************/
/*******************院校***************/
.schoolwall {
	width: 100%;
	height: 400px;
	background: url(../images/schoolwall.jpg) no-repeat center;
	background-size: cover;
}

.addressList {
	line-height: 20px;
	padding: 20px 0;
}

.address {
	float: left;
	margin: 0 5px;
}

.address a {
	color: #444;
	font: 14px "微软雅黑";
	cursor: pointer;
}

.address a:hover {
	color: #ea5947;
}

.addressList .choosed a {
	color: #fff;
	background: #ea5947;
	padding: 2px 5px;
}

.schoolNum {
	color: #969696;
	font: 14px "微软雅黑";
	margin-bottom: 10px;
}

.schools {
	margin-bottom: 24px;
}

.user_logo {
	width: 232px;
	height: 182px;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	background: #fff;
}

.user_logo a {
	color: #505050;
	font: 14px "微软雅黑";
	cursor: pointer;
}

.user_logo img {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}

.user_logo:nth-child(5n) {
	margin-right: 0;
}

.user_logo .schoolName {
	width: 200px;
	display: block;
	font-weight: bold;
	font: 16px "微软雅黑";
	line-height: 20px;
	margin: 0 auto;
}

.scEngName {
	font-family: Segoe Script;
	color: #969696;
	font-size: 10px;
	width: 210px;
	margin: 0 auto;
	display: block;
	word-break: break-word;
}

/*******************院校***************/
/*******************底部下载app*********************/
.block-download {
	display: block;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 800px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
}

.block-cont {
	width: 100%;
	padding: 10px;
	background: #f7f7f7;
	bottom: 0;
	position: fixed;
	box-sizing: border-box;
	font-family: "微软雅黑";
	color: #444;
	display: none;
}

.box-close {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url('../../images/mobile/close_mobile.png');
}

.box-parent {
	width: 100%;
	display: flex;
	align-items: center;
}

.box-left {
	width: 48px;
	height: 48px;
	background: url('../../images/mobile/icon_mobile.png') no-repeat;
	background-size: contain;
}

.box-cont {
	flex: 1;
	padding: 0 10px;
}

.box-cont p {
	line-height: 21px;
	font-size: 14px;
	word-break: break-word;
}

.block-download .box-right {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: none;
	color: #f7f7f7;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	background: #000000;
	background: linear-gradient(to bottom, #ea5746, #ea3a3c);

}

/*******************底部下载app**********************/
/*********************新闻公告*********************************/
.title-head-top {
	width: 1200px;
	height: 120px;
	margin: 0 auto 0;
	line-height: 120px;
	font-size: 48px;
	text-align: center;
	color: #444;
	background: #f3f3f3
}

.content-main {
	width: 1200px;
	margin: 0 auto 0;
	background: #fff;
}

.cm-title {
	display: none;
	overflow: hidden;
	padding: 20px 0 10px 10px;
	;
}

.cm-strip {
	height: 16px;
	background: #EA5947;
}

.cm-content {
	padding: 30px 60px 30px;
	min-height: 520px;
}

.cm-item {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #969696;
	overflow: hidden;
}

.cm-item .pic-left-section {
	width: 210px;
	height: 140px;
	float: left;
	background: url(../images/news.png) no-repeat center;
}

.pic-left-section a {
	display: block;
	_float: left;
}

.pic-left-section img {
	width: 100%;
	object-fit: cover;
}

.cm-item .content-right-section {
	width: 810px;
	height: 140px;
	margin-left: 25px;
	float: left;
	position: relative;
}

.content-right-section a {
	width: 100%;
	max-height: 60px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 22px;
	color: #444;
	text-decoration: none;
	overflow: hidden;
}

.content-right-section a:hover {
	color: #ea5947;
}

.content-right-section a img {
	width: 16px;
	height: auto;
	margin-right: 8px;
}

.content-right-section p {
	width: 100%;
	height: 48px;
	font-size: 14px;
	line-height: 22px;
	color: #969696;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-right-section .pic-time {
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/timePic.png) no-repeat left center;
}

.content-right-section .pic-time span {
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #d1d1d1;
}

.news-pages-content {
	width: 1200px;
	min-height: 500px;
	margin: 30px auto;
	background: #f3f3f3;
	overflow: hidden;
}

.npc-left-section {
	width: 286px;
	padding: 36px 32px 16px 26px;
	background: #fff;
	float: left;
}

.npcl-head {
	margin-bottom: 14px;
	overflow: hidden;
}

.npcl-head span {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	float: left;
}

.npcl-head a {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	float: right;
}

.npcl-head a:hover {
	color: #ea5947;
}

.npcl-item {
	position: relative;
	overflow: hidden;
}

.npcl-item .npcl-item-circle {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 3px;
	background: #E95B46;
}

.npcl-item a {
	margin-left: 14px;
	display: inline-block;
	line-height: 22px;
	font-size: 12px;
	color: #444;
}

.npcl-item a:hover {
	color: #ea5947;
}

.npcl-item .npcl-item-time {
	margin-left: 14px;
	margin-bottom: 20px;
	display: block;
	color: #969696;
	font-size: 12px;
}

.npc-right-section {
	width: 736px;
	min-height: 520px;
	padding: 52px 32px 0;
	margin-left: 26px;
	float: left;
	text-align: center;
	background: #fff;
}

.npc-right-section h4 {
	font-size: 24px;
	line-height: 36px;
	color: #444;
	margin-bottom: 20px;
}

.wrapper-top-news {
	overflow: hidden;
}

.npc-right-section .publish-time {
	display: inline-block;
	margin: 8px auto 24px;
	font-size: 12px;
	line-height: 14px;
	color: #969696;
	vertical-align: middle;
}

.npc-right-section .return {
	display: none;
	float: right;
	margin: 8px 20px 15px auto;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-align: right;
	vertical-align: middle;
}

.npc-right-section img {
	width: 600px;
	height: auto;
	margin: 0 auto 23px;
	display: block;
}

.npc-right-section .news-commentary {
	max-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	margin: 0 auto 23px;
	font-size: 14px;
	line-height: 16px;
	color: #969696;
}

.npc-right-section p {
	margin-bottom: 25px;
	font-size: 14px;
	color: #444;
	line-height: 28px;
	text-align: left;
}

.npc-right-section p:nth-last-of-type(1) {
	margin-bottom: 20px;
}

.npc-right-section .npc-accessory {
	font-size: 14px;
	line-height: 16px;
	color: #969696;
	float: left;
}

.npc-right-section .npc-accessory-content {
	padding-left: 45px;
	margin-top: -4px;
	margin-bottom: 55px;
	text-align: left;
}

.npc-accessory-content a {
	color: #21759b;
	font-size: 12px;
	line-height: 16px;
	padding-right: 30px;
	text-decoration: underline;
}

.npc-accessory-content a:hover {
	color: #0f3647;
}

/**********************新闻公告******************************/
/************************页数*****************************************/
.pagination-every {
	width: 100%;
	margin: 0 auto 0;
	padding-top: 10px;
	padding-bottom: 60px;
	overflow: hidden;
	text-align: center;
}

/*CSS viciao style pagination*/
div.viciao {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 10px;
	ALIGN: CENTER;
}

div.viciao A {
	font-size: 12px;
	border: #d1d1d1 1px solid;
	padding: 6px 9px;
	COLOR: #969696;
	MARGIN-RIGHT: 5px;
	TEXT-DECORATION: none
}

div.viciao A:hover {
	background: #fff;
	color: #ea5947;
}

div.viciao A:active {
	padding: 6px 9px;
}

div.viciao span.current {
	font-size: 12px;
	padding: 2px 8px;
	MARGIN-RIGHT: 5px;
	background: none repeat scroll 0 0 transparent;
	color: #ea5947;
	font-weight: bold
}

div.viciao span.disabled {
	font-size: 12px;
	padding: 6px;
	COLOR: #969696;
	border: #d1d1d1 1px solid;
	font-size: 12px;
	background: #fff;
}

div.viciao span.disabled:hover {
	COLOR: #ea5947;
	border: #ea5947 1px solid;
	background: #fff;
}

.disabled {
	padding: 7px 11px;
	color: #969696;
}

span.current {
	padding: 7px 11px;
	color: #ee3939;
}

a.current,
#xia,
#shang {
	padding: 7px 11px;
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #969696;
	margin: 0 5px;
	cursor: pointer;
}

a.current:hover,
#xia:hover,
#shang:hover {
	color: #ee3939;
	background: #ffd0c9;
	border: 1px solid #ee3939;
}

/**************************页数****************************************/
/********************使用条款**************************************************/
.terms-title {
	font: 36px "微软雅黑";
	color: #444;
	text-align: center;
	margin: 30px 0;
}

.terms-words {
	margin-bottom: 160px;
}

.terms-words p,
.terms-words ul li {
	font: 16px "微软雅黑";
	color: #444;
	line-height: 30px;
}

.terms-words p {
	text-indent: 2em;
	margin-bottom: 20px;
}

.terms-words ul {
	padding-left: 50px;
	margin-bottom: 20px;
}

.terms-words ul li {
	list-style-type: disc
}

@media only screen and (min-width:1200px) {

	.header-content,
	.con-wrap,
	.contain {
		width: 1200px;
	}

	.type-course-wrap a {
		width: 23.1%;
	}

	.adv-list li {
		width: 18%;
	}

	.spec-news {
		width: 42%;
	}

	.recom-course-itmes .course-first {
		width: 42.2%;
	}

	.page-searchbox {
		width: 77.9%;
	}
}

@media only screen and (max-width:970px) {

	.contain {
		max-width: 100%;
	}

	/* .con-wrap{
		max-width:100%;
		padding:0 10px;
		box-sizing: border-box;
		overflow:hidden;
	} */
	.con-nogap-wrap {
		max-width: 100%;
		padding: 0;
	}

	.wrap {
		margin-top: 0;
	}

	.page-searchbox {
		width: 100%;
		box-sizing: border-box;
		background-color: transparent;
		border: none;
		padding: 16px 6px 0;
	}

	/* .search-item a{
	    margin-bottom:12px;
	    border:1px solid #e3e3e9;
	    color:#444;
	    float:left;
	    background-color:#fff;
	    height:20px;
	    padding:0 10px;
	    line-height:20px;
	    border-radius:20px;
	} */
	.car-cal-content {
		display: none;
	}

	/* .search-catlogitem dt{
		display:none;
	} */
	.type-course-wrap {
		margin: 5px 0 5px 0;
	}

	.type-course-wrap a {
		width: 48.3%;
		margin: 15px 0 0 10px;
		padding: 0;
	}

	.type-course-wrap a:nth-child(2n+1) {
		margin-left: 0;
	}

	.course-title {
		font-size: 12px;
	}

	.course-info {
		font-size: 10px;
	}

	.course-info .course-org {
		width: 50%;
	}

	.type-course-wrap .course-pic,
	.recom-course-itmes .course-pic {
		height: 92px;
	}

	.typecourse-itmes {
		display: none;
	}

	.phone-typecourse-itmes {
		display: block;
		text-align: center;
		background-color: #fff;
	}

	.phone-typecourse-itmes a {
		color: #ea5947;
	}

	.phone-typecourse-itmes .curr-type {
		color: #fff;
	}

	.curr-type:after {
		left: 25px;
		bottom: -20px;
		border-width: 10px;
	}

	.recom-course-itmes {
		margin: 0 0 15px 0;
	}

	.recom-course-itmes .course-first {
		width: 100%;
		margin-left: 0;
	}

	.course-first .course-pic {
		height: 180px;
	}

	.recom-course-itmes a {
		width: 48.3%;
		margin: 15px 0 0 10px;
		padding: 0;
	}

	.recom-course-itmes a:nth-child(2n) {
		margin-left: 0;
	}

	.adv-list {
		overflow: hidden;
	}

	.adv-list li {
		width: 140px;
		margin-left: 16px;
		padding: 0;
	}

	/* .spec-news{
		width:100%;
		float:none;
		height:176px;
	}
	.pagination-every{
		width:450px;
	}
	.news-items{
		margin:0;
	}
	.news-time{display: none;}
	.news-con{margin-left:0;}
	.news-items li{
		margin-top:18px;
	} */
	.block-cont,
	.block-download {
		display: block;
	}

	.car-choice-carnum {
		right: 0;
		top: -5px;
	}

	/***************************************************************************************/
	.welRegister,
	.registered {
		float: none;
		display: block;
	}

	.registerForm,
	.applyForm {
		width: 90%;
	}

	.registerForm {
		float: none;
		border: none;
		padding-right: 0;
	}

	.registerForm div,
	.applyForm div,
	.newLine {
		width: 100%;
	}

	.registerForm .textinput,
	.applyForm .textinput {
		width: 85%;
		box-sizing: border-box;
	}

	.selectSchool {
		width: 252px !important;
		box-sizing: border-box !important;
		margin: 42px 0 0 90px !important;
	}

	.registerForm,
	.applyForm {
		min-height: 580px !important;
	}

	.submitBtn {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	.qqlogin {
		text-align: center;
	}

	.comLink2 {
		display: inline-block;
		float: none !important;
		padding-right: 0 !important;
	}

	.login-info {
		display: none;
	}

	/****************************************************************************************/
	/***********************************新闻列表页***************************************/
	/* 	.title-head-top {display:none;}
	.cm-title {display:block;width:auto;background:#f3f3f3;}
	.content-main {width:100%;}
	.cm-content {padding:10px 10px 10px;}
	.cm-item {
		padding:10px 5px 10px;border-bottom:1px dotted #969696;
		overflow:hidden;
	}
	.cm-item .pic-left-section {display:none;}
	.cm-item .content-right-section {margin-left:0;width: auto;height:auto;}
	.content-right-section a {
		width:auto;
		max-height:43px;
		overflow: hidden;
		margin-bottom:5px;
		font-size:16px;
		line-height: 22px;
	}
	.content-right-section  p {
		width:auto;
		height:auto;
		max-height:48px;
		line-height:22px;
		font-size:14px;
	}
	.content-right-section .pic-time {background:none;position:relative;bottom:auto;}
	.content-right-section .pic-time span {margin-left:0;}
	.pagination-every {width:100%;margin:0 auto 0;padding-bottom:10px;padding-bottom:20px;white-space:nowrap;overflow: hidden;}
	.pagination-every .totalRecords{display:none;}
	.pagination-every select{dispaly:none;}
	
	**********************************新闻详情页**************************************
	
	.news-pages-content {width:100%;min-height:510px;margin:0;}
	.npc-left-section {display:none;}
	.npc-right-section {width:100%;min-height:360px;padding:20px 10px 20px 6px;margin:0;box-sizing:border-box}
	.npc-right-section h4 {width:95%;font-size:20px;line-height:30px;margin:0 auto 20px;text-align:left;}
	.npc-right-section .publish-time {text-align:left;margin:8px auto 15px 10px;float:left;}
	.npc-right-section .return {display:inline-block;}
	.npc-right-section img {width:90%;height:auto;margin:0 auto 10px;padding-right:10px;}
	.npc-right-section .news-commentary{width:80%;margin-top:10px;margin-bottom:15px;}
	.npc-right-section p {width:95%;margin:0 auto 5px;}
	***新闻*** */
	/******* 院校************/
	.selectCourse {
		cursor: pointer;
		float: left;
		color: #ea5947;
		font-size: 20px;
		line-height: 38px;
		margin: 20px auto 15px 10px;
	}

	.user_logo {
		width: 49.5%;
	}

	/*********院校*********/
}



/************注册流程步骤1*************学号重复弹框*********************/
.idRepeat {
	width: 600px;
	height: auto;
	position: absolute;
	left: 30%;
	top: 25%;
	background: #666;
	display: none;
	z-index: 9;
}

.repeatContent {
	width: 570px;
	margin: 15px;
	background: #fff;
	border-radius: 3px;
	font-family: 微软雅黑;
}

.tishi {
	line-height: 50px;
	margin-left: 20px;
	width: 533px;
	font-size: 20px;
	border-bottom: 1px solid #E4E4E4;
}

.repeatContent ul,
.selecStufentId {
	margin: 20px 20px;
}

.repeatContent li,
.selecStufentId {
	line-height: 25px;
	color: #000;
	font-size: 15px;
}

.repeatContent span,
.selecStufentId span {
	color: #ED5947;
}

.repeatContent a {
	color: #32AFF8;
}

.repeatBtn {
	background: #F3F3F3;
	height: 60px;
	position: relative;
}

.repeatBtn input {
	position: absolute;
	left: 45%;
	top: 12px;
}

.tishi b {
	margin-left: 473px;
	font-size: 22px;
	font-weight: normal;
	cursor: pointer;
}

.confirmBtn {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #EA5947;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.bgFilter {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 8;
	display: none;
}

.selectSchool {
	width: 628px;
	background: #fff;
	max-height: 160px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #d1d1d1;
	border-top: 0;
	display: none;
	position: absolute;
	z-index: 5;
}

.selectSchool li {
	width: 100%;
	line-height: 32px;
	padding-left: 15px;
}

.selectSchool li:hover {
	background: #f3f3f3;
}

/***雷课堂提示****/
.lei-firsttips {
	width: 720px;
	background-color: #fff;
	height: 410px;
	overflow: hidden;
}

.lei-firstips_wrap {
	padding: 70px 36px 0;
	position: relative;
}

.lei-firstips_close {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	color: #868997;
	font-size: 20px;
}

.lei-firsttips_title {
	font-size: 24px;
	font-weight: bold;
	color: #4c8be8;
}

.lei-firsttips__intro {
	font-size: 14px;
	line-height: 20px;
	margin-top: 18px;
	color: #868997;
}

.lei-firttips_introbg {
	width: 231px;
	height: 238px;
	background: url('../images/lei-firttips_introbg.png') no-repeat center;
	float: left;
	margin-right: 30px;
}

.lei-firsttip__experience {
	display: block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 40px auto 0;
	text-align: center;
	border: none;
	border-radius: 5px;
	background-color: #4c8be8;
	color: #fff;
	cursor: pointer;
}

.lei-firsttip__experience:hover {
	background-color: #73a7f4;
}

.lei-firsttip__experience:active {
	background-color: #2567c9;
}

@media only screen and (max-width:970px) {
	.idRepeat {
		width: 330px;
		left: 50%;
		top: 20%;
		margin-left: -165px;
	}

	.repeatContent {
		width: 300px;
	}

	.tishi {
		line-height: 50px;
		width: 280px;
	}

	.tishi b {
		margin-left: 200px;
	}
}

@media screen and (min-width:320px) and (max-width:414px) {
	.describe a {
		width: 45px;
		height: 16px;
		line-height: 16px;
		font-size: 8px;
	}

	.describe {
		top: 58.9%;

	}
}

@media screen and (min-width:415px) and (max-width:559px) {
	.describe a {
		width: 60px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;

	}

	.describe {
		top: 60.9%;

	}
}

@media screen and (min-width:560px) and (max-width:639px) {
	.describe a {
		width: 70px;
		height: 24px;
		line-height: 24px;
	}

	.describe {
		top: 61.9%;
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	.describe a {
		width: 70px;
		height: 24px;
		line-height: 24px;
	}

	.describe {
		top: 61.9%;
	}
}

@media only screen and (min-width:720px) and (max-width:749px) {
	.describe a {
		width: 80px;
		height: 26px;
		line-height: 26px;
	}

	.describe {
		top: 61.9%;
	}
}

.fetch-error {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 18px;
}


@media only screen and (max-width:768px) {
	.terms {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.terms-title {
		margin: 15px 0;
		font-size: 20px;
		color: #444444;
		line-height: 30px;
	}

	.terms-words p,
	.terms-words ul,
	.terms-words,
	.terms-sub-title {
		margin: 0 !important;
	}

	.terms-words p,
	.terms-words ul li,
	.terms-sub-title {
		font-size: 14px !important;
		color: #444444;
		line-height: 28px;
	}

	.terms-image img {
		max-width: 100%;
		height: auto;
		margin: 15px auto 16px;
	}

	.pt20 {
		padding-top: 20px;
	}
}