body {
  overflow-x: hidden;
  height: 100%;
  max-width: inherit;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* nav */
button:focus {
  outline: none;
}
nav.navbar.bootsnav {
  background-color: transparent;
  border: none;
  z-index: 999;
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
nav.navbar.bootsnav .navbar-brand .logo-s {
  display: none;
}
nav.navbar.bootsnav .nav-other {
  float: right;
  padding-top: 28px;
}
nav.navbar.bootsnav .nav-other .user-a {
  height: 34px;
  line-height: 34px;
}
nav.navbar.bootsnav .nav-other .user-a .a-s {
  width: 75px;
  height: 34px;
  display: block;
  border-radius: 17px;
  text-align: center;
  color: #fff;
  background-color: #085bd4;
  font-size: 16px;
}
nav.navbar.bootsnav .nav-other .user-nav > div {
  display: inline-block;
  vertical-align: bottom;
}
nav.navbar.bootsnav .nav-other .user-nav .user-name {
  color: #fff;
  padding: 0 0 0 5px;
  line-height: 34px;
  border: none;
  background-color: transparent;
}
nav.navbar.bootsnav .nav-other .user-nav .user-name span {
  vertical-align: top;
}
nav.navbar.bootsnav .nav-other .user-nav .user-name .name-s {
  display: inline-block;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav.navbar.bootsnav .nav-other .user-nav .user-name .caret {
  margin-top: 15px;
}
nav.navbar.bootsnav .nav-other .user-nav ul.dropdown-menu {
  min-width: 130px;
}
nav.navbar.bootsnav .nav-other .user-nav ul.dropdown-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
}
nav.navbar.bootsnav .nav-other .user-nav ul.dropdown-menu li:hover a {
  background-color: #085bd4;
  color: #fff;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 10px 0;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 993px) {
  nav.navbar.bootsnav .navbar-brand {
    display: block;
    height: auto;
  }
  nav.navbar.bootsnav .navbar-brand img {
    display: block;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    position: relative;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    min-width: 100%;
    border-top: 5px solid #508ded;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  /* nav */
  nav.navbar.bootsnav {
    min-height: 60px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 300px;
  }
  nav.navbar.bootsnav ul.nav > li {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .nav-other {
    padding-top: 13px;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 15px;
    width: 34px;
    height: 30px;
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #085bd4;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #085bd4;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    background-color: #1e67d1;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav > li:last-child > a {
    border-bottom: none;
  }
  nav.navbar.bootsnav .nav-other {
    position: absolute;
    right: 70px;
    top: 0;
  }
  nav.navbar.bootsnav .nav-other a {
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu {
    background: #fff;
    padding: 5px!important;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-brand .logo-s {
    display: block;
  }
  nav.navbar.bootsnav .navbar-brand .logo-d {
    display: none;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 200px;
  }
  nav.navbar.bootsnav .nav-other {
    right: 65px;
  }
  nav.navbar.bootsnav .nav-other .user-nav .user-icon {
    display: none;
  }
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li > a:hover,
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: transparent;
  color: #fff;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover:after,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus:after,
nav.navbar.bootsnav ul.nav li > a:hover:after,
nav.navbar.bootsnav ul.nav li.active > a:hover:after,
nav.navbar.bootsnav ul.nav li.active > a:focus:after,
nav.navbar.bootsnav ul.nav li.active > a:after,
nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
  left: 0;
  width: 100%;
}
/*index-banner*/
.index-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 320px;
  position: relative;
}
.index-banner .banner-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(23, 23, 39, 0.7);
  padding-top: 90px;
}
.index-banner .banner-title {
  text-align: left;
  color: #fff;
}
.index-banner .banner-title .box-icon {
  float: left;
  margin-right: 15px;
}
.index-banner .banner-title .box-title .title-ch {
  line-height: 1;
  margin-bottom: 6px;
  font-weight: bold;
}
.index-banner .banner-search {
  width: 375px;
  float: right;
}
.index-banner .banner-search .search-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-banner .banner-search .search-box .s-inp {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: url("../../img/img-02.png") no-repeat 16px 14px #ffffff;
  border: none;
  padding-left: 40px;
  padding-right: 110px;
  font-size: 14px;
}
.index-banner .banner-search .search-box .s-btn {
  position: absolute;
  width: 95px;
  height: 45px;
  right: 0;
  background: #085bd4;
  color: #fff;
  border: none;
}
.index-banner .banner-search .search-key {
  text-align: left;
}
.index-banner .banner-search .search-key a,
.index-banner .banner-search .search-key span {
  display: inline-block;
}
.index-banner .banner-search .search-key span {
  color: #ffa507;
}
.index-banner .banner-search .search-key a {
  margin-right: 10px;
  color: #fff;
}
/*footer*/
.footer {
  background-color: #12488a;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 166px;
  overflow: hidden;
}
.footer .footer-main {
  position: relative;
  padding-right: 80px;
}
.footer .box-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .box-logo img {
  display: block;
}
.footer .box-info {
  line-height: 24px;
  color: #fff;
  border-left: 1px solid #4d7ab7;
  margin: 16px 0;
  padding-left: 20px;
}
.footer .box-info span {
  display: inline-block;
  margin-right: 10px;
}
.footer .box-info span:last-child {
  margin-right: 0;
}
.footer .box-other {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .box-other img {
  display: block;
  width: 56px;
  height: 68px;
}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.public-box {
  margin-bottom: 40px;
}
.public-title {
  line-height: 30px;
  border-left: 6px solid #3d55a7;
  background-color: #edeff5;
  margin-bottom: 15px;
  padding: 12px 15px;
}
.public-title .p-title {
  float: left;
}
.public-title .p-title span {
  display: inline-block;
}
.public-title .p-title .tit-icon {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -6px;
}
.public-title .p-title .tit-icon img {
  display: block;
}
.public-title .p-title .tit-txt {
  color: #333333;
}
.public-title .p-more {
  color: #585d7d;
  float: right;
}
.public-title .p-more:hover {
  text-decoration: underline;
  color: #0f51b2;
}
.public-title .p-txt {
  float: right;
}
.public-groups .main-cont {
  margin-left: -20px;
  margin-right: -20px;
}
.public-groups .main-cont .cont-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.public-groups .main-cont > .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-mod {
  margin-bottom: 20px;
}
.public-mod .box-s {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 24px;
}
.public-mod .box-s:last-child {
  border-bottom: none;
}
.public-mod .box-s .box-title {
  position: relative;
  padding-right: 95px;
  margin-bottom: 2px;
}
.public-mod .box-s .box-title .b-title {
  color: #4d4d4d;
  display: block;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-mod .box-s .box-title .b-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #a6a6a6;
}
.public-mod .box-s .box-title:hover .b-title {
  color: #0f51b2;
  text-decoration: underline;
}
.public-mod .box-s .box-txt {
  color: #737373;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-mod-02 {
  background-color: #edeff5;
  border-radius: 5px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.public-mod-02 .m-title {
  border-bottom: 1px solid #dde0e8;
  padding: 0 25px;
  height: 54px;
  line-height: 54px;
}
.public-mod-02 .m-title span {
  display: inline-block;
}
.public-mod-02 .m-title .tit-icon {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -6px;
}
.public-mod-02 .m-title .tit-icon img {
  display: block;
}
.public-mod-02 .m-title .tit-txt {
  color: #333333;
}
.public-mod-02 .cont-box {
  padding: 20px 25px;
}
.public-mod-02 .box-s {
  display: block;
  line-height: 28px;
  position: relative;
  color: #4d4d4d;
  padding-left: 15px;
  margin-bottom: 10px;
}
.public-mod-02 .box-s:last-child {
  margin-bottom: 0;
}
.public-mod-02 .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 18px;
  background-color: #3d55a7;
  border-radius: 3px;
}
.public-mod-02 a.box-s:hover {
  color: #3d55a7;
}
.class-menu {
  background-color: #0f51b2;
}
.class-menu ul li {
  float: left;
  position: relative;
  line-height: 54px;
  padding-left: 40px;
  padding-right: 40px;
}
.class-menu ul li:first-child {
  padding-left: 0;
}
.class-menu ul li:last-child {
  padding-right: 0;
}
.class-menu ul li:last-child:after {
  display: none;
}
.class-menu ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: rgba(255, 255, 255, 0.2);
}
.class-menu ul li a {
  display: block;
  color: #fff;
}
.class-menu ul li:hover a,
.class-menu ul li.active a {
  text-decoration: underline;
}
.about-info {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0 rgba(16, 49, 101, 0.14);
  border-radius: 5px;
  padding: 25px 30px 25px 220px;
  position: relative;
}
.about-info .info-img {
  position: absolute;
  margin-left: -190px;
}
.about-info .info-img img {
  display: block;
  width: 180px;
}
.about-info .info-txt {
  border-left: 1px solid #e5e5e5;
  min-height: 180px;
  padding-left: 25px;
  text-align: justify;
  line-height: 28px;
  color: #4d4d4d;
  position: relative;
  padding-top: 15px;
}
.about-info .info-txt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 27px;
  height: 4px;
  background-color: #0f51b2;
}
.menu-other {
  overflow: hidden;
}
.menu-other .row {
  margin-left: -10px;
  margin-right: -10px;
}
.menu-other .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.menu-other .menu-class {
  margin-left: -8px;
  margin-right: -8px;
}
.menu-other .menu-class .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-other .slick-dots {
  margin-top: 20px;
  position: static;
}
.menu-other .slick-dots li {
  border: 1px solid #3d55a7;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.menu-other .slick-dots li.slick-active {
  background-color: #3d55a7;
}
.menu-other .box-s {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.menu-other .box-s .box-img {
  overflow: hidden;
}
.menu-other .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.menu-other .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 25px;
  background-color: rgba(7, 27, 59, 0.6);
}
.menu-other .box-s .box-mc .title-s {
  background: url("../../img/img-04.png") no-repeat left bottom;
  padding-bottom: 24px;
  color: #fff;
  line-height: 24px;
}
.menu-other .box-s:hover .box-img {
  overflow: hidden;
}
.menu-other .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-table .table-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.mod-table .table-s table {
  line-height: 30px;
}
.mod-table .table-s table thead th {
  color: #333333;
  padding: 10px 20px;
}
.mod-table .table-s table tbody tr:nth-child(2n +1) {
  background: #f6f7fa;
}
.mod-table .table-s table tbody tr td {
  color: #43465d;
  padding: 10px 20px;
}
/*other-banner*/
.other-banner {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 580px;
  position: relative;
}
.other-banner .banner-cont {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.other-banner .banner-title .title-ch {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
}
.other-banner .search-box {
  position: relative;
  width: 470px;
  height: 55px;
  overflow: hidden;
  margin: 35px auto 170px;
}
.other-banner .search-box .s-inp {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: url("../../img/img-13.png") no-repeat 20px 15px #ffffff;
  border: none;
  padding-left: 60px;
  padding-right: 110px;
  font-size: 16px;
  border-radius: 28px;
}
.other-banner .search-box .s-btn {
  position: absolute;
  width: 90px;
  height: 45px;
  right: 5px;
  top: 5px;
  border-radius: 23px;
  background: #085bd4;
  color: #fff;
  border: none;
}
.public-title-02 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.public-title-02 .title-txt {
  float: left;
}
.public-title-02 .title-txt span {
  display: inline-block;
}
.public-title-02 .title-txt .icon-s {
  margin-right: 7px;
  vertical-align: top;
}
.public-title-02 .title-txt .txt-s {
  color: #343c56;
}
.public-title-02 .title-more {
  color: #9496aa;
  float: right;
}
.public-title-02 .title-more:hover {
  text-decoration: underline;
  color: #0f51b2;
}
.list-groups .row {
  margin-left: -2%;
  margin-right: -2%;
}
.list-groups .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.list-groups .box-s {
  background: url("../../img/img-19.png") no-repeat left center;
  border-bottom: 1px solid #d8dfe9;
  line-height: 50px;
  padding-left: 18px;
  padding-right: 95px;
  position: relative;
}
.list-groups .box-s .title-s {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #56586a;
  display: block;
}
.list-groups .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
  color: #909199;
}
.list-groups .box-s:hover .title-s {
  color: #085bd4;
}
.join-list .m-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #313131;
  margin-bottom: 40px;
}
.join-list .m-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #d6d8dd;
  border-radius: 3px;
  left: 50%;
  margin-left: -15px;
}
.join-list .box-s {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
}
.join-list .box-s:nth-child(2n + 1) {
  padding-bottom: 0;
}
.join-list .box-s:nth-child(2n + 1):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40%;
  background-color: #f7f7f7;
  z-index: -1;
}
.join-list .box-s .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.join-list .box-s .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.join-list .box-s .box-img {
  overflow: hidden;
  border-radius: 10px;
}
.join-list .box-s .box-img img {
  display: block;
  width: 100%;
}
.join-list .box-s .box-info .info-title {
  border-bottom: 1px solid #d4dbe7;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.join-list .box-s .box-info .info-txt {
  line-height: 30px;
  color: #595959;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: justify;
}
.join-list .box-s .box-info .info-a {
  display: block;
  width: 124px;
  height: 42px;
  line-height: 42px;
  background-color: #085bd4;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.join-list .box-s .box-info .info-other .title-s {
  position: relative;
  padding-left: 13px;
  margin-bottom: 15px;
}
.join-list .box-s .box-info .info-other .title-s:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: #085bd4;
  border-radius: 3px;
  left: 0;
  top: 2px;
}
.join-list .box-s .box-info .info-other .a-groups a {
  display: block;
  float: left;
  line-height: 30px;
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dedede;
  color: #595959;
  margin-right: 10px;
}
.join-list .box-s .box-info .info-other .a-groups a span {
  color: #085bd4;
}
.join-list .box-s .box-info .info-other .a-groups a:hover {
  border-color: #085bd4;
  color: #085bd4;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
  border-bottom: 1px solid #eee;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #0f51b2;
}
.bread-crumbs .bread-item + .bread-item: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 5px;
}
.bread-crumbs .bread-item + .bread-item:before a {
  color: #333;
}
.bread-crumbs a:hover {
  color: #0f51b2;
}
/*page*/
.page {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  padding: 0 14px;
  margin: 2px 1px;
  color: #666666;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #125199;
  color: #fff;
}
/*other-banner*/
.banner-other {
  height: 280px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-other .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #fff;
}
.banner-other .banner-cont .title-en {
  text-transform: uppercase;
}
/*单页*/
.single-page {
  color: #333333;
  text-align: justify;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h1 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-page .m-title .title-other {
  color: #999999;
}
.single-page .m-title .title-other span {
  margin: 0 10px;
  display: inline-block;
}
.single-page .box-cont {
  text-align: justify;
}
/*搜索条件*/
.search-top {
  background: url("../../img/img-20.png") no-repeat top center;
}
.search-top .bread-crumbs {
  border-bottom: none;
}
.search-top .main-cont {
  padding-top: 50px;
  padding-bottom: 100px;
}
.search-top .search-wrap {
  width: 100%;
}
.search-top .search-wrap .search-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.search-top .search-wrap .search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: url("../../img/img-02.png") no-repeat 30px 22px #ffffff;
  border: none;
  padding-left: 65px;
  padding-right: 150px;
}
.search-top .search-wrap .search-box .s-btn {
  position: absolute;
  width: 134px;
  height: 62px;
  right: 0;
  background: #085bd4;
  color: #fff;
  border: none;
}
.search-top .search-wrap .search-key {
  text-align: left;
  line-height: 24px;
}
.search-top .search-wrap .search-key a,
.search-top .search-wrap .search-key span {
  display: inline-block;
}
.search-top .search-wrap .search-key span {
  color: #333333;
}
.search-top .search-wrap .search-key a {
  margin-right: 10px;
  color: #333333;
}
/*分类筛选*/
.sifting-sort {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}
.sifting-sort .main-cont {
  padding: 30px 15px;
  background-color: #fafafa;
  border: solid 1px #eeeeee;
}
.sifting-sort .box-sort {
  position: relative;
  padding-left: 125px;
  margin-bottom: 10px;
}
.sifting-sort .box-sort:last-child {
  margin-bottom: 0;
}
.sifting-sort .box-sort .box-title {
  text-align: right;
  color: #333333;
  font-weight: bold;
  position: absolute;
  margin-left: -125px;
  width: 125px;
  line-height: 24px;
}
.sifting-sort .box-sort .box-info a {
  display: block;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  line-height: 24px;
  margin-right: 10px;
  color: #333333;
  margin-bottom: 5px;
}
.sifting-sort .box-sort .box-info a:last-child {
  margin-right: 0;
}
.sifting-sort .box-sort .box-info a:hover,
.sifting-sort .box-sort .box-info a.active {
  background-color: #0f51b2;
  color: #fff;
}
/*职位列表*/
.job-list .row {
  margin-left: -13px;
  margin-right: -13px;
}
.job-list .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.job-list .box-s {
  position: relative;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  padding: 25px 20px 0;
}
.job-list .box-s .box-title {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f51b2;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  margin-left: -20px;
}
.job-list .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0f51b2;
}
.job-list .box-s .box-title:hover {
  text-decoration: underline;
}
.job-list .box-s .box-cont {
  padding-left: 10px;
  margin-bottom: 10px;
}
.job-list .box-s .box-cont > div {
  line-height: 30px;
  height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-list .box-s .box-other {
  border-top: 1px solid #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.job-list .box-s .box-other:before {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #eeeeee;
  position: absolute;
  top: 8px;
  left: 50%;
}
.job-list .box-s .box-other a {
  display: block;
  width: 49%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.job-list .box-s .box-other a:first-child {
  float: left;
  color: #333333;
}
.job-list .box-s .box-other a:last-child {
  float: right;
  color: #0f51b2;
}
.job-list .box-s .box-other a:hover {
  background-color: #0f51b2;
}
.job-list .box-s .box-other a:hover:first-child,
.job-list .box-s .box-other a:hover:last-child {
  color: #fff;
}
.job-list .box-s .box-other a.a-1 {
  color: #0f51b2;
}
.job-list .box-s .box-other a.a-2 {
  color: #c13030;
}
.job-list .box-s .box-other a.a-3 {
  width: 100%;
  color: #333333;
}
.job-list .box-s .box-other.other-a:before {
  display: none;
}
/*职位详情*/
.job-details {
  position: relative;
}
.job-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eef2f9;
  z-index: -1;
  height: 245px;
}
.job-details .job-box {
  margin-bottom: 30px;
}
.job-details .job-box-01.job-box-c {
  text-align: center;
}
.job-details .job-box-01.job-box-r {
  text-align: right;
}
.job-details .job-box-01 a {
  display: inline-block;
  margin-right: 30px;
  border-radius: 25px;
  line-height: 48px;
  width: 260px;
  text-align: center;
}
.job-details .job-box-01 a:last-child {
  margin-right: 0;
}
.job-details .job-box-01 a.a-1 {
  border: 1px solid #0f51b2;
  background-color: #0f51b2;
  color: #fff;
}
.job-details .job-box-01 a.a-2 {
  background-color: #ffffff;
  border: solid 1px #0f51b2;
  color: #0f51b2;
}
.job-details .job-box-02 {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding: 35px;
}
.job-details .job-box-02 .m-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 30px;
  padding-right: 200px;
}
.job-details .job-box-02 .m-title .title-s {
  color: #0f51b2;
  font-weight: bold;
}
.job-details .job-box-02 .m-title .date-s {
  background: url("../../img/icon-11.png") no-repeat left center;
  padding-left: 24px;
  color: #333333;
  position: absolute;
  top: 0;
  right: 0;
}
.job-details .job-box-02 .box-groups .box-s {
  position: relative;
  padding-left: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}
.job-details .job-box-02 .box-groups .box-s .icon-s {
  position: absolute;
  left: 0;
  top: 0;
}
.job-details .job-box-03 {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding: 30px;
}
.job-details .job-box-03 .m-title {
  border-bottom: 2px solid #0f51b2;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #0f51b2;
  font-weight: bold;
}
.job-details .job-box-03 .m-title img {
  vertical-align: middle;
  margin-right: 10px;
}
.job-details .job-box-03 .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.job-details .job-box-03 .box-txt {
  color: #4c4c4c;
  line-height: 2;
  text-align: justify;
}
/*弹窗*/
.up-mc {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}
.up-box {
  width: 472px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0 rgba(49, 49, 49, 0.52);
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.up-box .up-main {
  height: 100%;
  padding: 25px 16%;
  overflow: hidden;
}
.up-box .up-close {
  position: absolute;
  background: url("../../img/img-23.png") no-repeat;
  width: 13px;
  height: 13px;
  right: 15px;
  top: 15px;
}
.up-box .up-close:hover {
  background: url("../../img/img-23-h.png") no-repeat;
}
.up-box .up-tip {
  position: absolute;
  margin-left: 10px;
  font-size: 16px;
  color: #ae0000;
}
.up-box .up-title {
  text-align: center;
  margin-bottom: 10px;
}
.up-box .tip-txt {
  color: #999999;
  line-height: 24px;
  margin-top: 10px;
}
/*form-cont*/
.form-cont .form-box {
  margin-bottom: 10px;
}
.form-cont .form-box .box-title {
  color: #666;
  line-height: 30px;
}
.form-cont .inp-s {
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-cont .btn-s {
  width: 100%;
  height: 50px;
  background-color: #085bd5;
  border-radius: 6px;
  color: #fff;
  border: none;
  display: block;
}
.form-cont .form-btn {
  padding-top: 10px;
}
.form-cont .form-other {
  line-height: 20px;
  padding-top: 10px;
}
.form-cont .form-other a {
  color: #085bd5;
}
.form-cont .form-other a:hover {
  text-decoration: underline;
}
.form-cont .form-other .other-l {
  float: left;
}
.form-cont .form-other .other-r {
  float: right;
}
.form-cont .form-txt {
  line-height: 24px;
}
.form-cont .form-txt input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
.form-cont .form-txt a {
  color: #085bd5;
}
.form-cont .form-txt a:hover {
  text-decoration: underline;
}
.form-cont .box-info {
  line-height: 40px;
  position: relative;
}
.form-cont .box-info.info-s {
  padding-right: 110px;
}
.form-cont .box-info .a-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  text-align: center;
  color: #085bd5;
  transition: all 0.5s;
}
.form-cont .box-info .a-code:hover {
  background-color: #085bd5;
  color: #fff;
}
/*系统设置*/
.system-content {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding: 30px;
  overflow: hidden;
}
.side-menu .menu-title {
  height: 70px;
  line-height: 70px;
  background-color: #205db7;
  border: solid 1px #eeeeee;
  font-weight: bold;
  padding-left: 30px;
  color: #fff;
}
.side-menu .menu-list {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  min-height: 200px;
}
.side-menu .menu-list li {
  border-bottom: 1px solid #eeeeee;
}
.side-menu .menu-list a {
  display: block;
  padding-left: 30px;
  padding-right: 50px;
  height: 60px;
  line-height: 60px;
  background: url("../../img/img-24.png") no-repeat right 30px center;
  overflow: hidden;
  font-size: 16px;
  color: #0f51b2;
}
.forgot-password .m-title {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px;
  line-height: 24px;
  color: #0f51b2;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.forgot-password .m-title:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: #0f51b2;
  border-radius: 3px;
  top: 2px;
  left: 0;
}
.forgot-password .inp-s {
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}
.forgot-password .form-box {
  margin-bottom: 40px;
  margin-left: -8px;
  margin-right: -8px;
}
.forgot-password .form-box .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.forgot-password .form-box:last-child {
  margin-bottom: 0;
}
.forgot-password .form-title {
  text-align: right;
  line-height: 40px;
}
.forgot-password .form-info {
  line-height: 40px;
}
.forgot-password .btn-s {
  width: 100%;
  height: 50px;
  background-color: #085bd5;
  border-radius: 6px;
  color: #fff;
  border: none;
  display: block;
}
.personal-center {
  position: relative;
}
.personal-center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eef2f9;
  z-index: -1;
  height: 245px;
}
.personal-center hr {
  margin-top: 0;
}
.personal-center .form-group {
  margin-bottom: 0;
}
.center-mod-01 {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.center-mod-01 .box-head img {
  display: block;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
}
.center-mod-01 .box-info {
  padding-top: 15px;
}
.center-mod-01 .box-info .box-name {
  margin-bottom: 15px;
}
.center-mod-01 .box-info .box-job {
  margin-bottom: 20px;
}
.center-mod-01 .box-info .box-job span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.center-mod-01 .box-info .box-groups a {
  display: inline-block;
  width: 164px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: bottom;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #eeeeee;
  margin-right: 20px;
  margin-bottom: 10px;
}
.center-mod-01 .box-info .box-groups a img {
  margin-right: 6px;
}
.center-mod-01 .box-info .box-groups a:last-child {
  margin-right: 0;
}
.center-mod-01 .box-info .box-groups a:hover {
  color: #085bd5;
  border-color: #085bd5;
}
.center-main .center-menu {
  background-color: #205db7;
  border: solid 1px #eeeeee;
  padding: 20px;
  min-height: 400px;
}
.center-main .center-menu ul {
  position: relative;
}
.center-main .center-menu ul:after {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 6px;
  width: 1px;
  background-color: #fff;
}
.center-main .center-menu ul li {
  line-height: 32px;
  height: 32px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}
.center-main .center-menu ul li a {
  color: #fff;
}
.center-main .center-menu ul li:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  border-radius: 6px;
  left: 0;
  top: 9px;
  background-color: #205db7;
}
.center-main .center-menu ul li:last-child {
  margin-bottom: 0;
}
.center-main .center-menu ul li.active {
  font-size: 20px;
  font-weight: bold;
}
.center-main .center-menu ul li.active:after {
  background-color: #fff;
}
.center-main .center-content {
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding: 30px;
}
.center-main .box-groups {
  margin-bottom: 30px;
}
.center-main .box-title {
  position: relative;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  line-height: 36px;
  margin-bottom: 30px;
}
.center-main .box-title .title-s {
  color: #0f51b2;
  font-weight: bold;
  float: left;
  padding-left: 15px;
}
.center-main .box-title .title-s:after {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #0f51b2;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 8px;
}
.center-main .box-title .operation-s {
  float: right;
}
.center-main .box-title .operation-s a {
  display: inline-block;
  vertical-align: bottom;
  min-width: 72px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #eeeeee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.center-main .box-title .operation-s a:last-child {
  margin-right: 0;
}
.center-main .box-title .operation-s a:hover {
  background-color: #0f51b2;
  border-color: #0f51b2;
  color: #fff;
}
.center-main .inp-s {
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}
.center-main .form-box {
  margin-bottom: 30px;
}
.center-main .form-box:last-child {
  margin-bottom: 0;
}
.center-main .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.center-main .form-group .box-w {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.center-main .form-title {
  text-align: right;
  line-height: 40px;
}
.center-main .form-title .tip {
  color: #f00;
}
.center-main .form-info {
  line-height: 40px;
}
.center-main .form-btn-groups {
  text-align: right;
  padding-bottom: 20px;
}
.center-main .form-btn-groups a {
  width: 64px;
  height: 32px;
  line-height: 30px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  margin-right: 6px;
  font-size: 14px;
  transition: all 0.5s;
}
.center-main .form-btn-groups a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.center-main .form-btn-groups a:last-child {
  margin-right: 0;
}
.center-main .form-btn-groups a.form-btn-01 {
  background-color: #17967d;
}
.center-main .form-btn-groups a.form-btn-02 {
  background-color: #c13030;
}
.center-main .form-btn-groups a.form-btn-03 {
  background-color: #0f51b2;
}
.center-main .box-tip {
  color: #f00;
  font-size: 12px;
}
.center-main .form-commitment {
  background-color: #e2e9f3;
  padding: 3% 6%;
  color: #404040;
  line-height: 30px;
  text-align: justify;
}
.center-main .form-commitment .s-c {
  position: absolute;
  margin-left: -20px;
}
.center-main .form-comm {
  text-align: center;
  padding-top: 30px;
}
.center-main .form-comm button {
  width: 104px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  background-color: #0f51b2;
  border-radius: 25px;
  border: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.center-main .form-comm button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.center-main .form-comm button:last-child {
  margin-right: 0;
}
.form-table {
  overflow: hidden;
  overflow-x: auto;
}
.form-table .table-wrap {
  min-width: 600px;
}
.form-table table {
  border: 1px solid #fff;
}
.form-table table th,
.form-table table td {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}
.form-table table th {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #0f51b2;
}
.form-table table tbody tr:nth-child(2n + 1) {
  background-color: #f7f7f7;
}
.form-table table tbody tr:nth-child(2n) {
  background-color: #e2e9f3;
}
.form-table .a-s {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 30px;
}
.form-table .a-s:hover {
  text-decoration: underline;
}
.form-table .a-1 {
  background-image: url("../../img/img-29.png");
  color: #0f51b2;
}
.form-table .a-2 {
  background-image: url("../../img/img-30.png");
  color: #17967d;
}
.form-table .a-3 {
  background-image: url("../../img/img-31.png");
  color: #c13030;
}
/*new add*/
.index-new-top {
  margin-top: -180px;
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
.new-inform {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.new-inform .inform-cont {
  padding-left: 155px;
  position: relative;
  padding-right: 80px;
  color: #fff;
  min-height: 34px;
}
.new-inform .inform-cont .cont-title {
  background: url("../../img/icon-17.png") no-repeat left center;
  line-height: 34px;
  padding-left: 30px;
  position: absolute;
  left: 25px;
  top: 0;
}
.new-inform .inform-list {
  overflow: hidden;
}
.new-inform .inform-more {
  position: absolute;
  top: 0;
  color: #fff;
  right: 20px;
  line-height: 34px;
  font-size: 16px;
}
.new-inform .inform-more:hover {
  color: #085bd4;
}
.new-inform .box-s {
  position: relative;
  margin-right: 25px;
  height: 34px;
  line-height: 34px;
  padding-right: 90px;
  color: #fff;
}
.new-inform .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
.new-inform .box-s .title-s {
  position: relative;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  color: #fff;
  display: block;
}
.new-inform .box-s .title-s:after {
  content: '»';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
}
.new-inform .box-s .title-s:hover {
  text-decoration: underline;
  color: #0f51b2;
}
.new-branch-courts .row {
  margin-left: -10px;
  margin-right: -10px;
}
.new-branch-courts .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.new-branch-courts .box-s {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.new-branch-courts .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  background: url("../../img/img-36.png") no-repeat top center;
  background-size: cover;
}
.new-branch-courts .box-s .box-title {
  height: 30px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.new-branch-courts .box-s .box-txt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-bottom: 10px;
}
.new-branch-courts .box-s .box-more {
  display: block;
  background: url("../../img/icon-18.png") no-repeat;
  width: 21px;
  height: 15px;
}
/*时间轴*/
.skin-timeline-item:before,
hr {
  background-color: #0f51b2;
}
.skin-timeline {
  padding-left: 5px;
}
.skin-timeline.timeline-02 .skin-timeline-axis {
  background-color: #fff;
  color: #0f51b2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.skin-timeline.timeline-02 .skin-timeline-axis:after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: none;
  background: #0f51b2;
  border-radius: 50%;
}
.skin-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.skin-timeline-axis {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #0f51b2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.skin-timeline-axis:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #0f51b2;
  border-radius: 50%;
}
.skin-timeline-item:hover .skin-timeline-axis:after {
  border-color: #0f51b2;
}
.skin-timeline-item:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
}
.skin-timeline-item:last-child:before {
  display: none;
}
.skin-timeline-item:first-child:before {
  display: block;
}
.skin-timeline-content {
  padding-left: 25px;
}
.skin-timeline-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}
.skin-timeline-txt {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
}
/*new-add*/
.join-list-new .m-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #313131;
  margin-bottom: 40px;
}
.join-list-new .m-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #d6d8dd;
  border-radius: 3px;
  left: 50%;
  margin-left: -15px;
}
.join-list-new .box-groups {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.join-list-new .box-groups .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.join-list-new .box-s {
  background-color: #f1f3f8;
  border-radius: 5px;
  padding: 20px 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8%;
}
.join-list-new .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #7698c8;
}
.join-list-new .box-s .box-title {
  line-height: 30px;
  height: 30px;
  color: #434a60;
  font-weight: bold;
  margin-bottom: 15px;
}
.join-list-new .box-s .box-top {
  margin-bottom: 20px;
}
.join-list-new .box-s .box-top .box-img {
  overflow: hidden;
  width: 246px;
  height: 178px;
  float: left;
  background-color: #64667d;
  border-radius: 6px;
}
.join-list-new .box-s .box-top .box-img img {
  display: block;
  width: 246px;
  height: 178px;
}
.join-list-new .box-s .box-top .box-info {
  margin-left: 265px;
}
.join-list-new .box-s .box-top .box-info .info-txt {
  font-size: 14px;
  line-height: 22px;
  height: 132px;
  color: #595959;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: justify;
}
.join-list-new .box-s .box-top .box-info .info-a {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  background-color: #085bd4;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.join-list-new .box-s .box-top .box-info .info-a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.join-list-new .box-s .box-other .title-s {
  position: relative;
  padding-left: 13px;
  margin-bottom: 15px;
}
.join-list-new .box-s .box-other .title-s:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: #085bd4;
  border-radius: 3px;
  left: 0;
  top: 2px;
}
.join-list-new .box-s .box-other .a-groups {
  min-height: 100px;
  overflow: hidden;
}
.join-list-new .box-s .box-other .a-groups a {
  display: block;
  float: left;
  line-height: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #595959;
  margin-right: 10px;
}
.join-list-new .box-s .box-other .a-groups a span {
  color: #085bd4;
}
.join-list-new .box-s .box-other .a-groups a:hover {
  color: #fff;
  background-color: #085bd4;
}
.join-list-new .box-s .box-other .a-groups a:hover span {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */