﻿@charset "utf-8";
.page-normal{
	color:#92aaf9;
	text-align:center;
	font-size:0;
	margin-top: 30px;
	float: right;
}
.page-normal a,.page-normal .page-current,.page-normal .page-prev{
	padding:5px 7px;
	font-size:14px;
	margin-left:10px;
}
.page-normal a{
	border:1px solid #92aaf9;
	color: #92aaf9;
	text-decoration:none;
}
.page-normal a:hover{
	border:1px solid  #92aaf9;
	background: #92aaf9;
	color: #fff;
}

.page-normal .page-current{
	border:1px solid  #92aaf9;
	color:#fff;
	background: #92aaf9;
}
.page-normal .page-prev{
	border:1px solid  #92aaf9;
	color:#92aaf9;
}
.details .addClass{
	/*width: 100%;*/
	text-align: center;
	font-size: 18px;
}
.details .addClass>a{
	display: table-cell;
	width: 100%;
	height: 100%;
}
.cover{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #D5D5D5;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#addClsDlg{
	display: none;
	z-index: 200;
	position: fixed;
	left: 50%;
	margin-left: -134px;
	top: 50%;
	margin-top: -105px;
	padding: 25px;
	height: 180px;
	width: 280px;
	background: #fff;
	border: 1 #A3A3A3 Groove;
}
#addClsDlg>div{
	height: 33%;
}
#addClsDlg .title{
	font-size: 18px;
	font-family: "微软雅黑";
}
.classYzm input, select, textarea {
    outline: none;
    border: none;
    background: none;
    font-family: "微软雅黑";
    cursor: text;
}
.classYzm input{
	font-size: 14px;
	width: 100%;
	color: #AEAEAE;
	border: 0;
	border-bottom: 1px #474747 solid;
}

.addClsBtn>input{
	outline: none;
    border: none;
    background: none;
	display: inline-block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	background: #eee;
	text-align: center;
	color: #5D5B5B;
	text-align: 14px;
	cursor: pointer;
}
.addClsBtn>input:hover{
	background: #92aaf9;
	color: #fff;
}
.addClsSure{
	float: right;	
}
.containItems{
	width: 100%;
	/*height: 160px;*/
	padding: 25px 0;
	border-bottom: 1px #807f7f solid;
	overflow: hidden;
}

.inforList{
	width: 100%;
    padding:10px;
}
.stuListTop{
	width: 100%;
	height: 25px;
	/*margin: 20px;*/	
	text-align: center;
}
.stuListTop>p{
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	color: #737272;
}
.inforList>table{
	width: 99%;
	margin: 0 auto;
	border: 1 #535252 Groove;
	border-collapse: collapse;
	table-layout: fixed;
}

.inforList>table th{
	height: 30px;
	background: #6698EF;
	text-align: center;
	color: #fff;	
}
.inforList>table td{
	height: 30px;
	text-align: center;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.inforList>table tr:hover{
	background: #F6F5F5;
}
.inforList>table input{
	background: #fff;
	color: #6698EF;
	text-align: center;
	border: 0;
	cursor: pointer;
	height: 70%;
	width: 70%;
	line-height: 70%;
	border: 1px #7CCEFF solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.search input,select{
	height: 30px;
	width: 120px;	
	border: 1px #807f7f solid;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	margin-left: 10px;
}
.search .srchBtn{
	width: 80px;
	background: #fff;
	color: #6698EF;
	border: 1px #6698EF solid;
	cursor: pointer;
}
.search .srchBtn:hover{
	color: #fff;
	background: #6698EF;
}
