body {
  overflow-x: hidden;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: Arial;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
nav.navbar.bootsnav {
  min-height: 60px;
  border: none;
  margin-bottom: 30px;
  z-index: 9999;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-nav {
  width: 100%;
}
nav.navbar.bootsnav .navbar-nav > li {
  border-right: 1px solid transparent;
}
nav.navbar.bootsnav .navbar-nav > li:last-child {
  border-right: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  text-align: center;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
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.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: #b86aba;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav {
    min-height: 50px;
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background-color: #b7cae0;
  }
  nav.navbar.bootsnav ul.nav > li:first-child {
    padding-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li:last-child:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 5px;
    font-size: 18px;
    color: #125199;
    line-height: 30px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    min-width: 100%;
    border-top: 5px solid #2877d1;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #125199;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li {
    padding-left: 25px;
    padding-right: 25px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 0;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  nav.navbar.bootsnav ul.nav > li {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    margin-bottom: 10px;
    min-height: 50px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 0;
    width: 34px;
    height: 30px;
    background-color: #2877d1;
    top: 0;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: rgba(18, 81, 153, 0.7);
    padding: 5px!important;
  }
}
.public-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  line-height: 48px;
  overflow: hidden;
}
.public-title .title-txt {
  position: relative;
  background-color: #fff;
  height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  color: #125199;
  font-weight: bold;
  margin-right: 35px;
  float: left;
}
.public-title .title-txt:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 48px;
  right: -35px;
  top: 0;
  background: url("../images/title-bg.png") no-repeat left top;
}
.public-title .title-more {
  color: #fff;
  position: relative;
  padding-right: 20px;
  float: right;
  height: 48px;
}
.public-title .title-more:after {
  content: '\f101';
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.public-title.title-other {
  border-bottom-color: #125199;
}
.public-title.title-other .title-txt {
  background-color: #125199;
  color: #fff;
}
.public-title.title-other .title-txt:after {
  background: url("../images/title-bg-02.png") no-repeat left top;
}
.header-banner {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.header-banner img.banner-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-banner .banner-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
/*index-banner*/
.index-banner {
  margin-bottom: 40px;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("img-01.png") no-repeat top center;
  border-top: 5px solid #2877d1;
  padding: 25px;
  max-width: 680px;
  color: #fff;
}
.index-banner .banner-box .box-title:after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
}
.index-banner .banner-box .box-title .title-s {
  display: block;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.index-banner .banner-box .box-title .txt-s {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.index-banner .slick-dots {
  z-index: 99;
  bottom: 20px;
  left: auto;
  width: auto;
  right: 30px;
}
.index-banner .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.index-banner .slick-dots li.slick-active {
  width: 42px;
}
/*quick-entry*/
.quick-entry {
  margin-bottom: 40px;
}
.quick-entry .main-cont {
  border-radius: 4px;
  border: solid 1px #b7cae0;
  padding: 15px;
  overflow: hidden;
}
.quick-entry .row .box-w {
  border-right: 1px solid #b7cae0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.quick-entry .row .box-w:last-child {
  border-right: none;
}
.quick-entry .box-s {
  position: relative;
  min-height: 86px;
  display: table;
  width: 100%;
  padding-left: 98px;
}
.quick-entry .box-s .box-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
}
.quick-entry .box-s .box-icon img {
  display: block;
  width: 100%;
}
.quick-entry .box-s .box-info {
  padding-top: 15px;
}
.quick-entry .box-s .box-info .title-s {
  font-weight: bold;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.quick-entry .box-s .box-info .more-s {
  display: block;
  width: 86px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #e7edf5;
  border-radius: 2px;
  color: #4170a5;
  font-size: 12px;
}
.quick-entry .box-s .box-info .more-s:hover {
  background-color: #dce8f7;
}
.quick-entry .box-s .box-info .s-1 {
  color: #cf2020;
  display: inline-block;
}
/*news-groups*/
.news-groups {
  background: url("../images/box2bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 105px;
  min-height: 595px;
}
.news-groups .module-left {
  width: 315px;
  float: left;
}
.news-groups .module-left .main-cont {
  background: url("../images/box2_left_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 295px;
  padding: 20px 25px;
}
.news-groups .module-left .box-s {
  background: url("../images/line.png") no-repeat bottom left;
  background-size: 100% auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}
.news-groups .module-left .box-s:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.news-groups .module-left .box-s .box-title {
  color: #123e6f;
}
.news-groups .module-left .box-s .box-date {
  color: #ea400c;
}
.news-groups .module-right {
  margin-left: 365px;
}
.news-groups .module-right .events-list .box-s {
  position: relative;
  min-height: 56px;
  margin-bottom: 24px;
  padding-left: 70px;
  overflow: hidden;
}
.news-groups .module-right .events-list .box-s:last-child {
  margin-bottom: 0;
}
.news-groups .module-right .events-list .box-s .box-date {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  text-align: center;
  color: #095c9d;
  position: absolute;
  left: 0;
  top: 0;
}
.news-groups .module-right .events-list .box-s .box-date span {
  display: block;
}
.news-groups .module-right .events-list .box-s .box-date .day-s {
  font-weight: bold;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 2px;
}
.news-groups .module-right .events-list .box-s .box-date .year-s {
  font-size: 12px;
}
.news-groups .module-right .events-list .box-s .box-info .title-s {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.news-groups .module-right .events-list .box-s .box-info .txt-s {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #bbd2eb;
}
/*people-list*/
.people-list {
  margin-bottom: 20px;
}
.people-list .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.people-list .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.people-list .main-cont {
  border-bottom: 1px solid #d8dee6;
  padding-top: 45px;
  padding-bottom: 45px;
}
.people-list .box-s {
  text-align: center;
}
.people-list .box-s .box-img {
  overflow: hidden;
  margin-bottom: 15px;
}
.people-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
}
.people-list .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 10px;
  color: #125199;
  font-weight: bold;
}
.people-list .box-s .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #737373;
}
.people-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
/*footer-link*/
.footer-links {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-links .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-links .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-links .box-s {
  height: 62px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-links .box-s img {
  display: block;
}
/*footer*/
footer {
  background: url("../images/footbg.png") no-repeat top center;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  padding-top: 90px;
  padding-bottom: 30px;
}
footer span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.page-main {
  padding-bottom: 40px;
}
/*---------- side-menu  ----------*/
.side-menu .menu-title {
  background: url("img-04.png") no-repeat left top;
  height: 90px;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.side-menu .menu-groups {
  overflow: hidden;
}
.side-menu .menu-groups .menu-box {
  margin-top: 1px;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 50px;
  line-height: 30px;
  background: url("img-05.png") no-repeat right 15px top 28px #eeeeee;
  position: relative;
  padding: 20px 35px 20px 20px;
  color: #333333;
  display: block;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.current {
  background: url("img-05.png") no-repeat right 15px top 28px #125199;
  color: #fff;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  margin-bottom: 25px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  background: url("../images/img-02.png") no-repeat 0 5px;
  padding-left: 25px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #125199;
}
.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: #333333;
}
.bread-crumbs a:hover {
  color: #125199;
}
/*page*/
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #eeeeee;
  border-radius: 10px;
  margin: 0px 3px;
}
.page li a{
  display: inline-block;
  height: 36px;
  line-height: 36px;
   padding: 0 14px;
   border-radius: 10px;

}

.page a:hover,
.page li a.active,
.page a.a-s {
  background-color: #125199;
  color: #fff;
}
.text-list .box-s {
  position: relative;
  padding: 10px 100px 10px 15px;
  line-height: 30px;
  border-bottom: 1px dotted #d8d8d8;
}
.text-list .box-s .title-s {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.text-list .box-s .date-s {
  color: #666666;
  position: absolute;
  right: 0;
  top: 10px;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  background-color: #125199;
  border-radius: 3px;
}
.text-list .box-s:hover .title-s {
  color: #125199;
}
.img-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.img-list .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.img-list .box-s {
  margin-bottom: 20px;
}
.img-list .box-s .box-img {
  margin-bottom: 10px;
  height: 145px;
  border: 1px solid #eee;
}
.img-list .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.img-list .box-s .box-title {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 25px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  text-align: center;
  word-break:break-word;
}
.img-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list .box-s:hover .box-title {
  color: #125199;
}
.contacts-mod .box-s {
  padding-top: 15px;
  margin-bottom: 35px;
}
.contacts-mod .box-s:last-child {
  margin-bottom: 0;
}
.contacts-mod .box-s h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.contacts-mod .box-s .txt-s {
  line-height: 1.8;
}
.form-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-content .col-star {
  color: #f00;
}
.form-content .form-tip {
  margin-bottom: 25px;
}
.form-content .control-label {
  text-align: right;
  line-height: 20px;
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-content .form-txt {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-content .form-btn {
  min-width: 130px;
}
.form-content .other-form {
  display: none;
}
.single-page {
  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;
  line-height: 1.8;
}
.user-center-header {
  background: url("img-07.png") no-repeat left bottom #ffffff;
  box-shadow: 1px 2px 10px 0 rgba(204, 212, 238, 0.35);
  padding: 10px 4%;
  color: #125199;
  height: 118px;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: -50px;
  position: relative;
  z-index: 99;
}
.user-center-header .middle-cont {
  width: 100%;
  line-height: 50px;
}
.user-center-header .user-title {
  font-weight: bold;
  float: left;
}
.user-center-header .user-back {
  color: #125199;
  float: right;
}
.form-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-page.register-box .box-form {
  padding-left: 150px;
}
.form-page.register-box .box-form .box-title {
  width: 150px;
}
.form-page .m-title {
  text-align: center;
  color: #125199;
  margin-bottom: 40px;
  font-weight: bold;
}
.form-page .form-cont {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.form-page .box-form {
  position: relative;
  margin-bottom: 20px;
  padding-left: 100px;
  line-height: 40px;
  min-height: 40px;
}
.form-page .box-form .box-title {
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
}
.form-page .inp-s {
  width: 100%;
  height: 40px;
  border: solid 1px #e5e5e5;
  line-height: 38px;
  padding: 0 10px 0 60px;
  position: relative;
}
.form-page .inp-s.icon-user {
  background: url("icon7.png") no-repeat left center #fff;
}
.form-page .inp-s.icon-pwd {
  background: url("icon8.png") no-repeat left center #fff;
}
.form-page .inp-s.icon-email {
  background: url("icon10.png") no-repeat left center #fff;
}
.form-page .form-btn {
  padding-top: 50px;
}
.form-page .form-btn .btn-s {
  border: none;
  height: 50px;
  background-color: #125199;
  color: #fff;
  display: block;
  width: 100%;
}
.form-page .form-other {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-page .a-s {
  color: #e50909;
}
.form-page .form-tip {
  margin-top: 30px;
  color: #666666;
}
.up-box-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
}
.up-tip-box {
  position: fixed;
  z-index: 10001;
  width: 564px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  margin: -133px 0 0 -282px;
  padding: 40px 60px;
  display: none;
}
.up-tip-box .box-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url("icon-close.png") no-repeat center center;
}
.up-tip-box .box-cont {
  color: #000000;
  line-height: 2;
}
.up-tip-box .box-cont span {
  color: #d00404;
}
.up-tip-box .box-other {
  padding-top: 15px;
}
.up-tip-box .box-a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #125199;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.user-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.user-content .user-public-title {
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.user-home .home-title {
  color: #125199;
  text-align: center;
  margin-bottom: 30px;
}
.user-home .home-table {
  margin-bottom: 30px;
}
.user-home .home-table:last-child {
  margin-bottom: 0;
}
.user-home .home-table table {
  border: dotted 1px #125199;
}
.user-home .home-table table tr td {
  border: dotted 1px #125199;
  padding: 10px;
  line-height: 20px;
}
.user-home .home-table table tr td.title {
  background-color: #eef3f8;
}
.conference-registration .info-top {
  text-align: center;
  margin-bottom: 30px;
}
.conference-registration .info-top .title-s {
  font-weight: bold;
  margin-bottom: 25px;
}
.conference-registration .info-top .a-s {
  display: block;
  width: 198px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background-color: #ffffff;
  border: solid 1px #125199;
  color: #125199;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.conference-registration .info-top .txt-s {
  margin-top: 25px;
  color: #999999;
}
.conference-registration .info-center {
  margin-bottom: 30px;
  padding: 3%;
  background-color: #eef3f8;
  border: dashed 1px #125199;
  line-height: 1.8;
}
.conference-registration .info-center .s-1 {
  color: #125199;
  font-weight: bold;
}
.conference-registration .info-step .step-groups .row {
  margin-left: -25px;
  margin-right: -25px;
}
.conference-registration .info-step .step-groups .row .box-w {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.conference-registration .info-step .step-groups .row .box-w:after {
  content: '';
  position: absolute;
  background: url("img-08.png") no-repeat;
  width: 33px;
  height: 22px;
  top: 50%;
  right: -16px;
  margin-top: -22px;
}
.conference-registration .info-step .step-groups .row .box-w:last-child:after {
  display: none;
}
.conference-registration .info-step .step-groups .box-s {
  background-color: #eef3f8;
  border: dashed 1px #125199;
  height: 240px;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.conference-registration .info-step .step-groups .box-s .num-s {
  width: 86px;
  height: 86px;
  line-height: 86px;
  border-radius: 43px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #125199;
  margin: 15px auto;
}
.conference-registration .info-step .step-groups .box-s .txt-s {
  line-height: 24px;
  color: #666666;
}
/*new-add*/
.home-user-info .user-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.home-user-info .box-s .row {
  margin-left: -5px;
  margin-right: -5px;
}
.home-user-info .box-s .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.home-user-info .box-s {
  line-height: 36px;
  margin-bottom: 20px;
}
.home-user-info .box-s .box-title {
  text-align: right;
  font-weight: bold;
  color: #125199;
}
.home-user-info .box-s .box-txt {
  color: #333333;
}



.new-contacts-mod {
  padding-top: 30px;
}
.new-contacts-mod .box-s {
  line-height: 28px;
  margin-bottom: 15px;
}
.new-contacts-mod .box-s  .box-title {
  float: left;
  width: 90px;
  font-weight: bold;
  color: #333;
}

.new-contacts-mod .box-s .box-info {
  margin-left: 90px;
  overflow: hidden;
  display: table;
}
.new-contacts-mod .box-s .info-table {
  display: table-row
}
.new-contacts-mod .box-s .info-table > div {
  display: table-cell;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .home-user-info .box-s .box-title {
    text-align: left;
  }

  .new-contacts-mod .box-s  .box-title {
    float: none;
    width: auto;
  }
  .new-contacts-mod .box-s .box-info {
    margin-left: 0;
    overflow: hidden;
    display: block;
  }
  .new-contacts-mod .box-s .info-table {
    margin-bottom: 10px;
  }
  .new-contacts-mod .box-s .info-table, .new-contacts-mod .box-s .info-table > div {
    display: block;
  }
}