/*banner图*/
.bannerLb{
	margin-bottom: 2rem;
	position: relative;
}
.bannerLb>img{
	width: 100%;
	height: 100%;
}
.bannerxw{
	width: 100%;
	position: absolute;
	bottom: 1.5rem;
	z-index: 10;
}
.bannerxw-con li{
	float: left;
	width: 23.5%;
	height: 6.5rem;
	margin-left: 2%;
	background: rgba(255,255,255,.91);
}
.bannerxw-con li:first-child{
	margin-left: 0;
}
.title-list{
	text-align: center;
	margin-top: -2rem;
	padding:4rem 0 2rem;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .1rem;
	color: #e61931;
}
.bannerxw-big{
	height: 4rem;
	line-height: 4rem;
	background: rgba(0,0,0,.3);
	margin-bottom: 1rem;
}
.bannerxw-big a{
	display:block;
	width: 94%;
	margin: 0 auto;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}  
.bannerxw-big a:hover{
	color: #e61931;
}
.bannerxw-con li img{
	width: 30%;
	height: 80%;
	margin: 3%;
	float: left;
	vertical-align: middle;
}
.bannerxw-con li span{
	display: inline-block;
    width: 50%;
    height: 4.8rem;
    line-height: 1.6rem;
    overflow: hidden;
    margin-top: 0.85rem;
    color: #353535;
    font-size: 1.4rem;
    letter-spacing: .1rem;
}
.bannerxw-con li:hover span{
	color: #e61931;
}
.padding-top{
	padding-top: 2rem;
}
.news_zhlan>li{
	float: left;
	width: 31%;
	height: 35rem;
	margin-left: 3.5%;
}
.news_zhlan>li:first-child{
	margin-left: 0;
}
.news_zhlan_con{
	background: #F8F8F8;
}
.news_zhlan_title{
	padding: 1rem 0;
	color: #333;
    font-weight: 600;
    font-size: 1.6rem;
}
.news_zhlan_con>p,.news_zhlan_con>ul{
	width: 94%;
	margin: 0 auto;
}
.news_zhlan_img{
	height: 20rem;
	position: relative;
}
.news_zhlan_img img{
	width: 100%;
	height: 100%;
}
.news_zhlan_img span {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background: rgba(0,0,0,.6);
	text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #fff;
}
.newscir{
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: #CBCBCB;
	position: relative;
	top: -1rem;
}
.newscirsec{
	display: inline-block;
	width: .6rem;
	height: .6rem;
	background: #e61931;
	position: relative;
	top: -1.2rem;
	margin-right: .8rem;
}
.newstitle{
	display: inline-block;
	width: 90%;
	height: 2.4rem;
	line-height: 2.4rem;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #585858;
}
.news_zhlan_con>ul li:nth-child(2),
.news_redian_con>ul li:nth-child(2){
	padding-top: 1rem;
}
.news_zhlan_con>ul li:last-child,
.news_redian_con>ul li:last-child{
	padding-bottom: 1rem;
}
.news_redian_img{
	height: 11rem;
}
.news_redian_img img{
	width: 30%;
	height: 10rem;
	float: left;
}
.news_redian_img>span{
	display: inline-block;
    width: 65%;
   margin-left: 5%;
    padding-top: 2rem;
    color: #000;
	font-size: 1.8rem;
	height: 4.8rem;
	line-height: 2.4rem;
	overflow: hidden;
}
.huodongnews{
	width: 90%;
	border: .1rem solid #ddd;
}
.huodongnews img{
	width: 100%;
}
	
/*横线*/
.hri{
	display: block;
	width: 90%;
	height: .2rem;
	background: #e61931;
}
	
/*第二块*/
.news_huida{
	padding-top: 2rem;
}
.news_huida_right{
	/*display: none;*/
	float: none;
	width: 100%;
}

.news_huida_left{
	width: 94%;
	margin: 0 auto;
	box-shadow:-2px 0 2px #F8F8F8, /*左边阴影*/
			2px 0 2px #F8F8F8, /*右边阴影*/
			0 -2px 2px #F8F8F8, /*顶部阴影*/
			0 2px 2px #F8F8F8; /*底边阴影*/
	padding-bottom: 1rem;
}
.news_huida_left>ul li img{
	display: none;
}
.news_huida_left>ul li:first-child img,
.news_huida_left>ul li:nth-child(2) img,
.news_huida_left>ul li:nth-child(3) img{
	display: inline-block;
}
.news_huida_left>ul li a{
	text-indent: 1.2rem;
}
.news_huida_left>ul li:first-child a,
.news_huida_left>ul li:nth-child(2) a,
.news_huida_left>ul li:nth-child(3) a{
	text-indent: 0;
}
.news_huida_title{
	width: 94%;
	margin: 0 auto;
	padding: 1.5rem 0;
}
/*.news_huida_title.news_huida_titlesp{
	padding: 0;
	padding-bottom: 1rem;
}*/
.news_huida_left>ul{
	width: 94%;
	margin: 0 auto;
}
.news_huida_title span{
	float: left;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	
}
.news_huida_title a{
	float: right;
	font-size: 1.2rem;
	color: #aaa;
}
.news_huida_contitle span:last-child{
	float: right;
	color: #666;
	font-size: 1.2rem;
}
.news_huida_contitle span:first-child{
	color: #000;
	font-size: 1.8rem;
}
.news_huida_contitle a{
	color: #333;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    display: inline-block;
    width: 54%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_huida_conms{
	width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size: 1.2rem;
	color: #666;
	text-indent: 1.8rem;
	line-height: 2rem;
	letter-spacing: .1rem;
	padding: .5rem 0 1.5rem;
}
.news_huida_left>ul>li{
	border-bottom: .1rem solid #ddd;
	margin-bottom: 2rem;
}
.news_huidarbg{
	background: #fff;
	padding: 2rem 0;
	box-shadow:-2px 0 2px #F8F8F8, /*左边阴影*/
			2px 0 2px #F8F8F8, /*右边阴影*/
			0 -2px 2px #F8F8F8, /*顶部阴影*/
			0 2px 2px #F8F8F8; /*底边阴影*/
} 
.news_huidarbg li{
	width: 94%;
	margin: 0 auto;
	height: 3rem;
	line-height: 3rem;
}
.guanggao-pt{
	padding-top: 2rem;
}
.guanggao-pt img{
	width: 100%;
}
/*位置*/
.weizhi-list{
	color: #333;
	font-size: 1.4rem;
}
.weizhi-list>span:first-child{
	font-size: 1.6rem;
	color: #e61931;
}
.weizhi-list a:hover{
	color: #E61931;
}

/*手机五大专业*/
.zylist-m{
	margin-top: 1.5rem;
}
.zylist-m li{
	float: left;
	width: 20%;
	text-align: center;
}
.zylist-m li img{
	width: 68%;
	border-radius: 50%;
}
.zylist-m li p:last-child{
	font-size: 1.4rem;
	color: #333;
	padding-top: .6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*表单提交*/
.right-form{
	padding-top: 2rem;
}
.right-form>li:first-child{
	width: 90%;
	margin: 0rem auto 1.5rem;
	border-left:.3rem solid #e61931;
	text-indent: .6rem;
	font-size: 16px;
	color: #000;
}
.right-form>li:nth-child(2){
	border-top: .1rem solid #ddd;
	padding: 1rem 0;
}
.right-form>li:nth-child(2) img{
	width: 100%;
}
.right-form>li:nth-child(2) p{
	float: left;
}
.right-form>li:nth-child(2) p:first-child{
	width: 25%;
	margin-left: 5%;
	border-radius: 50%;
    overflow: hidden;
}
.right-form>li:nth-child(2) p:nth-child(2){
	width: 57%;
	margin-left: 3%;
}
.right-form>li:nth-child(2) p:nth-child(2) span{
	display: block;
}
.right-form>li:nth-child(2) p:nth-child(2) span:first-child{
	font-size: 1.4rem;
	color: #000;
}
.right-form>li:nth-child(2) p:nth-child(2) span:nth-child(2){
	font-size: 1.2rem;
	color: #666;
	margin-top: .6rem;
}
#form{
	width: 90%;
	margin: 0 auto;
}
#textarea{
	width: 100%;
}
#form li{
	margin-top: 1rem;
}
#textarea{
	padding: 1rem 0;
	text-indent: 1rem;
}
#form li:nth-child(2) input{
	background: url(../imgs/ykwd/newsuser.png) no-repeat .5rem center;
    text-indent: 2.4rem;
}
#form li:nth-child(3) input{
	background: url(../imgs/ykwd/newstel.png) no-repeat .5rem center;
    text-indent: 2.4rem;
}

#form li input,#form li select{
	width: 100%;
	height: 3rem;
	border: .1rem solid #ddd;
	outline: none;
	color: #ABABAB;
}
#form li:nth-child(4) select{
	background: url(../imgs/ykwd/age.png) no-repeat .5rem center;
    text-indent: 2.4rem;
}
#form li:nth-child(5) select{
	background: url(../imgs/ykwd/major.png) no-repeat .5rem center;
    text-indent: 2.4rem;
}


#form li:last-child{
	width: 80%;
	height: 3.2rem;
	line-height: 3.2rem;
	margin: 1.5rem auto;
	background: #e61931;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 3rem;
}
#form li:last-child:hover{
	cursor: pointer;
}
.hr{
	width: 100%;
	height: .05rem;
	background: #e61931;
}
/*弹框*/
#tkbg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: none;
	z-index: 100000;
}
#tkbg div{
	width: 300px;
	margin: 300px auto;
	height: 200px;
	background: #fff;
	color: #000;
	text-align: center;
	position: relative;
}
#tkbg div span{
	position: absolute;
    right: 0;
    font-size: 4rem;
    top: -1rem;
    color: #E61931;
}
#tkbg div span:hover{
	cursor: pointer;
}
#tkcon{
	padding: 5rem 0 2rem;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    letter-spacing: .1rem;
}
#tksub{
	width: 12rem;
	height: 3rem;
	line-height: 3rem;
	border: 0;
	background:  #E61931;
	color: #fff;
	outline: none;
	border-radius: 3rem;
}
#tksub:hover{
	cursor: pointer;
}


@media (min-width: 768px) and (max-width: 1199px) {
/*在768和991像素之间的屏幕里,这里的样式才生效*/

 
}
/*在手机显示其他屏不显示*/
@media (max-width: 767px) {
   /*在小于768像素的屏幕里,这里的样式才生效*/
   /*位置*/
	.weizhi-list{
		padding-top: 1.5rem;
		text-indent: 2rem;
		font-size: 1.2rem;
	}
	  
}
/*在手机显示其他屏不显示*/
@media (min-width: 1200px) {
	.right-form{
		padding-top: 0;
	}
  	.news_huida{
		padding-top: 4rem;
	}
	.news_huida_left,.news_huida_right{
		float: left;
	}
	.news_huida_left{
		width: 64%;
		box-shadow:-2px 0 2px #F8F8F8, /*左边阴影*/
				2px 0 2px #F8F8F8, /*右边阴影*/
				0 -2px 2px #F8F8F8, /*顶部阴影*/
				0 2px 2px #F8F8F8; /*底边阴影*/
		padding-bottom: 2rem;
	}
	.news_huida_right{
		display: block;
		width: 31%;
		margin-left: 5%;
	}
	.news_huida_title{
		width: 94%;
		margin: 0 auto;
		padding-top: 2rem;
	}
	.news_huida_left>ul{
		width: 94%;
		margin: 0 auto;
	}
	.news_huida_title span{
		float: left;
		color: #333;
		font-size: 1.8rem;
		font-weight: bold;
		
	}
	.news_huida_title a{
		float: right;
		font-size: 1.2rem;
		color: #aaa;
	}
	.news_huida_contitle span:last-child{
		float: right;
		color: #666;
		font-size: 1.4rem;
	}
	.news_huida_contitle span:first-child{
		color: #000;
		font-size: 1.8rem;
	}
	.news_huida_contitle span:first-child img{
		vertical-align: top;
	}
	.news_huida_contitle a{
		color: #333;
	    font-size: 1.6rem;
	    letter-spacing: .1rem;
	    display: inline-block;
	    width: 54%;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.news_huida_conms{
		width: 80%;
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
		font-size: 1.4rem;
		color: #666;
		text-indent: 3rem;
		line-height: 2rem;
		letter-spacing: .1rem;
		padding: .5rem 0 1.5rem;
	}
	.news_huida_left>ul>li{
		border-bottom: .1rem solid #ddd;
		margin-bottom: 2rem;
	}
	.guanggao-pt{
		padding-top: 4rem;
	}
}