﻿* {
	padding: 0;
	margin: 0;
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.display_none {
	display: none;
}
.display_block {
	display: block;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac*/
	.clearfix {
	display:block;
}
/* End hide from IE Mac*/
/* end of clearfix*/
.hackbox {
	display:table;
}
.ellipsis,.ell {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.popup{
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 300px;
	background: white;
	border:1px solid #ff8a00;
}
.pop_top{
	background: #ff8a00;
	color: white;
	line-height: 35px;
	padding: 0 10px;
}
.p_content{
	
	padding: 0 10px;
}
.pop_top span{
    background:url(/Images/Common/ico_logo_03.jpg) no-repeat;
    padding-left: 32px;
}
.pop_top a{
	float: right;
	color: white;
}
.popup p{
	font-size: 14px;
	height: 80px;
	overflow: hidden;
	/*! padding: 10px 0px; */
}

.p_content a{
	display: block;
	width: 100px;
	line-height: 30px;
	margin: 10px auto;
	text-align: center;
	/*! background: red; */
	background-image: linear-gradient( #EC2C2C 0%, #E04343 10%, #D71010 51%, #F35A5A 100%);
	color: white;
	border-radius: 9px;
}
.popup h3{
	color: red;
	margin: 10px 0px;
}
/*右侧悬浮*/
.publicright {
	position: fixed;
	right: 0px;
}
.publicright a , .publicright img {
	display:block;
	float:left;
}
.tou {
	top: 25%;
}
.r1 {
	top: 18%;
}
.r2 {
	top: 55%;
}
.ico_rig {
	cursor:pointer;
}
/*免责声明*/
.mianze {
	margin-bottom:50px;
	font-size:13px;
	width: 1000px;
	margin: 10px auto 50px auto;
}
.mianze img {
	height: 13px;
}
.atten_title {
	border-bottom: 1px solid #cecaca;
	height: 40px;
	line-height: 40px;
	background: #ecf0f1;
	font-weight: bold;
	padding-left: 20px;
}
.mianze_click span {
	display: inline-block;
}
.atten_main {
	word-wrap: break-word;
	word-break: normal;
	word-break: break-all;
	color: black;
	width: 500px;
	margin: 10px auto 0 auto;
	letter-spacing: 2px;
	font-size: 14px;
}
.atten_con img {
	height:14px;
}
.hidgg,.hidTeacher {
    display: block;
    position: absolute;
    background: white;
    width: 400px;
    top: 150px;
    z-index: 33;
    left: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 gray;
}
.hidTeacher {
    top:110px;
}
#Pagination {
    text-align:center;
}