/*重置样式 start*/
* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
}

div::-webkit-scrollbar {
	display: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #666;
}

a:focus {
	outline: none;
	border: 0;
}

i {
	font-style: normal;
}

table {
	table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
a,
textarea,
span {
	word-break: break-word;

}

p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
}

a:hover {
	text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
	font-weight: normal;
	-webkit-user-select: text !important;
}

em {
	font-style: normal;
}

html,
body {
	font-family: "思源黑体", "Hiragino Sans GB", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
	text-align: left;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.KitChenDiv:after,
.hivo:after,
.teacher-develop:after,
.SeriveTag:after,
.Scroll:after,
.container:after {
	content: "";
	display: block;
	clear: both;
	vertical-align: middle;
	height: 0;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}

select::-ms-expand {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-user-select: none;
}

input,
textarea,
select {
	outline: none;
	border: 0;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	vertical-align: middle;
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: "思源黑体", "Hiragino Sans GB", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
}

.imagespa {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.opc {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

svg {
	vertical-align: middle;
}
 .info-page {
        width: 100%;
        float: left;
        padding: 17px 3.6%;
        background-image: linear-gradient(to right, #c3d0d9, #fff, #c3d0d9);
        margin-top: 29px;
        text-align: center;
		position: relative;
		z-index:999999 !important;
		border:#666 0px solid
		
    }

    .info-page.on {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    .info-page a {
        display: inline-block;
        font-size: 16px;
        line-height: 36px;
        color: #000;
        transition: color .3s;
		font-weight:900
    }

    .info-page a.prev {
        float: left
    }

    .info-page a.next {
        float: right
    }

    .info-page a.return {
        padding: 0 15px 0 45px;
        background: url(../images/news11.png) no-repeat 15px center;
        transition: background .3s, color .3s
    }