﻿
/*更新时间2019年1月27日*/
@charset"utf-8";
/*格式化样式*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, cite, code, em, img, ins, small, strong, sub, sup, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tr, th, td, article, aside, footer, header, menu, nav, section, time, mark, audio, video, details {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0
}

ul, li, ol, dl, dt, dd {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
/*取消斜体*/
i, em {
	font-style: normal;
}
/* 去除a下划线 */
a {
	text-decoration: none;
	cursor: pointer;
}

	a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
	}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w {
	width: 100%
}

.h {
	height: 100%
}
/*按钮*/
.btn {
	display: inline-block;
	padding: 0px 16px;
	height: 100%;
	border-radius: 4px;
	cursor: pointer;
}

.btn_min {
	display: inline-block;
	padding: 0px 8px;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
}
/*浮动*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clear {
	clear: both;
}
/*定位*/
.p-r {
	position: relative
}

.p-a {
	position: absolute
}

.p-f {
	position: fixed;
}
/* 显示隐藏元素 */
.d-n {
	display: none;
}

.d-i {
	display: inline-block;
}

.d-b {
	display: block;
}

.o-visible {
	overflow: visible;
}
/* 溢出隐藏 */
.o-hidden {
	overflow: hidden;
}
/* 文本对齐方式   */
.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}

.t-c {
	text-align: center;
}
/*位置*/
.center-text {
	text-align: center;
}

.center-block {
	margin: 0 auto;
}

.center {
	margin: 0 auto;
	text-align: center;
}
/*字体大小*/
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}
/* 背景色 */
.bg_red {
	background: #e84044
}
/* 红色 */
.bg_blue {
	background: #3f9cfb
}
/* 蓝色 */
.bg_orange {
	background: #f36e21
}
/* 橙色 */
.bg_green {
	background: #53b234
}
/* 绿色 */
.bg_white {
	background: #fff
}
/* 白色 */
.bg_gray1 {
	background: #eaeaea
}
/* 一级灰色 */
.bg_gray2 {
	background: #f0f0f0
}
/* 二级灰色 */
.bg_gray3 {
	background: #f5f5f5
}
/* 三级灰色 */
.bg_gray4 {
	background: #efefef
}
/* 四级灰色 */
.bg_gray5 {
	background: #f2f2f2
}
/* 五级灰色 */
/*文字溢出*/
.p-eclipse {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(‘ellipsis.xml#ellipsis‘);
}

.p-eclipse-2 {
	line-height: 20px;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.p-eclipse-3 {
	line-height: 20px;
	max-height: 60px;
	　　word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*边距*/
.m10 {
	margin: 10px
}

.m15 {
	margin: 15px
}

.m20 {
	margin: 20px
}

.m30 {
	margin: 30px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb50 {
	margin-bottom: 50px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml50 {
	margin-left: 50px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.mr20 {
	margin-right: 20px
}

.mr50 {
	margin-right: 50px
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 20px
}

.pt30 {
	padding-top: 30px
}

.pt50 {
	padding-top: 50px
}

.pb5 {
	padding-bottom: 5px
}

.pb10 {
	padding-bottom: 10px
}

.pb15 {
	padding-bottom: 15px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pb50 {
	padding-bottom: 50px
}

.pl5 {
	padding-left: 5px
}

.pl10 {
	padding-left: 10px
}

.pl15 {
	padding-left: 15px
}

.pl20 {
	padding-left: 20px
}

.pl30 {
	padding-left: 30px
}

.pl50 {
	padding-left: 50px
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pr15 {
	padding-right: 15px
}

.pr20 {
	padding-right: 20px
}

.pr30 {
	padding-right: 30px
}

.pr50 {
	padding-right: 50px
}
/***********************设置滚动条样式**************************/
/*.scroll{overflow: scroll;}*/
/*滚动条整体部分，

  /*滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	overflow: auto;
}

::-webkit-scrollbar-thumb {
	background-color: #e6e6e6;
	min-height: 25px;
	min-width: 25px;
	border: 1px solid #e0e0e0;
}

::-webkit-scrollbar-track {
	background-color: #f7f7f7;
	border: 1px solid #efefef;
}
/*****************************渐变背景颜色*********************/
.bg-lr {
	/*火狐*/
	background: -moz-linear-gradient(left, #F68E06, #F45408);
	/*Safari5.1 Chrome 10+*/
	background: -webkit-linear-gradient(left, #F68E06, #F45408);
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F68E06), to(#F45408));
	/*Opera 11.10+*/
	background: -o-linear-gradient(left, #F68E06, #F45408);
	/* IE 10 */
	background: -ms-linear-gradient(left, #F68E06, #F45408);
	/*IE 6 7 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F68E06, endColorstr=#F45408)";
	background: linear-gradient(left, #F68E06, #F45408);
	+background:#FA7002;
}

.bg-tb {
	/*火狐*/
	background: -moz-linear-gradient(top, #F68E06, #F45408);
	/*Safari5.1 Chrome 10+*/
	background: -webkit-linear-gradient(top, #F68E06, #F45408);
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F68E06), to(#F45408));
	/*Opera 11.10+*/
	background: -o-linear-gradient(top, #F68E06, #F45408);
	/* IE 10 */
	background: -ms-linear-gradient(top, #F68E06, #F45408);
	/*IE 6 7 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F68E06, endColorstr=#F45408)";
	background: linear-gradient(top, #F68E06, #F45408);
	+background:#FA7002;
}

/* 去掉点击后边框 */
.out_none {
	outline: none !important;
}
/* 黑色阴影 */
.shadow_black {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
/* 白色阴影 */
.shadow_white {
	-webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0 5px 5px rgba(255, 255, 255, 0.5);
}
/* 去掉边框线 */
.bor_none {
	border: none !important;
}

.bor_t_none {
	border-top: none !important;
}

.bor_l_none {
	border-left: none !important;
}

.bor_r_none {
	border-right: none !important;
}

.bor_b_none {
	border-bottom: none !important;
}
/* layui样式 */
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
	background-color: none;
	opacity: 0 !important;
}
/*动画*/
.fadeInUps {
	-webkit-animation-name: fadeInUps;
	animation-name: fadeInUps
}


@-webkit-keyframes fadeInUps {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUps {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

body {
	background: #f7f9fc;
	/* overflow-y:scroll; */
}

.banner {
	width: 100%;
	min-width: 1200px;
}

	.banner .banner_top1 {
		background: url(../img/banner_syjx.jpg) no-repeat 50% 50%;
		width: 100%;
		height: 578px;
	}
/*素养教学-微课在线*/
.banner_top2 {
	background: url(../img/banner_weike.jpg) no-repeat 50% 50%;
	width: 100%;
	height: 297px;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
}
/*素养教学-微课在线列表*/
.banner_top3 {
	background: url(../img/banner_bg.jpg);
	width: 100%;
	height: 540px;
}
/*系统特色_课程资源包引导*/
.banner_top4 {
	background: url(../img/banner_xxts0.jpg);
	width: 100%;
	height: 497px;
}
/*系统特色_整体解决方案*/
.banner_top5 {
	background: url(../img/banner_ztjjfa.jpg);
	width: 100%;
	height: 397px;
}
/*系统特色_课程优势*/
.banner_top6 {
	background: url(../img/banner_kcys.jpg);
	width: 100%;
	height: 397px;
}
/*系统特色_课程资源包*/
.banner_top07 {
	background: url(../img/banner_kczyb.jpg);
	width: 100%;
	height: 397px;
}
/*帮助中心*/
.banner_top08 {
	background-image: url(../img/banner_help.jpg);
	width: 100%;
	height: 297px;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
/*帮助中心*/
.banner_top09 {
	background: url(../img/banner_news.jpg);
	width: 100%;
	height: 297px;
}
/*素养联盟*/
.banner_top10 {
	background: url(../img/banner_top10.jpg);
	width: 100%;
	height: 297px;
}
/*优秀教师*/
.banner_top11 {
	background: url(../img/banner_top11.jpg);
	width: 100%;
	height: 297px;
}
/*学生风采*/
.banner_top12 {
	background: url(../img/banner_top12.jpg);
	width: 100%;
	height: 297px;
}
/*共享资源*/
.banner_top13 {
	background: url(../img/banner_top13.jpg);
	width: 100%;
	height: 297px;
}

.banner_text04 {
	padding: 207px 0 0 90px;
	box-sizing: border-box;
}

.banner_text_l {
	padding: 135px 0 0 90px;
	box-sizing: border-box;
	text-align: left;
}

.banner > img {
	width: 100%;
}

.header_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*	height: 165px;*/
	z-index: 1;
	background-color: rgba(255,255,255,0);
	min-width: 1200px;
}

.header {
	position: relative;
	padding: 0 20px;
	border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.mod-nav .logo_text {
	position: absolute;
	left: 1vw;
	line-height: 10vh;
	font-size: 1.7vw;
	color: white;
	font-family: myfont1;
}

.nav_bar {
	text-align: right;
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	margin-right: 150px;
}

	.nav_bar > ul {
		height: 10vh;
		margin: 0 auto;
		display: inline-block;
		background: none;
		box-sizing: border-box;
	}

		.nav_bar > ul > li > a {
			color: white !important;
			line-height: 10vh;
		}

		.nav_bar > ul .active {
			border-bottom: solid 3px white;
			box-sizing: border-box;
		}

		.nav_bar > ul > li {
			position: relative;
			margin: 0 20px;
		}

			.nav_bar > ul > li:hover {
				border-bottom: solid 3px white;
			}

			.nav_bar > ul > li .nav_two {
				position: absolute;
				top: 10vh;
				left: 50%;
				margin-left: -200px;
				background: #fff;
				color: #858585;
				display: none;
				justify-content: center;
				z-index: 99;
			}

.w500 {
	width: 500px;
}

.w400 {
	width: 400px;
}

.nav_bar > ul > li .nav_two > li {
	margin: 20px;
}

	.nav_bar > ul > li .nav_two > li:hover a {
		color: #00a8fd;
	}

	.nav_bar > ul > li .nav_two > li > a {
		color: #858585;
		padding: 0;
	}

.person_infor {
	position: absolute;
	top: 0;
	right: 20px;
	width: 215px;
	/* height: 100px; */
	text-align: center;
	line-height: 56px;
	cursor: pointer;
}

.bz_tx {
	display: block;
	width: 5vh;
	height: 5vh;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}

.person_infor span {
	display: block;
	line-height: 4vh;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dl_btn_div {
	position: absolute;
	right: 0;
	top: 24px
}

.dl_btn {
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 38px;
	color: #fff;
	padding: 0 29px;
	display: inline-block;
}

.person_infor .line2 {
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:flex-end;
}

	.person_infor .line2 span {
		text-align: right;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100px;
	}

.btn_zhuxiao {
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height:20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: white;
	padding: 0 !important;
}

.col_wthie {
	color: white;
}

.colfff {
	color: #fff;
}

.col333 {
	color: #333;
}

.col999 {
	color: #999;
}

.colbbb {
	color: #bbb;
}

.col_orange {
	color: #f47321;
}

.col_blue {
	color: #3f9cfb;
}

.v_top {
	vertical-align: top;
}
/*按钮*/
.btn_lg {
	padding: 8px 25px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
}
/*滚动条*/
.o-auto {
	overflow-y: auto;
}
/*边距*/
.mr3 {
	margin-right: 3px;
}

.mt8 {
	margin-top: 8px;
}

.pt8 {
	padding-top: 8px;
}

.par20 {
	padding: 20px;
}

.bg_white {
	background: #fff !important;
	color: #3f9cfb !important;
}

.w {
	width: 100%;
	min-width: 1200px;
}

.NoData {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: bold;
	padding: 20px 0;
}

#pagination {
	text-align: center;
}

.layui-laypage a:hover {
	color: #fa9f06;
}

.layui-laypage input:focus, .layui-laypage select:focus {
	border-color: #fa9f06 !important;
}

.layui-nav .layui-nav-third-child a {
	color: #333 !important;
	background: #fff !important;
}

	.layui-nav .layui-nav-third-child a:hover {
		background: #3f9cfb !important;
		color: white !important;
	}

.layui-nav-third-child li {
	position: relative;
}

	.layui-nav-third-child li:after {
		display: none;
	}

.layui-nav .layui-nav-child dd:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.layui-nav .layui-nav-child dd ul {
	display: none;
}

.layui-nav .layui-nav-item {
	margin-right: 40px;
}

.layui-form-label {
	width: 200px !important;
}

.layui-input-block {
	margin-left: 235px !important;
}

.layui-rate li i.layui-icon {
	margin-right: 0;
}
/*星星间距*/

/*下拉框颜色*/

.layui-form-select dl dd.layui-this {
	background: #3f9cfb;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
	background: #3f9cfb;
}

.w1000 {
	width: 1000px;
}

.w680 {
	width: 680px;
}
/*搜索*/
.ipt_search {
	text-indent: 8px;
	display: block;
	border: 1px solid #e6e6e6;
	width: 100%;
	border-radius: 3px;
	color: #666;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
}

.ipt_min {
	text-indent: 8px;
	display: block;
	border: 1px solid #e6e6e6;
	width: 100%;
	border-radius: 3px;
	color: #666;
	height: 30px;
	line-height: 30px;
}

.w320 {
	width: 320px;
}

.btn_search {
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 2;
	color: #fff;
}

.btn_icon {
	border-radius: 3px;
	height: 33px;
	*height: 35px;
	line-height: 33px;
	padding: 0 12px;
}

.search_div {
	*margin-top: -34px;
}

.footer {
	background: #2e3238;
	clear: both;
	padding: 30px 0;
	width: 100%;
	clear: both;
	min-width: 1200px;
}

	.footer p {
		color: #7c8187;
		text-align: center;
		line-height: 26px;
		font-family: "微软雅黑";
	}
/*阴影*/

.box_shadow {
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1)
}
/*模块大标题*/
.box_title {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
/*模块小标题*/
.box_xtitle {
	font-size: 20px;
	color: #5e5e5e;
	text-align: center;
	display: block;
	margin: 20px 0 0;
}

.box_bg01 {
	background: #f1f5f7;
	min-width: 1200px;
}

.par_t_b_80 {
	padding: 80px 0;
}

.par_t_b_60 {
	padding: 60px 0;
}

.banner_text_l span,
.banner_text04 span {
	display: block;
}

.text_big {
	font-size: 40px;
	color: #fff;
}

.text_min {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	line-height: 24px;
	width: 650px;
}
/*左侧目录*/
.help_left {
	width: 240px;
	float: left;
	background: #f2f3f5;
	min-height: 600px;
}

.list-title {
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #ebebeb;
	/* border-left: solid 1px #ccc; */
	/* border-right: solid 1px #ccc; */
	/* text-align: center; */
	padding-left: 42px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	/* font-weight: bold; */
	cursor: pointer;
	box-sizing: border-box;
}

.accordion {
	width: 100%;
	/* border: solid 1px #ccc; */
}

	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #4D4D4D;
		font-size: 16px;
		border-bottom: 1px solid #ebebeb;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li {
		cursor: pointer;
	}

		.accordion li i {
			position: absolute;
			top: 16px;
			left: 12px;
			font-size: 18px;
			color: #9a9a9a;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

			.accordion li i.fa-chevron-down {
				right: 12px;
				left: auto;
				font-size: 14px;
			}

		.accordion li.open .link {
			color: #0082fc;
			border-left: solid 2px #0082fc;
			background-image: linear-gradient(to right, #69b3f9, #f2f3f5);
		}

		.accordion li.open i {
			color: #0082fc;
		}

			.accordion li.open i.fa-chevron-down {
				-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg);
			}
/*动态聚焦*/
.box_news ul {
	width: 230px;
	margin: 30px auto 15px;
	overflow: hidden;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.box_news li {
	font-size: 20px;
	color: #666;
	cursor: pointer;
}

	.box_news li:first-child {
		margin-right: 50px;
	}

	.box_news li.active {
		color: #333;
		background: url(../img/news_bt_line.jpg) no-repeat 0 bottom;
		padding-bottom: 15px;
	}

.h450 {
	height: 450px;
}

.ct_news_flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.news_left_a {
	background: #fff;
	width: 545px;
	display: block;
	margin-right: 20px;
}

	.news_left_a img {
		display: block;
		width: 545px;
		height: 305px;
	}

.news_div span {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	display: block;
}

.news_div {
	width: calc(100% - 210px);
}

.news_div_text {
	width: 100%;
}

.news_div p {
	color: #999;
	margin: 12px 0;
}

.news_div time {
	color: #999;
	padding-top: 15px;
}

	.news_div span:hover, .news_div p:hover, .news_div time:hover {
		color: #00d38b;
	}

.w635 {
	width: 635px;
}

.news_right {
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between; */
	flex-direction: column;
	width: 635px;
}

.news_right_a {
	display: flex;
	display: -webkit-flex;
	background: #fff;
	padding: 13.5px;
	margin-bottom: 20px;
}

	.news_right_a:last-child {
		margin-bottom: 0;
	}

	.news_right_a img {
		display: block;
		width: 194px;
		height: 122px;
		margin-right: 15px;
	}


/*页码颜色*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #fa9f06;
}

.layui-laypage a, .layui-laypage span {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
/*新闻详情*/
.detal_title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

	.detal_title h3 {
		font-size: 24px;
		color: #333;
		text-align: center;
		margin: 20px 0 10px;
	}

	.detal_title span {
		padding: 0 10px;
		color: #666;
	}
/*.wk_detail{
	margin: 20px 0 0;
}*/
.wk_detail p, .wk_detail span {
	text-indent: 28px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

.wk_detail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
/*搜索*/
.search {
	background: #ebebeb;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
}

	.search input {
		height: 34px;
		line-height: 34px;
		border-radius: 4px;
		border: none;
		text-indent: 15px;
		width: 425px;
		box-sizing: border-box;
		background: none;
		color: #666;
	}

.w468 {
	width: 468px;
}

.search a {
	position: absolute;
	right: 15px;
	top: 0px;
	color: #666;
}
/* 搜索框 */
.search_box {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 390px;
	margin-left: -195px;
}

.help_h1 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
	text-align: center;
}

.help_ipt_box {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto;
}

.search_box .help_ipt_box > input {
	height: 44px;
	line-height: 44px;
	border: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
	text-indent: 15px;
}

.search_box .search_btn {
	background: #0082fc;
	color: white;
	line-height: 44px;
	height: 44px;
	width: 60px;
	text-align: center;
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0;
}
