@charset "utf-8";
html {
  font-size: 16px;
}

body {
  font-family: "microsoft yahei";
  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;
}

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;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
  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;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#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;
}

/* ie8提示样式 */
/* header */
.header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 95px;
  background: url(../images/header-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.7s ease-out 0s;
  margin-top: -55px;
}

.header .logo {
  float: left;
}

.header .searchbtn {
  display: none;
}

.header .navclose {
  display: none;
}

/* 搜索 */
.search {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 30px;
  width: 100%;
}

.search .searchclose {
  display: none;
}

.search .container {
  position: relative;
}

.search .search-btn {
  display: none;
}

.search-box {
  float: right;
  width: 200px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}

.search-box .text {
  width: calc(100% - 40px);
  padding-left: 10px;
  line-height: 32px;
  height: 32px;
  border: none;
  background: none;
  color: #b8bbbe;
  font-size: 14px;
  float: left;
}

.search-box .sub {
  width: 14px;
  height: 14px;
  margin-top: 8px;
  float: right;
}

/* 导航 */
.nav-button {
  display: none;
}

.navbar {
  float: right;
  margin-right: -15px;
}

.navbar .search-box {
  display: none;
}

.navbar .navbar-nav > li {
  float: left;
  position: relative;
}

.navbar .navbar-nav > li > a {
  font-size: 1.125rem;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 15px;
}

.navbar .navbar-nav > li:hover .nav-child {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 173%;
  position: absolute;
  top: 100%;
  left: -34px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: opacity 0.15s;
}

.navbar .nav-child > li {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 22px;
}

.navbar .nav-child > li a {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

.navbar .nav-child > li a:hover {
  background: #242674;
  color: #fff;
}

/* 浮动导航 */
.header2 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(40, 42, 126, 0.9);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  overflow: hidden;
  position: relative;
}

.slider-banner {
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide {
  position: relative;
}

.slider-banner .slick-slide img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
  transform: scale(1.05);
}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  width: 17px;
  height: 20px;
  margin: 0 20px;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  width: 21px;
  height: 25px;
  margin-top: -2px;
}

.slider-banner .slick-arrow {
  width: 87px;
  height: 102px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  margin-top: -51px;
}

.slider-banner .slick-arrow.slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 3%;
}

.slider-banner .slick-arrow.slick-next {
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 3%;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
  position: relative;
  overflow: hidden;
  line-height: 42px;
  border-bottom: 1px solid #c9c9d0;
}

.index-tit h2 {
  float: left;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0 18px;
  text-align: center;
  background: url(../images/index-tit-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-tit .index-more {
  position: absolute;
  color: #455d70;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 13px;
  background: url(../images/index-more.png) right center no-repeat;
  -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-tit .index-more:hover {
  color: #26277a;
}

.row1 {
  padding: 65px 0;
}

.row1 .index-news {
  float: left;
  width: 77.5%;
}

.row1 .idnex-jxrl {
  float: right;
  width: 20%;
}

.slider-news {
  float: left;
  width: 500px;
}

.slider-news .slick-list {
  margin: -10px;
}

.slider-news .box {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 10px 0 #e5e5e5;
  margin: 10px;
}

.slider-news .pic {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
}

.slider-news .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-news .pic img:hover {
  transform: scale(1.05);
}

.slider-news .txt {
  margin-top: 7px;
  padding: 10px 25px 10px;
  overflow: hidden;
}

.slider-news .tit {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .abst {
  text-indent: 2em;
  font-size: 13px;
  color: #a1abb6;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
  display: unset;
}

.slider-news .slick-arrow {
  width: 25px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  text-indent: 99px;
  cursor: pointer;
  z-index: 9;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
}

.slider-news .slick-dots li {
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  border-radius: 50%;
  background: #b3c1cf;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #ffc107;
}

.right-news {
  float: right;
  width: calc(100% - 525px);
}

.right-news li {
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #bdc6d2;
}

.right-news li a {
  float: left;
  color: #333333;
  font-size: 1rem;
  width: calc(100% - 90px);
  padding-left: 18px;
  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;
}

.right-news li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #595959;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -2.5px;
}

.right-news li .date {
  float: right;
  font-size: 1rem;
  color: #858687;
  font-family: Arial, Helvetica, sans-serif;
}

.right-news li:hover {
  border-bottom: 1px solid #2a2b82;
}

.right-news li:hover a {
  color: #2a2b82;
}

.idnex-jxrl {
  padding: 10px 17px;
  overflow: hidden;
  background: url(../images/jxrl-bg.png) no-repeat;
  background-size: 100% 100%;
}

.idnex-jxrl .tit {
  line-height: 50px;
  font-weight: bold;
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
}

.idnex-jxrl .jxrl-pic {
  margin-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.idnex-jxrl .jxrl-pic a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66%;
}

.idnex-jxrl .jxrl-pic a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.idnex-jxrl .jxrl-pic a img:hover {
  transform: scale(1.05);
}

.idnex-jxrl .jxrl-pic .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.idnex-jxrl .jxrl-pic .slick-dots li {
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: none;
}

.idnex-jxrl .jxrl-pic .slick-dots li button {
  display: none;
}

.idnex-jxrl .jxrl-pic .slick-dots li.slick-active {
  background: #ffc107;
}

.idnex-jxrl .r1 {
  padding: 22px 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.idnex-jxrl .r2 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.row2 {
  padding: 55px 0;
  background: url(../images/row2-bg.png) no-repeat;
  background-size: cover;
}

.row2 .c1 {
  float: left;
  width: 48.5%;
}

.row2 .c2 {
  float: right;
  width: 48.5%;
}

.index-tab .hd li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.index-tab .hd li h2 {
  background: none;
  color: #7171b3;
}

.index-tab .hd li.on h2 {
  background: url(../images/index-tit-bg.png) no-repeat;
  color: #fff;
}

.index-tab .bd ul {
  overflow: hidden;
  margin: 20px -10px 0;
}

.index-tab .bd li {
  width: 50%;
  float: left;
}

.index-tab .bd li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  padding: 20px 0;
  border-bottom: 1px dashed #bdc6d2;
}

.index-tab .bd .date {
  float: left;
  border: 1px solid #7979b0;
  width: 50px;
  height: 58px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.index-tab .bd .date .day {
  line-height: 32px;
  font-size: 1.5rem;
  color: #fff;
  background: #7979b0;
}

.index-tab .bd .date .mon {
  line-height: 26px;
  font-size: 0.75rem;
  color: #7979b0;
}

.index-tab .bd .tit {
  float: right;
  width: calc(100% - 63px);
  margin-top: 5px;
  color: #333333;
  font-size: 1rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -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-tab .bd li:hover .tit {
  color: #2a2b82;
  transform: translateX(5px);
}

.index-djxf {
  margin-top: 40px;
}

.index-djxf .box {
  overflow: hidden;
  background: url(../images/djxf-bg.png) left bottom no-repeat;
  padding: 20px 0 56px 20px;
}

.index-djxf .pic {
  float: right;
  width: 310px;
}

.index-djxf .pic a {
  display: block;
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
}

.index-djxf .pic a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index-djxf .pic a img:hover {
  transform: scale(1.05);
}

.index-djxf .text {
  float: left;
  width: calc(100% - 330px);
}

.index-djxf .text .tit {
  overflow: hidden;
}

.index-djxf .text .tit .date {
  float: left;
  width: 63px;
  height: 58px;
  background: #e6b00e;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.index-djxf .text .tit .day {
  font-size: 1.875rem;
  line-height: 26px;
  padding-top: 10px;
}

.index-djxf .text .tit .mon {
  font-size: 0.875rem;
  line-height: 22px;
}

.index-djxf .text .tit a {
  float: right;
  width: calc(100% - 78px);
  margin-top: 5px;
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -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-djxf .text .tit a:hover {
  color: #2a2b82;
  transform: translateX(5px);
}

.index-djxf .text .abst {
  margin-top: 25px;
  color: #999999;
  font-size: 0.875rem;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.index-djxf .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 95px;
  z-index: 9;
}

.index-djxf .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid #bec2c6;
  margin: 0 6px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.index-djxf .slick-dots li button {
  display: none;
}

.index-djxf .slick-dots li.slick-active {
  background: #2a2b82;
  border: 1px solid #2a2b82;
}

.row3 {
  padding: 55px 0 68px;
}

.row3 .c1 {
  float: left;
  width: 32%;
}

.row3 .c2 {
  width: 32%;
  float: left;
  margin: 0 2%;
}

.row3 .c3 {
  float: right;
  width: 32%;
}

.index-list {
  overflow: hidden;
  margin-top: 30px;
}

.index-list .first {
  overflow: hidden;
  border-bottom: 1px dashed #bdc6d2;
  padding-bottom: 20px;
}

.index-list .first .pic {
  float: left;
  width: 183px;
  height: 136px;
  overflow: hidden;
}

.index-list .first .pic img {
  width: 100%;
  min-height: 132px;
}

.index-list .first .pic img:hover {
  transform: scale(1.05);
}

.index-list .first .text {
  float: right;
  width: calc(100% - 200px);
}

.index-list .first .text .date {
  width: 82px;
  line-height: 21px;
  border: 1px solid #c5c5e0;
  background: #eaeaf3;
  text-align: center;
  font-size: .875rem;
  color: #505173;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 12px;
}

.index-list .first .text a {
  margin-top: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -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-list .first .text a:hover {
  color: #2a2b82;
}

.index-list .first .text .abst {
  margin-top: 6px;
  font-size: .875rem;
  color: #8e8e8e;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-list .box {
  border-bottom: 1px dashed #bdc6d2;
  padding: 10px 0;
}

.index-list .box .date {
  width: 82px;
  line-height: 21px;
  border: 1px solid #c5c5e0;
  background: #eaeaf3;
  text-align: center;
  font-size: .875rem;
  color: #505173;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.index-list .box a {
  display: block;
  margin-top: 5px;
  width: 98%;
  color: #333333;
  font-size: 1rem;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  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;
}

.index-list .box a:hover {
  color: #2a2b82;
  transform: translateX(5px);
}

.row4 {
  padding: 15px 0;
  background: #e7e7f3;
}

.row4 .c1 {
  float: left;
  width: 44.5%;
}

.row4 .c2 {
  float: right;
}

.row4 h2 {
  float: left;
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  line-height: 22px;
}

.row4 a:hover {
  color: #252678;
}

.index-links {
  float: left;
}

.index-links li {
  float: left;
  padding: 0 16px;
  text-align: center;
  border-right: 1px solid #c4c4c4;
}

.index-links li a {
  font-size: 1rem;
  color: #333333;
}

.index-links li:last-child {
  border-right: none;
}

.index-ksrk {
  float: right;
}

.index-ksrk li {
  float: left;
  padding-left: 12px;
}

.index-ksrk li a {
  display: block;
  padding-left: 30px;
  font-size: 1rem;
  color: #333333;
}

.index-ksrk li:nth-child(1) a {
  background: url(../images/ksrk-ico1.png) left center no-repeat;
}

.index-ksrk li:nth-child(2) a {
  background: url(../images/ksrk-ico2.png) left center no-repeat;
}

.index-ksrk li:nth-child(3) a {
  background: url(../images/ksrk-ico3.png) left center no-repeat;
}

.index-ksrk li:nth-child(4) a {
  background: url(../images/ksrk-ico4.png) left center no-repeat;
}

.index-ksrk li:nth-child(5) a {
  background: url(../images/ksrk-ico5.png) left center no-repeat;
}
.index-ksrk li:nth-child(6) a {
  background: url(../images/ksrk-ico6.png) left center no-repeat;
}
/* 中部版块 */
/* 底部 */
.footer {
  padding: 25px 0;
  overflow: hidden;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}

.footer .footer-logo {
  float: left;
  padding-top: 15px;
}

.footer .cory {
  float: left;
  text-align: center;
  margin-left: 92px;
  margin-top: 30px;
}

.footer .cory p {
  font-size: .875rem;
  color: #fff;
  line-height: 27px;
}

.footer .footer-ewm {
  float: right;
}

.footer .footer-ewm li {
  float: left;
  margin-left: 10px;
  text-align: center;
}

.footer .footer-ewm li img {
  width: 96px;
  height: 96px;
}

.footer .footer-ewm li p {
  margin-top: 10px;
  font-size: .875rem;
  color: #fff;
}

.right-slider {
  position: fixed;
  width: 174px;
  height: 391px;

  background-size: 100% 100%;
  overflow: hidden;
  right: 50%;
  margin-right: -910px;
  top: 25%;
  z-index: 9;
  padding: 0 16px;
}

.right-slider .pic1 {
  display: block;
  margin-top: 130px;
}

.right-slider .pic1 img {
  width: 100%;
}

.right-slider .pic2 {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.right-slider .goback-top {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/* 列表页 */
.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 30px 0 110px;
}

/* 左侧导航 */
.left-nav {
  width: 220px;
  float: left;
  position: relative;
  z-index: 9;
}

.left-nav .column {
  background: url(../images/leftnav-tit.png) bottom no-repeat;
  background-size: 100% 100%;
  padding: 25px 50px;
}

.left-nav .column h2 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
}

.left-nav .column .listnav-icon {
  display: none;
}

.left-nav .sideMenu {
  position: relative;
  background: #ededf7;
  padding: 0px 20px 80px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.left-nav .sideMenu li {
  padding: 18px 15px 18px 15px;
  border-bottom: 1px dashed #c5c5da;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 1.125rem;
  color: #666666;
  padding-right: 16px;
  background: url(../images/leftnav-ico1.png) right center no-repeat;
}

.left-nav .sideMenu dl {
  padding: 10px 0 10px 10px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #1d1d1d;
  padding: 5px 0 5px 14px;
  background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #2a2b82;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #2a2b82;
  font-weight: bold;
  background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 250px);
}

.location {
  position: relative;
  border-bottom: 1px solid #c9c9d0;
  line-height: 42px;
}

.location .tit {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0 15px;
  color: #fff;
  float: left;
  background: url(../images/index-tit-bg.png) no-repeat;
  background-size: 100% 100%;
}

.location .weizhi {
  float: right;
  font-size: 0.875rem;
  color: #8e9295;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 22px;
}

.location .weizhi a {
  font-size: 0.875rem;
  color: #8e9295;
}

.list-text {
  margin-top: 15px;
}

.list-text li {
  line-height: 50px;
  border-bottom: 1px dashed #bdc6d2;
  overflow: hidden;
  position: relative;
}

.list-text .tit {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  color: #333333;
  font-size: 1rem;
  padding-left: 20px;
  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 .tit:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #595959;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.list-text .date {
  font-size: .875rem;
  color: #999999;
  float: right;
}

.list-text li:hover .tit {
  color: #26287b;
  transform: translateX(5px);
}

.list-rcpy {
  overflow: hidden;
  margin: 0 -10px;
}

.list-rcpy li {
  float: left;
  width: 33.3%;
  margin-top: 45px;
}

.list-rcpy li a {
  display: block;
  overflow: hidden;
  margin: 0 28px;
  padding: 35px 32px 35px 44px;
  background: #ededf7;
  border: 1px solid #e5e5ed;
}

.list-rcpy li p {
  font-size: 1.25rem;
  color: #000000;
  padding-right: 25px;
  background: url(../images/rcpy-ico.png) right center no-repeat;
}

.list-rcpy li a:hover p {
  color: #d9a71f;
}

.list-teacher {
  overflow: hidden;
  margin: 40px auto 0;
  width: 80%;
}

.list-teacher h2 {
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
  font-weight: normal;
}

.list-teacher .teach-tab {
  width: 100%;
  overflow-x: auto;
}

.list-teacher table {
  border: 1px solid #dfdfeb;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  min-width: 80%;
}

.list-teacher tr {
  height: 45px;
}

.list-teacher tr:first-child {
  height: 50px;
  background: url(../images/teacher-thb.png) top no-repeat;
  background-size: 100% 100%;
}

.list-teacher th {
  color: #333333 !important;
  border: 1px solid #dfdfeb;
  border-top: none;
  vertical-align: middle;
  font-weight: normal;
}

.list-teacher td {
  border: 1px solid #dfdfeb;
  vertical-align: middle;
  line-height: 32px;
}

.list-teacher .t1 {
  width: 80px;
  color: #333333;
  font-size: .875rem;
}

.list-teacher .t3 {
  width: 175px;
}

.list-teacher .t3 a {
  font-size: .9375rem;
  color: #2b2d7d;
}

.list-teacher .t2 {
  text-align: left;
  width: calc(100% - 255px);
  padding-left: 5%;
  font-size: .9375rem;
  color: #2b2d7d;
}

.list-teacher .s1 {
  font-size: .875rem;
}

.list-teacher .s6 {
  color: #2b2d7d;
  font-size: .875rem;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 50px -15px 0;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 40px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic h4 {
  line-height: 55px;
  font-weight: normal;
  font-size: 1.125rem;
  text-align: center;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: #b59873;
  background-size: 100% 100%;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
  background: #b59873;
}

.list-leader {
  overflow: hidden;
  margin-top: 60px;
}

.list-leader li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.list-leader li a {
  display: block;
  margin: 0 15px;
  overflow: hidden;
  text-align: center;
}

.list-leader li .pic {
  width: 169px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.list-leader li .pic img {
  width: 100%;
  /* height: 100%; */
}

.list-leader li .tit {
  margin-top: 15px;
  font-size: 1.125rem;
  color: #000000;
}

.list-leader li .zw {
  margin-top: 10px;
  font-size: 1rem;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8f1;
}

.list-leader li .gz {
  margin-top: 10px;
  font-size: .9375rem;
  color: #666666;
  margin-top: 10px;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-leader li:hover img {
  transform: scale(1.05);
}

.list-leader li:hover .tit {
  color: #2a2b82;
}

.list-leader li.ld1 {
  margin-left: 25%;
}

.list-leader li.ld2 {
  margin-right: 25%;
}

/* 列表线条动画 */
.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 {
  margin-top: 30px;
  overflow: hidden;
}

.article-con h1 {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  color: #333333;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d7d7;
}

.article-con .info span {
  margin: 0 7px;
}

.article-con .article-text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  padding-bottom: 30px;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 10px;
  font-family: 微软雅黑 !important;
  font-size: 18px !important;
}
.article-con .article-text p span{ font-family: 微软雅黑 !important;}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}



.article-con .updown {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #eff0f9;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  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 a:hover {
  color: #242674;
  transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}




.ny-menu {
     position: relative;
  background: #ededf7;
  padding: 0px 20px 80px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
 }
 
 .ny-menu>p {
     border-left: 6px solid #0555ba;
     line-height: 63px;
     font-size: 24px;
     font-weight: 600;
     color: #333333;
     padding-left: 20px;
 }
 
 .ny-menu>ul {
     margin-top: 25px;
 }
 
 .ny-menu>ul>li {
     border-bottom: 1px dotted #9e9b9b;
     position: relative;
 }
 
 .ny-menu>ul>li.on,
 .ny-menu>ul>li.on+li {
     border-color: #8a8cd8;
 }
 
 .ny-menu>ul>li.on>a {
     color: #2b2c82;
     font-weight: bold;
 }
 
 .ny-menu>ul>li.active>a {
     color: #0555ba;
 }
 
 .ny-menu>ul>li span {
     position: absolute;
     right: 0;
     top: 50%;
     width: 20px;
     height: 20px;
     top: 20px;
     background: url(../images/leftnav-ico3.png) no-repeat;
     background-position: center center;
     cursor: pointer;
     transition: all 0.3s;
 }
 
 .ny-menu>ul li.on>span {
     transform: rotateZ(-90deg);
 }
 
 .ny-menu>ul li.on>ul {
     display: block;
     border-top: 1px dotted #9e9b9b;
 }
 
 .ny-menu>ul>li>a {
     display: block;
     line-height: 60px;
     font-size: 16px;
     color: #666666;
     padding-right: 15px;
 }
 
 .ny-menu>ul>li ul {
     padding-bottom: 20px;
     display: none;
 }
 
 .ny-menu>ul>li ul li {
     padding-left: 30px;
     background: url(../images/leftnav-ico3.png) no-repeat;
     background-position: left 14px;
     line-height: 40px;
     transition: all 0.3s;
     margin-left: 20px;
     position: relative;
 }
 
 .ny-menu>ul>li ul li span {
     top: 10px;
 }
 
 .ny-menu>ul>li ul li.on {
     background: url(../images/leftnav-ico3.png) no-repeat;
     background-position: left 14px;
 }
 
 .ny-menu>ul>li ul li.on>a {
     color: #2b2c82;
 }
 
 .ny-menu>ul>li ul li:hover {
     margin-left: 25px;
 }
 
 .ny-menu>ul>li ul li:hover>a {
     color: #0555ba;
 }
 
 .ny-menu>ul>li ul li:hover {
     background: url(../images/leftnav-ico3.png) no-repeat;
     background-position: left 14px;
 }
 
 .ny-menu>ul>li>ul>li>ul li {
     margin-left: 0;
 }
 
 .ny-menu>ul>li>ul>li>ul li:hover {
     margin-left: 5px;
 }
 
 .ny-menu>ul>li ul li a {
     display: block;
     color: #333;
     font-size: 14px;
 }
 