body, html {
  max-width: 1920px;
  margin: 0 auto;
}
body {
overflow:hidden;
}
.tip-text {
  position: relative;
  top: 160px;
  left: 0;
  opacity: 0;
  margin: 0 auto;
}
.swiper-slide-active .tip-text {
  top: 0;
  opacity: 1;
}
.other-nav>li:last-child>ul, .other-nav>li:nth-child(10)>ul{
left: initial;
right: 0;
}
.other-nav>li:last-child>ul>li>a { text-align: right; }
.other-nav>li:last-child>ul>li>i { left: 0; right: initial;  }
.other-nav>li:last-child>ul>li>ul{ left: -99% !important; }
.content #vsb_content p a { text-indent: 0; color: #780ec5; }
#page-list {font-family: Arial;text-align: center;margin: 30px 0 20px;line-height: 35px;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #835da3; font-weight: bold; color: #fff; border-color: #835da3;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
.content table p, .content table, .content table span, .content table td, .content table tr { text-indent: 0 !important; } 
.content #vsb_content p { text-indent: 2em;
    line-height: 28px;
    margin-top: 20px; }
.content #vsb_content table p { text-indent: 0; margin: 0; }
.focus .focus-list .focus-item .focus-tip{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#vsb_content table { max-width: 100% !important; }
.new-box .new-tip {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.focus-content {
  width: calc(100% - 71px);
}
.search-box {
  width: 100%;
  height: 114px;
  position: absolute;
  top: -124px;
  left: 0;
  z-index: 9999;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}
.search-box.show {
  top: 0;
}
.search-box form {
  width: 420px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box input {
  display: inline-block;
  width: calc(100% - 30px);
  height: 40px;
  font-size: 15px;
  text-indent: 15px;
  border: none;
  outline: none;
  border-left: 4px solid rgb(98,29,170);
}
.search-box button {
  display: inline-block;
  width: 50px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  color: rgba(98,29,170,0.9);
  background: #fff;
}
.search-colse {
    margin-left: 25px;
}
.search-colse i {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}
.search-colse i:first-child {
    transform: translate(0px, 2px) rotate(45deg);
}
.search-colse i:last-child {
    transform: translate(0px, -1px) rotate(-45deg);
}
.footer-link{margin: auto;padding-bottom: 80px;text-align: center;}
.footer-link .link-item{font-size: 18px;padding: 0 18px;height: 24px;line-height:24px;margin-bottom: 10px;}
.footer-link .link-item.bor-left{border-left: 1px solid #ffffff;}
.textlabel .main-content:hover { transform: translateY(-8px); background: #f6f6f6; box-shadow: 0px 4px 8px #999;}
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
}
#phone-nav {
    position: fixed;
    top: 0;
    right: -90%;
    width: 80%;
    height: 90%;
    z-index: 10000;
    background: #fff;
    border-left: 6px solid #6b1cbd;
    border-bottom: 6px solid #896ada;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
#phone-nav.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}
#phone-nav>ul {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
}
#phone-nav>ul>li {
    padding-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
#phone-nav>ul>li a {
    display: inline-block;
    padding: 14px 0;
    width: calc(100% - 55px);
    font-size: 18px;
}
#phone-nav .colse {
    float: right;
    padding: 15px 20px 10px 10px ;
    font-size: 20px;
    color: #631faa;
    cursor: pointer;
}
.search-box-sm {
    display: block;
    margin: 18px auto 0;
    width: 80%;
    border: 1px solid #eee;
}

.search-box-sm input {
    display: inline-block;
    width: calc(100% - 42px);
    border: none;
    outline: none;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: transparent;
    vertical-align: middle;
}
.search-box-sm button {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    color: #6141b6;
    background: transparent;
    vertical-align: middle;
}
.top-link-sm {
    padding: 20px 30px;
    font-size: 14px;
}
#phone-nav .second {
    display: none;
    padding-left: 30px;
    padding-bottom: 20px;
}
#phone-nav .second>li>a { font-size: 17px; }
#phone-nav .second ul { padding-left: 0px; list-style: none; }
#phone-nav .second ul li { display: inline-block; }
#phone-nav .second ul li a {width: auto; padding:5px 12px; font-size: 16px;}
#phone-nav .fa-angle-right {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
#phone-nav li.cur {
    background: #6b1cbd;
}
#phone-nav li.cur a, #phone-nav li.cur ul {
    color: #fff;
}
#phone-nav li.cur>a{ 
    font-weight: 600;
}
#phone-nav li.cur .fa-angle-right {
    color: #fff;
    transform: rotate(90deg);
}

.content a { text-indent: 0; }
.content table p { text-inddent: 0; }
/* hover css */
.tip-text, .bg-banner .swiper-slide a span{
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.search-box, .menu .menu-item, .activity ul li, .focus .focus-list .focus-item, .new-content .new-box>div, .xshd .new-box>div, .activity ul li, .footer-link .link-item a, #phone-nav .fa-angle-right, #phone-nav li {
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
#phone-nav {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.show, .show-img{
overflow: hidden;
}
.show img{
display: block;
width: 100%;
height: auto;
} 
.show img{
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.focus .focus-list .focus-item:hover, .activity ul li:hover {
    transform: translateX(10px);
}
.new-content .new-box>div:hover, .xshd .new-box>div:hover {
    transform: translateY(-14px);
}
.footer-link .link-item a:hover {
    transform: translateY(-4px);
}
.new-box a:hover .new-title, .focus .focus-list .focus-item a:hover .focus-title{
    color: #d18e59;
}
.nav .nav-bar .top-btn a:hover {
    text-decoration: underline;
}
@media screen and ( min-width: 993px ) {
    .show:hover img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        }
}

@media screen and (max-width: 1200px) {
  .tip-text {
      width: 90%;
      margin-bottom: 40px;
  }
  .video .play-icon img {
      width: 80px;
  }
  footer.main-footer {
      padding: 70px 0 100px !important;
  }
  .menu .menu-item {
      height: 55px;
      font-size: 16px;
  }
  .nav .nav-bar .bom-btn {
      height: 65px;
      line-height: 65px;
  }
  .tip-text .left-item {
      padding: 16px 30px;
      font-size: 22px;
  }
  .new-box>div { margin-bottom: 20px; }
  .tip-text .right-item {
      font-size: 16px;
  }
  .menu {
      padding-right: 32px;
  }
  .footer-link .link-item {
      padding: 0 10px;
      font-size: 16px;
  }
  .content ul {
    padding-left: 36px !important;
  }
}
@media screen and (max-width: 1024px) {
.focus .focus-list .focus-item .focus-tip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-link .link-item {
    font-size: 14px;
    padding: 0 10px;
}
}
@media screen and (max-width: 992px) {
  .jumbotron {
      padding: 0;
  }
.content ul li { border-bottom: 1px solid #eee; }
.content ul li .col-lg-3 { text-align: left !important; }
  .bg-banner {
      position: relative !important;
      width: 100%;
  }
  .menu, .tip-box{
      display: none;
  }
  .bg-banner .swiper-slide a {
      display: block;
      position: relative;
  }
  .bg-banner .swiper-slide a img {
      display: block;
      width: 100%;
      height: auto;
  }
  .bg-banner .swiper-slide {
      position: relative;
  }
  .bg-banner .swiper-slide a p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 10px 12px;
      font-size: 16px;
      color: #fff;
      background: rgba(94,59,184,0.75);
  }
  .view-swiper>.main, .view-swiper>.side {
      width: 100%;

  }
  .view-swiper>.side view { 
      position: relative !important;
   }
  #view-border{ 
      display: none;
  }
  .footer-link {
      padding-bottom: 40px;
  }
  footer.main-footer {
      padding: 50px 0 70px !important;
  }
  .image1 {
      display: block;
      max-width: 90%;
      margin: 0 auto 10px !important;
  }
  .activity ul li .title {
      width: calc(100% - 120px);
  }
  .activity ul li .date {
      width: 120px;
  }
  .video .v-title {
      font-size: 30px;
      margin-bottom: 40px;
  }
  .video .play-icon img {
      width: 60px;
  }
  .focus {
      margin-top: 25px;
  }
  .nav .nav-bar .main {
      font-size: 14px;
  }
  .nav .nav-bar .bom-btn {
      font-size: 16px;
  }
  .head-title {
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) { .list-logo img { max-width: 80%; } #navbar>.container { flex-wrap: initial; } #to-top{ display: none; } }
@media screen and (max-width: 576px) {
  .views .left-btn, .views .right-btn, .pid-nav, .nav .nav-bar .top-btn, .search-button {
      display: none;
  }
  .view-swiper {
      width: 100%;
  }
  .top-links {
      justify-content: flex-end;
  }
  .nav .nav-bar i {
      font-size: 17px;
  }
  .nav-button {
      display: block;
  }
  .activity, .view-content {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  .video .v-title {
      font-size: 22px;
      margin-bottom: 20px;
  }
  .video .play-icon img {
      width: 40px;
  }

  .activity {
      padding: 20px 0px;
      margin-bottom: 40px;
  }
  .footer-link .link-item {
      font-size: 16px;
  }
  .xshd {
      padding: 20px 15px;
  }
  .top-link-sm {
      font-size: 12px;
  }
}

.table td, .table th { border: 1px solid #dee2e6; }

.content ul li .list-title6  { display: inline-block; width: 75%; }
.content ul li .list-data6 { display: inline-block; width: 23%; text-align: right; }
@media screen and (max-width: 992px) {
.content ul li .list-title6, .content ul li .list-data6 { width: 100%;  } .content ul li .list-data6 { text-align:left; }
}