table{
	/*border-top: 1px solid #e1e1e1;*/
}
.table>thead:first-child>tr:first-child>th {
  border-top: 1px solid #e1e1e1;
}
.center{
	text-align: center;
}
.btn-common{
    width: 106px;
    height: 36px;
    color: #fff;
    cursor: pointer;
    outline: none;
    display:inline-block;
    line-height:36px;
    line-height:36px\9;
    text-decoration:none;
    text-align:center;
    border-radius: 3px;
}
a.btn-common:hover{
	color:#fff;
	text-decoration:none;
}
.btn-common:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.btn-a{
    height: 36px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px 42px;
}
.back-page{
    color:#898e98;
}
.title-top{
	position: relative;
    top: 10px;
}
.title-send{
	margin-top: 30px;
	text-align: center;
}
.btn-a:hover{
	color: #fff;
	text-decoration:none; 
}
.btn-distance{
	margin-left: 30px;
}
.top-distance{
	margin-top: 20px;
}
.btn-add{
	background-color: #fbb42b;
    border: 1px #fbaf1c solid;
}
.content-search {
  height: 40px;
  margin: 5px 0;
}
.content-matterarea {
  padding: 0 1%;
  padding-top: 10px;
  min-height: 493px;
  background: #fff;
}
.btn-select{
  border: 1px #d4d4d4 solid;
  color: #464646;
  width:160px;
}
.btn-delete{
  background-color: #fc663e;
  border: 1px #fc5a2f solid;
}
.table{
  margin-top: 11px;
}
.a-common{
  padding: 2px 5px;
  cursor: pointer;
}
.a-edit{
  color: #32bcb4;
}
.a-edit:hover{
   color: #32bcb4;
}
.a-details{
	color: #60cbc5;
}
.a-details:hover{
	color: #60cbc5;
}
.a-change{
   color: #fbb32d;
}
.a-change:hover{
   color: #fbb32d;
}
.a-common>img{
  width: 14px;
}
.a-common>span{
  position: relative;
  left: 2px;
  top: 1px;
}
.a-delete{
  color: #fc7c5a;
}
.a-delete:hover{
   color: #fc7c5a;
}
.lab-left{
   color: #626262;
   font-weight: normal;
}
.input-content{
   width: 145px;
   height: 36px;
   border: 1px #e1e1e1 solid;
   padding-left: 10px;
   color: #626262;
   outline: none;
}
.btn-search{
   background-color: #31cec5;
   border: 1px #31cec5 solid;
}
.btn-import{
   background-color: #31cec5;
   border: 1px #31cec5 solid;
}
.btn-export{
   background-color: #fc663e;
   border: 1px #fc5c31 solid;
}
.btn-down{
   background-color: #a2d23a;
   border: 1px #9ccf2d solid;
}
.nav-left-img{
	height: 15px;
}
.nav-left-content{
	position: relative;
    left: 6px;
    top: 2px;
}
.inverted-triangle{
   width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 19px;
  right: 20px;
}
.nav-merchant>li.active{
  background-color: #20c9c0;
}
.a-link>a{
  color: #27c0b9;
  padding: 0px 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #34d5cd;
  border: 1px #34d5cd solid;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #949494;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dedede;
}
.modal-header{
  height: 50px;
  background-color: #ebeff2;
  color: #373838;
  padding: 13px;
}
.modal-header .close {
  margin-top: -6px;
  font-size: 35px;
}
.dialog-select{
  cursor: pointer;
  width: 215px;
  height: 30px;
  line-height: 27px;
  line-height: 27px\9;
  padding: 0;
  color: #707070;
  border: 1px #D4D4D4 solid;
  padding-left: 10px;
}
.dialog-input{
  width: 215px;
  height: 30px;
  line-height: 27px;
  line-height: 27px\9;
  padding: 0;
  color: #707070;
  border: 1px #D4D4D4 solid;
  outline: none;
  padding-left: 10px;
}
.dialog-input:focus{
  outline: none;
}
.dialog-title-left{
  color: #21c3bb;
  font-size: 15px;
  position: relative;
  left: 10px;
  font-family: inherit;
}
.dialog-left-content{
  color: #4b4b4b;
  margin-right: 40px;
  float: left;
  position: relative;
  top: 5px;
  min-width: 70px;
  display: inline-block;
  min-height: 20px;
}
.dialog-width-small{
  width: 600px;
}
.dialog-width-middle{
  width: 800px !important;  
}
.dialog-width-big{
  width: 90%;
}
.dialog-width-models{
  width: 50%;
  left: 25%;
}
.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: none;
}
.dialog-save{
  border: 1px #6acec8 solid;
  background-color: #1eb5ae;
}
.btn-dialog{
  width: 106px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  line-height: 35px\9;
  color: #fff;
  border-radius: 3px;
}
.btn-dialog:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.dialog-cancel{
  background-color: #92ABC4;
  border: 1px #c0c7cf solid;
}
.content-header .dialog-cancel{float: right;display:block;}
.dialog-up-file{
  height: 30px;
  width: 125px;
  background-color: #fcb42c;
  border: 1px #fcae1b solid;
  color: #fff;
  text-align: center;
  line-height: 30px;
  line-height: 30px\9;
  cursor: pointer;
}
.img-hide{
  display: none;
}
.select-checkbox{
  cursor: pointer;
}
.select-checkbox>img{
  width: 19px;
}
.select-checkbox>span{
  position: relative;
  left: 5px;
  top: 2px;
}
.status-account img{
  width: 21px;
  cursor: pointer;
}
.status-account{
  color: #666666;
  position: relative;
}
.dialog-title{
  color: #3f3f3f;
  font-size: 16px;
  margin: 20px 0px;
  position: relative;
}
.dialog-title>span{
  width: 0px;
  display: block;
  border-left: 3px #0dafa7 solid;
  height: 20px;
  position: absolute;
  top:2px;
}
.stu-div{
  margin-left: 20px;
}
.stu-div>p{
  color: #737373;
}
.dialog-class{
  background-color: #fc663e;
  border: 1px #fc663e solid;
}
.notice-content{
  background-color: #fff;
  padding: 20px 20px 0px 15px;
  border: 1px #e6e9ec solid;
  border-top: none;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border:none;
  background-color: #ebeff2;
  color: #6c6c6d;
}
.nav-tabs>li{
  border: 1px solid #e1e5e9;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  background-color: #ebeff2
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #565656;
  cursor: default;
  background-color: #fff;
  border: none;
}

.div-sel>span{
  float: left;
  cursor: pointer;
  height: 37px;
  width: 140px;
  border: 1px #cbcfd3 solid;
  color: #777777;
  margin-top: 10px;
  text-align: center;
  line-height: 37px;
  line-height: 37px\9;
}
.page-first{
  margin-right: 4px !important;
  color: #6edcd6 !important;
}
.page-shadowe{
 margin-left: 4px !important;
 color: #6edcd6 !important;
}
.person-content{
  background-color: #fff;
  border: 1px #e6e9ec solid;
  position: relative;
}
.person-content-img{
  width: 170px;
  height: 170px;
  position: relative;
  left: 40px;
  top: -60px;
}
.person-info{
  position: relative;
  left: 233px;
  width: 300px;
  top: -145px;
  height: 70px;
}
.person-info>div{
  height: 35px;
}
.person-name{
  color: #1c1c1c;
  font-size: 16px;
  line-height: 30px;
  line-height: 30px\9;
}
.person-change-pass{
  display: inline-block;
  width: 100px;
  height: 30px;
  float: right;
  background-color: #fbb42b;
  border: 1px #fbb123 solid;
  cursor: pointer;
}
.person-change-pass>img{
  width: 25px;
  position: relative;
  left: 5px;
  top: 1px;
}
.person-change-pass>span{
  color: #fff;
  position: relative;
  top: 4px;
  left: 8px;
}
.person-role{
  line-height: 30px;
  line-height: 30px\9;
}
.person-role>img{
  height: 20px;
}
.person-role>span{
  color: #727272;
  position: relative;
  top: 2px;
  left: 5px;
}
.person-div-info{
  position: relative;
  top: -100px;
  left: 2%;
  width: 96%;
  border-top: 1px #e8ebed solid;
}
.person-div-info-phone{
  margin-top: 40px;
  height: 30px;
  line-height: 30px;
  line-height: 30px\9;
}
.person-div-info-phone-left{
  position: relative;
  left: 30px;
  color: #525252;
  display: inline-block;
  width: 84px;
}
.person-div-info-phone-content{
  position: relative;
  left: 40px;
  display: inline-block;
  width: 210px;
  height: 30px;
  border: 1px #eef0f2 solid;
  padding-left: 10px;
}
.person-btn-div{
  margin-top: 40px;
  padding-left: 30px;
}

.person-div-info-phone>input{
  position: relative;
  left: 40px;
  display: inline-block;
  width: 210px;
  height: 30px;
  border: 1px #eef0f2 solid;
  padding-left: 10px;
  outline: none;
}
.download-template-span{
  position: relative;
  left: 20px;
}
.download-template{
  color: #555555;
  display: inline-block;
  width: 70px;
}

/* 鐩墠鐨勬牱寮忓紑濮嬪湴鏂� */
.content{
  position: relative;
  /*min-width: 978px;*/
}
.content-left{
  overflow-y: auto;
  width: 180px;
  float: left;
}
.content-right{
  margin-left: 180px;
}

.show{
	display:block;
}
.hide{
	display:none;
}
.tree-external-title{
    cursor:pointer;
}
.tree-second-title{
    margin: 10px 20px;
}
.tree-three>li{
	list-style: none;
	cursor: pointer;
	margin: 10px 0px;
}
.tree-second-title{
     cursor: pointer;
}
.dialog-content{
  background: #333;
  filter: alpha(opacity=30);
  opacity: 0.3;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2004;
  display: none;
}
.dialog-content-class{
  background: #333;
  filter: alpha(opacity=30);
  opacity: 0.3;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
.dialog-div{
  position: fixed;
  z-index: 2004;
  width: 40%;
  left: 30%;
  min-height: 200px;
  top:150px;
  background-color: #fff;
  display: none;
}
.dialog-div-class{
  background-color: #fff;
  position: absolute;
  top: 150px;
  width: 50%;
  left: 25%;
  z-index: 1400;
  display: none;
}
.dialog-div-title{
  height: 40px;
  line-height: 40px;
  line-height: 40px\9;
  padding-left: 30px;
  background-color: #ebeff2;
  color: #3f4040;
  font-size: 16px;
}
.dialog-div-content{
  min-height: 100px;
  color: #434343;
  line-height: 35px;
  line-height: 35px\9;
  padding: 0px 20px;
  max-height: 200px;
  overflow-y: auto;
}
.dialog-div-content-class{
  min-height: 100px;
  color: #434343;
  line-height: 50px;
  line-height: 50px\9;
}
.dialog-div-footer{
  height: 50px;
  text-align: center;
  margin-top: 20px;
}
.input-img{
 max-width:100px;
}

textarea {
  border: 1px solid #e6e9ec;
  outline: none;
}
.col-sm-2,.col-sm-3,.col-sm-4 {
  color: #666666;
}
.teacher-depart{
  width: 150px;
  position: absolute;
  background-color: #fff;
  top: 13px;
  bottom: 0px;
  left: 20px;
  border: 1px #eaecef solid;
  overflow-y: auto;
  overflow-x: hidden;
}
.teacher-content{
  background-color: #fff;
  margin-top: 4px;
  border: 1px #eaecef solid;
  padding: 0px 25px;
}
.teacher-depart-title{
  height: 40px;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 35px;
  line-height: 35px\9;
  padding-left: 40px;
  cursor: pointer;
}
.teacher-img{
  height: 40px;
  position: absolute;
  left: 14px;
  z-index: 1;
  width: 205px;
  top: 14px;
}
.teacher-depart-ul{
  list-style-type: none;
}
.teacher-depart-ul>li{
  height: 30px;
  line-height: 30px;
  line-height: 30px\9;
  color: #676767;
  margin-left: -40px;
  padding-left: 40px;
  cursor: pointer;
}
.teacher-depart-ul>li>span{
  display: inline-block;
  width: 153px;
  position: relative;
  border-bottom: 1px #f2f4f5 dashed;
}
.teacher-depart-ul>li:hover{
  background-color: #f2f3f5;
}
.teacher-active{
  background-color: #f2f3f5;
}
.teacher-depart-name{
  position: relative;
  top: 1px;
  left: 8px;
}
.content-operation{
  margin-top: 20px;
}
.operation-prompt{
  height: 30px;
  line-height: 30px;
  line-height: 30px\9;
  background-color: #e9faf9;
  color: #4ecec7;
  padding-left: 8px;
}
.left-vertical-line{
  display: inline-block;
  width: 0px;
  height: 22px;
  border-left: 3px #18c2b9 solid;
  position: relative;
  top: 5px;
}
.special-text{
  color: #38c3ba;
}
.img-add{
  width: 25px;
  cursor: pointer;
}
.content-bg{
  background-color: #f9fafb;
  position: relative;
  padding:12px;
}
.content-common{
  background-color: #fff;
  position: relative;
  border: 1px #e6e9ec solid;
  padding: 0px 25px 20px 25px;
  /*overflow-x: auto;*/
}
.content-class{
  height: 400px;
  margin-top: 20px;
  border: 1px #BDBDBD solid;
  min-width: 955px;
}
.content-class>div{
  float: left;
  height: 100%;
}
.out-class{
  min-width: 190px;
  border-right: 1px #BDBDBD solid;
  width: 20%;
}
.stu-list-before{
  min-width: 215px;
  border-right: 1px #BDBDBD solid;
  width: 30%;
}
.stu-change{
  min-width: 100px;
  border-right: 1px #BDBDBD solid;
  width: 20%;
}
.stu-list-after{
  min-width: 220px;
  border-right: 1px #BDBDBD solid;
  width: 30%;
}
.in-class{
  min-width: 200px;
  width: 22%;
}
.content-class-title{
  height: 35px;
  border-bottom: 1px #e2e6e9 solid;
  line-height: 35px;
  line-height: 35px\9;
  padding-left: 14px;
  color: #5f5e5e;
  background-color: #f2f3f5;
}
.content-class-name{
  height: 30px;
  position: relative;
}
.content-class-name>div{
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  line-height: 30px\9;
  color: #84888d;
  border-bottom: 1px #edeff1 solid;
}

.content-class-name-left{
  border-right: 1px #edeff1 solid;
  width: 25px;
  
}
.content-class-name-center{
  border-right: 1px #edeff1 solid;
  position: absolute;
  top: 0px;
  left: 25px;
  right: 50%;
}
.content-class-name-right{
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
}
.out-class-tree{
  overflow-y: auto;
  height: 361px;
  position: relative;
  overflow-x:hidden;
}
li{
  list-style-type:none;
}
.stu-list-before-content{
  height: 332px;
  overflow-y: auto;
  overflow-x: hidden;
}
.stu-list-before-content li{
  margin-left: -41px;
  position: relative;
  height: 35px;
  line-height: 35px;
  line-height: 35px\9;
}
.arrow-right{
  width: 60px;
  height: 30px;
  border: 1px #e6eaee solid;
  background-color: #f8fafc;
  display: inline-block;
  cursor: pointer;
}
.arrow-content{
  height: 361px;
  width: 100%;
  text-align: center;
  line-height: 360px;
  line-height: 360px\9;
}
.select-notice{
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  padding: 0px 5px;
}
.select-notice>img{
  width: 15px;
}
.arrow-content>img{
  position: relative;
  left: 40px;
  top: -11px;
  cursor: pointer;
}
.btn-right{
  float: right;
}
.notice-select{
  float: left;
  width: 80px;
  height: 28px;
  background-color: #ecf0f4;
  text-align: center;
  line-height: 28px;
  line-height: 28px\9;
  margin-left: 15px;
  color: #92969b;
  cursor: pointer;
}   
.notice-all{
  margin-left: 0px;
}
.notice-active{
  background-color: #61cbc5;
  color: #fff;
}
.notice-grade{
  display: inline-block;
  width: 160px;
  color: #91959a;
  height: 25px;
  line-height: 25px;
  line-height: 25px\9;
}
.notice-grade>span{
  position: relative;
  top: -2px;
  left: 3px;
}
.notice-send{
  position: relative;
  top: -2px;
  left: 6px;
}
 .subject-num{
   color: #4a4a4a;
 }
 .table-two{
    min-width: 70px;
 }
 .table-four{
    min-width: 100px;
 }
 .table-six{
    min-width: 130px;
 }
 .table-eight{
    min-width: 160px;
 }
 .table-ten{
    min-width: 190px;
 }
 .operation-one{
    min-width: 90px;
 }
 .operation-two{
    min-width: 140px;
 }
  .operation-three{
    min-width: 190px;
 }
 .notice-content{
      max-width: 200px;
	  word-break: break-all;
	  word-wrap: break-word;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
 }
 .notice-class-title{
      max-width: 140px;
	  word-break: break-all;
	  word-wrap: break-word;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
 }
 /*
 .notice-content p{
 	white-space: nowrap;
　　overflow: hidden;
　　text-overflow: ellipsis;
 }
 */
 .notice-content img{
    max-width: 100px;
    max-height: 100px;
 }
 .notice-look{
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  word-break: break-all;
  word-wrap: break-word;
 }
 .notice-look img{
   max-width: 200px;
 }
 .import-line{
   max-height: 200px;
   overflow-y: auto;
 }
 .img-add-class{
  position: absolute;
  right: 8px;
  top: 3px;
}
.modals-header{
  height: 50px;
  background-color: #ebeff2;
  color: #373838;
  padding: 13px;
  min-height: 16.43px;
  border-bottom: 1px solid #e5e5e5;
}
.modals-title{
  margin: 0;
  line-height: 1.42857143;
}
.home-page-img{
  width: 15px;
  position: absolute;
  left: 21px;
  top: 13px;
}
.home-page-a{
  position: relative;
  left: 28px;
  font-size: 14px;
}
.table-green>thead>tr>th, .table-green>tbody>tr>th{background:#f5f5f5;}
.table-one{
  border: none !important;
  background-color: #fff !important;
}
.table-div{
  overflow-x:auto;
  min-height: 250px;
}
.table-th{
  border: none !important; 
  background-color: #fff !important;
}
.notice-type>div{
  float: left;
  margin-left: 15px;
  margin-bottom: 10px;
}
.notice-first{
   margin-left: 0px!important;
}
.notice-img>img{
  max-width: 20px;
}
.notice-img>span{
  position: relative;
  left: 5px;
  top: 2px;
}
.notice-img-pc{
  width: 11px;
}
.notice-img-table{
   max-width: 15px;
   position: relative;
   top: 3px;
   left: -2px;
}
.notice-img-type{
   max-width: 20px;
}
.notice-title{
  max-width: 100px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-name{
  max-width: 70px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input[type=text]:focus, input[type=password]:focus {
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}
input[type=text]:blur, input[type=password]:blur {
    -moz-box-shadow: 0px 0px 0px #cccccc;
    -webkit-box-shadow: 0px 0px 0px #cccccc;
    box-shadow: 0px 0px 0px #cccccc;
}
input.dialog-input:focus, input.input-content:focus {
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}
input.dialog-input:blur, input.input-content:blur {
    -moz-box-shadow: 0px 0px 0px #cccccc;
    -webkit-box-shadow: 0px 0px 0px #cccccc;
    box-shadow: 0px 0px 0px #cccccc;
}
textarea:focus {
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}
textarea:blur {
    -moz-box-shadow: 0px 0px 0px #cccccc;
    -webkit-box-shadow: 0px 0px 0px #cccccc;
    box-shadow: 0px 0px 0px #cccccc;
}
.notice-tab>div{
  float: left;
  width: 150px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  border: 1px #5ad5d0 solid;
  cursor: pointer;
}
.notice-tab>div:first-child{
  margin-left: 10px;
}
.notice-tab-active{
  color: #fff;
  background-color: #60cbc5;
}
.table-count{
  float: left;
  margin: 20px 0px;
  border: 1px #d3d1d2 solid;
  padding: 6px 25px;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: center;
  color: #848484;
}
.table-count-total{
 
}
.play-div{
  height: 26px;
  width: 170px;
  background: #85b5c9;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 4px;
}
.voiceTime{
  margin-left: 134px;
  margin-top: -28px;
  color: #fff;
}
.play-div>img{
  width: 12px;
  margin-top: -7px;
  margin-left: 6px;
}
.videoPlay-img{
  height: 110px;
  width: 170px;
  text-align: center;
  line-height: 110px;
  position: relative;
  top: -110px;
  z-index: 1000;
  cursor: pointer;
}
.videoPlay-img>img{
  width: 40px;
}
.videoPlay{
  position: relative;
  height: 120px;
}
.videoPlay-select{
  height: 20px;
}
.show-video{
  position: fixed;
  z-index: 2005;
  top: 40%;
  margin-top: -165px;
  left: 50%;
  margin-left: -255px;
}
.examination-class>div{
  float: left;
  margin-left: 20px;
}
.examination-class-div{
	margin-left: 0px !important;
}
.find-content{
    cursor: pointer;
    color: #1eb5ae;
}
.td-left{
	text-align: left !important;
	padding-left: 10px !important;
}
.teacher-search{
	position: relative;
    top: 2px;
}
.video-img{
	width: 170px;
	height: 110px;
	margin-top: 10px;
}
.vodeo-close-img{
    height: 25px;
    float: right;
    cursor: pointer;
}
.video-time{
	position: absolute;
    top: 97px;
    z-index: 1000;
    width: 50px;
    text-align: right;
    left: 135px;
}
.td-content-left{
	text-align: left !important;
    padding-left: 10px !important;
}
/**
.table-green>tbody>tr>td{
    line-height: 20px;
    vertical-align: middle;
    padding: 8px 0px;
}*/

.signature {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	width: 25%;
	overflow: hidden;
	cursor: pointer;
}
#NoticeObjShow dd .members {
  height: 440px;
  overflow-y: auto;
}
/*.loadingIcon{
	width:100%; 
	height:100%; 
	margin:0;
	background: url(/scms/resources/images/loading1.gif) no-repeat center center;
	position: fixed;
    top: 0;
    left: 0;
    z-index:1000;
    display:none;
}*/
.load-back{
	background: #333;
  filter: alpha(opacity=30);
  opacity: 0.3;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  display: none;
}
.load-back-div{
  width: 200px;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
  border: 2px solid #95B8E7;
  z-index:1000;
  display:none;
}
.load-back-div>img{
  width: 40px;
  margin-top: 10px;
  margin-left: 10px;
}
.load-back-div>span{
  position: relative;
  top: 5px;
  left: 5px;
}
.school-list-span{
   display: block;
   width: 200px;
   color: #91959a;
   height: 36px;
   line-height: 36px;
   cursor: pointer;
   margin-left: 191px;
   margin-bottom: 20px;
   background-color: #EEEEEE;
   text-align: center;
   text-align: center;
   font-size: 16px;
   font-family: 黑体;
   letter-spacing: 1px;
   font-weight: 100;
}
.school-list-pic{
	margin-right: 5px;
	float: left;
	display: none;
}
.sletClass{
	border: 2px solid #61CBC5;
	background: url(/scms/resources/images/cur-xz-icon.png) no-repeat 0px 0px;
	background-color: #EEEEEE;
}
.choose-list-title{
    margin-left: 225px;
    font-family: 黑体;
    font-size: 23px;
    color: #20C9C0;
    letter-spacing: 6px;
    font-weight: 400;
}

.no-power-info{
width: 350px;
  height: 150px;
  position: fixed;
  left: 50%;
  margin-left: -175px;
  z-index: 9999;
  top: 50%;
  margin-top: -100px;
  background-color: #4e4e4e;
  border-radius: 10px;
  display: none;
}
.no-power-info-warning{
  width: 90px;
  margin-top: 37px;
  margin-left: 30px;
}
.no-power-info-close{
float: right;
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
}
.no-power-info-cnt{
  width: 210px;
  height: 100px;
  color: #fff;
  margin-left: 140px;
  margin-top: -85px;
  line-height: 30px;
}
.regist-tab{
		height:52px;
		width:100%;
		background:#f9fafb;
		padding:12px 12px 0px 12px;
		margin-bottom:0px;
	}
	
	.regist-tab-active{
		width:140px;
		height:40px;
		float:left;
		text-align:center;
		line-height:40px;
		background:#fff;
		border-top:1px #e6e9ec solid;
		border-left:1px #e6e9ec solid;
		border-right:1px #e6e9ec solid;
		margin-right:5px;
		background:#f9fafb;
	}

