﻿.head {
  background: url("../images/header-bg.png") center center no-repeat;
}
.hd_info {
  width: 100%;
  padding-top: 10px;
  text-align: right;
}
.hd_info p {
  float: right;
  color: white;
  font-family: fzltzh;
  font-size: 14px;
}
.search {
  width: 223px;
  float: right;
  margin: 27px 0px;
}
.search-text {
  width: 184px;
  height: 34px;
  outline: none;
  padding-left: 10px;
}
.search-btn {
  height: 34px;
  width: 34px;
  background: url("../images/search.png") center center no-repeat;
  vertical-align: middle;
  outline: none;
  border: 1px solid white;
  margin-left: 0px;
  margin-top: -2px;
  cursor: pointer;
}
.top_img {
  float: left;
}
.hd_info a {
  color: white;
  font-size: 15px;
  font-family: fzltzh;
}
.hd_info span {
  color: white;
  padding: 0px 8px;
}
.cwzy {
  background: url("../images/fz.png") left center no-repeat;
  padding-left: 31px;
}
.nav_container {
  max-width: 1280px;
  float: left;
}
.nav_container > ul > li > a {
  font-size: 20px;
  position: relative;
  color: white;
  font-family: fzltzh;
}
.nav-item {
  height: 55px;
  line-height: 55px;
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.3s ease 0s;
}
.nav-item:hover {
  background-color: rgb(7, 86, 169);
}
.nav-item-ul {
  position: absolute;
  z-index: 1111111111;
  opacity: 0;
  transition: all 0.3s ease 0s;
  top: 66px;
  min-width: 100%;
  
  box-shadow: rgb(7, 86, 169) 0px 5px 8px;
  background-color: rgb(13, 109, 183);
}
.nav-item:hover .nav-item-ul {
  opacity: 1;
  top:55px;
}
.nav-item-ul li {
  font-size: 18px;
  white-space:nowrap;
  box-sizing:border-box;
}
.nav-item-ul li a {
  width: 100px;
  height: 20px;
  line-height: 20px;
  color: white;
  padding: 0px 5px;
}
.nav-item-ul li:hover {
  background-color: rgb(7, 86, 169);
}
.nav_container .nav-item:last-child {
  padding-right: 0px;
}
.head_nav {
  border-top: 1px solid white;
}
.banner-container {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.banner-bd ul li img {
  width: 100%;
    height: 430px;
  display: block;
  animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}
@keyframes zoomin {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}
.banner-bd ul li {
  overflow: hidden;
}
.banner-container .prev {
  right: 320px;
  background: url("../images/prev.png") left center no-repeat;
}
.banner-container .next {
  left: 320px;
  background: url("../images/next.png") no-repeat;
}
.banner-container .prev, .banner-container .next {
  width: 49px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
}
.banner-hd {
  position: absolute;
  max-width: 300px;
  height: 17px;
  left: 0px;
  right: 0px;
  bottom: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
}
.banner-hd li {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 8px;
  border: 1px solid #fff;
  float: left;
}
.banner-hd li.on {
  background-color: #fff;
  /* border: 1px solid rgb(13, 109, 183); */
}
.xwdt {
  margin-top: 39px;
}
.xwdt_img {
  width: 49%;
  overflow: hidden;
}
.trends_img {
  width: 624px;
  overflow: hidden;
}
.trends_banner {
  width: 100%;
  position: relative;
}
.trends_bd {
  width: 100%;
}
.trends_bd ul li {
  position: relative;
}
.trends_bd ul li a {
  position: relative;
}
.trends_bd ul li a p {
  position: absolute;
  bottom: 14px;
  left: 25px;
  color: white;
  z-index: 11;
  font-size: 16.57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 399px;
  font-family: fzltzh;
}
.trends_bd ul li a::after {
  content: "";
  width: 100%;
  height: 50px;
  background-color: black;
  bottom: 0px;
  position: absolute;
  opacity: 0.749;
}
.trends_bd .img {
  width: 624px;
  height: 416px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.trends_bd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trends_hd {
  position: absolute;
  right: 37px;
  bottom: 12px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  margin: auto;
}
.trends_hd ul li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  float: left;
  margin: 3px;
}
.trends_hd ul li.on {
  background-color: rgb(243, 152, 0);
}
.xwdt_time {
  position: absolute;
  top: 0px;
  left: 18px;
  width: 80px;
  height: 75px;
  background-color: rgb(232, 186, 25);
}
.day {
  text-align: center;
  font-size: 28.65px;
  color: white;
  margin-top: 5px;
}
.year {
  font-size: 15.92px;
  text-align: center;
  color: white;
}
.xwdt_list {
  width: 47%;
}
.tit {
  width: 100%;
}
.tit_name {
  background: url("../images/tit_bg.png") center center no-repeat;
  width: 191px;
  height: 35px;
}
.xwdt_bt, .tzgg_bt, .xsyg_bt, .jsfc_bt {
  line-height: 35px;
  color: white;
  margin-left: 19%;
  font-size: 20.83px;
  padding-left: 33px;
  font-family: fzysjw;
}
.xwdt_bt {
  background: url("../images/tit_xbtbg.png") left center no-repeat;
}
.more a {
  background: url("../images/more_bg.png") left center no-repeat;
  padding-left: 117px;
  font-family: fzlth;
  color: rgb(0, 104, 183);
  font-size: 13.89px;
}
.xwdt_list_bt {
  width: 82%;
  position: relative;
}
.xwdt_list_bt img {
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 6px;
}
.xwdt_list_bt span {
  font-size: 16px;
  font-family: fzlth;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.list_time {
  font-size: 15.28px;
  font-family: fzlth;
}
.xwdt_box ul li {
  margin-top: 26px;
  transition: all 0.3s ease 0s;
}
.xwdt_box ul li:hover img {
  opacity: 1;
}
.xwdt_box ul li:hover {
  transform: translateY(-4px);
}
.xwdt_box ul li:hover span{
  
padding-left: 15px;
}
.xwdt_box ul li:hover span, .xwdt_box ul li:hover .list_time {
  font-weight: bold;
  color: rgb(0, 104, 183);
}
.notice-learn {
  margin-top: 40px;
}
.tzgg_bt {
  background: url("../images/notice.png") left center no-repeat;
}
.notice {
  width: 49%;
}
.xsyg {
  width: 47%;
  overflow: hidden;
}
.xsyg_bt {
  background: url("../images/xsyg.png") left center no-repeat;
}
.more {
  margin-top: 6px;
}
.trends_bd .img:hover {
  transform: scale(1.1);
}
.n_tit {
  width: 70%;
  font-size: 16px;
  margin-top: 29px;
  margin-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: fzlthk;
}
.n_box {
  width: 100%;
  height: 92px;
  box-shadow: rgba(0, 0, 0, 0.07) 1px 20px 10px 0px;
  background: url("../images/jt.png") 101% 142% no-repeat;
  overflow: hidden;
}
.n_time {
  line-height: 90px;
  margin-right: 30px;
  color: rgb(0, 104, 183);
}
.n_day {
  font-size: 18.06px;
  font-family: fztysk;
}
.n_year {
  font-size: 13.89px;
  font-family: fztysk;
}
.notice ul li {
  margin-top: 20px;
  transition: all 0.3s ease 0s;
}
.notice ul li .n_box {
  transition: all 0.3s ease 0s;
}
.notice ul li:hover .n_box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px, rgba(0, 0, 0, 0.09) 0px 0px 10px, rgba(0, 0, 0, 0.09) 10px 0px 10px, rgba(0, 0, 0, 0.09) -10px 0px 10px;
  transform: translateY(-4px);
}
.x-nr {
  position: relative;
  box-shadow: rgba(1, 1, 1, 0.07) 1px 20px 10px 0px;
  width: 90%;
  height: 134px;
  margin-left: 42px;
}
.x-l {
  width: 75px;
  height: 75px;
  background-color: rgb(0, 104, 183);
  position: absolute;
  left: -38px;
  top: 28px;
}
.xsyg_box {
  margin-top: 8px;
  height: 445px;
  overflow-y: scroll;
}
.x-l p {
  font-size: 25px;
  text-align: center;
  color: white;
  margin-top: 10px;
}
.x-l span {
  font-size: 13.89px;
  text-align: center;
  color: white;
  display: block;
}
.x-r {
  width: 90%;
}
.x-r-tit span {
  font-size: 13.89px;
  background: url("../images/zt.png") left center no-repeat;
  padding-left: 44px;
}
.x-r-tit {
  margin-top: 14px;
  width: 98.3%;
  height: 42px;
}
.x-zjr {
  font-size: 13.89px;
  margin-top: 10px;
}
.x-info {
  width: 93%;
  font-size: 13.89px;
  margin-top: 10px;
}
.xsyg_box ul li {
  margin-top: 13px;
}
.xsyg_box ul li .x-nr {
  transition: all 0.3s ease 0s;
}
.xsyg_box ul li:hover .x-nr {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px, rgba(0, 0, 0, 0.09) 0px 0px 10px, rgba(0, 0, 0, 0.09) 10px 0px 10px, rgba(0, 0, 0, 0.09) -10px 0px 10px;
  transform: translateY(-4px);
}
.center_img {
  margin-top: 39px;
  margin-bottom: 22px;
}
.sdgzdt-xjdxxs {
  width: 100%;
}
.sdgzdt {
  width: 49%;
}
.tit2 {
  width: 100%;
}
.sdgzdt_name {
  font-size: 20.83px;
  background: url("../images/sdgzdt_bg.png") left center no-repeat;
  padding-left: 33px;
  color: rgb(0, 104, 183);
  margin-right: 17px;
}
.tit2 span {
  width: 59%;
  border-top: 1px solid rgb(0, 104, 183);
  display: block;
  float: left;
  margin-top: 13px;
}
.more2 {
  color: rgb(0, 104, 183);
  font-size: 13.89px;
  line-height: 24px;
}
.first-type {
  width: 310px;
  margin-left: 26px;
}
.sdgzdt_box_img {
  width: 310px;
  height: 210px;
  overflow: hidden;
}
.sdgzdt_box img {
  width: 100%;
}
.sdgzdt_time {
  width: 70px;
  height: 60px;
  background-color: rgb(232, 186, 25);
  position: absolute;
  left: -22px;
  bottom: 90px;
}
.sdgzdt_box {
  position: relative;
  border-bottom: 1px solid rgb(232, 186, 25);
}
.sdgzdt_time p, .sdgzdt_time span {
  color: white;
  text-align: center;
}
.sdgzdt_time p {
  font-size: 25px;
  margin-top: 4px;
}
.sdgzdt_time span {
  font-size: 13.89px;
  display: block;
}
.sdgzdt ul {
  margin-top: 20px;
}
.sd-tit {
  width: 100%;
  padding: 0px 25px;
  height: 42px;
  margin: 15px 0px;
}
.s-type {
  width: 40%;
  margin-top: 9px;
}
.s_box p {
  background: url("../images/s-time.png") center center no-repeat;
  width: 115px;
  line-height: 22px;
  height: 22px;
  padding-left: 21px;
  color: white;
  font-size: 13.89px;
}
.s-tt {
  margin-top: 13px;
  height: 42px;
  font-size: 15.2px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.sdgzdt ul li {
  transition: all 0.3s ease 0s;
}
.sdgzdt ul li:nth-child(2) {
  margin-top: 0px;
}
.sdgzdt ul li:hover {
  transform: translateY(-4px);
}
.s_box {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.xjdxxs {
  width: 49%;
}
.xjdxxs .sdgzdt {
  width: 100%;
}
.xjdxxs_name {
  font-size: 20.83px;
  background: url("../images/xjdxxs_name.png") left center no-repeat;
  padding-left: 33px;
  color: rgb(0, 104, 183);
  margin-right: 17px;
}
.zdwj-llxx {
  width: 100%;
}
.zdwj {
  width: 49%;
  margin-top: 30px;
}
.zdwj_name {
  font-size: 20.83px;
  background: url("../images/zdwj.png") left center no-repeat;
  padding-left: 33px;
  color: rgb(0, 104, 183);
  margin-right: 17px;
}
.zdwj .tit2 span {
  width: 66%;
}
.llxx {
  width: 49%;
  margin-top: 30px;
}
.llxx_name {
  font-size: 20.83px;
  background: url("../images/llxx.png") left center no-repeat;
  padding-left: 33px;
  color: rgb(0, 104, 183);
  margin-right: 17px;
}
.llxx .tit2 span {
  width: 66%;
}
.jsfc {
  width: 100%;
  margin-top: 40px;
}
.jsfc_bt {
  background: url("../images/jsfc.png") left center no-repeat;
}
.jsfc_box {
  width: 100%;
  position: relative;
}
.footer {
  width: 100%;
  background: url("../images/footer_bg.png") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
}
.footer p {
  font-size: 19.44px;
  font-family: fzltzh;
  color: white;
}
.static {
  width: 100%;
}
.teacher-center {
  background: url("../images/news_bg.png") center top no-repeat;
  position: relative;
}
.teacher-center-box-left {
  background-color: rgb(7, 86, 169);
  text-align: center;
  line-height: 106px;
  float: left;
  margin-top: -38px;
}
.teacher-center-box-left h2 {
  width: 296px;
  height: 106px;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
.teacher-nav {
  background-color: white;
}
.teacher-nav li {
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-bottom: 1px solid #eee;
}
.teacher-nav li a {
  font-size: 16px;
  font-family: "黑体";
}
.teacher-nav li:hover {
  background-color: rgb(238, 238, 238);
}
.teacher-nav li:hover a {
  color: rgb(7, 86, 169);
}
.teacher-center-box-right {
  float: right;
  width: 984px;
}
.location {
  margin-top: -29px;
  position: relative;
  z-index: 1111;
}
.location span {
  margin-left: 10px;
  z-index: 1111;
  font-weight: bold;
}
.location a {
  z-index: 111;
}
.opcity-bg {
  background-color: rgb(238, 238, 238);
  opacity: 0.4;
  margin-top: -30px;
  width: 100%;
  float: left;
  height: 35px;
}
.teacher-list {
  width: 100%;
  margin-top: 10px;
}
.teacher-list > .human-infor > ul {
  padding-bottom: 30px;
}
.teacher-list > .human-infor > ul > li {
  padding-top: 50px;
  margin-left: 36px;
  margin-bottom: 27px;
}
.teacher-list > .human-infor > ul > li > div {
  width: 460px;
}
.teacher-list > .human-infor > ul > li > .human-infor-container > .infor-box > .message {
  width: 265px;
}
.search-list > ul > li {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid rgb(223, 223, 223);
  margin-top: 20px;
}
.search-list > ul > li > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.search-list li .search-date p {
  font-size: 27px;
  line-height: 38px;
  position: relative;
  background-color: rgb(0, 104, 183);
  color: white;
  font-family: "方正兰亭中黑_GBK.TTF";
}
.search-date span {
  font-size: 12px;
  position: relative;
  line-height: 39px;
}
.search-date {
  background-color: rgb(236, 236, 236);
  width: 69px;
  height: 72px;
  text-align: center;
  margin-left: 30px;
  color: black;
  transition: all 0.3s ease 0s;
}
.background-images img {
  width: 100%;
  height: 841px;
}
.search-list-tit {
  display: block;
  margin-left: 68px;
  height: 41px;
  font-size: 14px;
  line-height: 25px;
  color: black;
  margin-top: 2px;
  transition: all 0.3s ease 0s;
}
.search-last-text {
  overflow: hidden;
  padding-left: 23px;
  padding-top: 6px;
}
.search-last-text h1 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 24px;
  color: rgb(9, 9, 9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
}
.search-last-text p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(118, 118, 118);
  margin-top: 10px;
  text-indent: 2em;
  overflow: hidden;
  height: 44px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-list {
  margin-left: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.search-list ul li {
  transition: all 0.3s ease 0s;
}
.search-list ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px;
  transform: scale(1) translateY(-3px);
  background-color: white;
}
.search-list ul li:hover .search-last-text h1 {
  font-weight: bold;
}
.value-tit h4 {
  font-size: 20px;
  line-height: 1;
  margin-top: 40px;
  color: rgb(9, 9, 9);
  text-align: center;
}
.value-tit-p {
  font-size: 14px;
  line-height: 40px;
  background-color: rgb(244, 244, 244);
  color: rgb(118, 118, 118);
  text-align: center;
  text-indent: 2em;
  margin-top: 15px;
}
.search-right {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  padding: 20px 30px 50px;
  min-height: 400px;
  margin-top: 9px;
  margin-left: 41px;
}
.value-tit-p span {
  display: inline-block;
  margin: 0px 8px;
}
.value-text p {
  font-size: 16px;
  color: rgb(129, 129, 129);
  margin-top: 30px;
  text-indent: 2em;
}
.value-text-link {
  margin-top: 42px;
}
.value-text-link a {
  margin: 30px 0px;
  color: rgb(103, 103, 103);
}
.value-text-link div {
  margin: 15px 0px;
}
.value-text-link a:hover {
  color: rgb(0, 71, 157);
}
.nav-item:hover {
}
.nav-item:hover a {
  color: white;
}
.nt_hd > .tempWrap {
  height: 383px !important;
}
.team-list .first {
  width: 100%;
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-top: 24px;
}
.team-list .first h1 {
  font-size: 17px;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.search-list2 {
  margin-left: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.search-list2 team-list ul li {
  float: left;
  width: 33%;
  padding: 18px 0px;
  transition: all 0.3s ease 0s;
}
.value-text {
  min-height: 400px;
}
.center_bg {
  width: 100%;
  background: url("../images/all_bg.png") center 23% no-repeat;
  padding-bottom: 25px;
}
