/*教职工登录页面*/
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #fff;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color : #fff;
}
/**==========自定义滚动条样式========*/
::-webkit-scrollbar{width: 6px;height: 6px}
::-webkit-scrollbar-track{background-color: transparent;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
::-webkit-scrollbar-thumb{background-color: #9c9da0;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em}
.jzgdl_con {
    background: url(../images/jzgdlbj.jpg) center no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}
.jzgdl_con .head img {
    max-width:100%;
}
.jzgdl_con .head {
    margin-top: 2rem;
}

.login-box{
    display: flex;
    justify-content: center;  /*居中排列*/
    align-content:space-around;
    flex-wrap: wrap;  /*项目排在一条线上，换行，第一行在上方*/
    width: 30%;
    min-height: 400px;
    background-color: rgba(0, 0, 0,.4);
    border: 10px;
    border-radius: 20px;
    margin: 6.25rem auto;
    padding: 2rem;
    box-shadow: rgba(6, 17, 47, 0.7) 0px 0px 20px;
    transition: all 0.3s;
 }

.login-box h4{
    width: 100%;
    display: flex;
    justify-content: center;
    color: aliceblue;
    font-size: 1.875rem;
}

.login-box .input-box{
/*    display:flex;*/
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
/*    transform: translateY(-35px);*/
 } 
 .login-box  .input-box  .input-text{
    display: flex;
    justify-content: center;
    margin-top: 1.25rem; 
    position: relative; 
}
.login-box  .input-box  .input-text span{
    color: aliceblue;
    font-size: 1.25rem;
    margin-top: 0.25rem;
 
}
.login-box  .input-box  .input-text input{
    border: 0;
    padding: 0.375rem;
    border-bottom: 1px solid white;
    background-color: #ffffff00;
    color: #fff;
    font-size: 1rem;
    outline: none;
    width: 16rem;
} 
.login-box  .input-box  .button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5625rem;
    height: 2.1875rem;
    color: #fff;
/*    background: linear-gradient(120deg,#a6c0fe 0%, #2E8B57 100%);*/
    background-color: #2E8B57;
    border-radius: 1.5625rem;
    cursor: pointer;
    font-size: 1rem;
}
.login-box  .input-box  .signup{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    color: #fff;
    font-size: 0.9375rem;

 
}
.login-box  .input-box  .signup a{
    color: #a6c0fe;
    text-decoration: none;
}
.validation_code {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 80px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1.0);
}
@media(max-width:1100px){
    .login-box{
        width:50%;
    }
}
@media(max-width:495px){
    .login-box{
        width:85%;
    }
}
@media(max-width:850px){
    .login-box{
        width:95%;
    }
}

/*教职工内容页面*/

.main_jsdl {
  background: #f3f3f3;  
}
.main_jsdl .left {
    background: #2c42b7;
    width: 15%;
    height: 100vh;
    text-align: center;
    float: left;
    overflow: auto;
}
.main_jsdl .left .logo{
    padding: .5rem;
}
.main_jsdl .left .logo img{
    max-width: 100%;
}
.main_jsdl .right{
    width: 85%;
    float: left;
} 
.main_jsdl .left li {
    background: #2539a9;
    margin-top: 1px;
    font-size: 1rem;
    transition: all .3s;
    padding: 8px 0;
}
.main_jsdl .left li:hover{
    background: #d5ab63;
}
.main_jsdl .left li a {
    display: block;
    color: #fff;
}
.main_jsdl .right .header {
    background: #ffffff;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1rem;
    text-align: right;
}
.main_jsdl .right .header a {
    margin-right: .625rem;
}
.main_jsdl .right .header a.logo{
    display: none;
}
.sj_nav,.navbtnm{
    display: none;
}

.main_jsdl .right .box{
    margin: 1.25rem;
    background: #fff;
    padding: 1.25rem;
    overflow: auto;
    height: calc(100vh - 100px);
}
.main_jsdl .right .name {
    border-bottom: 1px #ebebeb solid;
}
.main_jsdl .right .name h3{
    font-size: 1.25rem;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px #2c42b7 solid;
}

.jsdl_nry .show01 {
    margin-bottom: 1.75rem;
    padding-top: 1.75rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #eee;
}
.jsdl_nry .show01 h5 {
    font-size:2rem;
    color: rgb(0, 0, 0);
    line-height: 3rem;
    margin-bottom: 1.875rem;
    text-align: center;
    font-weight: bold;
}
.jsdl_nry .show01 p {
    font-size: 1rem;
    color: #8b8b8b;
    line-height: 1.5rem;
    text-align: center;
}
.jsdl_nry .show02-box {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-bottom: 1rem;
}
.jsdl_nry .show02-box p {
    line-height: 1.75rem !important;
    font-size: 16px !important;
    color: #333;
}

/*教职工列表页面*/
.jzg_lby li a {
    display: block;
    position: relative;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    border-bottom: 1px dashed #ebebeb;
    overflow: hidden;
}
.jzg_lby li a:hover{
  color: #333;
}
.jzg_lby li .time {
    font-size: 1rem;
    color: #333;
/*    padding-left: 32px;
    background: url(../images/lby01.png) left center no-repeat;*/
    position: relative;
    float: right;
}
.jzg_lby li .con{
  position: relative;
}
.jzg_lby li .con:before {
  content: '';
  position: absolute;
  width:5px;
  height: 5px;
  background: #333;
  left: 0;
  top:9px;
}
.jzg_lby li .con h5 {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 13px;
  font-size: 1rem;
}
.jzg_lby li:hover .con h5{
  color: #d5ab63;
}

/*修改密码*/

.xgmm {
    width: 21%;
    margin:0 auto;
}
.input-div,
.btn-div {
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 1rem;
}
.input-div input {
  padding: 0 1rem;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px #ccc solid;
  font-size: 14px;
}

.input-div label {
  font-size: 16px;
  transition: 0.2s;
  margin-bottom: 0;
}
.btn-div button {
  outline: none;
  border: none;
  width: 60%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  background-color: #be4954;
  color: white;
  font-size: 16px;
}


/*自适应屏幕*/

@media (max-width: 900px){
   .main_jsdl .left{
    width: 100%;
    float: none;
    height: auto;
    position: fixed;
     z-index: 49;
    left: 0;
    top: 3.125rem;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
   }
   .main_jsdl .right{
    width: 100%;
    float: none;
   }
   .main_jsdl .right .header{
    background: #2c42b7;
   }
   .main_jsdl .right .header a{
    color: #fff;
    margin-right: 0.125rem;
   }
   .main_jsdl .right .header .logo {
    width: 9rem;
    display: inline-block;
    float: left;
    margin-left: .625rem;
    display: block !important;
   }
   .sj_nav,.navbtnm{
    display: block !important;
    }
    .navbtnm{
        float: right;
    } 
   .main_jsdl .right .header .logo img {
    width: 100%;
   }
  .main_jsdl .left .logo{
  display:none;
  }
   .sj_nav {
    background: #2c42b7;
    position: fixed;
    position: fixed;
    z-index: 49;
    left: 0;
    top: 3.125rem;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
   }
   body.navShow .main_jsdl .left{
    opacity: 1;
    visibility: visible;
   }
   body.navShow .navbtnm i:before{
        content: "\F659";
   }
   .sj_nav li {
    background: #2539a9;
    margin-bottom: 1px;
    font-size: 1rem;
    transition: all .3s;
    padding: 8px 0;
    text-align: center;
    }
    .sj_nav li:hover{
        background: #d5ab63;
    }
    .sj_nav li a {
        display: block;
        color: #fff;
    }
    .jzg_lby li .con h5{
        width: 64%;
    }
    .main_jsdl .right .header{
        font-size: .75rem;
    }
    .jsdl_nry .show01 h5{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
