@charset "utf-8";
html {
  font-size: 16px;
}

body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

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;
  
  -webkit-box-sizing: border-box;
  
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1480px;
  }
}

img {
  -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;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}



#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;
}



.header {
  width: 100%;
  position: fixed;
  z-index: 9;
  padding: 20px 3% 0;
}

.header .top-right {
  position: absolute;
  top: 20px;
  right: 3%;
}

.header .top-links {
  float: left;
  line-height: 30px;
  color: #fff;
}

.header .top-links a {
  float: left;
  font-size: 1rem;
  color: #fff;
  margin: 0 15px;
}

.header .top-links span {
  float: left;
  margin: 0 15px;
}

.header .logo {
  position: absolute;
  top: 23px;
  left: 2%;
}


.search-box {
  display: none;
  position: absolute;
  background: rgba(0, 56, 135, 0.8);
  padding: 20px;
  overflow: hidden;
  z-index: 999;
  right: 3%;
  top: 40px;
}

.ss {
  width: 280px;
  height: 30px;
  line-height: 30px;
  background: none;
  border-radius: 20px;
  border: 1px solid #fff;
}

.ss .text {
  width: 220px;
  border: none;
  background: none;
  color: #fff;
  line-height: 30px;
  float: left;
  margin-left: 10px;
}

.ss .sub {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 10px;
  float: right;
}

.ss input:-webkit-autofill,
.ss textarea:-webkit-autofill,
.ss select:-webkit-autofill {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px #52749b inset !important;
}


.navbar {
  margin-top: 30px;
  float: right;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav {
  padding: 0;
  list-style: none;
  text-align: right;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding: 15px 5px;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  padding-right: 20px;
}

.navbar .navbar-nav > li:last-child > a {
  padding-right: 0;
}

.navbar .navbar-nav > li > a > em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../images/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #fff;
  background: rgba(0, 56, 135, 0.8);
  transition: opacity 0.15s;
  margin-left: -65px;
}

.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: 0.9375rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}


.header2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #003887;
  box-shadow: 0px 0px 10px 0px rgba(0, 56, 135, 0.9);
}



.banner {
  overflow: hidden;
  position: relative;
}

.slider-banner {
  position: relative;
}

.slider-banner .slick-slide {
  position: relative;
}

.slider-banner .slick-slide img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
}

.slider-banner .slick-slide p {
  position: absolute;
  z-index: 9;
  width: 70%;
  bottom: 50px;
  left: 50%;
  margin-left: -740px;
  font-size: 2.625rem;
  color: #fff;
}
.slider-banner .slick-slide a{
 display:block;
 width:100%;
 height:100%;
position: relative;
}
.slider-banner .slick-slide a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/banner-mask.png) no-repeat;
  background-size: cover;
}
.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 50%;
  margin-right: -740px;
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  margin: 0 10px;
}

.slider-banner .slick-dots li button {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 1.5rem;
  background: none;
  border: none;
  box-shadow: none;
  text-indent: 0;
  cursor: pointer;
}

.slider-banner .slick-dots li.slick-active::after {
  content: "";
  float: right;
  width: 90px;
  height: 0;
  border-top: 1px solid #fff;
  margin-left: 10px;
  margin-top: 15px;
}

.slider-banner .slick-dots li:last-child::after {
  display: none !important;
}

 



.row1 {
  margin-top: -1px;
  padding: 65px 0 200px;
  background: url(../images/row1-bg.png) top center no-repeat;
  background-size: cover;
}

.row1 .container {
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
}

.row1 .col {
  width: 27%;
  padding: 30px 30px 20px;
  overflow: hidden;
}

.row1 .col .title {
  font-size: 1.375rem;
  color: #010204;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.row1 .col .more {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.875rem;
  color: #0053bf;
  border: 1px #0053bf solid;
  padding: 5px 20px;
  width: 100px;
  margin: 0px auto;
  margin-top: 10px;
}



.row1 .col .more:hover {
background:#0053bf;
color:#fff
}

.index-news {
  float: left;
  border-right: 1px solid #dbe4ef;
}

.index-news ul li {
  padding-top: 12px;
  overflow: hidden;
}

.index-news ul li a {
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
  color: #222222;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  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-news ul li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #222222;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.index-news ul li .date {
  position: relative;
  text-align: right;
  font-size: 0.8125rem;
  color: #618ccb;
  margin-top: 14px;
}

.index-news ul li .date:before {
  content: "";
  width: calc(100% - 95px);
  height: 0;
  border: 1px dashed #cad4ea;
  position: absolute;
  top: 50%;
  left: 0;
}

.index-news li:hover a {
  transform: translateX(2px);
  color: #0053bf;
}

.index-notice {
  float: right;
  border-left: 1px solid #dbe4ef;
}

.index-notice ul li {
  padding: 12px 0 20px;
  border-bottom: 1px dashed #dbe4ef;
  overflow: hidden;
}

.index-notice ul li .date {
  float: left;
  width: 46px;
  height: 56px;
  border: 1px solid #a8c8f2;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.index-notice ul li .date .day {
  font-size: 1.5rem;
  color: #0053bf;
  line-height: 32px;
}

.index-notice ul li .date .mon {
  line-height: 24px;
  font-size: 0.875rem;
  color: #004fb8;
  background: #a8c8f2;
}

.index-notice ul li .text {
  float: right;
  width: calc(100% - 65px);
}

.index-notice ul li a {
  margin-top: 5px;
  font-size: 1rem;
  color: #222222;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  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-notice li:hover a {
  transform: translateX(3px);
  color: #0053bf;
}

.slider-newpic {
  position: relative;
  width: 46%;
  float: left;
}

.slider-newpic .box .pic {
  width: 100%;
  position: relative;
  padding-bottom: 62%;
  margin-top: -14px;
  overflow: hidden;
}
.slider-newpic .box .pic a{
  width: 100%;
  display:inline-block;
}

.slider-newpic .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-newpic .box .pic img:hover {
  transform: scale(1.05);
}

.slider-newpic .box .date {
  font-size: 0.875rem;
  color: #004fb8;
  text-align: center;
  margin: 20px 0;
}

.slider-newpic .box .tit {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-newpic .box .tit:hover {
  color: #004fb8;
}

.slider-newpic .box .abst {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 0.9375rem;
  color: #748498;
  text-indent: 2em;
  line-height: 27px;
  height: 81px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slider-newpic .slick-dots {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.slider-newpic .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: #9d9d9d;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.slider-newpic .slick-dots li button {
  display: none;
}

.slider-newpic .slick-dots li.slick-active {
  background: #00356b;
}

.slider-newpic .slick-arrow {
  position: absolute;
  bottom: 25px;
  width: 58px;
  height: 10px;
  text-indent: 99px;
  overflow: hidden;
  border: none;
  z-index: 9;
  cursor: pointer;
}

.slider-newpic .slick-arrow.slick-prev {
  background: url(../images/slider-new-left.png) no-repeat;
  background-size: 100% 100%;
  left: 70px;
}

.slider-newpic .slick-arrow.slick-next {
  background: url(../images/slider-new-right.png) no-repeat;
  background-size: 100% 100%;
  right: 70px;
}

.slider-newpic:before {
  content: "";
  width: 106%;
  height: 26px;
  background: url(../images/news-pic-top.png) no-repeat;
  background-size: 100%;
  bottom: 100%;
  left: -3%;
  position: absolute;
}

.index-title {
  position: relative;
}

.index-title .en {
  font-size: 14px;
  color: #0043a2;
  margin-bottom: 15px;
}

.index-title .cn {
  font-size: 1.875rem;
  margin-bottom: 18px;
}

.index-title .tips {
  font-size: 0.875rem;
  color: #798aa4;
}

.index-title .index-more {
  position: absolute;
  top: 28px;
  right: 0;
  font-size: 0.875rem;
  color: #0053bf;
  border: 1px #fff solid;
  padding: 5px 20px;
}

.index-title .index-more:hover {
  font-weight: bold;
background:#0053bf;
color:#fff
}

.row2 {
  margin: -150px 3% 0;
  background: url(../images/row2-bg.png) no-repeat;
  background-size: cover;
  padding: 48px 0 80px;
}

.row2 .index-title {
  margin-bottom: 50px;
}

.row2 .index-title p.en {
  margin-bottom: 20px;
}

.row2 .index-title p.cn {
  margin-bottom: 10px;
}

.jxgz-pic {
  float: left;
  width: 35%;
  padding: 20px 0 20px 20px;
  position: relative;
}

.jxgz-pic .box {
  position: relative;
}

.jxgz-pic .box a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
}

.jxgz-pic .box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jxgz-pic .box a p {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 86%;
  left: 7%;
  font-size: 1.125rem;
  color: #fff;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jxgz-pic .box a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jxgz-pic-mask.png) no-repeat;
  background-size: cover;
}

.jxgz-pic .box a:hover img {
  transform: scale(1.05);
}

.jxgz-pic:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 0;
  background: #0040a0;
}

.jxgz-text {
  float: right;
  width: 62%;
}

.jxgz-text ul {
  overflow: hidden;
  margin: 0 -15px;
}

.jxgz-text li {
  width: 50%;
  float: left;
  margin-bottom: 23px;
}

.jxgz-text li a {
  display: block;
  padding: 30px 27px;
  overflow: hidden;
  background: #fff;
  border-bottom: 5px solid #d6dde7;
  box-shadow: 0 0 5px 0 #efefef;
  margin: 0 15px;
}

.jxgz-text .date {
  float: left;
  position: relative;
  width: 62px;
  background: url(../images/jxgz-date-top.png) top right no-repeat;
  text-align: right;
}

.jxgz-text .date .day {
  font-size: 2.25rem;
  color: #00356b;
  line-height: 55px;
}

.jxgz-text .date .mon {
  font-size: 0.875rem;
  color: #6b7c90;
}

.jxgz-text .date .year {
  font-size: 0.875rem;
  color: #6b7c90;
  line-height: 23px;
}

.jxgz-text .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: url(../images/jxgz-date.png) no-repeat;
  width: 14px;
  height: 14px;
}

.jxgz-text .text {
  float: right;
  width: calc(100% - 80px);
}

.jxgz-text h2 {
  margin-top: -7px;
  font-size: 1.125rem;
  color: #000000;
  line-height: 28px;
  height: 56px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  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;
}

.jxgz-text .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 23px;
  color: #888888;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jxgz-text a:hover h2 {
  transform: translateX(5px);
  color: #00356b;
}

.slideTxtBox .tabs-list {
  overflow: hidden;
  padding-bottom: 50px;
}

.slideTxtBox .tabs-list ul {
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
}

.slideTxtBox .tabs-list li {
  float: left;
  width: 25%;
  cursor: pointer;
  line-height: 160px;
  padding: 0 20px;
  position: relative;
}

.slideTxtBox .tabs-list p {
  font-size: 2.625rem;
  color: #fff;
  text-align: center;
  line-height: 160px;
}

.slideTxtBox .tabs-list li.active p {
  background: url(../images/tab-tit-bg.png) center no-repeat;
  background-size: cover;
}

.slideTxtBox .tabs-list li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background: rgba(255, 255, 255, 0.32);
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.slideTxtBox .tabs-list li:last-child:after {
  display: none !important;
}

.slideTxtBox .tabs-container {
  width: 100% !important;
  background: #fff;
  padding: 40px 40px 20px;
  position: relative;
  margin-top: -50px;
}

.slideTxtBox .tabs-container .accordion-handle {
  display: none !important;
}

.slideTxtBox .tabs-container .index-more {
  position: absolute;
  left: 0;
  bottom: -22px;
}

.slideTxtBox .tabs-container .tab1 {
  overflow: hidden;
}

.slideTxtBox .tabs-container .tab1 .left {
  width: 770px;
  float: left;
}

.slideTxtBox .tabs-container .tab1 .left ul {
  overflow: hidden;
  margin: 0 -10px;
}

.slideTxtBox .tabs-container .tab1 .left li {
  float: left;
  width: 50%;
  padding: 10px;
}

.slideTxtBox .tabs-container .tab1 .left .box {
  margin: 0 10px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 #efefef;
}

.slideTxtBox .tabs-container .tab1 .left .box .pic {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.slideTxtBox .tabs-container .tab1 .left .box .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slideTxtBox .tabs-container .tab1 .left .box .pic i {
  display: block;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  background: #cf2424;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.slideTxtBox .tabs-container .tab1 .left .box .text {
  padding: 20px;
}

.slideTxtBox .tabs-container .tab1 .left .box .up {
  overflow: hidden;
}

.slideTxtBox .tabs-container .tab1 .left .box .date {
  float: left;
  margin-top: 8px;
  width: 52px;
  height: 70px;
  background: #1a497e;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.slideTxtBox .tabs-container .tab1 .left .box .date .day {
  font-size: 1.5rem;
  margin-top: 8px;
}

.slideTxtBox .tabs-container .tab1 .left .box .date .year {
  font-size: 0.875rem;
}

.slideTxtBox .tabs-container .tab1 .left .box .tit {
  float: right;
  width: calc(100% - 75px);
  line-height: 30px;
  height: 90px;
  font-weight: bold;
  color: #16467c;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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;
}

.slideTxtBox .tabs-container .tab1 .left .box .abst {
  font-size: 0.875rem;
  color: #888888;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(1) {
  margin-bottom: 55px;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(1) .pic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(2) {
  margin-top: 55px;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(2) .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #fff;
}

.slideTxtBox .tabs-container .tab1 .left li:hover img {
  transform: scale(1.05);
}

.slideTxtBox .tabs-container .tab1 .left li:hover .box {
  background: #16467c;
}

.slideTxtBox .tabs-container .tab1 .left li:hover .date {
  background: none;
  border: 1px solid #fff;
}

.slideTxtBox .tabs-container .tab1 .left li:hover .tit {
  color: #fff;
}

.slideTxtBox .tabs-container .tab1 .left li:hover .abst {
  color: #77a7dc;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(1):hover .pic:after {
  border-bottom: 14px solid #16467c;
}

.slideTxtBox .tabs-container .tab1 .left li:nth-child(2):hover .pic:after {
  border-top: 14px solid #16467c;
}

.slideTxtBox .tabs-container .tab1 .right {
  float: right;
  width: 610px;
}

.slideTxtBox .tabs-container .tab1 .right li {
  overflow: hidden;
  padding: 16px 20px 16px 0;
  border-bottom: 1px solid #d4d4d4;
}

.slideTxtBox .tabs-container .tab1 .right .date {
  float: left;
  width: 52px;
  height: 70px;
  background: #1a497e;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.slideTxtBox .tabs-container .tab1 .right .date .day {
  font-size: 1.5rem;
  margin-top: 8px;
}

.slideTxtBox .tabs-container .tab1 .right .date .year {
  font-size: 0.875rem;
}

.slideTxtBox .tabs-container .tab1 .right .text {
  float: right;
  width: calc(100% - 65px);
}

.slideTxtBox .tabs-container .tab1 .right .tit {
  font-size: 1rem;
  color: #000;
  line-height: 38px;
  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;
}

.slideTxtBox .tabs-container .tab1 .right .abst {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #888888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slideTxtBox .tabs-container .tab1 .right li:hover .tit {
  color: #16467c;
  transform: translateX(5px);
}

.slideTxtBox .tabs-container .tab2 {
  margin: 0 -17px;
  padding-top: 10px;
  overflow: hidden;
}

.slideTxtBox .tabs-container .tab2 li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.slideTxtBox .tabs-container .tab2 li .box {
  margin: 0 17px;
  background: url(../images/tab-box-bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 30px 25px 10px 20px;
  position: relative;
}

.slideTxtBox .tabs-container .tab2 li .tit {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

.slideTxtBox .tabs-container .tab2 li .info {
  background: url(../images/tab-tit-bott.png) top center no-repeat;
  padding: 10px 0;
}

.slideTxtBox .tabs-container .tab2 li .info p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5rem;
}

.slideTxtBox .tabs-container .tab2 li .info p span {
  color: #a90f0f;
  font-weight: bold;
}

.slideTxtBox .tabs-container .tab2 li:hover .box {
  background: url(../images/tab-box-bg.png) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px #0e3477;
}

.slideTxtBox .tabs-container .tab2 li:hover .tit {
  font-weight: bold;
  color: #0e3477;
}

.row3 {
  padding: 45px 0 40px;
  background: url(../images/row3-bg.jpg) top center no-repeat #eaf2fd;
  
}

.xyhd .index-title p {
  color: #fff !important;
}

.xyhd .index-title .index-more {
  color: #fff !important;
}

.xyhd-pics {
  width: 100%;
  height: 480px;
  margin-top: 35px;
}

.xyhd-pics .right-pic {
  position: absolute;
  width: 80%;
  width: calc(100% - (100% - 1480px) / 2);
  width: -moz-calc(100% - (100% - 1480px) / 2);
  width: -webkit-calc(100% - (100% - 1480px) / 2);
  right: 0;
}

.slider-xyhd {
  margin: 0 -15px;
}

.slider-xyhd .box {
  position: relative;
  margin: 0 15px;
  background: #f5f8fb;
}

.slider-xyhd .box .pic {
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;
}
.slider-xyhd .box .pic a{
  width: 100%;
  display:inline-block;
}

.slider-xyhd .box .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-xyhd .box .text {
  padding: 18px 30px;
  overflow: hidden;
}

.slider-xyhd .box .tit {
  font-size: 1.0625rem;
  color: #000000;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider-xyhd .box .abst {
  margin-top: 10px;
  color: #888888;
  font-size: 0.875rem;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider-xyhd .box .date {
  color: #888888;
  font-size: 0.875rem;
  margin-top: 15px;
}

.slider-xyhd .box .more {
  position: absolute;
  right: 30px;
  bottom: 18px;
  z-index: 2;
}

.slider-xyhd .box:hover img {
  transform: scale(1.05);
}

.slider-xyhd .box:hover .tit {
  color: #0040a0;
}

.slider-xyhd .slick-arrow {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  top: -70px;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.slider-xyhd .slick-arrow.slick-prev {
  background: url(../images/xyhd-left.png) no-repeat;
  background-size: 100% 100%;
  right: calc(100% - 1455px);
}

.slider-xyhd .slick-arrow.slick-next {
  background: url(../images/xyhd-right.png) no-repeat;
  background-size: 100% 100%;
  right: calc(100% - 1495px);
}

.kxyj .index-title {
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
}

.kxyj .index-title p.en {
  color: #4a6e9f;
}

.kxyj .index-title p.cn {
  color: #000000;
}

.kxyj .index-title p.tips {
  color: #4a6e9f;
}

.kxyj-list ul {
  overflow: hidden;
  margin: 0 -15px;
}

.kxyj-list li {
  float: left;
  width: 25%;
}

.kxyj-list li a {
  display: block;
  overflow: hidden;
  margin: 0 15px;
  background: url(../images/kxyj-bg.png) no-repeat;
  background-size: cover;
  padding: 50px 40px;
}

.kxyj-list li h3 {
  font-size: 1.0625rem;
  color: #000000;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kxyj-list li .pic {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}

.kxyj-list li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kxyj-list li .date {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  background: #00356b;
  margin: -20px auto 0;
  font-size: 0.875rem;
  color: #fff;
}

.kxyj-list li .abst {
  font-size: 0.875rem;
  color: #888888;
  line-height: 23px;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 20px;
}

.kxyj-list li:nth-child(2n) {
  margin-top: 40px;
}

.kxyj-list li:hover a {
  background: url(../images/kxyj-bg-on.png) no-repeat;
  background-size: cover;
}

.kxyj-list li:hover h3,
.kxyj-list li:hover .abst {
  color: #fff;
}

.kxyj-list .more {
    width: 100px;
  margin: 0px auto;
  display: block;
  margin-top: 60px;
  text-align: center;
  font-size: 0.875rem;
  color: #0053bf;
  border: 1px #0053bf solid;
  padding:5px 20px

}

.kxyj-list .more:hover {

  background:#0053bf;
  color:#fff
}

.row4 {
  padding: 28px 0 0 0;
  background: url(../images/row4-bg.png) no-repeat;
  background-size: cover;
}

.row4 .index-title {
  text-align: center;
}

.row4 .index-title p {
  color: #fff !important;
}

.row4 .index-title p.tips {
  color: rgba(255, 255, 255, 0.41) !important;
}

.row4 .mtjj {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  padding: 30px 30px 20px;
  position: relative;
}

.row4 .mtjj .more {
  display: block;
  font-size: .875rem;
  color: #0053bf;
  text-align: center;
  margin: 0 auto;
  width: 185px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  bottom: -12px;
  background: #fff;
  z-index: 9;
}

.mtjj-pic {
  float: left;
  width: 58%;
}

.mtjj-pic ul {
  overflow: hidden;
  margin: 0 -7px;
}

.mtjj-pic li {
  width: 50%;
  float: left;
}

.mtjj-pic li a {
  display: block;
  height: 285px;
  position: relative;
  margin: 0 7px;
  overflow: hidden;
}

.mtjj-pic li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mtjj-pic li .text {
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, black);
}

.mtjj-pic li .tit img {
  position: relative;
  width: 23px;
  height: auto;
  float: left;
}

.mtjj-pic li .tit p {
  line-height: 23px;
  font-size: 1rem;
  color: #ffffff;
  width: calc(100% - 35px);
  margin-left: 10px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mtjj-pic li .date {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
}

.mtjj-pic li:hover img {
  transform: scale(1.05);
}

.mtjj-text {
  float: right;
  margin-top: -7px;
  width: 40%;
}

.mtjj-text li {
  overflow: hidden;
  line-height: 48px;
  border-bottom: 1px dashed #e9eaec;
}

.mtjj-text .col {
  font-size: 1rem;
  color: #ff962f;
  float: left;
}

.mtjj-text .date {
  float: right;
  color: #a8adb3;
  font-size: .875rem;
}

.mtjj-text .tit {
  float: left;
  width: calc(100% - 229px);
  margin-left: 15px;
  font-size: 1rem;
  color: #283950;
  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;
}

.mtjj-text .tit:hover {
  transform: translateX(5px);
  color: #0e3477;
}

.index-bottom {
  margin-top: -1px;
  background: url(../images/index-bottom.jpg) no-repeat;
  background-size: cover;
}

.index-bottom .footer {
  background: rgba(0, 53, 107, 0.91);
}

.row5 {
  padding-top: 135px;
  padding-bottom: 100px;
}

.row5 .index-title {
  text-align: center;
  margin-bottom: 65px;
}

.row5 .index-title p.en,
.row5 .index-title p.tips {
  color: rgba(0, 53, 107, 0.4);
}

.ztzl-list {
  margin: 0 -12px;
  position: relative;
  overflow: hidden;
}

.ztzl-list .box {
  margin: 0 12px;
}

.ztzl-list .box img {
  width: 100%;
}

.ztzl-list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 34px;
  margin-top: -17px;
  text-indent: 99px;
  overflow: hidden;
  border: none;
  z-index: 9;
  cursor: pointer;
}

.ztzl-list .slick-arrow.slick-prev {
  background: url(../images/ztzl-left.png) no-repeat;
  background-size: 100% 100%;
  left: 12px;
}

.ztzl-list .slick-arrow.slick-next {
  background: url(../images/ztzl-right.png) no-repeat;
  background-size: 100% 100%;
  right: 12px;
}



.footer {
  background: #00356b;
  padding-top: 30px;
}

.footer .tit {
  color: #fff;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 32px;
}

.footer .links {
  float: left;
  width: 368px;
}

.footer .links li a {
  color: rgba(255, 255, 255, 0.41);
  font-size: .875rem;
  line-height: 26px;
}

.footer .contact {
  float: left;
  width: 305px;
}

.footer .contact p {
  font-size: .875rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.41);
}

.footer .xmt {
  float: left;
  margin-left: 155px;
}

.footer .xmt li {
  float: left;
  margin-right: 40px;
  text-align: center;
  position: relative;
}

.footer .xmt li p {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.41);
}

.footer .xmt li .ewm {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 110px;
  height: 110px;
  z-index: 9;
}

.footer .xmt li .ewm img {
  width: 110px;
  height: 110px;
}

.footer .footlogo {
  float: right;
  margin-top: 25px;
}

.footer .cory {
  overflow: hidden;
  margin-top: 30px;
  font-size: .9375rem;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer .cory * {
  color: rgba(255, 255, 255, 0.41);
}



.list-banner {
  overflow: hidden;
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/banner-mask2.png) no-repeat;
  background-size: 100% 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: url(../images/list-page-bg.png) bottom center no-repeat;
  background-size: cover;
}

.list-page .container {
  position: relative;
}


.column-menu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  overflow: hidden;
  padding: 30px 0;
  background: rgba(0, 64, 160, 0.75);
  line-height: 40px;
}

.column-menu .curr-column {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-left: 55px;
}

.column-menu .list-menu {
  float: right;
  background: url(../images/jiantou.png) left center no-repeat;
  padding-left: 30px;
}

.column-menu .list-menu li {
  float: left;
  padding: 0 30px;
}

.column-menu .list-menu li a {
  font-size: 1.125rem;
  color: #fff;
}

.column-menu .list-menu li.current a,
.column-menu .list-menu li:hover a {
  font-weight: bold;
}

.list-con {
  padding: 35px 0 100px;
}


.left-con {
  width: calc(100% - 337px);
  float: left;
}

.location {
  overflow: hidden;
  border-bottom: 1px solid #eceae4;
  line-height: 28px;
}

.location .tit {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0040a0;
  float: left;
  padding-bottom: 12px;
  border-bottom: 4px solid #0040a0;
}

.location .weizhi {
  float: right;
  font-size: .9375rem;
  color: #888888;
}

.location .weizhi a {
  font-size: .9375rem;
  color: #888888;
}

.list-text {
  margin-top: 10px;
}

.list-text li {
  border-bottom: 1px solid #e8e8e8;
  line-height: 65px;
  overflow: hidden;
  position: relative;
}

.list-text li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-radius: 50%;
  background: #333333;
}

.list-text .tit {
  float: left;
  width: calc(100% - 110px);
  padding-left: 24px;
  color: #333333;
  font-size: 1.125rem;
  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 .date {
  float: right;
  color: #666666;
  font-size: 0.9375rem;
}

.list-text li:hover .tit {
  color: #193f6b;
  transform: translateX(5px);
}

.list-pics {
  margin-top: 15px;
}

.list-pics li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  padding: 30px 0 20px;
}

.list-pics .date {
  position: relative;
  float: left;
  width: 68px;
  height: 75px;
  text-align: center;
  background: #e9eef4;
}

.list-pics .date .day {
  font-size: 1.5rem;
  color: #436396;
  margin-top: 10px;
}

.list-pics .date .year {
  font-size: .75rem;
  color: #436396;
}

.list-pics .date:after {
  content: "";
  width: 1px;
  height: 103px;
  background: #cddeee;
  position: absolute;
  right: 0;
  top: -14px;
}

.list-pics .pic {
  float: right;
  position: relative;
  margin-top: -13px;
  width: 194px;
  height: 138px;
  overflow: hidden;
}

.list-pics .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-pics .text {
  float: left;
  width: calc(100% - 345px);
  margin-left: 22px;
  margin-top: -10px;
}

.list-pics .text .tit {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 38px;
  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-pics .text .abst {
  font-size: 0.75rem;
  color: #888888;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-pics .text.no-pic {
  width: calc(100% - 95px);
}

.list-pics li:hover .tit {
  color: #436396;
  transform: translateX(5px);
}

.list-pics li:hover img {
  transform: scale(1.05);
}

.pic-pages {
  overflow: hidden;
  margin-top: 40px;
}

.pic-pages li {
  float: left;
  width: 33.3%;
}

.pic-pages li a {
  display: block;
  overflow: hidden;
  margin: 0 18px;
}

.pic-pages .pic {
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.pic-pages .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pic-pages p {
  text-align: center;
  padding: 20px 0;
  font-size: 1.125rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-pages li:hover img {
  transform: scale(1.05);
}

.pic-pages li:hover p {
  color: #00419f;
}

.zzjg-list {
  margin-top: 50px;
  margin-bottom: -50px;
}

.zzjg-list .left {
  float: left;
  width: 50%;
  padding: 0 30px;
}

.zzjg-list .right {
  float: right;
  width: 50%;
  margin-top: 60px;
  padding: 0 30px;
}

.zzjg-list .box {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
}

.zzjg-list .title {
  overflow: hidden;
  width: 100%;
  padding: 70px 55px 55px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  background: url(../images/jxjg-title.png) no-repeat;
  background-size: cover;
}

.zzjg-list ul {
  padding: 30px 50px 50px;
  overflow: hidden;
}

.zzjg-list li {
  padding: 10px 0;
  overflow: hidden;
  background: url(../images/links-ico.png) center left no-repeat;
  padding-left: 33px;
}

.zzjg-list li a {
  font-size: 1.125rem;
  color: #333333;
}

.zzjg-list li a:hover {
  color: #00419f;
}

.zzjg-list .jg2 .title {
  background: url(../images/quzz-title.png) no-repeat;
  background-size: cover;
}

.zzjg-list .jg3 .title {
  background: url(../images/jfjg-title.png) no-repeat;
  background-size: cover;
}

.zzjg-list .jg4 .title {
  background: url(../images/dzgl-title.png) no-repeat;
  background-size: cover;
}


.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: 40px;
  margin-bottom: -50px;
  overflow: hidden;
}

.article-con h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
  font-weight: normal;
  color: #000000;
}

.article-con h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000000;
}

.article-con .info {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  background: #f8f8fa;
  font-size: .9375rem;
  color: #666666;
  text-align: center;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 2;
  color: #333333;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2dbe4;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 10px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto;
}

.article-con .article-text p.vsbcontent_img img {
  margin-left: 1em !important;
}

.article-con .updown {
  overflow: hidden;
  margin-top: 15px;
}

.article-con .updown a {
  display: block;
  font-size: 1.125rem;
  color: #193e6a;
  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 span {
  font-weight: bold;
}

.article-con .updown a:hover {
  transform: translateX(5px);
}

.article-jj {
  margin-top: 20px;
}

.article-jj .article-text {
  line-height: 46px;
  border-bottom: none;
}


.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.latest-news {
  float: right;
  width: 300px;
  padding: 0 22px 70px 30px;
  border-left: 1px solid #d3dee8;
  position: relative;
}

.latest-news .title {
  position: relative;
  margin-top: -13px;
  border-bottom: 1px dashed #cfd5df;
  padding-bottom: 25px;
}

.latest-news .title h3 {
  margin-left: 10px;
  color: #b11111;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
}

.latest-news .title h3:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 5px;
  background: #b11111;
}

.latest-news ul {
  overflow: hidden;
}

.latest-news ul li {
  padding: 17px 0 17px 15px;
  position: relative;
  border-bottom: 1px dashed #cfd5df;
}

.latest-news ul li a {
  font-size: 1rem;
  line-height: 26px;
  color: #333333;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-news ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 27px;
}

.latest-news ul li:hover a {
  color: #b11111;
}

.latest-news:before {
  content: "";
  width: 35px;
  height: 0;
  border-top: 1px solid #d3dee8;
  position: absolute;
  left: 0;
  top: 0;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #00356b !important;
    color: #fff;
    background-color: #00356b !important;
}


@media (max-width: 420px){
.location .tit{margin-bottom: 27px;
    width: 100%;
    text-align: center;}

}