/*common css*/
*,*:focus {
  outline: none;
}

.box-space {
  padding: 30px 0px 10px 0px;
}
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.05);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", PingFangSC-Regular, sans-serif;
  color: #444;
}
.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;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}
/*header*/
.header {
  position: relative;
  background: url(../images/wxwx_headerbg.png) no-repeat bottom center;
  z-index: 1001;
  background-size: cover;
}
.header .header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;
}
.header .header-logo img {
  display: block;
}
.header .slogo {
  display: inline-block;
  margin-top: 53px;
  margin-left: 160px;
}
.header .header-other {
  float: right;
  margin-top: 30px;
}
.header .header-other > div {
  float: left;
}

.header .header-other .other-links {
  line-height: 30px;
  text-align: right;
  margin-bottom: 5px;
}

.header .header-other .other-links .link-group {
  display: inline-block;
}
.header .header-other .other-links .link-group span,
.header .header-other .other-links .link-group span a
{
  color: #333;
}
.header .header-other .other-links .link-group span {
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
}

.header .header-other .other-links .link-group .btn {
  padding: 4px 8px;
  border: none!important;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}


.header .header-other .other-links a,
.header .header-other .other-links span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}
.header .header-other .other-links span {
  margin-left: 15px;
  margin-right: 10px;
}
.header .header-other .other-links a:hover {
  text-decoration: underline;
}
.header .header-other .tools {
  margin-left: 15px;
}
.header .header-other .tools .en {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 14px;
  transition: all 0.2s;
}
.header .header-other .tools .en:hover {
  background: #3c57b7;
  transition: all 0.2s;
}
.header .header-other .tools .en:hover a {
  color: #fff;
  transition: all 0.2s;
}
.header .header-other .tools .en a {
  color: #95000a;
  display: block;
  transition: all 0.2s;
}
.header .header-other .search-box {
  width: 204px;
  position: relative;
  float: right;
}
.header .header-other .search-box .s-inp {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: none;
  background: #fff;
  padding-left: 15px;
  padding-right: 45px;
}
.header .header-other .search-box .s-btn {
  background: url(../images/wxwx-search.png) no-repeat;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 10px;
  position: absolute;
  z-index: 9;
}

@media (min-width: 992px) {
  .dropdown-toggle-link {
    display: none;
  }
  .menu-link {
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: static;
    margin: 0;
    padding: 0;
  }
  .menu-link li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .menu-link li:last-child:after {
    display: none;
  }
  .menu-link li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background-color: rgba(255,255,255,.7);
    height: 12px;
    margin-top: -8px;
  }
  .menu-link > li > a {
    line-height: 30px;
    padding: 0;
  }
  .menu-link > li > a {
    background-color: transparent!important;
  }
  .menu-link > li > a:hover,.menu-link > li > a:active {
    color: #95000a;
    text-decoration: none;
    background-color: transparent!important;
  }
}
@media (max-width: 991px) {

  .header .header-other .other-links .link-group  .dropdown-menu li a {
    color: #333;
    display: block;

  }
  .header .header-other .other-links .link-group  .dropdown-menu li a:hover {
    color: #95000a;
    text-decoration: none;
  }
  .header .header-other .other-links {
    float: left;
  }

  .header .header-other .tools {
    float: right;
    width: calc(100% - 50px);
    margin-left: 0;
  }

}


/*nav*/
nav.navbar.bootsnav {
  min-height: 56px;
  background: #95000a;
  border: none;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  width: 11%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
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 {
  background-color: #fff !important;
  color: #95000a !important;
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #8d1717;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu .dropdown-menu{
  width: 185px;
}
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: #F3F5FB;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #8d1717;
  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;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@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: 15px;
    margin-bottom: 14px;
    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: #8d1717;
    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;
  }
}
/*footer*/
.footer {
  background: url(../images/wxwx-footerbg.jpg) repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-logo {
  float: left;
  width: 310px;
}
.footer .footer-info {
  overflow: hidden;
  padding-left: 30px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
  padding-top: 9px;
}
.footer .footer-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-left: 1px solid #dcabae;
  width: 1px;
  height: 60px;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img {
  overflow: hidden;
  position: relative;
  height: 640px;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-banner .banner-box .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.index-banner .banner-box:hover .box-img img {
  transform: scale(1.05);
}
.index-banner .banner-box h4:hover {
  border-top: 4px solid #4b67cc;
}
.index-banner .slick-dots {
  position: absolute;
  right: 9%;
  bottom: 40px;
  left: auto;
  width: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}
.index-banner .slick-dots li.slick-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background-color: #95000a;
}
.index-public-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.index-public-title {
  text-align: center;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 40px;
}
.index-more {
  display: block;
  margin: 35px auto 0;
  width: 206px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index-more.more-01 {
  background-color: #006ec0;
  color: #fff;
}
.index-more.more-01:hover,
.index-more.more-01:focus,
.index-more.more-01:active {
  background-color: #fff;
  color: #006ec0;
}
.index-more.more-02 {
  background-color: #fff;
  color: #006ec0;
}
.index-more.more-02:hover,
.index-more.more-02:focus,
.index-more.more-02:active {
  background-color: #006ec0;
  color: #fff;
}
.index-box-01 {
  background: url("../images/szdq-img-02.png") no-repeat left top #fff;
  background-size: contain;
}
.index-box-01 .index-more {
  margin-left: 0;
}
.index-box-01 .cont-title {
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.index-box-01 .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 5px;
  background-color: #006ec0;
  border-radius: 2px;
}
.index-box-01 .cont-txt {
  color: #666666;
  line-height: 24px;
}
.index-box-01 .cont-img {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
  z-index: 1;
}
.index-box-01 .cont-img img {
  display: block;
  width: 100%;
}
.index-box-01 .cont-img:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0;
  right: 0;
  background-color: #b5d5ed;
  z-index: -1;
}
.index-box-02 {
  background: url("../images/szdq-img-03.png") no-repeat right bottom #f0efef;
  background-size: cover;
}
.index-box-02 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.index-box-02 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.index-box-02 .row .box-w:last-child {
  display: none;
}
.index-box-02 .index-more {
  margin-top: 10px;
}
.index-box-03 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.index-box-03 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.index-box-03 .box-s {
  display: block;
  background: #338bcd;
  border-radius: 6px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 16px;
}
.index-box-03 .box-s .box-date {
  width: 120px;
  text-align: center;
  height: 110px;
  background-color: #006ec0;
  color: #fff;
  padding: 12px 20px;
  float: left;
}
.index-box-03 .box-s .box-date span {
  display: block;
  text-align: center;
}
.index-box-03 .box-s .box-date .date-01 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  line-height: 50px;
  font-weight: bold;
}
.index-box-03 .box-s .box-date .date-02 {
  line-height: 36px;
}
.index-box-03 .box-s .box-info {
  padding: 12px 25px;
  overflow: hidden;
}
.index-box-03 .box-s .box-info .title-s {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #ffffff;
  line-height: 22px;
  height: 66px;
}
.index-box-03 .box-s .box-info .title-s:hover {
  text-decoration: underline;
}
.index-box-03 .box-s .box-info .more-s {
  text-align: right;
}
.index-box-03 .box-s .box-info .more-s a {
  display: inline-block;
  color: #fff;
}
.index-box-03 .box-s .box-info .more-s a:hover {
  text-decoration: underline;
}
.index-box-03 .index-more {
  margin-top: 20px;
}
.index-box-04 {
  background: url("../images/szdq-img-04.png") no-repeat bottom center;
  background-size: cover;
}
.index-box-04 .index-public-title {
  color: #fff;
}
.index-box-04 .news-hot .box-img {
  overflow: hidden;
  position: relative;
  height: 366px;
}
.index-box-04 .news-hot .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-04 .news-hot .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.index-box-04 .news-hot:hover .box-img img {
  transform: scale(1.05);
}
.index-box-04 .news-hot .box-cont {
  background: #fff;
  padding: 16px 20px;
}
.index-box-04 .news-hot .box-date {
  width: 68px;
  height: 68px;
  background-color: #006ec0;
  border-radius: 6px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 18px;
}
.index-box-04 .news-hot .box-date span {
  display: block;
}
.index-box-04 .news-hot .box-date .date-01 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.index-box-04 .news-hot .box-date .date-02 {
  line-height: 26px;
}
.index-box-04 .news-hot .box-title {
  line-height: 24px;
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-box-04 .news-hot .box-more {
  text-align: right;
}
.index-box-04 .news-hot .box-more a {
  display: inline-block;
  color: #006ec0;
}
.index-box-04 .news-hot:hover .box-title,
.index-box-04 .news-hot:hover .box-more a {
  color: #035694;
  text-decoration: underline;
}
.index-box-04 .news-list .box-s {
  display: block;
  height: 100px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(153, 153, 153, 0.4);
  margin-bottom: 23px;
}
.index-box-04 .news-list .box-s:last-child {
  margin-bottom: 0;
}
.index-box-04 .news-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 100px;
}
.index-box-04 .news-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-04 .news-list .box-s .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.index-box-04 .news-list .box-s:hover .box-img img {
  transform: scale(1.05);
}
.index-box-04 .news-list .box-s .box-img {
  width: 157px;
  float: left;
}
.index-box-04 .news-list .box-s .box-info {
  padding: 12px 20px;
  overflow: hidden;
}
.index-box-04 .news-list .box-s .box-info .title-s {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  line-height: 24px;
  height: 48px;
  margin-bottom: 5px;
}
.index-box-04 .news-list .box-s .box-info .title-s:hover {
  text-decoration: underline;
  color: #035694;
}
.index-box-04 .news-list .box-s .box-info .info-other {
  color: #666666;
  line-height: 26px;
}
.index-box-04 .news-list .box-s .box-info .info-other a,
.index-box-04 .news-list .box-s .box-info .info-other span {
  display: inline-block;
}
.index-box-04 .news-list .box-s .box-info .info-other a {
  color: #006ec0;
}
.index-box-04 .news-list .box-s .box-info .info-other a:hover {
  color: #035694;
  text-decoration: underline;
}
.index-box-05 {
  padding-bottom: 55px;
}
.index-box-05 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.index-box-05 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.index-box-05 .box-s {
  border: 1px solid #dedddd;
  margin-bottom: 16px;
}
.index-box-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 80px;
}
.index-box-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-05 .box-s .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.index-box-05 .box-s:hover .box-img img {
  transform: scale(1.05);
}
/*other-banner*/
.other-banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}
.other-banner .middle-cont {
  text-align: left;
}
.other-banner .banner-title {
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
}
.news .slick-dots,.zhxw .slick-dots,.kyjz .slick-dots {
  width: auto;
  right: 15px;
  bottom: 9px;
}
.news .slick-dots li,.zhxw .slick-dots li,.kyjz .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.news .slick-dots li.slick-active,.zhxw .slick-dots li.slick-active,.kyjz .slick-dots li.slick-active {
  width: 24px;
  background-color: #ffffff;
}
.news .slide-item .box-img {
  overflow: hidden;
  position: relative;
  height: 500px;
}
.news .slide-item .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.news .slide-item .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.news .slide-item:hover .box-img img {
  transform: scale(1.05);
}
.news .slide-item .news-text {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  background: rgba(53, 74, 150, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.news .slide-item .news-text:hover {
  color: #d1d9f5;
}
.channel {
  overflow: hidden;
  border-bottom: 1px solid #D5E1F5;
  margin-bottom: 25px;
  cursor: default;
}
.channel .chnllink {
  font-size: 16px;
}
.channel ul {
  width: calc(100% - 45px);
  float: left;
}
.channel ul li {
  font-size: 20px;
  color: #333;
  width: auto;
  display: inline-block;
  padding: 0 8px;
  padding-bottom: 7px;
  margin-right: 15px;
}
.channel ul li.active {
  color: #95000a;
  font-weight: bold;
  border-bottom: 2px solid #95000a;
}
@keyframes border-bottom-0-100 {
  from {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  to {
    border-bottom: 1px solid #95000a;
  }
}
.first-news .news-item {
  overflow: hidden;
  margin: 13px 0;
  padding: 13px 0 20px;
  border-bottom: 1px solid rgba(147, 147, 147, 0.2);
}
.first-news .news-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.first-news .news-item:last-child {
  margin-bottom: 0;
}
.first-news .news-item:hover {
  animation: border-bottom-0-100 1s;
  animation-fill-mode: forwards;
}
.first-news .news-item .news-text {
  float: left;
  width: calc(100% - 100px);
}
.first-news .news-item .news-text a {
  color: #333;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 17px;
  line-height: 17px;
  font-weight: 600;
}
.first-news .news-item .news-text a:hover {
  color: #95000a;
}
.first-news .news-item .news-text .news-abstract {
  color: #939393;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.first-news .news-item .date {
  float: right;
}
.first-news .news-item .date .day {
  color: #95000a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.first-news .news-item .date .other-date {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
}
.content-tab .module-r,
.content-tab .module-l {
  float: left;
  padding: 0 15px;
}
.content-tab .module-l {
  width: 430px;
}
.content-tab .module-l .module-box {
  position: relative;
}
.content-tab .module-l .module-box .box-img {
  overflow: hidden;
  position: relative;
  height: 267px;
}
.content-tab .module-l .module-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.content-tab .module-l .module-box .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.content-tab .module-l .module-box:hover .box-img img {
  transform: scale(1.05);
}
.content-tab .module-l .module-box .news-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  width: 100%;
  padding-right: 0;
  color: #fff;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.content-tab .module-r {
  width: calc(100% - 430px);
}
.content-tab .news-list.news-list2 li {
  position: relative;
  background: none;
  padding-left: 15px;
}
.content-tab .news-list.news-list2 li a {
  width: 100%;
}
.content-tab .news-list.news-list2 li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #95000a;
  position: absolute;
  left: 0;
  top: 8px;
}
.content-tab .news-list li {
  margin-bottom: 18px;
  background: url(../images/news-ico.png) no-repeat top left;
  background-position-y: 7px;
  padding-left: 15px;
}
.content-tab .news-list li:last-child {
  margin-bottom: 0;
}
.content-tab .news-list li time {
  float: right;
  color: #999;
  font-size: 16px;
}
.content-tab .news-list li a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 60px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
}
.content-tab .news-list li a:hover {
  color: #95000a;
}
.item-pic-list li .item-pic-title {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 13px;
}
.item-pic-list li .item-pic-title:hover {
  color: #95000a;
}
.item-pic-list li .date {
  color: #999999;
  font-size: 16px;
  margin-top: 5px;
}
.item-pic-list li:nth-child(4) {
  display: none;
}
.item-pic-list li .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.item-pic-list li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.item-pic-list li .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.item-pic-list li:hover .box-img img {
  transform: scale(1.05);
}
.partbg {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: 20px;
  background: url(../images/partbg.jpg) no-repeat top;
  background-size: cover;
}
.module-top,
.module-bottom {
  overflow: hidden;
}
.module-top .module-tl,
.module-bottom .module-tl {
  padding: 4px;
  width: 120px;
  float: left;
  text-align: center;
}
.module-top .module-tl .module-chnl,
.module-bottom .module-tl .module-chnl {
  padding: 20px 0;
  border: 1px solid rgba(246, 250, 255, 0.35);
  transition: border 0.2s;
}
.module-top .module-tl .module-chnl:hover,
.module-bottom .module-tl .module-chnl:hover {
  border: 1px solid rgba(246, 250, 255, 0);
  transition: border 0.2s;
}
.module-top .module-tl .module-chnl .chnlname,
.module-bottom .module-tl .module-chnl .chnlname {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 1px 0;
}
.module-top .module-tl .module-chnl .more a,
.module-bottom .module-tl .module-chnl .more a {
  color: rgba(255, 255, 255, 0.6);
}
.module-top .module-tl .module-chnl .more a:hover,
.module-bottom .module-tl .module-chnl .more a:hover {
  color: #ffffff;
}
.module-top .module-tl.zs,
.module-bottom .module-tl.zs {
  background: url(../images/wxwx-zsbg.png) no-repeat;
}
.module-top .module-tl.zp,
.module-bottom .module-tl.zp {
  background: url(../images/wxwx-zpbg.png) no-repeat;
}
.module-top .module-tr,
.module-bottom .module-tr {
  width: calc(100% - 120px);
  float: left;
  padding: 23px;
}
.module-top .module-tr .news-list li,
.module-bottom .module-tr .news-list li {
  margin-bottom: 10px;
}
.module-top .module-tr .news-list li a,
.module-bottom .module-tr .news-list li a {
  width: 100%;
}
.module-top .module-tr .news-list li:last-child,
.module-bottom .module-tr .news-list li:last-child {
  margin-bottom: 0;
}

.module-top {
  margin-bottom: 30px;
}

.module-top .module-tr {
  padding-top: 0;
  padding-bottom: 0;
}

.module-top .module-tr .news-list li {
  margin-bottom: 5px;
}
.module-top .module-tr .news-list li a {
  height: auto;
  white-space: normal;
}

/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bread-crumbs .bread-item-groups {
  line-height: 32px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #fff;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover {
  color: #003E99;
  text-decoration: underline;
}
/*page-main*/
.main-content .col-md-3.col-w{
  width: 21%;
  margin-right:30px;
}
.main-content .col-md-9.col-w{
  box-shadow: 0 0 10px 0 #edf1ff;
}
.main-content .col-md-9{
  width: 77%;
}
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*side-menu*/
.side-menu .menu-cont li{
  border-bottom: 1px solid #e3e7f3;
}

.side-menu .menu-cont li{
  background:#f7f9fe;
}
.side-menu .menu-cont li a {
  display: block;
  position: relative;
  padding: 17px 0;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  padding-left: 38px;
  padding-right: 40px;
  transition: padding-right 0.2s;
}
.side-menu .menu-cont li a i {
  float: right;
  font-size:20px;
  font-weight: 700;
  color: #efd8da;
}
.side-menu .menu-cont li.active a i,.side-menu .menu-cont li a:hover i{
  color:#dd4c31;
}
.side-menu .menu-cont li a:hover,
.side-menu .menu-cont li a.active {
  transition: padding-right 0.2s;
  overflow:hidden;
  color:#95000a;
}
.side-menu .menu-cont li ul{
  display:none;
}
.side-menu .menu-cont li.active ul{
  display:block;

}
.side-menu .menu-cont li.active ul li{
  border-bottom:0;
}
.side-menu .menu-cont li.active ul li:hover{
  background:none;
}
.side-menu .menu-cont li.active ul li:hover a{
  color:#95000a;
}
.side-menu .menu-cont li.active ul li a{
  font-size: 14px;
  color: #333;
  padding: 0;
  padding-left: 53px;
  padding-bottom: 4px;
}
.side-menu .menu-cont li.active ul li:last-child{
  padding-bottom:10px;
}
.side-menu .menu-cont li.active ul li a.active{
  color: #95000a;
}
.side-menu .menu-cont li.active ul li a.active:before{
  opacity:1;
}
.side-menu .menu-cont li.active ul li a:before{
  content:"";
  width:6px;
  height:6px;
  background:url(../images/channelico.png) no-repeat;
  display:inline-block;
  position:relative;
  top:-2px;
  margin-right: 9px;
  opacity:.4;
}
.side-menu .menu-cont li.active a:before {
  content: "";
  width: 4px;
  height: 20px;
  left:-20px;
  display: inline-block;
  background: #95000a;
  position: relative;
  top: 4px;
}
/*content-info*/
.content-info {
  padding: 15px 59px 50px 59px;
  background: #fff;
  border-radius: 5px;
}
.content-title {
  border-bottom: 2px solid rgba(53, 74, 150, 0.05);
  margin-bottom: 30px;
}
.content-title .title-txt {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
  color: #95000a;
  position: relative;
}
.content-title .title-txt:before {
  content: "";
  width: 6px;
  height: 22px;
  display: inline-block;
  background: #95000a;
  position: relative;
  top: 3px;
  margin-right: 15px;
}
/*page*/
.pages {
  text-align: center;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 34px;
  min-width: 40px;
  line-height: 34px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  color: #D0D0D0;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #D0D0D0;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background-color: #95000a;
  color: #fff;
}
.pages span {
  background-color: #95000a;
  color: #fff;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background-color: #035694;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/****/
.section {
  background: #fff;
}
.side-menu {
  border-radius: 5px;
  /* background: url(../images/wxwx-channelbg.jpg) repeat-y; */-
  y; */
  background-size: 100%;
  background-color: #f7f9fe;
  background-color: #f7f9fe;
  background-color: f7f9fe;
}
.side-menu .channelPar {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 28px 0 28px 39px;
  background:url(../images/lanmubg2021.png) no-repeat;
  background-size:cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.address {
  display: inline-block;
  float: right;
  padding-top: 30px;
}
.address a {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.address a:last-child,
.address a:hover {
  color: #95000a;
}
.channel-page b,
.channel-page strong {
  font-size: 18px;
  font-weight: bold;
  color: #95000a;
  display: inline-block;
  margin-bottom: 20px;
}
.channel-page b:before,
.channel-page strong:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #95000a;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
.channel-page p,
.channel-page div {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  line-height: 34px;
  margin-bottom: 20px;
}
.channel-page p b,
.channel-page div b,
.channel-page p strong,
.channel-page div strong {
  font-size: 18px;
  font-weight: bold;
  color: #95000a;
  display: inline-block;
  margin-bottom: 20px;
}
.channel-page p b:before,
.channel-page div b:before,
.channel-page p strong:before,
.channel-page div strong:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #95000a;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
/****/
.picList li {
  margin-bottom: 40px;
}
.picList li .box-img {
  overflow: hidden;
  position: relative;
  height: 220px;
}
.picList li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.picList li .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.picList li:hover .box-img img {
  transform: scale(1.05);
}
.picList li .pic-title {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.picList li .pic-title:hover {
  color: #95000a;
}
/****/
.newsList li {
  margin-bottom: 32px;
}
.newsList li .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.newsList li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.newsList li .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.newsList li:hover .box-img img {
  transform: scale(1.05);
}
.newsList li .pic-title {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsList li .pic-title:hover {
  color: #95000a;
}
.newsList li .date {
  font-size: 16px;
  color: #999999;
  margin-top: 7px;
}
/****/
.videoList li {
  margin-bottom: 40px;
}
.videoList li .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.videoList li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.videoList li .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.videoList li:hover .box-img img {
  transform: scale(1.05);
}
.videoList li .box-img {
  position: relative;
}
.videoList li .box-img:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/wxwx_play.png) no-repeat;
  position: absolute;
  z-index: 9;
  left: 43%;
  top: 35%;
}
.videoList li .video-title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.videoList li .video-title:hover {
  color: #95000a;
}
/****/
.graphiclist li:hover .pic-text .pic-title {
  /* color: #95000a; */
}
.graphiclist li:hover .date .other-date,
.graphiclist li:hover .date .year {
  /* color: #95000a; */
}
.graphiclist li:hover .date .more {
  /* background: url(../images/wxwx_jiantou_h.png) no-repeat; */
}
.picTextList li {
  overflow: hidden;
  margin-bottom: 40px;
  background: #F6F6F6;
  padding: 20px;
}
.picTextList li:hover {
  background: #ebf0ff;
}
.picTextList li:hover .pic-text .pic-title {
  color: #95000a;
}
.picTextList li:hover .date .other-date,
.picTextList li:hover .date .year {
  color: #95000a;
}
.picTextList li:hover .date .more {
  background: url(../images/wxwx_jiantou_h.png) no-repeat;
}
.picTextList li .pic {
  float: left;
  width: 235px;
}
.picTextList li .pic img {
  width: 100%;
}
.picTextList li .pic-text {
  width: calc(100% - 235px - 70px);
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.picTextList li .pic-text .pic-title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.picTextList li .pic-text .abstract {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.picTextList li .date {
  float: right;
  display: inline-block;
  margin-top: 3%;
}
.picTextList li .date .other-date {
  font-size: 24px;
  color: #BCBCBC;
}
.picTextList li .date .year {
  font-size: 14px;
  color: #BCBCBC;
}
.picTextList li .date .more {
  display: inline-block;
  width: 55px;
  height: 10px;
  background: url(../images/wxwx_jiantou.png) no-repeat;
}
.picTextList li .box-img {
  position: relative;
}
.picTextList li .box-img:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/wxwx_play.png) no-repeat;
  position: absolute;
  z-index: 9;
  left: 43%;
  top: 35%;
}
.picTextList li .video-title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.picTextList li .video-title:hover {
  color: #95000a;
}
/****/
.textLine {
  width: 100%;
  border-bottom: 1px dashed #D0D0D0;
  margin-bottom: 25px;
}
.textList ul {
  margin-bottom: 40px;
}
.textList ul li {
  margin-bottom: 22px;
  position: relative;
}
.textList ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #898989;
  position: absolute;
  top: 5px;
}
.textList ul li span {
  font-size: 15px;
  color: #D3D3D3;
  float: right;
}
.textList ul li a {
  padding-left: 15px;
  font-size: 16px;
  color: #444444;
  display: inline-block;
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 17px;
  line-height: 17px;
}
.textList ul li a:hover {
  color: #95000a;
}
/****/
.awards-page {
  overflow: hidden;
}
.awards-page .awardsPic {
  width: 472px;
  float: right;
}
.awards-page .awardsPic img {
  margin-bottom: 80px;
}
.awards-page .top-section {
  overflow: hidden;
  padding: 0 45px;
  margin-top: 15px;
}
.awards-page .bottom-section {
  margin-top: 20px;
}
.awards-page .bottom-section ul {
  overflow: hidden;
  margin: 0 -25px;
  margin-bottom: -115px;
}
.awards-page .bottom-section ul li {
  float: left;
  padding: 0 25px;
}
.awards-page .awardsList {
  float: left;
  width: calc(100% - 475px);
}
.awards-page .awardsList .awardsName {
  width: calc(100% - 145px);
  display: block;
  float: right;
}
.awards-page .awardsList li {
  font-size: 16px;
  color: #333333;
  padding-bottom: 30px;
  position: relative;
}
.awards-page .awardsList li:after {
  content: "";
  clear: both;
  display: block;
}
.awards-page .awardsList li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 50px;
  height: 100%;
  border-right: 1px solid #D9D9D9;
}
.awards-page .awardsList li i {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #95000a;
  border-radius: 50%;
  position: relative;
  margin-right: 85px;
  margin-left: 20px;
}
.awards-page .awardsList li i:after {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #95000a;
  position: absolute;
  top: 5px;
  left: 16px;
}
.awards-page .awardsList li:last-child:before {
  display: none;
}
/****/
.history-page ul {
  position: relative;
  margin-top: 40px;
  padding: 0 56px;
  padding-top: 70px;
}
.history-page .historyPic {
  display: inline-block;
  float: left;
  margin-right: 45px;
}
.history-page .historyText {
  float: right;
  width: calc(100% - 415px - 45px);
  padding-left: 45px;
}
.history-page .historyText .abstract {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  text-align: left;
  margin-top: 5px;
}
.history-page .historyText .historyTitle {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.history-page .historyText .historyTitle i {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  left: -55px;
  padding: 2px;
  text-align: center;
}
.history-page .historyText .historyTitle i:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #95000a;
  border-radius: 50%;
}
.history-page .line {
  min-height: 290px;
  float: left;
  border-right: 2px solid #E2E2E2;
}
.history-page li {
  overflow: hidden;
  min-height: 290px;
}
.history-page li:nth-child(2n) .historyPic {
  float: right;
  margin-right: -7px;
}
.history-page li:nth-child(2n) .line {
  float: right;
  margin-right: 87px;
}
.history-page li:nth-child(2n) .historyText {
  float: left;
  padding-left: 0;
  width: 415px;
  text-align: right;
}
.history-page li:nth-child(2n) .historyTitle i {
  left: inherit;
  right: -50px;
}
.history-page .now {
  text-align: center;
  margin-left: -15px;
  font-size: 14px;
  color: #777777;
  margin-top: 10px;
}
.history-page li:first-child:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  top: 0px;
  left: 506px;
}
.history-page li:first-child:after {
  content: "";
  min-height: 57px;
  float: left;
  border-right: 2px solid #E2E2E2;
  top: 14px;
  position: absolute;
  margin-left: -2px;
}
/****/
.queryInput {
  margin: 0 -25px;
  margin-bottom: 30px;
}
.queryInput li {
  float: left;
  margin: 0 25px;
}
.queryInput li input {
  height: 39px;
  border: 1px solid #95000a;
  opacity: 0.3;
  border-radius: 5px;
  margin-left: 8px;
  min-width: 185px;
}
.queryInput li label {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.queryButton {
  color: #fff;
  width: 132px;
  height: 39px;
  background: #95000a;
  border-radius: 5px;
}
.thesisTable {
  margin-bottom: 30px;
}
.thesisTable tbody tr {
  height: 50px;
}
.thesisTable tbody tr:nth-child(2n+1) {
  background: #F7F8FA;
}
.thesisTable tbody tr td {
  text-align: center;
}
.thesisTable tbody tr td:first-child,
.thesisTable tbody tr td:nth-child(2) {
  border-right: 1px solid #fff;
}
.thesisTable thead {
  background: #95000a;
}
.thesisTable thead tr td {
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.thesisTable thead tr td:first-child {
  width: 108px;
  border-right: 1px solid #fff;
}
.thesisTable thead tr td:nth-child(2) {
  width: 50%;
  border-right: 1px solid #fff;
}
/****/
.parInfo {
  margin-bottom: 15px;
}
.infoTitle {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  height: 45px;
  line-height: 45px;
  border-left: 5px solid #1958AF;
  padding-left: 15px;
  background: #F5F7FB;
  margin-bottom: 30px;
}
.infoTitle2 {
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.infoList li {
  background: url(../images/news-ico.png) no-repeat top left;
  margin-bottom: 10px;
  background-position-y: 7px;
  padding-left: 15px;
}
.infoList li a {
  font-size: 16px;
  color: #666666;
}
.infoList li a:hover {
  color: #95000a;
}
/****/
.zgs-page {
  background: #fff;
}
.zgs-page img:first-child {
  margin-right: 27px;
}
/****/
.kybm-page ul li {
  padding: 30px;
  background: url(../images/kybm_bg.png) repeat;
  margin-bottom: 40px;
}
.kybm-page ul li h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  padding-left: 11px;
  border-left: 5px solid #E60012;
  margin-bottom: 25px;
}
.kybm-page ul li .kybm-con p,
.kybm-page ul li .kybm-con div {
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 32px!important;
}
.kybm-page ul li .kybm-con p *,
.kybm-page ul li .kybm-con div * {
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 32px!important;
}
.kybm-page ul li .kybm-con strong,
.kybm-page ul li .kybm-con b {
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 20px;
  display: inline-block;
}
/****/
.peopleNameList {
  padding: 30px;
  background: url(../images/kybm_bg.png) repeat;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.peopleNameList ul {
  margin: 0 -15px;
  overflow: hidden;
}
.peopleNameList ul li {
  background: rgba(53, 74, 150, 0.7);
  border-radius: 15px;
  float: left;
  padding: 3px 14px 2px 14px;
  margin: 0 15px;
  margin-bottom: 20px;
}
.peopleNameList ul li:hover {
  background: rgba(234, 147, 16, 0.7);
}
.peopleNameList ul li a {
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
}
.peopleNameList h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 28px;
  line-height: 26px;
}
.peopleNameList h4 span {
  font-weight: 400;
  font-size: 16px;
}
.peopleNameList h4:before {
  content: "";
  width: 5px;
  height: 18px;
  border-radius: 5px;
  display: inline-block;
  background: #E60012;
  position: relative;
  top: 2px;
  margin-right: 11px;
}
/****/
.peopleInfo .part {
  margin-top: 30px;
  margin-bottom: 25px;
}
.peopleInfo .part .people-content {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 35px;
}
.peopleInfo .part h4 {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  border-left: 5px solid #95000a;
  padding-left: 15px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 30px;
}
.peopleInfo .bg {
  background: #f2f5fc;
}
.peopleInfo .firstPart {
  overflow: hidden;
}
.peopleInfo .firstPart ul {
  padding: 31px 36px 28px 36px;
  width: calc(100% - 90px);
  float: left;
}
.peopleInfo .firstPart ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #404040;
}
.peopleInfo .firstPart ul li span {
  color: #95000a;
}
/****/
.fontMgCtl {
  margin: 0 35px!important;
}
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.details-page .detail-top .title-s {
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
  line-height: 36px;
}
.details-page .detail-top .top-other {
  padding: 6px 0;
  color: #999999;
  margin-top: 40px;
  background: rgba(53, 74, 150, 0.05);
  text-align: center;
}
.details-page .detail-top .top-other .other-info,
.details-page .detail-top .top-other .other-share,
.details-page .detail-top .top-other .share-component {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #404040;
}
.details-page .main-cont .img-box {
  width: 205px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.details-page .main-cont .img-box img {
  display: block;
  width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  /* line-height: 34px; */
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}

.leaderList li{
    overflow: hidden;
}
.leaderList li:not(:first-child){
    margin-top: 60px;
}
.leaderList li:not(:last-child){
    padding-bottom: 60px;
    border-bottom:1px solid #f5f6fa;
}
.leaderList li:not(:last-child):hover{
    border-bottom: 1px solid #b2bcde;
}
.leaderPic{
    float: left;
}
.leaderPic img{
    width: 280px;
}
.leaderDetail{
  margin-left: 320px;
  padding-top: 20px;
}
.leaderDetail .nameInfo{
    border-left: 4px solid #95000a;
    padding-left:30px;
}
.leaderDetail .nameInfo h2{
    font-size: 24px;
    color: #333;
}
.leaderDetail .nameInfo h2.name{
    font-size: 24px;
    color: #95000a;
    margin-top: 25px;
}

.leaderDetail .peopleAbstract{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.orgSection{
    overflow: hidden;
    position: relative;
    min-height:170px;
}
.orgSection:not(:last-child){
    margin-bottom: 40px;
}
.orgSection .leftSection{
    width: 158px;
    text-align:center;
    position: absolute;
    top: 0;
    bottom:0;
}
.orgSection:nth-child(n){
    background:#f3f7f9;
}
.orgSection:nth-child(n) .leftSection{
    background:#357396;
}
.orgSection:nth-child(2n){
    background:#f3f4f9;
}
.orgSection:nth-child(2n) .leftSection{
    background:#95000a;
}
.orgSection:nth-child(3n){
    background:#f3f9f9;
}
.orgSection:nth-child(3n) .leftSection{
    background:#359693;
}.orgSection:nth-child(4n){
    background:#f6f3f9;
}
.orgSection:nth-child(4n) .leftSection{
    background:#693596;
}
.orgSection .leftSection{
    float: left;
}
.orgSection .leftSection .orgName{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.orgSection .leftSection .iconBox{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.orgSection .leftSection .iconBox img{
    margin-bottom: 10px;
}
.orgSection .rightSection{
    padding:30px 0;
    padding-left:203px;
    padding-bottom: 10px;
}
.orgSection .rightSection .orgList li{
    color:#444;
    font-size: 18px;
    margin-bottom: 20px;
}

.orgSection:nth-child(n) .rightSection li:hover a{
    color:#357396;
    font-weight:600;
}
.orgSection:nth-child(2n) .rightSection li:hover a{
    color:#95000a;
    font-weight:600;
}
.orgSection:nth-child(3n) .rightSection li:hover a{
    color:#359693;
    font-weight:600;
}
.orgSection:nth-child(4n) .rightSection li:hover a{
    color:#693596;
    font-weight:600;
}
.awardsCarBox{
    padding: 123px 370px 123px 157px;
    background:url(../images/awardsbg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.awardsCarBox .fa-angle-left{
    position: absolute;
    top:50%;
    left: -35px;
    transform: translateY(-50%);
    font-size: 50px;
    color: #8c9ec8;
}
.awardsCarBox .fa-angle-right{
    position: absolute;
    top:50%;
    right: -35px;
    transform: translateY(-50%);
    font-size: 50px;
    color: #8c9ec8;
}
.awardsCarBox .fa-angle-left:hover,.awardsCarBox .fa-angle-right:hover{
    color: #95000a;
    cursor: pointer;
}
.awardsCarBox ul li{
    margin:0 10px;
}
.awardsCarBox .slick-slide img{
    height: 168px;
}
.awardsName li{
    font-size: 18px;
    color: #333333;
    margin-bottom: 35px;
}
.awardsName li i{
    font-style: initial;
    font-size: 15px;
    color: #9a9a9a;
    display: inline-block;
    min-width: 16px;
}
.awardsName li span{
    color: #95000a;
    font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
    display: inline-block;
    margin-right: 14px;
}
/****/
 .sec-menu ul{
  margin-bottom: 60px;
}
.sec-menu ul li a{
  display: inline-block;
  height: 43px;
  line-height: 43px;
  border-bottom: 2px solid #e3e9ff;
  background: #e3e9ff;
  font-size: 18px;
  color: #555555;
  width: 100%;
  text-align:center;
}
.sec-menu ul li a.active,.sec-menu ul li a:hover{
  color: #fff;
  border-bottom: 2px solid #2353ff;
  background: #7190ff;
}

@media(min-width:1200px){
  .peoplePicList ul{
    margin:0 -30px;
  }
  .peoplePicList ul li{
   padding: 0 30px;
  }
}
.peoplePicList ul li{
   margin-bottom: 60px;
}

.peoplePicList ul li .info-box {
  background: #f7f9fe;
  position: relative;
  overflow: hidden;
  height: 100px;
  padding-top: 15px;
}
.peoplePicList ul li .info-box:hover .peopleDetail {
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.peoplePicList ul li .info-box:hover .peopleDetail i {
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../images/jiantou_hover.png) no-repeat;
}
.peoplePicList ul li .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.peoplePicList ul li .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.peoplePicList ul li .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.peoplePicList ul li:hover .box-img img {
  transform: scale(1.05);
}
.peoplePicList ul li img {
  width: 100%;
}
.peoplePicList ul li img:hover {
  transform: scale(1.1);
}
.peoplePicList ul li .peopleName {
  font-size: 20px;
  font-weight: 600;
  color: #95000a;
  text-align: center;
}
.peoplePicList ul li .peopleTitle {
  font-size: 16px;
  color: #555555;
  text-align: center;
}
.peoplePicList ul li .peopleDetail {
  padding: 20px;
  padding-bottom: 15px;
  color: #fff;
  background: #3852b1;
  position: absolute;
  right: calc(100% - 40px);
  top: calc(100% - 40px);
  transition: all 0.3s;
}
.peoplePicList ul li .peopleDetail i {
  right: 14px;
  top: 14px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../images/jiantou_.png) no-repeat;
}
.peoplePicList ul li .peopleDetail .titleDetail {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.peoplePicList ul li .peopleDetail .titleDetailText {
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 46px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/****/
.list-text .box-s {
  padding-left: 16px;
  display: block;
  color: #333333;
  line-height: 26px;
  margin-bottom: 25px;
  padding-right: 100px;
  position: relative;
}
.list-text .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #abbcd0;
}
.list-text .box-s .box-title {
  display: block;
  color: #333;
}
.list-text .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7D8FA4;
}
.list-text .box-s:hover .box-title {
  color: #035694;
  text-decoration: underline;
}
.list-text-02 .box-s {
  height: 52px;
  line-height: 52px;
  border-radius: 25px;
  background: url("../images/szdq-img-22.png") no-repeat 20px 11px #f1f0f0;
  margin-bottom: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-left: 60px;
}
.list-text-02 .box-s:hover {
  color: #fff;
  background-color: #035694;
}
.list-txt-03 .box-s {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}
.list-txt-03 .box-s .box-title {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  line-height: 24px;
  width: 100%;
}
.list-txt-03 .box-s .box-txt {
  line-height: 22px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
}
.list-txt-03 .box-s .box-date {
  color: #1ab4ff;
  line-height: 24px;
}
.list-txt-03 .box-s:hover .box-title {
  color: #035694;
}
.personnel-details .details-top {
  margin-bottom: 10px;
}
.personnel-details .details-top .top-img {
  margin-bottom: 25px;
  border: 1px solid #e0e6fa;
}
.personnel-details .details-top .top-img img {
  display: block;
  width: 100%;
}
.personnel-details .details-top .top-info .info-box {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  color: #999999;
}
.personnel-details .details-top .top-info .info-box span {
  color: #035694;
}
.personnel-details .details-top .top-info .info-box .name-s {
  color: #252525;
}
.personnel-details .groups-box {
  margin-bottom: 25px;
}
.personnel-details .groups-box:last-child {
  margin-bottom: 0;
}
.personnel-details .groups-box .box-title {
  position: relative;
  background-color: #f2f2f2;
  padding: 10px 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #333333;
}
.personnel-details .groups-box .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #035694;
}
.personnel-details .groups-box .box-txt {
  line-height: 24px;
  color: #666666;
}
/****/
.list-img .box-s {
  text-align: center;
  margin-bottom: 40px;
}
.list-img .box-s .box-img {
  overflow: hidden;
  border: 1px solid #f2f0f0;
  display: inline-block;
}
.list-img .box-s .box-img img {
  display: block;
  height: 274px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img .box-s .box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  display: block;
}
.list-img .box-s:hover .box-title {
  color: #035694;
}
.list-img-02 .box-s {
  margin-bottom: 25px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 296px;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-02 .box-s .box-img h4 {
  position: absolute;
  bottom: 29px;
  left: 9.5%;
  background: rgba(53, 74, 150, 0.5);
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #95000a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  min-width: 170px;
  text-align: center;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-img-02 .box-s .box-img {
  border-radius: 6px 6px 0 0;
}
.list-img-02 .box-s .box-title {
  height: 98px;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 13px 25px;
  display: block;
  color: #333333;
}
.list-img-02 .box-s .box-title span {
  display: block;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-02 .box-s .box-other {
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}
.list-img-02 .box-s .box-other .other-date {
  float: left;
  color: #333333;
}
.list-img-02 .box-s .box-other .other-more {
  float: right;
  color: #006ec0;
}
.list-img-02 .box-s .box-other .other-more:hover {
  color: #035694;
  text-decoration: underline;
}
.list-img-02 .box-s:hover .box-title {
  color: #035694;
}
.list-img-03 .box-s {
  position: relative;
  background-color: rgba(88, 120, 196, 0.05);
  min-height: 198px;
  margin-bottom: 20px;
}
.list-img-03 .box-s.no-img {
  min-height: auto;
}
.list-img-03 .box-s.no-img .box-img {
  display: none!important;
}
.list-img-03 .box-s.no-img .box-info {
  margin-left: 0;
}
.list-img-03 .box-s .box-img {
  float: left;
  width: 314px;
}
.list-img-03 .box-s .box-img a {
  display: block;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 198px;
}
.list-img-03 .box-s .box-info {
  margin-left: 314px;
  padding: 20px 30px;
}
.list-img-03 .box-s .box-title {
  display: block;
  color: #333333;
}
.list-img-03 .box-s .box-txt {
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.list-img-03 .box-s .box-other {
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.list-img-03 .box-s .box-other a,
.list-img-03 .box-s .box-other span {
  display: inline-block;
}
.list-img-03 .box-s .box-other a {
  color: #006ec0;
}
.list-img-03 .box-s .box-other a:hover {
  color: #035694;
  text-decoration: underline;
}

.content-box {
  box-shadow: 0 0 10px 0 #edf1ff;
}

.contact-us .map-box .box-title {
  font-size: 24px;
  font-weight: bold;
  color: #95000a;
  line-height: 36px;
  margin-bottom: 20px;
}
.contact-us .map-box .box-txt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  min-height: 120px;
  margin-bottom: 20px;
}

.contact-us .map-box .box-txt span {
  font-weight: bold;
}

.contact-us .map-box .box-map {
  height: 350px;
}


.new-tables  table {
  border: 1px solid #E3E9FF;
}
.new-tables  table tr th,.new-tables  table tr td {
  border: 1px solid #E3E9FF;
  text-align: center;
}
.new-tables  table tr th {
  background: #7190FF;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}
.new-tables  table tr td {
  padding: 10px;
  line-height: 30px;
  color: #555555;
  font-size: 18px;
}
.new-tables  table .td-title {
  color: #555555;
}
.new-tables  table .td-title:hover {
  color: #95000a;
}

@media (max-width: 767px) {
  .new-tables  table tr th {
    font-size: 18px;
  }
  .new-tables  table tr td {
    font-size: 16px;
  }
}


.footer .footer-links {
  margin-bottom: 10px;
}
.footer .footer-links .box-s {
  margin-bottom: 15px;
}
.footer .ui-select-wrap {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  height: 44px;
  padding-right: 30px;
  border-radius: 22px;
  background-color: transparent;
  cursor: pointer;
  font: 100 16px/42px;
}
.footer .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.footer .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.footer .ui-select-wrap .ui-select-list > li.selected {
  background-color: #3D55A7;
}
.footer .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.footer .ui-select-input {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  right: 25px;
}
.footer .ui-select-arrow {
  border-top-color: #fff;
  right: 15px;
}