@font-face {
  /*font-family: PingFang-SC-Semibold;
  src: url(../font/PingFang-SC-Semibold.otf);*/
}
body {
  background: #fff;
}
.header {
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  /*%background: url(../images/header-bg.png) no-repeat center center;*/
  /*overflow: hidden;*/
  background-color: #256BCA;
}
.nav-warpper{
  width: 100%;
  height: 60px;
  background: url(../images/bg_repeat.png) repeat-x left top;
}
.header .navs {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.header .navs .logo-desc {
  width: 370px;
  height: 60px;
  background: url(../images/logo.png) no-repeat center center;
  color: #fff;
  /*font-family: PingFang-SC-Semibold;*/
}
.header .navs .tab-list {
  width: 280x;
  height: 60px;
}
.header .navs .tab-list li {
  float: left;
  height: 60px;
  padding: 0 4px;
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
}
.header .navs .tab-list li a {
  color: #fff;
}
.header .navs .tab-list .active {
  background: url(../images/list-bottom.png) no-repeat center bottom;
}
.header .navs .tab-list li:hover {
  background: url(../images/list-bottom-hover.png) no-repeat center bottom;
}
.header .navs .secrch-input-defult {
  position: relative;
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 40px;
}
.header .navs .secrch-input-defult img {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.header .navs .secrch-input-active {
  display: none;
  position: relative;
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 40px;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.2);;
  background-repeat: no-repeat;
  background-position: 10px center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, ff, endColorstr=#33ffffff, ff);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.header .navs .secrch-input-active img{
  display: inline-block;
  position: absolute;
  top:9px;
  right:10px;
}
.header .navs .secrch-input-active input {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  background: none;
  color: #fff;
}
.header .navs .secrch-input-active input::-webkit-input-placeholder {
  color: #fff;
}
.header .navs  .operation-btn-not-login {
  float: right;
  /**width: 270px;**/
  height: 60px;
  margin:0px -46px;
}

.header .navs  .operation-btn-login {
  float: right;
  /**width: 270px;**/
  height: 60px;
  margin:-50px -46px;
}

.header .navs .operation-btn li {
  float: left;
  height: 56px;
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
}
.header .navs .operation-btn li a {
  color: #fff;
}
.content {
  margin: 0 auto;
}
.content .education-news {
  margin-bottom: 30px;
}
.content .education-news .title-carousel {
  width: 860px;
  height: 380px;
}
.content .education-news .title-carousel .title {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #d9e3ea;
  margin-bottom: 19px;
}
.content .education-news .title-carousel .title .education {
  width: 120px;
  background-color: #009cff;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.content .education-news .title-carousel .title .more {
  width: 54px;
  height: 26px;
  line-height: 26px;
  margin-top: 6px;
  background: #cfdbe3;
  border-radius: 4px ;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.content .education-news .title-carousel .title .more a {
  color: #fff;
}
.content .education-news .title-carousel .carousel-list .carousel {
  height: 320px;
  width: 430px;
  border-radius: 4px;
  border: solid 1px #d9e3ea;
  position: relative;
  overflow: hidden;
}
.content .education-news .title-carousel .carousel-list .carousel ul {
  position: absolute;
}
.content .education-news .title-carousel .carousel-list .carousel ul li {
  position: relative;
  height: 320px;
}
.content .education-news .title-carousel .carousel-list .carousel ul li .shadow {
  width: 100%;
  height: 36px;
  bottom: 0;
  background: #0d2342;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  position: absolute;
  z-index: 2;
  padding: 10px 0 0 13px;
}
.content .education-news .title-carousel .carousel-list .carousel ul li .shadow p {
  width: 164px;
  font-size: 14px;
  color: #fffefe;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .education-news .title-carousel .carousel-list .carousel ol {
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 5;
}
.content .education-news .title-carousel .carousel-list .carousel ol li {
  height: 3px;
  width: 16px;
  background: #cfdbe3;
  margin-left: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.content .education-news .title-carousel .carousel-list .carousel ol .on {
  background: #7c8185;
}
.content .education-news .title-carousel .list-detail {
  height: 320px;
  width: 410px;
}
.content .education-news .title-carousel .list-detail li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: url(../images/point.png) no-repeat 7px center;
  border-radius: 4px;
}
.content .education-news .title-carousel .list-detail li:hover {
  background-color: #eaf3f8;
}
.content .education-news .title-carousel .list-detail li .list-content {
  width: 270px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .education-news .title-carousel .list-detail li .list-content a {
  color: #333;
}
.content .education-news .title-carousel .list-detail li .list-time {
  width: 81px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .education-news .title-carousel .list-detail .li-first {
  background-color: #eaf3f8;
}
.content .education-news .user-login {
  width: 320px;
  height: 380px;
  background-color: #f4f8fa;
  border-radius: 4px;
  border-top: 5px solid #009cff;
}
.content .education-news .user-login .user-login-icon {
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  background: url(../images/user-icon.png) no-repeat 18px center;
  /*font-family: PingFang-SC-Semibold;*/
  font-size: 20px;
  color: #333333;
}
.content .education-news .user-login .form-btn {
  padding: 0 30px;
}
.content .education-news .user-login .form-btn input {
  border: none;
  outline: none;
}
.content .education-news .user-login .form-btn .user-name {
  width: 258px;
  height: 42px;
  line-height:42px;
  padding-left: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d9e3ea;
}
.content .education-news .user-login .form-btn input::-webkit-input-placeholder {
  font-size: 14px;
  color: #98a5ac;
}
.content .education-news .user-login .form-btn .password {
  margin-top: 16px;
}
.content .education-news .user-login .form-btn p {
  position: relative;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
  margin-top: 13px;
  font-size: 12px;
  color: #98a5ac;
}
.content .education-news .user-login .form-btn p .checkbox {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
}
.content .education-news .user-login .form-btn button {
  border: none;
  outline: none;
  width: 260px;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  color: #98a5ac;
  /*font-family: PingFang-SC-Semibold;*/
  cursor: pointer;
}
.content .education-news .user-login .form-btn .login {
  margin-top: 10px;
  background: #009cff;
  color: #fff;
}
.content .education-news .user-login .form-btn .login:hover {
  background: #0186db;
}
.content .education-news .user-login .form-btn .register {
  margin-top: 10px;
  background: #fff;
  border: solid 1px #d9e3ea;
}
.content .education-news .user-login .form-btn .register:hover {
  background: #ccd5db;
}
.content .module-select-ranking {
  margin-bottom: 60px;
}
.content .module-select-ranking .module-select {
  width: 860px;
  height: 260px;
}
.content .module-select-ranking .module-select li {
  float: left;
  width: 190px;
  height: 260px;
  margin-left: 20px;
}
.content .module-select-ranking .module-select li .img-desc {
  width: 180px;
  margin: 0 auto;
  height: 180px;
  background: url(../images/area.png) no-repeat center center;
  overflow: hidden;
  cursor: pointer;
}
.content .module-select-ranking .module-select li .img-desc p {
  height: 18px;
  line-height: 18px;
  margin-top: 150px;
  font-size: 16px;
  /*font-family: PingFang-SC-Semibold;*/
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .module-select-ranking .module-select li .desc {
  width: 170px;
  margin: 0 auto;
  height: 51px;
  line-height: 17px;
  font-size: 12px;
  /*font-family: PingFang-SC-Semibold;*/
  color: #676767;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.content .module-select-ranking .module-select li .internet {
  background: url(../images/internet.png) no-repeat center center;
}
.content .module-select-ranking .module-select li .resource {
  background: url(../images/resource.png) no-repeat center center;
}
.content .module-select-ranking .module-select li .famous-teacher {
  background: url(../images/famous-teacher.png) no-repeat center center;
}
.content .module-select-ranking .module-select .nor {
  margin-left: 0;
}
.content .module-select-ranking .module-select .on {
  box-shadow: 5px 5px 5px #f1f2f8, 5px -5px 5px #f1f2f8, -5px 5px 5px #f1f2f8, -5px -5px 5px #f1f2f8;
}

.content .module-select-ranking .module-select li:hover {
  box-shadow: 5px 5px 5px #f1f2f8, 5px -5px 5px #f1f2f8, -5px 5px 5px #f1f2f8, -5px -5px 5px #f1f2f8;
}
.content .module-select-ranking .ranking {
  width: 320px;
  height: 260px;
  background-color: #f4f8fa;
  border-radius: 4px;
}
.content .module-select-ranking .ranking .ranking-title {
  height: 52px;
  line-height: 52px;
  padding-left: 48px;
  background: url(../images/leader-board.png) no-repeat 18px center;
  font-size: 20px;
  /*font-family: PingFang-SC-Semibold;*/
  color: #333;
}
.content .module-select-ranking .ranking .table table {
  width: 320px;
  table-layout: fixed;
}
.content .module-select-ranking .ranking .table table tr {
  width: 100%;
  font-size: 14px ;
  color: #333;
}
.content .module-select-ranking .ranking .table table tr th {
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .module-select-ranking .ranking .table table tr .arrow {
  position: relative;
  text-align: left;
}
.content .module-select-ranking .ranking .table table tr .arrow .arrow-up {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 3px;
  top: 8px;
  right: 1px;
  cursor: pointer;
}
.content .module-select-ranking .ranking .table table tr .arrow .arrow-down {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 3px;
  top: 15px;
  right: 1px;
  cursor: pointer;
}
.content .module-select-ranking .ranking .table table tr td {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .module-select-ranking .ranking .table table tr td p {
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
.content .module-select-ranking .ranking .table table tr td .rank-first {
  background: url(../images/one-img.png) no-repeat 4px center;
  color: #fff;
}
.content .module-select-ranking .ranking .table table tr td .rank-sec {
  background: url(../images/two-img.png) no-repeat 4px center;
  color: #fff;
}
.content .module-select-ranking .ranking .table table tr td .rank-third {
  background: url(../images/three-img.png) no-repeat 4px center;
  color: #fff;
}
.content .module-select-ranking .ranking .table table .table-header {
  background: #dee7eb;
}
.footer {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background-color: #e8edf0;
  font-size: 16px;
}
.footer .link {
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  width: 100%;
  text-align: center;

}
.footer .link .copyright {
  width: 200px;
}
.footer .link .technology {
  width: 240px;
}
.footer .link .row {
  line-height: 40px;
}
.footer .link a {
  color: #989fa3;
  margin-left: 40px;
  /*font-family: PingFang-SC-Semibold;*/
}

.hn-user img {
  margin: 20px auto 10px;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 5px;
}
.hn-user .ellipsis {
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 16px;
}
 .userli{line-height: 36px;height: 36px;margin-left: 0px;width: auto;}

 #divorg{
   margin-top: 15px;
 }
