* {
  padding: 0;
  margin: 0;
}
.page .nav-left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 200px;
  background-color: #4e9eff;;
  box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.1);
}
.page .nav-left .LogoName {
  background: linear-gradient(-45deg, rgb(69, 230, 222), rgb(113, 181, 252));
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.page .nav-left .navDiv .navName {
  padding: 12px 20px !important;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 800;
}
.page .nav-left .navDiv .nav-list ul .a_active {
  background-color: #2f7ef4;
}
.page .nav-left .navDiv .nav-list ul .a_active .active {
  color: #fff !important;
  font-weight: 700;
}
.page .nav-left .navDiv .nav-list ul .nav-tab {
  list-style: none;
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.page .nav-left .navDiv .nav-list ul .nav-tab .t_p img{
  width:75%;
}
.page .nav-left .navDiv .nav-list ul .nav-tab .li-a {
  padding: 18px 15px 12px 0px !important;
  text-decoration: none;
  display: block;
  padding: 0.65rem 1.5rem;
  font-size: 14px;
  color: #fff;
  font-weight:bold;
}
.page .nav-left .navDiv .nav-list ul .nav-tab .li-a .bx {
  font-size: 17px;
  vertical-align: text-top;
  margin-right: 6px;
}
.page .nav-left .navDiv .nav-list ul .nav-tab .nav-box {
  height: 0;
  overflow: hidden;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box {
  height: auto !important;
  padding-bottom: 12px;
  transition: all 0.6s;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a {
  padding: 5px 70px !important;
  text-decoration: none;
  display: block;
  padding: 0.65rem 1.5rem;
  font-size: 13px;
  color: #5a5454;
  transition: all 0.3s;
  margin-left: 0px;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box .active-li-a {
  color: #6d61ea !important;
  font-weight: 700;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a:hover {
  margin-left: 6px;
}
.page .nav-left .navDiv .nav-list .li-a {
  transition: all 0.8s;
  margin-left: 0px;
}
.page .nav-left .navDiv .nav-list .li-a:hover {
  margin-left: 6px;
}
/* .bx-home-smile:before{content:"\eae2"}
.bx-layer:before{content:"\eafa"}
.bx-cog:before{content:"\ea3b"}
.bx-buildings:before{content:"\e9dc"}
.bx-edit:before{content:"\ea8c"} */
.frameRight{
  width:100%;
  height:100%;
  padding:2%;
  background-color:#F1F4F9
}
.frameRight span{
  font-size:17px;
}
.subject{
  float:left;
  width:48%;
  height: auto;
  padding:10px;
  margin-left:1%;
  border-radius:6px;
  background:#fff;
}
.major{
  float:left;
  width:48%;
  height: auto;
  padding:10px;
  margin-left:2%;
  border-radius:6px;
  background:#fff;
}
.personTime{
  float:left;
  width:98%;
  height: auto;
  padding:10px;
  margin-left:1%;
  margin-top:2%;
  border-radius:6px;
  background:#fff;
}
.people{
  float:left;
  width:98%;
  height: auto;
  padding:10px;
  margin-left:1%;
  margin-top:2%;
  border-radius:6px;
  background:#fff;
}
.validTime{
  float:left;
  width:99%;
  height: auto;
  padding:10px;
  margin-left:1%;
  margin-top:0%;
  border-radius:6px;
  background:#fff;
}
.subjectTWo{
  float:left;
  width:98%;
  height: auto;
  padding:10px;
  margin-left:1%;
  border-radius:6px;
  background:#fff;
}
.majorTWo{
  float:left;
  width:98%;
  height: auto;
  padding:10px;
  margin-left:1%;
  border-radius:6px;
  background:#fff;
}
.page .nav-right {
  display: flex;
  flex-direction: column;
  padding-left: 200px;
}

.frameRight .white{
  float:left;
  width:98%;
  height: auto;
  padding:10px;
  margin-left:1%;
  border-radius:6px;
  background:#fff;
}
/* .page .nav-top {
  flex: 1;
  height: 60px;
  width: 100%;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.2);
} */
.page .content-page {
  flex: 1;
  position: absolute;
  top: 0px;
  left: 200px;
  right: 0;
  bottom: 0;
  background-color:#F1F4F9
}
.page .content-page .iframe{
	margin-left:2.5%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size: 14px;
	color: #444;
}
table {
/* *border-collapse: collapse; IE7 and lower
	border-spacing: 0; */
	border-collapse:separate;
  	border-spacing:0px 0px;
	width: 100%;
}
table tr:nth-child(even) {
    background-color: #ECF1F7; /* 偶数行的背景色 */
}
table tr:nth-child(odd) {
    background-color: #ffffff; /* 奇数行的背景色 */
}
.frameBordered th,td{
	vertical-align: middle;
	text-align: center;
}
.frameBordered tr{
	background-color:#fff;
}
.frameBordered {
	/* border: solid #ccc 1px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc; */
}
.frameBordered tr:hover {
	background: #D6E9FF;
	color:#55A4FF;
	box-shadow: 0px 10px 50px 0px rgba(85,164,255,0.6);
}
.frameBordered td, .frameBordered th {
	/* border-left: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	padding: 10px;
}
.frameBordered th {
	/* background-color: #3f7ac5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#508ad4), to(#3f7ac5));
	background-image: -webkit-linear-gradient(top, #508ad4, #3f7ac5);
	background-image: -moz-linear-gradient(top, #508ad4, #3f7ac5);
	background-image: -ms-linear-gradient(top, #508ad4, #3f7ac5);
	background-image: -o-linear-gradient(top, #508ad4, #3f7ac5);
	background-image: linear-gradient(top, #508ad4, #3f7ac5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	color:#fff; */
	color: #817b7b;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    background-color: #e7eef6;
}
.frameBordered td:first-child, .frameBordered th:first-child {
	border-left: none;
}
/* .frameBordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 6px 0 0 0;
}
.frameBordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.frameBordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.frameBordered tr td:first-child {
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.frameBordered tr td:last-child {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
} */
.top{height:40px;}
.nav{position:fixed;top:0;z-index:9999;width:100%;height:40px;background:#F1F4F9}
.button {margin-top: 4px;margin-left: 10px;font-weight: 800;}
.th_center{text-align: center;}
.th_right{text-align: right;}
/**.th_left{text-align: left;}**/
th {text-align: left;}
.but_again_start:hover{
	content: url("../images/zaiciqidongzhong.png");
}
.but_school_begins:hover{
	content: url("../images/xiugaikechengzhong.png")
}
.but_school_view:hover{
	content: url("../images/chakanzhong.png");
}
.zhuanban:hover{
	content: url("../images/zhuanbanzhong.png");
}
.chexiao:hover{
	content: url("../images/chexiaozhong.png")
}
.tuifei:hover{
	content: url("../images/tuifeizhong.png");
}
.gongkai:hover{
	content: url("../images/gongkaizhong.png")
}
.guanbi:hover{
	content: url("../images/guanbizhong.png");
}
.shanchu:hover{
	content: url("../images/shanchuzhong.png");
}
.renshuxiugai:hover{
	content: url("../images/renshuxiugaizhong.png")
}
.xiugai:hover{
	content: url("../images/xiugaizhong.png");
}
.shumiandafu:hover{
	content: url("../images/shumiandafuzhong.png")
}
.dianhuadafu:hover{
	content: url("../images/dianhuadafuzhong.png");
}
.bangka:hover{
	content: url("../images/bangkazhong.png");
}
.jiebang:hover{
	content: url("../images/jiebangzhong.png")
}
.chongzhi:hover{
	content: url("../images/chongzhizhong.png");
}
.huodongbaoming:hover{
	content: url("../images/huodongbaomingzhong.png");
}
.renyuanchakan:hover{
	content: url("../images/renyuanchakanzhong.png")
}
.fasongduanxin:hover{
	content: url("../images/fasongduanxinzhong.png");
}
.jieshuhuodong:hover{
	content: url("../images/jieshuhuodongzhong.png");
}
.guanbihuodong:hover{
	content: url("../images/guanbihuodongzhong.png");
}
.tongguo:hover{
	content: url("../images/tongguozhong.png");
}
.butongguo:hover{
	content: url("../images/butongguozhong.png");
}
.but_start:hover{
	content: url("../images/zaiciqidongzhong.png");
}
#titleName{
	font-size: 18px;
    font-weight: 800;
    padding: 12px 0px;
}
#titleName div{
	width: 4px;
	height: 25px;
	background: linear-gradient(0deg, #79EBE5, #52A1FF);
	border-radius: 2px;
	margin-right: 5px;
	float:left;
}
#titleName b{
	color:#CCCCCC;
}
.random{
    position: absolute;
    width: 21px;
    height: 15px;
    left: 10px;
    color:#fff;
    font-size:13px;
}
