@charset "utf-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  
  -webkit-box-sizing: border-box;
  
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1460px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}


@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes oline {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
}

@keyframes mline {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
}


.header {
  position: fixed;
  z-index: 50;
  border-top: 5px solid #195092;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.go-head {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(black, transparent);
}

.go-head .top {
  margin: 0 70px;
  max-width: 100%;
  position: relative;
  min-height: 110px;
}

.go-head .logo {
  position: absolute;
  left: 0;
  top: 0;
}

.go-head .top-links {
  position: absolute;
  top: 0;
  right: 70px;
  line-height: 40px;
}

.go-head .top-links ul {
  float: left;
  margin-top: 12px;
}

.go-head .top-links li {
  float: left;
}

.go-head .top-links li a {
  display: block;
  padding: 0 20px;
  font-size: 0.875rem;
  color: #c0c0c0;
  line-height: 15px;
}

.go-head .top-links li:first-child a {
  border-right: 1px solid #c0c0c0;
}

.go-head .search {
  float: right;
  position: relative;
  z-index: 9;
  width: 20px;
  height: 40px;
}

.go-head .search .btn {
  width: 16px;
  height: 16px;
}

.go-head .search .input {
  position: absolute;
  z-index: 1;
  right: -16px;
  top: 0;
  height: 40px;
  width: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.go-head .search .input input {
  width: 88%;
  line-height: 34px;
  height: 34px;
  font-size: 0.875rem;
  color: #333;
  padding: 0 12px;
}

.go-head .search .subbtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 16px;
  height: 16px;
}

.go-head .search.active .input {
  opacity: 1;
  visibility: visible;
  width: 300px;
}

.go-head .search.active .subbtn {
  display: block;
}


.menuBtn {
  width: 99px;
  height: 90px;
  background: url(../images/menubar-bg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.menuBtn .menu {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menuBtn b {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.navbar2 {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.navbar2 .scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;
  overflow-y: auto;
}

.navbar2 ul {
  width: 95%;
  margin: 0 auto;
}

.navbar2 ul li {
  float: left;
  width: 11.11%;
  text-align: center;
}

.navbar2 ul li p a {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.navbar2 ul .subnav {
  padding: 20px 0;
}

.navbar2 ul .subnav a {
  font-size: 1rem;
  color: #fff;
  line-height: 30px;
}

.navbar {
  position: absolute;
  right: 70px;
  top: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar li {
  float: left;
  padding: 0 10px;
  position: relative;
}

.navbar li > a {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding-right: 20px;
  line-height: 58px;
}

.navbar li > a em {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 58px;
  background: url(../images/menu-jiantou.png) right center no-repeat;
}

.navbar .subnav:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 100px;
  top: -10px;
  margin-left: -10px;
}

.navbar .subnav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -60px;
  top: 100%;
  width: 535px;
  background: #fff;
  padding: 24px;
}

.navbar .subnav .pic {
  float: left;
  width: 178px;
}

.navbar .subnav .list {
  float: right;
  width: calc(100% - 200px);
}

.navbar .subnav .list dl {
  display: flex;
  float: left;
  min-width: 33.3%;
  text-align: left;
}

.navbar .subnav .list a {
  font-size: 1rem;
  line-height: 42px;
  color: #195092;
}

.navbar li:nth-child(n + 5) .subnav:before {
  left: auto;
  right: 120px;
}

.navbar li:nth-child(n + 5) .subnav {
  left: auto;
  right: -60px;
}

.navbar li:hover .subnav {
  opacity: 1;
  visibility: visible;
}

.side-right .navbar {
  visibility: hidden;
  opacity: 0;
}

.side-right .navbar2 {
  visibility: visible;
  opacity: 1;
}

.side-right .menuBtn b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff !important;
}

.side-right .menuBtn b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.side-right .menuBtn b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .swiper-banner {
  width: 100%;
  // height: 100%; 
  position: relative;
  overflow: hidden;
}

.banner .swiper-banner li a {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .swiper-banner li a img {
 
  width: 100%;
  height: 100%;
 
}

.banner .swiper-banner li a video {
  position: absolute;
  width: 100%;
   height: 100%; 
  object-fit: cover;
}


.index-search {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  width: 100%;
  background: #fff;
  height: 92px;
  margin: 0 auto;
  margin-top: -82px;
  padding: 10px 40px;
}

.index-search .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #195092;
  overflow: hidden;
}

.index-search .box .text {
  border: none;
  background: none;
  line-height: 70px;
  height: 70px;
  width: calc(100% - 50px);
  font-size: 1.25rem;
  color: #809bbc;
}

.index-search .box .btn {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 20px;
}


.row1 {
  padding: 100px 0 80px;
}

.index-news {
  float: left;
  width: 70%;
  overflow: hidden;
}

.index-news li .pic a {
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  display: block;
}

.index-news li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-news li .pic img:hover {
  transform: scale(1.05);
}

.index-news li .text {
  padding: 0 70px;
}

.index-news li .text .col {
  text-align: center;
  padding: 25px 0;
  font-size: 1.125rem;
  color: #195092;
  line-height: 16px;
}

.index-news li .text .col a {
  font-size: 0.875rem;
  color: #195092;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #195092;
  line-height: 15px;
  margin-top: -3px;
}

.index-news li .text .tit {
  margin-top: 10px;
  font-size: 1.375rem;
  color: #000000;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news li .text .tit:hover {
  color: #195092;
}

.index-news li .text .abst {
  margin-top: 25px;
  font-size: 0.875rem;
  color: #8c99a9;
  text-indent: 2em;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .arrow {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.index-news .arrow a {
  display: block;
  width: 58px;
  height: 11px;
  background: center no-repeat;
  background-size: 100%;
}

.index-news .arrow a.prev {
  float: left;
  background-image: url(../images/news-left.png);
}

.index-news .arrow a.next {
  float: right;
  background-image: url(../images/news-right.png);
}

.index-news .arrow .dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.index-news .arrow .dots span {
  margin: 0 7px;
}

.index-tzgg {
  float: right;
  width: 28%;
  overflow: hidden;
}

.index-tzgg .title {
  line-height: 65px;
  overflow: hidden;
}

.index-tzgg .title .cn {
  float: left;
  font-size: 1.625rem;
  color: #312322;
}

.index-tzgg .title .en {
  font-size: 1.25rem;
  float: left;
  color: #bcc6d2;
  margin-left: 10px;
}

.index-tzgg .title a {
  float: left;
  margin-left: 10px;
  color: #195092;
  font-size: 0.875rem;
  border-left: 1px solid #195092;
  padding-left: 10px;
  line-height: 15px;
  margin-top: 25px;
}

.index-tzgg .title a:hover {
  font-weight: bold;
}

.index-tzgg ul {
  overflow: hidden;
}

.index-tzgg ul li {
  border-bottom: 1px dashed #dfe2e5;
}

.index-tzgg ul li a {
  display: block;
  padding: 18px 10px;
  overflow: hidden;
}

.index-tzgg ul li .tit {
  float: left;
  width: calc(100% - 55px);
  font-size: 1rem;
  color: #000000;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tzgg ul li .tit:hover {
  color: #195092;
}

.index-tzgg ul li .date {
  float: right;
  font-size: 1rem;
  color: #999999;
}

.index-tzgg ul li.first {
  padding-bottom: 18px;
}

.index-tzgg ul li.first a {
  padding: 0;
}

.index-tzgg ul li.first .pic {
  width: 100%;
  padding-bottom: 68%;
  overflow: hidden;
  position: relative;
}

.index-tzgg ul li.first .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-tzgg ul li.first .pic img:hover {
  transform: scale(1.05);
}

.index-tzgg ul li.first .tit {
  padding: 0 10px;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #195092;
  margin-top: 20px;
  float: none;
}

.index-tzgg ul li.first .abst {
  margin-top: 15px;
  padding: 0 10px;
  color: #999999;
  font-size: 0.875rem;
  text-indent: 2em;
  line-height: 22px;
  height: 66px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.row2 {
  padding-bottom: 90px;
}

.row2 .index-title {
  margin-bottom: 55px;
}

.row2 .index-title h2 {
  color: #312322;
  font-size: 1.625rem;
  font-weight: normal;
}

.index-links ul {
  margin: 0 -20px;
}

.index-links li {
  float: left;
  width: 20%;
  margin-bottom: 35px;
}

.index-links li a {
  display: block;
  margin: 0 20px;
  border: 1px solid #dae8f8;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 45px;
}

.index-links li a p {
  position: relative;
  font-size: 1.25rem;
  color: #312322;
}

.index-links li a:before {
  content: "";
  width: 65px;
  height: 65px;
  background: center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -5px;
  bottom: -10px;
}

.index-links li:hover a {
  border: 1px solid #7495bd;
  border-top: 5px solid #3369a9;
  box-shadow: 0 0 20px 0 #7495bd;
}

.index-links li.box1 a:before {
  background-image: url(../images/links-ico1.png);
}

.index-links li.box2 a:before {
  background-image: url(../images/links-ico2.png);
}

.index-links li.box3 a:before {
  background-image: url(../images/links-ico3.png);
}

.index-links li.box4 a:before {
  background-image: url(../images/links-ico4.png);
}

.index-links li.box5 a:before {
  background-image: url(../images/links-ico5.png);
}

.index-links li.box6 a:before {
  background-image: url(../images/links-ico6.png);
}

.index-links li.box7 a:before {
  background-image: url(../images/links-ico7.png);
}


.footer {
  position: relative;
  background: #195092;
}

.footer .row {
  padding: 50px 0 30px;
}

.footer .row .container {
  position: relative;
}

.footer .footlogo {
  float: left;
}

.footer .contact {
  float: left;
  margin-left: 55px;
  margin-top: 5px;
}

.footer .contact p {
  padding-left: 26px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 30px;
}

.footer .contact .p1 {
  background: url(../images/ico-address.png) left 10px no-repeat;
}

.footer .contact .p2 {
  float: left;
  background: url(../images/ico-code.png) left 10px no-repeat;
}

.footer .contact .p3 {
  float: left;
  margin-left: 20px;
  background: url(../images/ico-phone.png) left 10px no-repeat;
}

.footer .ewm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 305px;
  height: 293px;
  z-index: 9;
}

.footer .cory {
  padding: 20px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .cory p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer:before {
  content: "";
  width: 90%;
  height: 45px;
  background: url(../images/footer-top.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -45px;
  left: 5%;
}


.list-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.list-banner .pic {
  width: 100%;
  // height: 560px; 
  position: relative;
}

.list-banner .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding-bottom: 290px;
}


.left-nav {
  width: 295px;
  float: left;
  position: relative;
}

.left-nav .column {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  padding: 25px;
  background: #195092;
}

.left-nav .column h2 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.left-nav .column:before {
  content: "";
  width: 999px;
  height: 100%;
  background: #195092;
  position: absolute;
  right: 100%;
  top: 0;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 10px 0 255px;
  background: #f0f2f5;
}

.left-nav .sideMenu li {
  position: relative;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  display: table;
  padding: 0 15px;
}

.left-nav .sideMenu li > a p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.25rem;
  color: #000000;
  padding: 0 50px;
  border-bottom: 1px dashed #ced6df;
}

.left-nav .sideMenu dl {
  margin: 0 15px;
  padding: 10px 0 10px 55px;
  display: none;
  border-bottom: 1px dashed #ced6df;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 7px 12px;
  position: relative;
}

.left-nav .sideMenu dl dd a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #195092;
}

.left-nav .sideMenu dl dd:hover a:before,
.left-nav .sideMenu dl dd.current a:before {
  background: #195092;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: url(../images/leftnav-bg.png) no-repeat;
  background-size: 100% 100%;
}

.left-nav .sideMenu li.current > a p,
.left-nav .sideMenu li:hover > a p {
  color: #fff;
  border-bottom: none;
  position: relative;
}

.left-nav .sideMenu li.current > a p:before,
.left-nav .sideMenu li:hover > a p:before {
  content: "";
  width: 5px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 28px;
}

.left-nav .sideMenu li.current dl {
  display: block;
}


.right-con {
  float: right;
  width: calc(100% - 360px);
}

.location {
  overflow: hidden;
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #dde5ef;
}

.location .weizhi {
  position: relative;
  padding-left: 45px;
  background: url(../images/home.png) 10px top no-repeat #fff;
  line-height: 22px;
  font-size: 1rem;
  color: #666666;
}

.location .weizhi a {
  font-size: 1rem;
  color: #666666;
}

.location .weizhi a:last-child {
  color: #195092;
}

.list-text {
  margin-top: 10px;
  overflow: hidden;
}

.list-text li {
  overflow: hidden;
  padding: 30px 10px;
  border-bottom: 1px dashed #e1e6e2;
}

.list-text li .date {
  float: left;
  width: 81px;
  height: 86px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #dce3eb;
  padding-right: 15px;
  text-align: right;
  color: #195092;
}

.list-text li .date .day {
  font-size: 1.875rem;
}

.list-text li .date .mon {
  font-size: 0.875rem;
}

.list-text li .date .year {
  font-size: 0.875rem;
}

.list-text li .text {
  float: right;
  width: calc(100% - 110px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li .tit {
  margin-top: -5px;
  display: block;
  font-size: 1.125rem;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #b0b0b0;
  text-indent: 2em;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-text li.haspic .pic {
  float: right;
  margin-right: -10px;
  margin-top: -10px;
  width: 180px;
  height: 125px;
  position: relative;
  overflow: hidden;
}

.list-text li.haspic .pic img {
  width: 100%;
}

.list-text li.haspic .pic img:hover {
  transform: scale(1.05);
}

.list-text li.haspic .text {
  width: calc(100% - 320px);
  float: left;
  margin-left: 30px;
}

.list-text li.haspic .abst {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-text li:hover {
  border-bottom: 1px dashed #195092;
}

.list-text li:hover .tit {
  color: #195092;
  transform: translateX(5px);
}

.list-news .tit {
  font-weight: bold;
}

.list-leader {
  margin-top: 55px;
  overflow: hidden;
}

.list-leader li {
  overflow: hidden;
  margin-bottom: 34px;
  background: #f0f2f5;
}

.list-leader li .pic {
  float: left;
  width: 356px;
}

.list-leader li .pic a {
  display: block;
  padding-bottom: 72%;
  position: relative;
  overflow: hidden;
}

.list-leader li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-leader li .pic img:hover {
  transform: scale(1.05);
}

.list-leader li .text {
  max-height: 256px;
  float: right;
  width: calc(100% - 400px);
  padding-top: 25px;
  padding-right: 40px;
}

.list-leader li .row {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbd9dc;
}

.list-leader li .tit {
  float: left;
  width: 30%;
  font-size: 1.5rem;
  color: #333333;
  line-height: 36px;
}

.list-leader li .info {
  width: 70%;
  float: right;
  border-left: 1px solid #dbd9dc;
  padding-left: 30px;
}

.list-leader li .info p {
  padding-left: 20px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 32px;
}

.list-leader li .info .p1 {
  background: url(../images/leader-phone.png) left center no-repeat;
}

.list-leader li .info .p2 {
  background: url(../images/leader-email.png) left center no-repeat;
}

.list-leader li .abst {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #666666;
  line-height: 25px;
  height: 100px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}


.article-con {
  overflow: hidden;
  margin-top: 40px;
}

.article-con h1 {
  font-size: 1.75rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 35px;
  font-weight: normal;
  color: #000000;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
  color: #999999;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2ebf5;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding-top: 30px;
  padding-bottom: 60px;
}

.article-con .article-text p {
  text-indent: 2em;
  font-size: 1.125rem;
  line-height: 44px;
  color: #333333;
}
.article-con hr{height: 1px; background-color: #ccc;}
.article-con .article-text p img,
.article-con .article-text p video {
  //margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.article-con .updown {
  border-top: 1px solid #e2ebf5;
  overflow: hidden;
  padding-top: 30px;
}

.article-con .updown a {
  display: block;
  font-size: 1.125rem;
  color: #333333;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown span {
  color: #195092;
}

.article-con .updown a:hover {
  transform: translateX(5px);
  color: #195092;
}


.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}



.list-text  .teacher{
float:left;
}



.pb_sys_common{line-height:40px!important;}