.wrap{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.logo{
	height: 100px;
}
.logo h1{
	margin: 16px 0 0 10px;
}
.logoDate{
	line-height: 40px;
	color: #666;
	text-align: right;
}
.search{
	height: 40px;
	margin-top: 18px;
	width: 398px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background: #fff;
}
.search input{
	color: #999;
	height: 40px;
	line-height: 40px;
	background: none;
	outline: none;
	width: 230px;
	margin: 0 10px;
}
.serBtn{
	width: 64px;
	height: 40px;
	text-align: center;
	background: #0088ea;
}
.serBtn a{
	display: inline-block;
	margin-top: 10px;
	width: 64px;
	height: 40px;
	border-radius: 0 2px 2px 0;
}
.serDrop{
	width: 74px;
	height: 40px;
	border-right: 1px solid #cccccc;
	background: #f5f5f5;
	border-radius: 2px 0 0 2px;
	text-align: center;
	position: relative;
}
.serDrop span{
	display: inline-block;
	line-height: 40px;
	/*background: url(../images/icon-jt.png) no-repeat right center;*/
}
/*新闻*/
.news{
	margin-bottom: 12px;
	height: 454px;
}
.gonggao{
	width: 366px;
	border: 1px solid #dee0e3;
	background: #f8fbff;
	height: 452px;
}
.newTitle{
	height: 45px;
}
.newTitle span{
	display: inline-block;
	background: url(../images/titleBg.png) no-repeat;
	width: 128px;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;	
}
.ggCon{
    height: 350px;
	margin: 12px 0 0 0;
	overflow: hidden;
}
.ggCon-date{
	width: 72px;
	text-align: center;
	position: relative;
	line-height: 24px;
}
.ggCon-date span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/icon-orangeDot.png) no-repeat;
	position: absolute;
	top: 0;
	right: -5px;
}
.ggCon-date h2{
	font-size: 16px;	
}
.ggCon-date p{
	font-size:12px;
}
.ggCon-text{
	width: 260px;
	padding:0 0 20px 20px;
	border-left: 1px solid #999999;
}
.ggCon-text a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	width: 245px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	color: #ff8f0a;
	margin-bottom: 5px;
}
.ggCon-text p{
	font-size: 12px;
	line-height: 18px;
}
.dongtai{
	width: 718px;
	background: #f8fbff;
	height: 452px;
	border: 1px solid #dee0e3;
}
.dtCon{
	margin: 10px 0 0 12px;
	overflow: hidden;
}
.dtCon ul li{
	float: left;
	width: 220px;
	margin: 0 15px 3px 0;
}
.dtCon ul li a{
	display: block;
	width: 220px;
}
.dtCon ul li span{
	display: block;
	width: 220px;
	height: 142px;
}
.dtCon ul li span img{
	display: inline-block;
	width: 220px;
	height: 142px;
}
.dtCon ul li p{
	line-height: 30px;
	width: 168px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	margin: 0 auto;
}
.dtMore{
	height: 28px;
	text-align: center;
	margin-top: 2px;
}
.dtMore a{
	display: inline-block;
	width: 100px;
	color: #666;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background: url(../images/moreBtn.png) no-repeat;
}
.hotApply{
	overflow: hidden;
	height: 318px;
	/* border: 1px solid #dee0e3;
	background: #f4f4f4; */
}
.hotApply-title{
	height: 50px;
}
.hotApply-titleC{
	width: 172px;
	margin: 0 auto;
}
.hotApply-title span{
	display: inline-block;
	width: 36px;
	height: 1px;
	background: #ff8f0a;
	margin-top: 22px;
}
.hotApply-title b{
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	margin: 0 14px;
}
.hotApplyC{
	/*overflow: hidden;*/
}
.hotApplyC ul{
	width: 1150px;
}
.hotApplyC ul li{
	float: left;
    background: url(../images/apply-bg.png) no-repeat;
    width: 205px;;
    height: 240px;
    margin: 0 20px 0 0;
    text-align: center;
}
.hotApply ul li .apply-img{
	margin: 30px auto 8px;
    width: 120px;
    height: 120px;
}
.hotApply ul li .apply-img img{
	display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.hotApply ul li h3{
	line-height: 30px;
    font-size: 14px;
    color: #515151;
    font-weight: normal;
}
.hotApply ul li span{
	display: inline-block;
    width: 30px;
    height: 2px;
    background: #f2da12;
}
.hotApply ul li p{
	background: url(../images/blueBtn-h.png) no-repeat;
    width: 96px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #2bb7f0;
    margin: 15px auto 0;
}
.hotApply a.applyMore{
	line-height: 40px;
	color: #0088ea;
	margin-right: 10px;
    height: 40px;
}
.resource{
	overflow: hidden;
	margin-bottom: 12px;
}
.resourceT{
	height: 45px;
	margin-bottom: 5px;
}
.resourceT h3{
	font-size: 18px;
	line-height: 45px;
	background: url(../images/tb.png) no-repeat 2px center;
	padding-left: 15px;
	margin-right: 20px;
}
.resourceT ul{
	margin-top: 12px;
}
.resourceT ul li{
	float: left;
	cursor: pointer;
	/*width: 65px;*/
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #0088ea;
	margin: 0 5px;
	padding: 0 10px;
}
.resourceT ul li.resouCur{
	/*background: url(../images/blueBtn.png) no-repeat;*/
	color: #fff;
	background: #0088ea;
	border-radius: 20px;
}
.resourceT a.resourceMore{
	line-height: 52px;
	color: #0088ea;
}
.resourceC{
	width: 1100px;
	height: 310px;
	overflow: hidden;
}
.resourceC ul{
	width: 1128px;
	display: none;
}
.resourceC ul li{
	float: left;
	margin:0 28px 20px 0;
}
.huoyue{
	overflow: hidden;
	margin-bottom: 12px;
}
.hyTeacher{
	width: 538px;
	height: 272px;
	background: #fdfeff;
	border: 1px solid #dee0e3;
}
.hyTeacher .resourceT{
	margin: 0 10px;
}
.hyTeaC{
	margin: 0 30px;
}
.hyTeaC table{
	width: 100%;
}
.hyTeaC table tr th{
	line-height: 30px;
	border-bottom: 2px solid #b1daf9;
	text-align: center;
}
.hyTeaC table tr td{
	text-align: center;
	line-height: 36px;
}
.hyTeaC table tr td span{
	display: inline-block;
	width: 18px;
	height: 26px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	background: url(../images/circle.png) no-repeat;
}
.hyTeaC table tr td span.hySpan01{
	background: url(../images/prize01.png) no-repeat;
}
.hyTeaC table tr td span.hySpan02{
	background: url(../images/prize02.png) no-repeat;
}
.hyTeaC table tr td span.hySpan03{
	background: url(../images/prize03.png) no-repeat;
}
.tubiao{
	overflow: hidden;
}
.tubiaoW{
	width: 350px;
	height: 353px;
	background: #fdfeff;
	border: 1px solid #dee0e3;
}
.tubiaoW01{
	margin-left: 22px;
}
.tubiaoW h2{
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
}
.bbtC{
	overflow: hidden;
}
.bbtC ul li{
	float: left;
	margin: 0 27px 18px;
}
.tubiaoW h3.bbtTitle{
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.spaceTj{
	margin-left: 20px;
	overflow: hidden;
}
.spaceTj h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.spaceTj h3 span{
	display: inline-block;
	font-size: 18px;
	color: #0088ea;
}
.spageTjT ul li{
	float: left;
	width: 93px;
	height: 114px;
	border: 1px solid #eeeeee;
	text-align: center;
	margin: 0 13px 14px 0;
}
.spageTjT ul li span{
	display: block;
	height: 33px;
	margin: 10px 0 14px 0;
}
.spageTjT ul li h4{
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
}
.spageTjT ul li p{
	line-height: 24px;
	color: #0088ea;
}
.spageTjB ul li{
	float: left;
	text-align: center;
	width: 100px;
	margin: 0 25px;
}
.spageTjB ul li p{
	line-height: 30px;
}
.paihang{
	overflow: hidden;
	margin: 0 25px 5px;
}
.paihang ul li{
	height: 36px;
}
.paihang ul li span{
	display: inline-block;
	background: url(../images/ph-hui.png) no-repeat;
	width: 17px;
	height: 20px;
	padding-left: 6px;
	line-height: 20px;
	color: #fff;
	margin:8px 20px 0 0;
}
.paihang ul li span.ph-span01{
	background: url(../images/ph-yellow.png) no-repeat;
}
.paihang ul li span.ph-span02{
	background: url(../images/ph-blue.png) no-repeat;
}
.paihang ul li span.ph-span03{
	background: url(../images/ph-red.png) no-repeat;
}
.paihang ul li a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 145px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	margin-right: 40px;
}
.paihang ul li a:hover{
	color: #0088ea;
}
.paihang ul li i{
	display: inline-block;
	background: url(../images/tubiao.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 8px;
}
.paihang ul li p{
	line-height: 36px;
}
.teaFc{
	overflow: hidden;
	margin-bottom: 12px;
}
.link01{
	background: url(../images/tm-bg01.png) no-repeat;
	width: 1100px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 20px;
}
.link01 span{
	display: inline-block;
	margin: 0 5px;
}
.link01 a{
	display: inline-block;
	line-height: 28px;	
}
.link01 a.icon-lin01{
	background: url(../images/link01-tu1.png) no-repeat 2px center;
	padding-left: 25px;
}
.link01 a.icon-lin02{
	background: url(../images/link01-tu2.png) no-repeat 2px center;
	padding-left: 25px;
}
.link01 a.icon-lin03{
	background: url(../images/link01-tu3.png) no-repeat 2px center;
	padding-left: 25px;
}
.link01 a.icon-lin04{
	background: url(../images/link01-tu4.png) no-repeat 2px center;
	padding-left: 25px;
}
.link01 td.icon-lin05{
	background: url(../images/link01-tu5.png) no-repeat 2px center;
	padding-left: 25px;
}
.link01 span{
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #c2c2c2;
	margin: 8px 6px 0;
}
.link01-login input{
	width: 70px;
	height: 26px;
	line-height: 26px;
	background: none;
	border: 1px solid #e6e6e6;
	outline: none;
}
.link01-login input.input02{
	width: 95px;
}
.link01-login i{
	display: inline-block;
	font-style: inherit;
	line-height: 28px;
}
.link01-login a.forgetP{
	color: #333;
	margin: 0 8px 0 4px;
}
.link01-login input.linkLogin{
	display: inline-block;
	border: none;
	width: 40px;
	height: 28px;
	line-height:28px;
	background: #0088EA;
	color: #fff;
	text-align: center;
}
.link01-login a.linkLogin:hover{
	color: #fff;	
}
.link01 a:hover{
	color: #0088ea;
}
.link02T{
	height: 28px;
	margin: 15px 0;
}
.link02T select{
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	border-radius: 2px;
	float: left;
}
.link02{
	background: url(../images/tm-bg02.png) no-repeat;
	width: 1100px;
	height: 132px;
	overflow: hidden;
	margin-bottom: 40px;
}
/*列表页*/
.wrapC{
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.location{
	height: 30px;
	margin: 15px 0 5px;
}
.location p{
	line-height: 30px;
	font-size: 14px;
	color: #617083;
}
.location p a{
	color: #505050;
}
.location p a:hover{
	color: #219dd0;
}
.location p span{
	display: inline-block;
	font-size: 16px;
	color: #219dd0;
}
/*新闻列表页*/
.newsList{
	overflow: hidden;
}
.newsList-01{
	overflow: hidden;
	border-bottom: 1px solid #e2e9f0;
	padding: 10px 0;
}
.newsList-01 a.newsTitle{
	display: block;
	height: 45px;
	line-height: 45px;
	background: url(../images/news-dot.png) no-repeat left center;
	padding-left: 20px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	font-size: 18px;
	color: #505050;
}
.newsList-01 a.newsTitle:hover{
	background: url(../images/news-dot-hover.png) no-repeat left center;
	color: #219dd0;
}
.newsList-01 p{
	font-size: 14px;
	color: #505050;
	line-height: 30px;
	padding-left: 20px;
}
.news-publish span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-left: 30px;
}
/*页码*/
.page{
	height: 30px;
	overflow: hidden;
	margin: 30px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
	border-radius: 5px;
}
.page a.noBorder{
	border: none;
}
.page a.noBorder:hover{
	background: none;
	border: none;
	color: #666;
}
.page a.pageCur{
	background: #219dd0;
	border: 1px solid #219dd0;
	color: #fff;
}
.page a:hover{
	background: #219dd0;
	border: 1px solid #219dd0;
	color: #fff;
}
/*新闻详情页*/
.newsDetail{
	overflow: hidden;
}
.newsDetail-top{
	border-bottom: 1px dashed #e2e9f0;
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}
.newsDetail-top h3{
	font-size: 30px;
	color: #505050;
	line-height: 60px;
	font-weight: normal;
}
.newsDetail-top p span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 36px;
	margin: 0 20px;
}
.newsDetail-bot{
	overflow: hidden;
	margin: 20px 0;
}
.newsDetail-bot p{
	text-indent: 2em;
	font-size: 14px;
	color: #505050;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsDetail-bot h4{
	text-align: center;
	margin-bottom: 20px;
}
/*下拉*/
.serDrop-zk{
	width: 73px;
	border: 1px solid #cccccc;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999999999;
	display:none;
}
.serDrop i{
	position: absolute;
	top: 10px;
	right: 6px;
	display: inline-block;
}
.serDrop-zk a{
	display: inline-block;
	line-height: 40px;
}
/*视频新闻*/
.videoNews{
	margin-bottom: 20px;
	overflow: hidden;
}
.videoNews ul{
	width: 1130px;
}
.videoNews ul li{
	float: left;
	width: 252px;
	margin-right: 30px;
}
.videoNews ul li img{
	display: inline-block;
	width: 252px;
	height: 125px;
}