
body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  user-select: none;
  padding: 0;
  margin: 0;
}
ul,li,img {list-style:none;border:none; padding:0; margin:0;}
*, ::after, ::before {
  box-sizing: border-box;
}
a {text-decoration:none;cursor:pointer;outline:none; color:#333}

.teacherbanner{
  height: 220px;
  width: 100%;
  overflow: hidden;
  background: url(../img/jszgbanner.png) no-repeat center;
}
.teacher-cont{
  width: 1200px;
  margin:0 auto;
}
.teacher-cont .navbar{
  width: 100%;
  height: 60px;
  margin-top: 160px;
}
.teacher-cont .navbar ul li{
  width: 297px;
  float: left;
  margin: 0px 1px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: rgba(110,65,25,.4);
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}
.teacher-cont .navbar ul li:hover{background: #cd9673}
.li-click{background: #cd9673 !important;}
.teacherMain{
  margin-bottom: 40px;
}
.Tmain{
  margin-bottom: 20px;
}
.Tmain-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
}
.Tmain .Rukou{
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #be4d01;
  text-align: center;
  background: url(../img/rkbg.png) no-repeat center;
}
.Tmain .Rukou a{
  font-size: 16px;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  margin-left: 10px;
  background: linear-gradient(to bottom,#ce9573,#daad92);
}
.Tmain .Rukou a:hover{background: linear-gradient(to bottom,#daad92,#ce9573);}

.conList .Listtitle{
  font-size: 13px;
  color: #666;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.conList .Name{
  width: 700px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Department{width: 300px; padding-left: 20px;}
.Operate{width: 200px; text-align: center;}
.Operate a{ color: #cd9673;}
.Operate a:hover{color: #d28250;}
.conList ul li{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  color: #666;
  font-size: 15px;
}

.teacher-popups{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2222;
}
.teacher-popups .pop-cont {
  width: 1160px;
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
  top: 100px;
}
.pop-cont .pop-close {
  width: 30px;
  height: 24px;
  background: #4674f8;
  float: right;
  margin: -30px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.pop-cont .pop-banner{
  height: 150px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 140px;
  padding-left: 280px;
  color: #fff;
  background: url(../img/tc-banner.png) no-repeat center;
}
.pop-cont .noticeMain{
  padding: 30px;
  text-align: left;
  line-height: 28px;
}
.pop-cont .noticeButton{
}
.pop-cont .noticeButton .popbutton{ margin: 30px 0px;}
.pop-cont .noticeButton .popbutton a{
  color: #fff;
  background: #4674f8;
  text-align: center;
  padding: 10px 60px;
  border-radius: 4px;
}
