body {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

html { overflow-x: hidden;}


b {word-break: break-all;}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
  display: none;
}
.img-hide {
  overflow: hidden;
  display: block;
}

.img-hide img {
  transition: 0.3s all;
  transform: scale(1, 1);
}

.img-hide:hover img {
  transform: scale(1.1, 1.1);
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li {
  list-style: none;
}
a {
  color: #333;
}
ul {
  padding: 0;
  margin: 0;
}
a:hover,
a {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
button:focus,
button:hover,
input:focus {
  outline: none !important;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.tbxl {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 10px #ddd;
}

.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s all;
}
.tab-content .tab-pane.active {
  position: relative;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container {
  width: 1470px;
}
.header {
  background: url(../images/header.png) center no-repeat;
  background-size: cover;
}
.logo {
  line-height: 140px;
  height: 140px;
}
.header-right {
  padding-top: 55px;
}
.home-a {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/icon01.png) left center no-repeat;
  font-size: 16px;
  color: #fff;
}
.search-a {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/icon02.png) left center no-repeat;
  font-size: 16px;
  color: #fff;
}
.header-right span {
  padding: 0 30px;
  color: #fff;
}
.header-right a {
  color: #fff;
}
.nav-list li {
  float: left;
  width: 10%;
  position: relative;
}
.nav-list li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 60px;
}
.nav-list li:hover a {
  background: #4860aa;
  color: #fff;
}
.nav-down {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  background: #fff;
  border-top: solid 5px #f19c03;
}
.nav-down li {
  float: none;
  width: 100%;
}
.nav-down li a {
  display: block;
  font-size: 16px;
  color: #223e94 !important;
  background: none !important;
  line-height: 50px;
}
.nav-down li:hover a {
  background: #ededed !important;
  color: #223e94 !important;
}
.nav-list li:hover .nav-down {
  display: block;
}

.banner img {
  width: 100%;
}
.banner {
  margin: 0;
  margin-top: 200px;
  overflow: hidden;
}
.nav-box {
  position: relative;
  z-index: 10000;
}
.banner .slick-dots {
  bottom: 30px;
}
.banner .slick-dots li {
  margin: 0 8px;
}
.banner .slick-dots li,
.banner .slick-dots li button {
  width: 33px;
  height: 33px;
  line-height: 20px;
  font-size: 18px;
  color: #4860aa;
  font-weight: bold;
  text-align: center;
}
.banner .slick-dots li button {
  background: url(../images/li01.png) center no-repeat;
}
.banner .slick-dots li.slick-active button {
  background: url(../images/li02.png) center no-repeat;
}
.page-one {
  background: url(../images/back01.png) center no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}
.title {
  font-size: 48px;
  color: #4860aa;
  position: relative;
  font-weight: bold;
  line-height: 48px;
  margin: 80px 0 50px 0;
}
.title a {
  position: absolute;
  right: 0;
  top: 0;
  color: #4860aa;
  padding-left: 35px;
  background: url(../images/more.png) left center no-repeat;
  font-size: 14px;
  font-weight: normal;
}
.one-left {
  width: 69.444%;
}
.news-ul li {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.news-ul {
  margin: 0 -20px;
}
.news-ul-bottom {
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}
.news-ul-date {
  font-size: 16px;
  color: #676767;
  line-height: 16px;
}
.news-ul-tt {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 15px;
}
.news-ul-bottom:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  border-right: solid 2px #ddd;
}
.news-ul-bottom:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
  height: 10px;
  border-right: solid 2px #4860aa;
}
.news-ul li a {
  display: block;
}
.news-ul li a:hover .news-ul-bottom:after {
  height: 80px;
}
.news-ul li a:hover .news-ul-tt {
  color: #3e5cb9;
}
.news-ul-img {
  position: relative;
  padding-top: 60%;
}
.news-ul-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.one-right {
  width: 28.5714%;
  background: #fff;
  border-top: solid 5px #4860aa;
  padding: 0 30px 50px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.one-right-date {
  color: #666;
  padding-top: 3px;
}
.one-right-date span {
  font-size: 30px;
  color: #4860aa;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 5px;
}
.one-right-box {
  margin-left: 80px;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: justify;
  height: 60px;
  overflow: hidden;
}
.one-right li a {
  padding: 35px 0;
  display: block;
  border-bottom: solid 1px #ddd;
}
.one-row .title {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  margin-top: 35px;
}
.zh-ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 40px 220px 40px;
  background: url(../images/zh-back.png) center no-repeat;
  background-size: cover;
  border-top: solid 2px #4860aa;
}
.zh-ul-date {
  font-size: 16px;
  color: #4860aa;
}
.zh-ul-date span {
  font-size: 36px;
  font-weight: bold;
}
.zh-ul-right {
  margin-left: 90px;
  padding-top: 7px;
}
.zh-ul-tt {
  font-size: 18px;
  color: #000;
}
.zh-ul-p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 8px;
}
.zh-ul li a {
  display: block;
  border-bottom: dashed 1px #ddd;
  padding: 25px 0;
}
.yj-box-top a {
  display: block;
  position: relative;
  padding-top: 40%;
}
.yj-box-top a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.yj-box-date {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: -60px;
  background: #4860aa;
  font-size: 16px;
  color: #fff;
}
.yj-box-date span {
  font-weight: bold;
  font-size: 36px;
}
.yj-box-link {
  display: block;
  position: relative;
  margin: 0 40px;
  padding-top: 35px;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 15px;
}
.yj-box-date-a {
  color: #fff;
  width: 100px;
  height: 30px;
  background: #4860aa;
  line-height: 30px;
  text-align: center;
}
.yj-box-tt {
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}
.yj-box-ul {
  margin: 0 40px;
}
.yj-box-ul li {
  margin-top: 25px;
}
.yj-back {
  background: url(../images/yj-back.png) center no-repeat;
  background-size: cover;
}
.yj-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 675px;
}
.page-tow {
  background: url(../images/back02.png) center top no-repeat;
  padding-bottom: 60px;
  position: relative;
  z-index: 20;
  margin-top: -300px;
  padding-top: 320px;
}
.tow-title {
  font-size: 48px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: bold;
  padding-left: 75px;
  background: url(../images/icon-tt01.png) left center no-repeat;
}
.jy-one {
  height: 438px;
  font-size: 30px;
  color: #fff;
  display: block;
  background: url(../images/jy01.png) center no-repeat;
  padding-top: 100px;
}
.jy-one span {
  display: inline-block;
  margin-bottom: 30px;
}
.jy-box a span{  transition: 0.5s all; }
.jy-box a:hover span{ transform:rotateY(360deg); }
.jy-tow {
  height: 235px;
  display: block;
  background: url(../images/jy02.png) center no-repeat;
  padding-top: 47px;
  font-size: 30px;
  color: #fff;
}
.jy-tow span {
  display: inline-block;
  margin-bottom: 20px;
}
.jy-three {
  height: 282px;
  display: block;
  background: url(../images/jy03.png) center no-repeat;
  padding-top: 35px;
  margin-top: 40px;
  font-size: 30px;
  color: #fff;
}
.jy-three span {
  display: inline-block;
  margin-bottom: 10px;
}
.jy-four {
  height: 276px;
  margin-bottom: 40px;
  display: block;
  background: url(../images/jy04.png) center no-repeat;
  padding-top: 65px;
  font-size: 30px;
  color: #fff;
}
.jy-four span {
  display: inline-block;
  margin-bottom: 20px;
}
.jy-five {
  height: 361px;
  display: block;
  background: url(../images/jy05.png) center bottom no-repeat;
  padding-top: 55px;
  font-size: 30px;
  color: #fff;
}
.jy-five span {
  display: inline-block;
  margin-bottom: 25px;
}
.title-width {
  width: 320px;
}
.title-width .tow-title {
  background: url(../images/icon-tt02.png) left center no-repeat;
}
.tow-bottom {
  margin-top: 110px;
}
.row-bottom-right {
  margin-left: 320px;
  position: relative;
  margin-right: 225px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.img-slick {
  margin: 0;
}
.img-slick a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 66%;
}
.img-slick a img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
object-fit:cover;
}
.img-slick-bottom {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
}
.img-slick-bottom a {
  display: block;
  margin: 0 12px;
  border-radius: 4px;
  padding: 2px;
  background: #fff;
  border: solid 1px #ddd;
}
.img-slick-bottom a span {
  display: block;
  position: relative;
  padding-top: 67%;
  border-radius: 4px;
}
.img-slick-bottom a span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
object-fit:cover;
}
.img-slick-bottom a span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.img-slick-bottom .slick-current a span:before {
  display: none;
}
.img-slick-bottom .slick-prev {
  left: -40px;
  width: 24px;
  height: 38px;
  background: url(../images/left.png) center no-repeat;
  margin-top: -19px;
}
.img-slick-bottom .slick-next {
  right: -40px;
  width: 24px;
  height: 38px;
  background: url(../images/right.png) center no-repeat;
  margin-top: -19px;
}
.slick-more {
  right: -225px;
  position: absolute;
  top: 40px;
  width: 140px;
  border: solid 1px #4860aa;
  height: 54px;
  line-height: 52px;
  border-radius: 54px;
  font-size: 14px;
  color: #4860aa;
  text-align: center;
}
.slick-more span {
  padding-left: 30px;
  background: url(../images/more.png) left center no-repeat;
}
.slick-more:before {
  display: block;
  content: "";
  position: absolute;
  left: -44px;
  top: -130px;
  width: 3px;
  height: 188px;
  background: url(../images/lind.png) center no-repeat;
}
.friends-tt {
  font-size: 30px;
  color: #3e5cb9;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
}
.friends-box {
  position: relative;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  padding-left: 160px;
  min-height: 30px;
  margin-top: 60px;
}
.friends-a span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
}
.friends-a a {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
}
.friends-a {
  line-height: 30px;
}
.footer {
  background: url(../images/footer.png) center no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.logo-b {
  margin-top: 20px;
}
.footer-center p {
  color: #fff;
  margin-bottom: 10px;
}
.footer-center {
  margin-left: 105px;
}
.footer-right {
  color: #fff;
}
.footer-right .pull-left {
  margin-left: 30px;
}
.footer-right .pull-left img {
  margin-bottom: 10px;
  width: 80px;
}
.footer-bottom {
  color: #fff;
  border-top: solid 1px #687ab3;
  margin-top: 20px;
  padding: 25px 0;
}
.footer-bottom span {
  display: inline-block;
  padding: 0 10px;
}
.footer-bottom  p a { color: #fff;}
.nav-click {
  display: none;
}
.menu-button {
  position: absolute;
  display: none;
  top: 18px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cross {
  margin-top: -8px;
}
.cross .bar {
  margin: 13px auto;
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.search-box-c {
  position: fixed;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  top: 50%;
  height: 54px;
  background: #fff;
  z-index: 1000010;
}
.search-box-c .form-control {
  height: 54px;
  color: #333;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
  border: none;
}
.modal {
  z-index: 100000001;
}
.modal-backdrop {
  z-index: 10000000;
}
.modal-box {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000010;
}
.btn-search-c,
.btn-search-c:hover,
.btn-search-c:focus {
  position: absolute;
  right: 0;
  background: #1567b1;
  top: 0;
  width: 60px;
  height: 54px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.modal-back {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
}
.yj-box-link:hover,
.friends-a a:hover {
  color: #4860aa;
}
.jy-box a:hover {
  color: #fff;
}
.one-right li a:hover .one-right-box,
.zh-ul li a:hover .zh-ul-tt,
.yj-box-link:hover .zh-ul-tt,
.yj-box-ul li a:hover .yj-box-tt {
  color: #4860aa;
}
/***********机构设置*********/
.banner-list {
  padding-top: 150px;
    margin-top: 200px;
}
.banner-tt {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
}
.nav-b {
  font-size: 14px;
  color: #fff;
  margin: 30px 0 0 30px;
}
.nav-b a {
  color: #fff;
}
.nav-link a {
  font-size: 18px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
.nav-link a.active {
  color: #ef9f0b;
  margin-left: 40px;
}
.nav-link a.active:before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #ef9f0b;
  margin-top: -1px;
}
.nav-link a:hover {
  color: #ef9f0b;
}
.nav-link {
  margin-top: 35px;
}
.jg-back {
  background: url(../images/jg-back.png) center no-repeat;
  padding-bottom: 50px;
  background-size: cover;
}
.jg-box {
  border-left: solid 2px #223e94;
  padding-left: 50px;
  margin-top: 50px;
}
.jg-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #223e94;
  line-height: 24px;
}
.jg-ul li {
  float: left;
  width: 25%;
  border-bottom: solid 2px #e9e9e9;
  line-height: 70px;
}
.jg-ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 15px;
}
/**************领导详情*****************/
.ld-back {
  /*background: #f6f4f4;*/
  padding: 40px;
  margin-top: 50px;
}
.ld-img img {
  width: 220px;
  height: 280px;
}
.ld-right {
  margin-left: 260px;
  padding-top: 30px;
}
.ld-zw {
  font-size: 30px;
  color: #333;
}
.ld-name span {
  font-size: 24px;
  display: inline-block;
  color: #333;
  border-bottom: solid 2px #223e94;
  padding-bottom: 15px;
  margin-top: 30px;
}
.ld-txt {
  position: relative;
  padding-left: 40px;
  margin-top: 50px;
}
.ld-txt p {
  font-size: 18px;
  color: #333;
  line-height: 35px;
  margin-bottom: 10px;
}
.ld-txt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 60px;
  background: #223e94;
}
/***************人才招聘****************/
.zp-top {
  background: url(../images/zp01.png) center no-repeat;
  margin-top: 40px;
  background-size: cover;
  padding: 70px;
}
.zp-top-center {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
  padding: 60px 30px;
  color: #fff;
}
.zp-ul li a {
  display: block;
  position: relative;
  line-height: 60px;
  border-bottom: dashed 1px #ddd;
  padding-left: 40px;
  background: url(../images/lind02.png) left center no-repeat;
  padding-right: 110px;
  font-size: 16px;
  color: #444;
}
.zp-ul li a em {
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
}
.page {
  margin-top: 50px;
}
.zp-ul {
  margin-top: 30px;
}
/*********************师资力量*****************/
.sz-top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 20px 0 20px 60px;
  border-left: solid 2px #223e94;
  background: #fff;
}
.sz-top-tight {
  margin-left: 35px;
}
.sz-top-tt {
  font-size: 28px;
  color: #333;
}
.sz-top-txt {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.ys-ul li {
  float: left;
  width: 33.333333%;
  padding: 0 20px;
  margin-top: 30px;
}
.ys-ul-img img {
  width: 170px;
  height: 200px;
object-fit: cover;
}
.ys-ul {
  margin: 0 -20px;
}
.ys-ul li a {
  display: block;
  position: relative;
  background: #f2f2f2;
  box-shadow: 5px 5px 0px #d9deed;
}
.ys-ul-right {
  padding: 20px 30px 0 30px;
  margin-left: 170px;
}
.ys-ul-name {
  font-size: 20px;
  color: #223e94;
  font-weight: bold;
}
.ys-ul-p {
  color: #666;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-top: 10px;
  text-align: justify;
}
.ys-ul-raw {
  margin-top: 15px;
}
/********************通知公告************************/
.tz-ul-date {
  width: 87px;
  height: 99px;
  padding-top: 10px;
  background: url(../images/date-back.png) center no-repeat;
  color: #656565;
}
.tz-ul-date span {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 5px;
}
.tz-ul li a {
  display: block;
  padding: 40px 0;
  border-bottom: dashed 1px #ddd;
}
.tz-ul-right {
  margin-left: 110px;
  padding-top: 5px;
}
.tz-ul-tt {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.tz-ul-p {
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}
.tz-ul li a:hover .tz-ul-date {
  background: url(../images/date-back02.png) center no-repeat;
  color: #fff;
}
.tz-ul li a:hover .tz-ul-date span {
  color: #fff;
}
/******************现任领导***************************/
.ld-ul div {
  float: left;
  width: 50%;
  vertical-align: middle;
  padding-left: 50px;
  border-bottom: solid 1px #ddd;
  line-height: 75px;
  font-size: 18px;
  color: #333;
}
.ld-ul li:first-child {
  border-top: solid 4px #223e94;
}
.ld-ul li:first-child div {
  color: #223e94;
}
.ld-ul {
  margin-top: 50px;
}
.ld-ul li {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.table > thead > tr > th {
  padding: 20px 50px;
  font-size: 18px;
  color: #223e94;
  font-weight: normal;
  border: none;
  border-top: solid 4px #223e94 !important;
}
.table {
  margin-top: 50px;
  border-bottom: solid 1px #ddd;
}
.table > tbody > tr > td {
  padding: 20px 50px;
  font-size: 18px;
  color: #333;
}

.table-name {
  white-space: nowrap;
}
.article-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-top: 90px;
}
.articel-sm {
  font-size: 16px;
  color: #8e8e8e;
  background: #eeeff4;
  padding: 15px;
  margin-top: 20px;
}
.articel-sm span {
  padding: 0 25px;
  display: inline-block;
}
.article-p p {
  font-size: 18px;
  color: #333;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
    text-indent: 2em;
}

.article-p img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.article-p {
  margin-top: 30px;
}
/****************综合新闻*****************/
.zh-ul-list li a {
  display: block;
  height: 210px;
  padding-top: 40px;
  position: relative;
  margin: 20px 0;
}
.zh-ul-list li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 165px;
  background: #f6f6f6;
}
.zh-ul-list li {
  padding-bottom: 1px;
}
.zh-ul-img {
  position: absolute;
  left: 30px;
  bottom: 0;
  border-radius: 0 0 20px 0;
}
.zh-ul-img img {
  width: 250px;
  height: 180px;
 object-fit: cover;

}
.zh-ul-right-box {
  position: relative;
  z-index: 100;
  margin-left: 310px;
  padding-left: 35px;
}
.zh-ul-box-tt {
  font-size: 24px;
  color: #333;
}
.zh-ul-p-b {
  color: #333;
  margin-top: 10px;
  opacity: 0.5;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.zh-ul-right-date {
  color: #999;
  margin-top: 40px;
}
.zh-ul-right-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 70px;
  background: #223e94;
}
.zh-ul-list li a:hover:before {
  background: #223e94;
}
.zh-ul-list li a:hover .zh-ul-box-tt {
  color: #fff;
}
.zh-ul-list li a:hover .zh-ul-p-b {
  color: #fff;
}
.zh-ul-list li a:hover .zh-ul-right-box:before {
  background: #a7b2d4;
}
.yj-box {
  position: relative;
  z-index: 1000;
}
.page-tow {
  margin-top: -500px;
}


.sjdh {
    margin-top: 20px;
    overflow: hidden;
}
.sjdh li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 2px solid #223e94;
    text-align: center;
    font-weight: bold;
    margin-right: 30px;
    float: left;
}

.sjdh li a.on {
     color: #223e94;
}

@media (max-width: 1499px) {
  .container {
    width: 1230px;
  }
  .one-right li a {
    padding: 27px 0;
  }
  .jy-three {
    margin-top: 25px;
  }
  .jy-four {
    margin-bottom: 30px;
  }
  .jy-four {
    height: 250px;
    padding-top: 50px;
  }
  .logo-b img {
    width: 500px;
  }
  .footer-center {
    margin-left: 60px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 970px;
  }
  .one-right li a {
    padding: 20px 0;
  }
  .jy-tow {
    height: 210px;
    padding-top: 20px;
  }
  .jy-four {
    height: 230px;
    padding-top: 30px;
  }
  .jy-five {
    height: 335px;
  }
  .logo-b {
    width: 100%;
    text-align: center;
    float: none !important;
    margin-bottom: 20px;
  }
  .footer-center {
    margin-left: 0;
  }
  .jg-ul li {
    width: 33.333333%;
  }
  .ys-ul li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
  .logo {
    width: 400px;
  }
  .nav-list li a {
    font-size: 16px;
  }
  .one-right {
    padding: 0 20px 20px 20px;
  }
  .one-right li a {
    padding: 13px 0;
  }
  .jy-tow {
    height: 190px;
  }
  .jy-four {
    height: 210px;
  }
  .jy-five {
    height: 317px;
  }
  .title-width {
    width: 100%;
    margin: 0;
    float: none !important;
  }
  .slick-more:before {
    display: none;
  }
  .row-bottom-right {
    margin: 0;
  }
  .slick-more {
    right: 0;
    top: -100px;
    background: #fff;
  }
  .jg-ul li {
    width: 50%;
  }
  .ld-zw {
    font-size: 28px;
  }
  .ld-ul div {
    font-size: 16px;
    height: 70px;
    display: table-cell;
    line-height: 25px;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .search-box-c {
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0;
  }
  .container {
    width: 100%;
  }
  .logo {
    width: 220px;
    line-height: 50px;
    height: 50px;
  }
  .header-right span {
    display: none;
  }
  .header-right a {
    width: 30px;
    text-indent: -9999px;
  }
  .header-right {
    padding-top: 0;
    line-height: 50px;
    margin-right: 30px;
  }
  .menu-button {
    display: block;
  }
  .nav-click {
    display: block;
    transition: 0.3s all;
    z-index: 100;
    position: absolute;
    color: #333;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .nav-click.active {
    transform: rotate(180deg);
  }
  .nav-down {
    position: static;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
  }
  .nav-down li {
    text-align: left;
    padding: 0;
    height: 40px;
  }
  .nav-down li a {
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }
  .nav-down {
    display: none;
  }
  .nav-down:before {
    display: none;
  }
  .nav-list {
    position: absolute;
    margin: 0;
    width: 100%;
    margin-top: 0;
    left: 0;
    right: 0;
    max-height: 120vh;
    overflow-y: auto;
    display: none;
    top: 0px;
    background: #fff;
    right: 0;
    border-top: solid 1px #fff;
    background: #eef0f2;
  }
  .nav-list li {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .nav-list li a {
    text-align: left !important;
    display: block;
    background: none !important;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    color: #333 !important;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .title {
    font-size: 24px;
    margin: 30px 0;
    line-height: 24px;
    text-align: left;
  }
  .one-left {
    width: 100%;
  }
  .news-ul li {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .news-ul {
    margin: 0 -5px;
  }
  .news-ul-bottom {
    margin-top: 10px;
    padding-left: 15px;
  }
  .news-ul-tt {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .one-right {
    width: 100%;
  }
  .one-right-box {
    font-size: 16px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .one-row .title {
    font-size: 24px;
    line-height: 24px;
  }
  .zh-ul {
    padding: 0 20px;
  }
  .zh-ul li a {
    padding: 15px 0;
  }
  .yj-box {
    height: auto;
    padding-bottom: 20px;
  }
  .yj-box-tt,
  .zh-ul-tt {
    font-size: 16px;
  }
  .zh-ul-p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .jy-box .col-xs-4 {
    padding: 0 5px;
  }
  .jy-box {
    margin: 0 -5px;
  }
  .jy-one,
  .jy-tow,
  .jy-three,
  .jy-four,
  .jy-five {
    height: auto;
    padding: 25px 0;
    font-size: 18px;
  }
  .jy-one span img,
  .jy-tow span img,
  .jy-three span img,
  .jy-four span img,
  .jy-five span img {
    height: 50px;
  }
  .jy-one span,
  .jy-tow span,
  .jy-three span,
  .jy-four span,
  .jy-five span {
    margin-bottom: 10px;
  }
  .jy-box .col-xs-4:nth-child(2),
  .jy-box .col-xs-4:nth-child(3) {
    width: 66.666666%;
    padding-left: 0;
  }
  .jy-box .col-xs-4:nth-child(2) div,
  .jy-box .col-xs-4:nth-child(3) div {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .jy-three {
    margin-top: 0;
  }
  .jy-box .col-xs-4:nth-child(3) {
    margin-top: 10px;
  }
  .jy-five {
    background: #19b6dd;
  }
  .tow-title,
  .title-width .tow-title {
    font-size: 24px;
    background-size: auto 24px;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .slick-more {
    top: -55px;
    line-height: 40px;
    height: 38px;
  }
  .tow-bottom {
    margin-top: 10px;
  }
  .friends-tt {
    position: static;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }
  .friends-box {
    padding-left: 0;
    margin-top: 20px;
  }
  .friends-a {
    font-size: 14px;
  }
  .friends-a span {
    display: none;
  }
  .friends-a a {
    display: block;
  }
  .footer-right {
    width: 100%;
  }
  .footer-right div {
    float: none !important;
    margin: 0 10px;
    display: inline-block;
  }
  .footer {
    padding-top: 10px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .img-slick-bottom {
    margin-top: 20px;
  }
  .banner-list {
    height: auto;
    padding: 100px 0 20px 0;
  }
  .nav-link a {
    font-size: 16px;
    margin-left: 10px;
  }
  .banner-tt {
    font-size: 36px;
  }
  .jg-box {
    padding-left: 30px;
    margin-top: 30px;
  }
  .jg-ul li a {
    font-size: 16px;
  }
  .jg-ul li {
    line-height: 50px;
  }
  .ld-img {
    width: 100%;
    text-align: center;
    float: none !important;
  }
  .ld-right {
    margin-left: 0;
  }
  .ld-zw {
    font-size: 18px;
  }
  .ld-name span {
    font-size: 18px;
  }
  .ld-txt p {
    font-size: 16px;
    line-height: 28px;
  
  }
  .ld-txt {
    margin: 20px 0 0 0;
    padding-left: 15px;
  }
  .ld-back {
    padding: 25px;
    margin-top: 25px;
  }
  .zp-top {
    margin-top: 20px;
    padding: 20px;
  }
  .zp-top-center {
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
  }
  .zp-ul li a {
    line-height: 50px;
  }
  .zp-ul {
    margin-top: 10px;
  }
  .page {
    margin-top: 30px;
  }
  .ys-ul li {
    width: 100%;
  }
  .sz-top {
    padding: 15px;
    margin-top: 30px;
  }
  .sz-top-img img {
    width: 50px;
  }
  .sz-top-tight {
    margin-left: 15px;
  }
  .sz-top-tt {
    font-size: 18px;
  }
  .sz-top-txt {
    font-size: 12px;
  }
  .tz-ul li a {
    padding: 15px 0;
  }
  .ld-ul div {
    font-size: 14px;
    line-height: 25px;
    height: 110px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > td {
    font-size: 16px;
    padding: 8px 15px;
  }
  .article-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .articel-sm span {
    font-size: 14px;
    padding: 0;
  }
  .article-p p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .zh-ul-img img {
    width: 125px;
    height: 90px;
  }
  .zh-ul-right-box {
    margin-left: 135px;
    padding-left: 15px;
  }
  .zh-ul-img {
    left: 15px;
    top: 15px;
  }
  .zh-ul-list li a {
    height: auto;
    padding: 15px;
    margin-bottom: 0;
  }
  .zh-ul-box-tt {
    font-size: 16px;
  }
  .zh-ul-p-b {
    line-height: 20px;
    height: 40px;
    margin-top: 1px;
  }
 
  .zh-ul-right-date {
    margin-top: 6px;
  }
  .zh-ul-list li a:before {
    height: 105px;
  }
  .page-one {
    padding-bottom: 140px;
  }
  .page-tow {
    padding-top: 400px;
  }
  .yj-box {
    position: relative;
    z-index: 1000;
  }
  .yj-box {
    background: #fff;
    padding: 0;
  }
  .yj-back {
    padding-bottom: 20px;
  }
}
/* 师资详情页 */
.szxq {
}
.szxq .szxm {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #223e94;
  padding-bottom: 26px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.szxq .szxm::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #223e94;
  height: 2px;
  bottom: 0;
}
.szxq .szxm span {
  font-size: 30px;
  color: #223e94;
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.szxq .ld-right {
  margin-left: 0;
  padding-left: 47px;
  overflow: hidden;
  padding-top: 0;
}
.szxq .ld-right p {
  font-size: 24px;
  line-height: 55px;
  color: #333333;
}
.pic {
  padding-top: 132%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.szxq .pull-left {
  width: 280px;
}
.szxq .ld-txt p {
  color: #666;
}
@media screen and (max-width: 1024px) {
  .szxq .szxm {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .szxq .szxm span {
    font-size: 24px;
  }
  .szxq .ld-right {
    padding-left: 30px;
  }
  .szxq .ld-right p {
    font-size: 20px;
    line-height: 40px;
  }
  .szxq .pull-left {
    width: 220px;
  }
  .szxq .ld-txt p {
    font-size: 17px;
    line-height: 30px;
   
  }
}
@media screen and (max-width: 768px) {
  .pic {
    text-align: center;
  }
  .pic img {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .szxq .pull-left {
    margin: 0 auto;

    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .szxq .ld-right {
    padding-left: 0;
    text-align: center;
  }
  .szxq .ld-right p {
    font-size: 17px;
    line-height: 30px;
  }
  .szxq .szxm {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .szxq .szxm span {
    font-size: 20px;
  }
  .szxq .ld-txt p {
    font-size: 16px;
    line-height: 26px;
    
  }
}
@media screen and (max-width: 480px) {
  .ys-ul-name {
   font-size: 18px;
}

  .szxq .ld-right p {
    font-size: 16px;
    line-height: 26px;
  }
  .szxq .ld-txt p {
    font-size: 14px;
    line-height: 24px;
   
  }
  .banner-tt.batt2 {
    font-size: 24px;
  }
  .nav-link.nnav a {
    font-size: 14px;
  }
  .nav-link.nnav a.active {
    margin-left: 30px;
  }
  .ld-back.szxq {
    padding: 20px;
  }
  .szxq .pull-left {
    width: 200px;
  }
  .szxq .szxm {
    font-size: 18px;
  }
  .szxq .szxm span {
    font-size: 18px;
  }
}



@media screen and (max-width: 320px) { 
.logo{
width: 195px;
}
.header-right {
    margin-right: 23px;
}


}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {     margin: 5px 0px 0px 5px !important;}