@charset "utf-8";

/* banner */
.public-banner,
.public-banner img{
	width: 100%;
	font-size: 0;
}

.white-block{
	padding: .3rem 0;
	background-color: #fff;
}

/* 新闻列表页面 */
.secondary-news-list{
	margin-top: -0.18rem;
	padding-bottom: 0.18rem;
	width: 100%;
}
.secondary-news-list li{
	padding: .18rem 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.secondary-news-list li:last-child{
	/*border-bottom: none;*/
}
.secondary-news-list li a{
	color: #333;
}
.secondary-news-list li .left{
	width: 32%;
	height: 1.6rem;
	font-size: 0;
}
.secondary-news-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.secondary-news-list li .right{
	width: 65%;
}
.secondary-news-list li h6{
	margin-bottom: 5px;
	font-weight: normal;
	height: .6rem;
	line-height: .32rem;
	font-size: .24rem;
	color: #666;
}
.secondary-news-list li p{
	font-size: .2rem;
	color: #999;
}
.secondary-news-list li .time{
	margin-bottom: .12rem;
}
.secondary-news-list li h6,
.secondary-news-list li .summary{
	display: -webkit-box; 
	overflow: hidden; 
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}

/* 新闻详情页 */
.article-top{
	margin-top: .1rem;
}
.article-top h4{
	margin-bottom: .2rem;
	font-size: .36rem;
	/*text-align: center;*/
	color: #333;
}
.article-top p{
	font-size: .22rem;
	color: #999;
}
.article-top p span{
	margin-right: 10px;
}
.article-content{
	margin-top: .5rem;
}
.article-content p{
	line-height: 1.5em;
}
.article-content img{
	margin: .2rem 0;
	max-width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
}

.pagination{
	position: relative;
	left: 50%;
	margin-left: -162px;
	margin-bottom: .3rem;
	width: 324px;
	font-size: 0;
}
.pagination .whj_padding{
	font-size: 12px;
}
/*验证码*/
.verify-form{
	margin-bottom: .4rem;
	padding: .1rem 0 .3rem 0;
	background-color: #0068b7;
}
.verify-form h1{
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: .4rem;
	color: #fff;
}
.form-main{
	
}
.form-list{
	margin: 0 4% 0;
	padding: .3rem .1rem .1rem .1rem;
	width: 90%;
	background-color: #fff;
}
.form-list li{
	float: left;
	margin-bottom: .2rem;
	padding-left: 2%;
	width: 96%;
	font-size: .26rem;
}
.form-list li span{
	margin-right: .1rem;
	color: #333;
}
.form-list li input{
	padding: 0 .1rem;
	width: 80%;
	height: .5rem;
	line-height: .5rem;
	font-size: .24rem;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.verification-code{
	display: inline-block;
	margin-left: 8px;
    width: 40%;
    height: .52rem;
    vertical-align: top;
}
canvas{
    width: 100%;
    height: 100%;
}
#code_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}
.consult-btn{
	display: inline-block;
	margin-top: .2rem;
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	background-color: #0068b7;
	border-radius: 5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
		
/* 教师页面 */
.course-name{
	margin-top: .3rem;
}
.course-name li{
	float: left;
	margin: 0 2% 10px 0;
	padding: .2rem 0;
	width: 32%;	
	text-align: center;
	font-size: .25rem;
	color: #666;
	background-color: #efefef;
}
.course-name li:nth-child(3n){
	margin-right: 0;
}
.course-name li.on{
	color: #fff;
	background-color: #0068b7;
}
.teacher-list{

}
.teacher-list li{
	padding: .22rem 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.teacher-list li:last-child{
	/*border-bottom: none;*/
}
.teacher-list li .left{
	width: 38%;
	height: 3rem;
}
.teacher-list li img{
	width: 100%;
	/*height: 100%;*/
	vertical-align: top;
}
.teacher-list li .right{
	width: 58%;
}
.teacher-list li h6{
	margin-top: .22rem;
	font-weight: normal;
	height: .58rem;
	line-height: .3rem;
	font-size: .28rem;
	color: #333;
}
.teacher-list li h6 span{
	margin-right: 10px;
}
.teacher-list li p{
	font-size: .22rem;
	color: #666;
}
.course-name li a:link{
	color:#666!important;
}
.course-name li.on a:link{
	color: #fff!important;
}
.course-name li a:hover{
	color:#666!important;
}
.course-name li.on a:hover{
	color: #fff!important;
}
.course-name li a:visited{
	color:#666!important;
}
.course-name li.on a:visited{
	color: #fff!important;
}

/* 关于我们 */
.intro{
	margin-bottom: .5rem;
}
.intro p{
	line-height: 21px;
	font-size: 13px;
	color: #666;
}
.intro img{
	margin: .2rem 0;
	width: 100%;
	vertical-align: top;
}
.contact{

}
.contact-item{
	margin-bottom: .3rem;
}
.contact-item h4{
	margin-bottom: 5px;
	padding-left: 26px;
	font-weight: normal;
	line-height: 20px;
	font-size: 15px;
	color: #0068b7;
	background: url('../image/about_icon.png') no-repeat;
	background-size: 19px;
}
.contact-item:first-child h4{
	background-position: 0 0;
}
.contact-item:last-child h4{
	background-position: 0 -20px;
}
.contact-item p{
	padding-left: 26px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.contact-item p span{
	float: left;
	/*height: 100%;*/
}

/* 兼容不同尺寸样式 */
/* iPhone 4、iPhone 5 */
@media screen and (max-width: 320px) {
	.secondary-news-list li .left{
		height: 1.75rem;
	}
	.pagination{
		left: 0;
		margin-left: 6px;
	}
	.whj_jqueryPaginationCss-1 .whj_padding{
		padding: 0 7px;
	}
	.teacher-list li .left{
		height: 3.1rem;
	}
	.teacher-list li h6{
		margin-top: 0;
		height: .5rem;
	}
}

/* 小米5 */
@media screen and (min-width: 321px) and (max-width: 360px) {
	.pagination{
		
	}
}

/* iPhone 6、iPhone 7、iPhone 8、iPhone X */
@media screen and (min-width: 361px) and (max-width: 375px) {
	.teacher-list li p{
		font-size: .21rem;
	}
}

/* iPhone 6 Plus、iPhone 7 Plus、iPhone 8 Plus */
@media screen and (min-width: 376px) and (max-width: 414px) {
	.teacher-list li p{
		font-size: .22rem;
	}
}

/* */
@media screen and (min-width: 415px) and (max-width: 435px) {
	.intro p{
		line-height: 21px;
		font-size: 13px;
	}
	.contact-item h4{
		margin-bottom: 5px;
		padding-left: 26px;
		line-height: 20px;
		font-size: 15px;
		background-size: 19px;
	}
	.contact-item:last-child h4{
		background-position: 0 -20px;
	}
	.contact-item p{
		padding-left: 26px;
		line-height: 20px;
		font-size: 12px;
	}
}

/* Nokia N9 */
@media screen and (min-width: 415px) and (max-width: 480px) {
	.intro p{
		line-height: 23px;
		font-size: 15px;
	}
	.contact-item h4{
		margin-bottom: 5px;
		padding-left: 28px;
		line-height: 22px;
		font-size: 17px;
		background-size: 21px;
	}
	.contact-item:last-child h4{
		background-position: 0 -22px;
	}
	.contact-item p{
		padding-left: 28px;
		line-height: 22px;
		font-size: 14px;
	}
	.teacher-list li .left{
		height: 2.8rem;
	}
}

@media screen and (min-width: 481px) and (max-width: 540px) {

}

/* Microsoft Lumia 550 */
@media screen and (min-width: 481px) and (max-width: 640px) {
	.secondary-news-list li h6{
		margin-bottom: 10px;
	}
	.intro p{
		line-height: 30px;
		font-size: 20px;
	}
	.contact-item h4{
		margin-bottom: 10px;
		padding-left: 32px;
		line-height: 24px;
		font-size: 24px;
		background-size: 23px;
	}
	.contact-item:last-child h4{
		background-position: 0 -24px;
	}
	.contact-item p{
		padding-left: 32px;
		line-height: 30px;
		font-size: 18px;
	}
	.teacher-list li .left{
		height: 2.7rem;
	}
}

/* iPad竖屏 */
@media screen and (min-width: 641px) and (max-width: 768px) {
	.secondary-news-list li h6{
		margin-bottom: 12px;
	}
	.secondary-news-list li h6{
		margin-bottom: 10px;
	}
	.intro p{
		line-height: 30px;
		font-size: 20px;
	}
	.contact-item h4{
		margin-bottom: 10px;
		padding-left: 32px;
		line-height: 24px;
		font-size: 24px;
		background-size: 23px;
	}
	.contact-item:last-child h4{
		background-position: 0 -24px;
	}
	.contact-item p{
		padding-left: 32px;
		line-height: 30px;
		font-size: 18px;
	}
	.teacher-list li .left{
		height: 3.1rem;
	}
	.teacher-list li h6{
		margin-top: .4rem;
	}
}

/* 大于768px */
@media screen and (min-width: 769px) {
	.secondary-news-list li h6{
		margin-bottom: 12px;
	}
	.intro p{
		line-height: 30px;
		font-size: 20px;
	}
	.contact-item h4{
		margin-bottom: 10px;
		padding-left: 32px;
		line-height: 24px;
		font-size: 24px;
		background-size: 23px;
	}
	.contact-item:last-child h4{
		background-position: 0 -24px;
	}
	.contact-item p{
		padding-left: 32px;
		line-height: 30px;
		font-size: 18px;
	}
	.teacher-list li h6{
		margin-top: .4rem;
	}
}