body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
  color: #333;
  background: #f4f7fe;
}
i {
  font-style: normal;
}
a:hover,
a:focus {
  color: #0B64BE;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header {
  padding: 0 0 48px;
  background: url(sxsyjs-head.jpg) no-repeat right;
  background-size: cover;
}
/*导航*/
.nav-wrap {
  background: #025BAE;
}
nav.navbar.bootsnav {
  min-height: 26px;
  border: none;
  border-top: 0;
  background-size: cover;
  z-index: 999;
  position: relative;
  background: none;
}
.navbar-collapse{
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}

nav.navbar.bootsnav ul.nav > li {
    width: 11.11%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li:hover > a{
  background: #1a469e;
}

nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li:hover a,
nav.navbar.bootsnav ul.nav > li.on a {
  color: #fff;
  font-weight: bold;
}
/* nav.navbar.bootsnav ul.nav > li:hover a::after,
nav.navbar.bootsnav ul.nav > li.on a::after {
  display: block;
} */
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 15px 0 rgba(21, 86, 201, 0.2);
  margin-top: 0;
  background: #fff;
  background-size: 100% 100%;
  min-width: 100%;
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  /* border-bottom: none; */
  color: #333;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #1a469e;
  color: #fff;
}
nav.navbar.bootsnav .megamenu-content {
  border: none !important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #0073BC;
  padding: 10px 10%;
}
nav.navbar.bootsnav.scroll ul.nav {
  width: 100%;
}
nav.navbar.bootsnav.scroll ul.nav > li {
  margin: 0;
  width: 10%;
}
nav.navbar.bootsnav.scroll ul.nav li.dropdown ul.dropdown-menu {
  margin-left: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  /*nav*/

  nav.navbar.bootsnav .megamenu-content {
    border: none !important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none !important;
    box-shadow: none !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #1a469e;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px !important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a:hover {
    color: #FFA202;
  } */
}
.top-rightbox{
  padding: 7px 0;
  background: rgba(32, 96, 202, .35);
}
.top-rightbox2{
  display: none;
}
.top-rightbox a {
  color: #fff;
  display: block;
  line-height: 34px;
  text-align: right;
  margin-left: 9px;
  padding-left: 9px;
  position: relative;
}
.top-rightbox a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 1px;
  height: 12px;
  background: #fff;
}
.top-rightbox a:last-child::before{
  display: none;
}
.top-rightbox a:hover{
  text-decoration: underline;
}
/*搜索*/
.searchbox {
  position: relative;
  border-radius: 6px;
  width: 217px;
  height: 34px;
  background: rgba(53, 80, 157, .85);
  border-radius: 20px;
  margin-left: 25px;
}
.searchbox input[type="text"] {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  outline: none;
  color: #fff;
  background: none;
  border: none;
  width: 80%;
  position: relative;
  font-size: 14px;
  line-height: 34px;
  -webkit-appearance: none;
}
.searchbox input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.44) !important;
  font-family: Arial;
}
.searchbox input[type="submit"] {
  background: url(sxsyjs-sou.png) no-repeat center;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 34px;
  outline: none;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 6px;
}
.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.logo {
  position: relative;
  margin-top: 49px;
  margin-right: 156px;
}
/*banner*/
.index-banner {
  height: 560px;
  overflow: hidden;
}
.index-banner .banner-img {
  display: block;
  position: relative;
}
.index-banner .banner-img img {
  width: 100%;
  height: 560px;
}
.index-banner .banner-img p {
  position: absolute;
  left: 17%;
  bottom: 20px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  width: 50%;
  z-index: 1;
}
.index-banner .banner-img::after {
  position: absolute;
  content: "";
  height: 130px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.index-banner .slick-dots {
  height: 16px;
  bottom: 28px;
  text-align: right;
  z-index: 1;
  padding-right: 17%;
}
.index-banner .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  opacity: 1;
  padding: 0;
  margin: 0 5px;
  transition: all 0.7s;
}
.index-banner .slick-dots li.slick-active {
  background: #0073BC;
}
.index-banner .slick-dots li:before {
  width: 6px;
  content: '';
}
.index-banner .slick-next:before,
.index-banner .slick-prev:before {
  display: none !important;
}
.index-banner .slick-prev {
  left: 22px;
  z-index: 999;
  width: 0px;
  height: 40px;
  background: url(left.png) no-repeat center;
}
.index-banner .slick-next {
  right: 22px;
  width: 0px;
  height: 40px;
  background: url(right.png) no-repeat center;
}
.pd60 {
  padding: 60px 0;
}
.part1 {
  background: url(sxsyjs-bg1.png) no-repeat center bottom #F8F9FA;
}
.index-tit {
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
.index-tit h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.index-tit img {
  height: 24px;
  margin-right: 8px;
  float: left;
}
.jy-left {
  display: block;
  width: 100%;
  padding: 35px 30px 160px;
  background: url(sxsyjs-jybg.png) no-repeat bottom center #fff;
  border-radius: 4px;
  height: 420px;
  box-shadow: 0px 0px 50px 4px #E9EDF2;
}
.jy-left span {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}
.jy-left span i {
  font-size: 18px;
  font-weight: bold;
  color: #0073BC;
  line-height: 24px;
  margin-right: 5px;
}
.jy-left h3 {
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 20px;
}
.jy-left p {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.jy-right li {
  margin-bottom: 15px;
}
.jy-right li:last-child {
  margin-bottom: 0;
}
.jy-right li a {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 10px 25px;
  box-shadow: 0px 0px 50px 4px #E9EDF2;
  border-radius: 4px;
  height: 90px;
}
.jy-right li a .bmtz {
  width: 44px;
  height: 70px;
  background: url(sxsyjs-bmtz2.png) no-repeat center;
  float: right;
}
.jy-right li a span {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 115, 188, 0.1);
  line-height: 70px;
  display: block;
}
.jy-right li a span i {
  font-size: 18px;
  font-weight: bold;
  color: #0073BC;
  line-height: 24px;
  margin-right: 5px;
}
.jy-right li a p {
  width: 70%;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  margin: 10px 0;
  font-size: 16px;
  float: left;
}
.jy-right li a:hover {
  background: #0073BC;
}
.jy-right li a:hover .bmtz {
  background: url(sxsyjs-bmtz.png) no-repeat center;
}
.jy-right li a:hover span,
.jy-right li a:hover p,
.jy-right li a:hover i {
  color: #fff;
}
.jy-right li a:hover span {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: url(sxsyjs-icon2.png) no-repeat left 8px center;
}
.part2 {
  background: url(sxsyjs-bg2.png) no-repeat center;
  background-size: cover;
  padding: 25px 0;
}
.part2 .index-tit {
  color: #fff;
}
.part2 .index-tit a:hover {
  color: #EA971C;
}
.part3 {
  background: #fff;
  padding: 25px 0;
}
.jytz {
  display: block;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  height: 90px;
  margin-bottom: 15px;
  position: relative;
}
.jytz span {
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.jytz span i {
  font-size: 18px;
  font-weight: bold;
  color: #0073BC;
  line-height: 24px;
  margin-right: 5px;
}
.jytz p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  padding-right: 10%;
}
.jytz::after {
  position: absolute;
  content: "";
  right: 26px;
  bottom: 26px;
  width: 30px;
  height: 8px;
  background: url(sxsyjs-rl.png) no-repeat center;
}
.jytz:hover {
  background: #EA971C;
  color: #fff;
}
.jytz:hover i {
  color: #fff;
}
.jytz:hover::after {
  background: url(sxsyjs-rl2.png) no-repeat center;
}
.kstd {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.link-mb0{
  margin-bottom: 0;
}
.kstd img {
  width: 100%;
  height: 108px;
  transition: all 0.7s;
}
.kstd:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lxwm {
  background: url(sxsyjs-logo2.png) no-repeat right 20px bottom 20px #F2F4F6;
  border-radius: 5px;
  overflow: hidden;
}
.lxwm img {
  margin-right: 35px;
  height: 246px;
}
.lxwm-right {
  padding: 35px;
}
.lxwm-right p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 13px;
}
.lxwm-right p i {
  display: block;
  font-weight: bold;
}
.lxwm-right p:last-child {
  margin-bottom: 0;
}

.pep-list .box-img {
  padding: 0 12px;
}
.pep-list .box-img img {
  width: 100%;
  height: 186px;
}
.pep-list .box-img span {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.yqlj {
  padding: 40px 0;
  background: #0073BC;
}
.yqlj .index-tit {
  color: #fff;
}
.yqlj .index-tit a:hover {
  color: #EA971C;
}

.link {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #D9DDE9;
  margin-bottom: 22px;
}
.link img {
  width: 100%;
  height: 58px;
  transition: all 0.7s;
}
.link-list .col-sm-4:nth-child(7) .link,
.link-list .col-sm-4:nth-child(8) .link,
.link-list .col-sm-4:nth-child(9) .link{
  margin-bottom: 0;
}
.link:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer {
  background: #0465A3;
  padding: 30px 0;
}
.foot {
  display: block;
  overflow: hidden;
  color: #fff;
}
.foot li {
  float: left;
  margin-right: 22px;
  height: 96px;
  line-height: 96px;
}
.foot li a {
  color: #fff;
}
.foot li a:hover {
  text-decoration: underline;
}
.foot li:last-child {
  margin-right: 0;
}
.foot li:nth-child(2) {
  width: 47%;
  line-height: 24px;
}
.ny-banner {
  height: 372px;
  display: none;
}
.nav-left {
  margin-top: 25px;
}
.nav-left .leftnav-tit {
  height: 90px;
  padding: 25px;
  padding-bottom: 0;
  background: url(sxsyjs-navbg.png) left  bottom no-repeat #0073BC;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 65px;
  position: relative;
}
.nav-left .leftnav-tit::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 5px;
  width: 27px;
  height: 3px;
  background: #fff;
}
.nav-left .leftnav-txt {
  display: block;
  padding: 16px 20px 16px 37px;
  font-size: 16px;
  color: #2D303B;
  position: relative;
  line-height: 18px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(230, 234, 239, 0.99);
  margin-top: 12px;
}
.nav-left .leftnav-txt::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 17px;
  border-radius: 5px;
  left: 20px;
  top: 16px;
  background: #0483D4;
}
.nav-left .leftnav-txt::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  width: 7px;
  height: 13px;
  background: url(sxsyjs-right.png) no-repeat center;
}
.nav-left .leftnav-txt:hover,
.nav-left .nav2hover {
  background: #0073bc;
  color: #fff;
}
.nav-left .leftnav-txt:hover::before,
.nav-left .nav2hover::before {
  background: #fff;
}
.nav-left .leftnav-txt:hover::after,
.nav-left .nav2hover::after {
  background: url(sxsyjs-right2.png) no-repeat center;
}
.breadcrumb {
  padding: 20px 0;
  background: none;
  color: #999EA7;
  text-align: right;
  margin-bottom: 0;
}
.breadcrumb li:first-child {
  position: relative;
  padding-left: 24px;
}
.breadcrumb li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(home.png) no-repeat center;
}
.breadcrumb li:last-child a:last-child {
  color: #0073BC;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li::after {
  padding: 0 5px;
  padding-right: 0;
  color: #999EA7;
  content: ">\00a0";
}
.breadcrumb > li:first-child:after {
  content: "";
}
.breadcrumb > li:last-child::after {
  content: "";
  padding: 0;
}
.breadcrumb li a:hover {
  color: #0073bc;
}
.ny-bg {
  background: url(sxsyjs-nybg.png) no-repeat right top #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(230, 234, 239, 0.99);
  border-radius: 6px;
  padding: 20px 30px 50px 30px;
  margin-bottom: 50px;
}
.ny-bt {
  border-bottom: 1px solid #CFD8E4;
  margin-bottom: 25px;
}
.ny-bt h1 {
  font-weight: bold;
  color: #262626;
  line-height: 24px;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #0483D4;
  display: inline-block;
}
/*图文列表*/
.tw-list li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.tw-list .tw-txt {
  display: block;
}
.tw-list .tw-txt .tw-box {
  margin-right: 15px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 4px;
}
.tw-list .tw-txt .tw-box img {
  width: 225px;
  height: 150px;
  transition: all 0.7s;
}
.tw-list .tw-txt .tw-rt {
  float: left;
  width: calc(100% - 252px);
}
.tw-list .tw-txt .tw-rt h3 {
  color: #3C3C3C;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  font-weight: bold;
}
.tw-list .tw-txt .tw-rt p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  max-height: 72px;
  margin: 10px 0;
}
.tw-list .tw-txt .tw-rt i {
  font-size: 15px;
  display: block;
  color: #0073BC;
}
.tw-list .tw-txt:hover .tw-box img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tw-list .tw-txt:hover .tw-rt h3,
.tw-list .tw-txt:hover .tw-rt p {
  color: #0073bc;
}
/*图文结束*/
/*分页*/
.page,
.pmt1 {
  text-align: center;
  margin-top: 30px;
}
.page a ,
.pmt1 a ,
.pmt1 span {
  line-height: 40px;
  margin-left: 5px;
  display: inline-block;
  padding: 0 13px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.page a:hover,
.pmt1 a:hover,
.pmt1 span:hover {
  background: #086AB0;
  color: #fff;
  border: 1px solid #086AB0;
}
.page a.page-active,
.pmt1 span.current  {
  background: #086AB0;
  color: #fff;
  border: none;
}
.page span {
  background: #0073BC;
  color: #fff;
  border: none;
  line-height: 40px;
  /* border: 1px solid #086AB0; */
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #086AB0;
  display: none;
}
.pmt1 .page-phone{
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*文字列表*/
.list-ny li {
  padding-left: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 25px;
  background: #f5f7fb;
}
.list-ny li:nth-child(2n) {
  background: none;
}
.list-ny li a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  font-size: 16px;
  float: left;
  padding-left: 19px;
  position: relative;
  color: #34353B;
}
.list-ny li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  background: url(sysyjs-dian.png) no-repeat center;
}
.list-ny li a:hover {
  color: #0073bc;
}
.list-ny li i {
  float: right;
  color: #7A7E8C;
  font-size: 16px;
  line-height: 24px;
}
.list-ny li:last-child {
  margin-bottom: 0;
}
.jytz2 {
  border: 1px solid #E6E8F0;
  padding: 23px;
  min-height: 120px;
}
.jytz2 span {
  color: #999999;
  margin-bottom: 0;
}
.jytz2 span i {
  font-size: 20px;
}
.jytz2 p {
  font-size: 16px;
}
.jytz2::after {
  left: 23px;
  bottom: 23px;
}
.jytz2:hover span {
  color: #fff;
}
.ny-box2 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.day-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3E8F1;
}
.day-list li:last-child {
  margin-bottom: 0;
}
.day-list li a p {
  line-height: 20px;
  font-size: 14px;
  height: 40px;
  color: #737B87;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.day-list li a h2 {
  color: #262E3C;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
}
.day-list li a:hover p,
.day-list li a:hover h2 {
  color: #0073bc;
}
.day {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  float: left;
  background: url(sxsyjs-daybg.png) #0073BC no-repeat center;
  padding: 10px 2px;
  color: #fff;
  text-align: center;
  margin-right: 14px;
}
.day h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.day span {
  line-height: 24px;
  display: block;
  font-size: 14px;
}
.nypep-list {
  display: block;
  overflow: hidden;
  margin-left: -24px;
  margin-right: -24px;
}
.nypep-list li {
  float: left;
  margin-bottom: 40px;
  padding: 0 24px;
  display: block;
}
.nypep-list li img {
  width: 135px;
  height: 186px;
  border: 1px solid #eee;
}
.nypep-list li span {
  text-align: center;
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px;
  max-height: 20px;
  margin-top: 10px;
}
.box-search {
  margin-bottom: 15px;
  margin-top: 28px;
  background: url(sxsyjs-hjbg.png) no-repeat center;
  background-size: cover;
  padding: 23px 30px;
  border-radius: 5px;
  overflow: hidden;
}
.wid40 {
  width: 37%;
  float: left;
}
.wid20 {
  width: 26%;
  float: left;
}
.box-search.search-other {
  position: relative;
  padding-right: 100px;
}
.box-search.search-other .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.box-btn {
  margin-left: 30px;
  padding-left: 30px;
  height: 95px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.box-btn .btn-s {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  color: #fff;
  background: url(sxsyjs-hjsou.png) no-repeat left 24px center #FDA421;
}
.box-search .box-s {
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 100px;
  line-height: 40px;
}
.box-search .box-s > div {
  float: left;
}
.box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 40px;
  width: 90px;
  color: #fff;
  font-size: 14px;
}
.box-search .box-s .box-inp {
  width: 100%;
}
.box-search .box-s .inp-s {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 4px;
  border-color: #eee;
  margin-bottom: 0;
}
.box-search .box-s1 {
  width: 66.666666% !important;
}
.box-table {
  overflow: auto;
}
.box-table .t-title {
  display: block;
  text-align: left;
  color: #333333;
}
.box-table .t-title:hover {
  color: #1958af;
}
.box-table table {
  width: 100%;
  min-width: 800px;
}
.box-table table tr td {
  padding: 15px 14px;
  color: #333333;
  word-break: break-all;
}
[data-v-dp] .box-table table tr td {
  padding: 16px 16px;
}
[data-v-dp] .box-table table tbody tr td {
  font-size: 14px;
}
.box-table table thead tr td {
  background-color: #f4f6f9;
  line-height: 24px;
  color: #3C3C3C;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #fff;
}
.box-table table tbody tr:nth-child(2) {
  background: #F6F8FA;
}
.box-table table tbody tr td {
  text-align: center;
  line-height: 1.4;
  border-right: 1px solid #fff;
}
.box-table .title-s {
  display: block;
  color: #333;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w17 {
  width: 17%;
}
.w28 {
  width: 28%;
}
.ryxm {
  margin-bottom: 10px;
}
.ryxm-top {
  display: block;
  background: #fff;
  border-left: 5px solid #0073BC;
  border-radius: 5px;
  padding: 12px;
  padding-left: 20px;
}
.ryxm-top h2 {
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  display: inline-block;
}
.ryxm-top span {
  line-height: 28px;
  color: #737373;
  display: inline-block;
}
.ryxm-top span i {
  color: #EA971C;
}
.ryxm-top a {
  float: right;
  line-height: 28px;
  padding: 0 15px;
  width: 72px;
  border-radius: 28px;
  display: block;
  color: #fff;
  background: #0073BC;
}
.ryxm-top a .btzk,
.ryxm-top a .btsq {
  position: relative;
}
.ryxm-top a .btzk::after,
.ryxm-top a .btsq::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0px;
  width: 9px;
  height: 5px;
  background: url(sxsyjs-up.png) no-repeat center;
}
.ryxm-top a .btzk::after {
  transform: rotate(180deg);
}
.ryxm-body {
  padding: 20px 30px;
}
.ryxm-body ul {
  display: block;
  overflow: hidden;
}
.ryxm-body ul li {
  float: left;
  margin-right: 5%;
  position: relative;
  padding-left: 20px;
  line-height: 26px;
  min-width: 62px;
}
.ryxm-body ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: url(sxsyjs-rit2.png) no-repeat center;
}
.btzk {
  display: none;
}
.from h3 {
  font-size: 16px;
  color: #FF9900;
  margin-bottom: 20px;
}
.from p {
  font-size: 16px;
  line-height: 32px;
  color: #4B4F56;
}
.from .col-md-6:last-child {
  border-left: 1px solid #CCE5F5;
  padding-left: 78px;
}
.ma {
  margin-top: 20px;
  display: block;
  overflow: hidden;
}
.ma img {
  float: left;
}
.ma span {
  display: block;
  float: left;
  line-height: 111px;
  color: #027FCE;
  font-size: 16px;
  margin-left: 20px;
}
.wzjc {
  text-align: center;
  margin: 100px 0;
}
.wzjc h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wzjc p {
  line-height: 40px;
  font-size: 18px;
  color: #595959;
  margin-bottom: 50px;
}
.wzjc p a {
  color: #3352B3;
}
.wzjc p a:hover {
  text-decoration: underline;
}
.wzjc img {
  display: block;
  margin: 0 auto;
}
.wzjc i {
  font-size: 16px;
  margin-top: 10px;
  color: #80869A;
  display: block;
}
/*细览页*/
.top-other {
  margin: 25px auto;
  text-align: center;
  color: #91949F;
}
.main-cont p {
  line-height: 36px;
}
.main-cont img {
  margin: 0 auto;
  display: block;
  max-width: 80%;
  width: 600px;
}
.main-cont .xl-h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-s {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 30px;
  text-align: center;
  margin: 10px 0;
}
.share-xl .social-share a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.share-xl .social-share a.icon-wechat,
.share-xl .social-share a.icon-weibo {
  background-size: 100%;
  border-radius: 2px;
}
.fx-txt {
  line-height: 20px;
}
.download-group a {
  color: #0073bc;
}
.download-group a:hover {
  text-decoration: underline;
}
.top-other {
  border-bottom: 1px solid #E5E9EF;
  padding-bottom: 10px;
  color: #888897;
}
.cont-page {
  margin-top: 30px;
  border-top: 1px solid #DBE4EF;
  padding-top: 30px;
  line-height: 24px;
  color: #333;
}
.cont-page .a-page {
  margin-bottom: 10px;
}
.cont-page .a-page a,
.cont-page .a-page span {
  display: inline-block;
}
.cont-page .a-page a {
  color: #333;
}
.cont-page .a-page:hover {
  color: #D31616;
}
.cont-page .a-page:hover a {
  color: #D31616;
}

nav.navbar.bootsnav ul.nav > li:nth-child(2) .dropdown-menu{
  display: none !important;
}
