@charset "UTF-8";
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", sans-serif;
}
a{text-decoration: none !important;}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
.index-body {
  background: url(tib2024_icon14.png) top center no-repeat;
  background-size: cover;
}
/*header start*/
.header-wrap {
  background: url(tib2024_icon02.png) top center no-repeat;
  background-size: cover;
}
.header-wrap .header-tool {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.header-wrap .header-tools {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-end;
  align-self: end;
  padding: 10px 15px;
  background: rgba(40, 147, 232, 0.3);
}
.header-wrap .header-tools li {
  margin: 0 10px;
}
.header-wrap .header-tools li:first-child {
  margin-left: 0;
}
.header-wrap .header-tools li a {
  color: #fff;
  font-size: 14px;
}
.header-wrap .header-tools .search-trigger {
  cursor: pointer;
  margin-right: 0;
}
.header-wrap .header-tools .search-trigger img {
  max-width: 16px;
}
.header-wrap .header-logo {
  padding: 13px 0 25px 0;
}
@media (max-width: 767px) {
  .header-wrap .header-tools li {
    margin: 0 5px;
  }
  .header-wrap .header-tools .toggle {
    margin-left: 10px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-tools li a {
    font-size: 12px;
  }
  .header-wrap .header-tools li.lxwm {
    display: none;
  }
}
/*header start*/
/*nav start*/
nav.navbar.bootsnav {
  min-height: 52px;
  border: none;
  background: #2946ac;
  z-index: 1000;
  border-radius: 0;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: auto;
  flex: auto;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 14px 10px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li.active>a {
  background: #2688e0;
}
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 {
  color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent;
}
nav.navbar.bootsnav ul.nav li.dropdown:hover > a {
  background: #2688e0 !important;
  color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #004694 !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover::after {
    content: '';
    border-top: 6px solid #2688e0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    width: 0;
    bottom: -6px;
    z-index: 999999999;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .nav.navbar-nav {
    position: relative;
  }
  .nav.navbar-nav .dropdown.pc-menu {
    position: static;
  }
  nav.navbar.bootsnav li.dropdown .dropdown-menu.special-nav {
    width: 100%;
    padding: 0;
    max-width: 100%;
    border: none;
    background: transparent;
  }
  .special-wrap {
    padding: 20px 20px;
    background: rgba(241, 247, 252, 0.95);
    background-size: cover;
    position: relative;
  }
  .special-wrap:after {
    content: '';
    display: block;
    width: 24px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(tib2024_icon05.png) center center no-repeat;
    background-size: cover;
  }
  .special-wrap-jgjj {
    width: 100%;
    display: flex;
  }
  .special-wrap-jgjj .img-boxs {
    display: block;
  }
  .special-wrap-jgjj > div {
    flex: 0.333;
    padding: 0 20px;
  }
  .special-wrap-jgjj > div:nth-child(1) {
    padding-left: 0;
  }
  .special-wrap-jgjj > div:nth-child(3) {
    padding-right: 0;
  }
  .special-wrap-jgjj > div:nth-child(2) {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
    border-right: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-jgjj .dsts {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 32px;
  }
  .special-wrap-jgjj .nav-content {
    font-size: 16px;
  }
  .special-wrap-jgjj .zc-box img {
    max-width: 96px;
  }
  .special-wrap-jgjj .gk-other a {
    background: url(tib2024_icon07.png) center center no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    min-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .special-wrap-jgjj .gk-other a span {
    position: absolute;
    left: 50%;
    display: block;
    padding: 10px 35px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .special-wrap-jgjj .other-yjs {
    display: flex;
    width: 100%;
    margin-left: -6px;
  }
  .special-wrap-jgjj .other-yjs a {
    width: 50%;
    padding: 0 6px;
    display: block;
  }
  .special-wrap-jgjj .other-yjs a img {
    max-width: 100%;
  }
  .special-wrap-jgjj .gjlg-box a {
    display: block;
    margin-top: 20px;
    text-align: left;
  }
  .special-wrap-jgjj .gjlg-box a img {
    width: 100%;
    max-height: 85px;
    object-fit: contain;
    object-position: left center;
  }
  .special-wrap-jgsz .jgsz-list {
    margin: 0 -15px;
  }
  .special-wrap-jgsz .jgsz-list li {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .special-wrap-jgsz .jgsz-list li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: block;
    padding: 5px 10px 5px 25px;
    position: relative;
    border-radius: 3px;
    margin-top: 18px;
  }
  .special-wrap-jgsz .jgsz-list li a:hover {
    background: #2688e0 !important;
    color: #fff !important;
  }
  .special-wrap-jgsz .jgsz-list li a:hover::after {
    background: #fff !important;
  }
  .special-wrap-jgsz .jgsz-list li a::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .special-wrap-jgsz .jgsz-list.chen li a {
    background: #fff1e9;
  }
  .special-wrap-jgsz .jgsz-list.chen li a::after {
    background: #ac5a29;
  }
  .special-wrap-jgsz .jgsz-list.blue li {
    width: 100%;
  }
  .special-wrap-jgsz .jgsz-list.blue li a {
    background: #e9f2ff;
  }
  .special-wrap-jgsz .jgsz-list.blue li a::after {
    background: #2946ac;
  }
  .special-wrap-jgsz .jgsz-list.green li {
    width: 100%;
  }
  .special-wrap-jgsz .jgsz-list.green li a {
    background: #e9fdff;
  }
  .special-wrap-jgsz .jgsz-list.green li a::after {
    background: #1f8b64;
  }
  .special-wrap-jgsz .jgsz-list.he li {
    width: 50%;
  }
  .special-wrap-jgsz .jgsz-list.he li a {
    background: #fff1e9;
  }
  .special-wrap-jgsz .jgsz-list.he li a::after {
    background: #ac5a29;
  }
  .special-wrap-kxyj .kxyj-box {
    display: flex;
    background: #e7edf9;
  }
  .special-wrap-kxyj .kxyj-box .img-boxs {
    width: 60%;
  }
  .special-wrap-kxyj .kxyj-box .img-boxs img {
    width: 100%;
  }
  .special-wrap-kxyj .kxyj-box a.db {
    flex: 1;
    padding: 15px;
    overflow: hidden;
  }
  .special-wrap-kxyj .kxyj-box a.db span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }
  .special-wrap-kxyj .kxyj-top-box {
    display: flex;
    width: 100%;
  }
  .special-wrap-kxyj .kxyj-top-box p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    flex: 1;
    text-indent: 32px;
  }
  .special-wrap-kxyj .kxyj-top-box .img-boxs {
    margin-left: 20px;
    width: 230px;
  }
  .special-wrap-kxyj .kxyj-top-box .img-boxs img {
    width: 100%;
  }
  .special-wrap-kxyj > .row > .col-md-4 {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-kxyj > .row > .col-md-8 .col-md-8 {
    border-left: 1px solid rgba(111, 149, 188, 0.2);
  }
  .special-wrap-kxyj .gk-other a {
    background: url(tib2024_icon07.png) center center no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    min-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 3px;
  }
  .special-wrap-kxyj .gk-other a span {
    position: absolute;
    left: 50%;
    display: block;
    padding: 10px 15px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .special-wrap-kjpt .kjpt-box {
    width: 100%;
    display: flex;
  }
  .special-wrap-kjpt .kjpt-box a.img-box {
    width: 65%;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
  }
  .special-wrap-kjpt .kjpt-box a.img-box img {
    width: 100%;
    object-fit: cover;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list {
    flex: 1;
    margin-left: 20px;
    background: #e9f1ff;
    padding: 10px 10px;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #2946ac;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .special-wrap-kjpt .kjpt-box .klpt-list li a:hover {
    color: #2688e0 !important;
  }
  .special-wrap-kjpt .border-s {
    border-left: 1px solid #e2eaf2;
    border-right: 1px solid #e2eaf2;
  }
  .special-wrap-xxgk .kjpt-box .klpt-list {
    margin-left: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
  }
  .special-wrap-xxgk .xxgk-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-wrap-xxgk .xxgk-box > div {
    width: 18%;
  }
  .special-wrap-rcdw .zj {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
  }
  .special-wrap-rcdw .zj.sptfd{
    justify-content: space-between;
  }
  .special-wrap-rcdw .nav-title{
    padding-left: 10px;
  }
  .special-wrap-rcdw .zj a {
    width: 100px;
    height: 135px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
  }
    .special-wrap-rcdw .zj a:hover img{
      transform: scale(1.1);
    }
  .special-wrap-rcdw .zj a img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other {
    width: 100%;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other li {
    width: 25%;
    padding: 0 5px;
  }
  .special-wrap-rcdw .special-wrap-kxyj .gk-other li a span {
    white-space: nowrap;
    text-align: center;
  }
  .special-wrap-rcdw .rczp-box-tit a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
  }
  .special-wrap-rcdw .rczp-box-tit a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #2946ac;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .special-wrap-rcdw .rczp-box .tib-list-box li {
    margin-top: 20px;
  }
  .special-wrap-cgzh .kjpt-box .klpt-list {
    margin-left: 0;
  }
  .special-wrap-cgzh .klpt-list .img-box {
    margin-bottom: 20px;
  }
  .special-wrap-cgzh .klpt-list .img-box img {
    width: 100%;
    max-height: 345px;
  }
  .special-wrap-cgzh .special-wrap-jgsz .jgsz-list li {
    width: 100%;
  }
  .special-wrap-djkx .gk-other a {
    background: url(tib2024_icon11.png) center center no-repeat;
  }
  .special-wrap-djkx .tib-list-box li:after {
    background: #e69159;
  }
  .special-wrap-kxcb .kxcb-box-1 a {
    display: block;
    margin-top: 20px;
  }
  .special-wrap-kxcb .kxcb-box-1 a img {
    width: 100%;
  }
  .special-wrap-kxcb .tib-list-box li {
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  .special-wrap-rcdw .zj a{
      width: 105px;
      height: 140px;
  }
}
@media (max-width: 1599px) {
  .special-wrap-jgsz .jgsz-list li a{
    font-size: 14px;
  }
  .special-wrap-rcdw .zj.sptfd a:last-child{
    display: none;
  }
}
@media (max-width: 1279px) {
  .special-wrap-rcdw .zj.sptfd a:nth-child(10){
    display: none;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    display: none;
  }
}
.closes {
  text-align: center;
  color: #666;
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
  color: #fff;
}
.closes span {
  cursor: pointer;
  padding-left: 20px;
  background: url(sinh_icon51.png) 0 center no-repeat;
}
.common-title {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  background: url(sinh_bg02.png) left bottom no-repeat;
}
/*nav end */
.index-video-box {
  max-height: 680px;
  overflow: hidden;
  position: relative;
}
.index-video-box:hover .banner-prev {
  left: 90px;
}
.index-video-box:hover .banner-next {
  right: 90px;
}
.index-video-box .video-box video {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: center center;
}
.index-video-box .img-box img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: center center;
}
.index-video-box .swiper-button {
  background: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease 0.4s;
}
.index-video-box .swiper-button:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.index-video-box .banner-prev {
  left: -90px;
}
.index-video-box .banner-next {
  right: -90px;
}
.index-video-box .banner-prev:after {
  background: url(tib2024_icon03.png) center center no-repeat;
}
.index-video-box .banner-next:after {
  background: url(tib2024_icon04.png) center center no-repeat;
}
.index-video-box .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  background: url(tib2024_icon12.png) center center no-repeat;
}
.index-video-box .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-video-box .swiper-pagination {
  bottom: 40px;
}
.index-news-swiper .banner-box {
  position: relative;
}
.index-news-swiper .banner-box .img-boxs{
  max-height:450px;
}
.index-news-swiper .banner-box .img-boxs img{
  transition:all ease 0.6s;
}
.index-news-swiper .banner-box .img-boxs:hover img{
  transform:scale(1.05);
}
.index-news-swiper .banner-box .info-cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #030000 0%, transparent 100%);
  transition: all ease 1.5s;
  z-index: 99;
}
.index-news-swiper .banner-box .info-cont a {
  color: #fff;
  display: block;
  width: 85%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
}
.index-news-swiper .news-page {
  position: absolute;
  width: auto;
  right: 20px;
  left: auto;
}
.index-news-swiper .news-page .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.index-news-swiper .news-page .swiper-pagination-bullet-active {
  background: #1159bf;
}
.index-news {
  display: flex;
  width: 100%;
}
.index-news .focus-news {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .focus-news li {
  flex: 1;
  padding-top: 13px;
  border-bottom: 1px solid #e1e5f5;
  position: relative;
  transition: all ease 0.25s;
}
.index-news .focus-news li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #2946ac;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-news .focus-news li:first-child {
  border-top: 1px solid #e1e5f5;
}
.index-news .focus-news li:hover {
  border-bottom: 1px solid #2946ac;
}
.index-news .focus-news li:hover::after {
  opacity: 1;
}
.index-news .focus-news li:hover a {
  color: #2946ac;
}
.index-news .focus-news li a {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.nav-title a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 26px;
}
.nav-title.blue-color a {
  color: #2946ac;
  background: url(tib2024_icon06.png) left center no-repeat;
}
.nav-title.chen-color a {
  color: #ac5a29;
  background: url(tib2024_icon08.png) left center no-repeat;
}
.nav-title.green-color a {
  color: #1f8b64;
  background: url(tib2024_icon09.png) left center no-repeat;
}
.nav-title.he-color a {
  color: #921407;
  background: url(tib2024_icon10.png) left center no-repeat;
}
.tib-list-box li {
  padding-left: 20px;
  position: relative;
  margin-top: 20px;
}
.tib-list-box li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.tib-list-box li a:hover {
  color: #2946ac !important;
}
.tib-list-box li:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #59abe6;
  border-radius: 50%;
}
.tib-lists-box a.img-box {
  display: block;
  margin-top: 15px;
}
.tib-lists-box a.img-box img {
  width: 100%;
}
.tib-lists-box a.img-box span {
  background-image: linear-gradient(0deg, #030000 0%, transparent 100%);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
}
.switch-bar .img-box {
  width: 100%;
  height: 160px;
}
.switch-bar .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.switch-bar .switch-cont a {
  line-height: 28px;
  color: #333333;
  font-weight: 700;
}
.switch-bar .tib-list-box li {
  margin-top: 16px;
}
.switch-bar .tib-list-box li:first-child {
  margin-top: 0;
}
.switch-bar .tib-list-box li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.switch-bar .tib-list-box li .overfloat-dot {
  display: block;
  width: 80%;
  color: #333;
}
.switch-bar .tib-list-box li .overfloat-dot:hover {
  color: #2688e0;
}
.switch-bar .tib-list-box li .data-s {
  color: #a6a6a6;
}
.switch-bar .switch-item {
  display: none;
}
.switch-bar .switch-item.active {
  display: block;
}
.focus-bottom li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
  margin-top: 15px;
}
.focus-bottom li .time {
  width: 70px;
  text-align: right;
  min-height: 40px;
}
.focus-bottom li:first-child {
  margin-top: 20px;
}
.focus-bottom li .mo {
  color: #2946ac;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
.focus-bottom li .mo:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #2946ac;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.focus-bottom li .year {
  font-size: 14px;
  color: #444444;
  margin-top: 2px;
}
.focus-bottom a {
  padding-left: 15px;
  flex: 1 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  line-height: 26px;
}
.focus-bottom a:hover {
  color: #2688e0;
}
.lt-box {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.lt-box a {
  width: 50%;
  padding: 0 10px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 20px;
}
.lt-box a img {
  width: 100%;
}
.index-zt-swiper .img-boxs {
  width: 100%;
  border: solid 2px #d2e0f3;
  border-radius: 2px;
  overflow: hidden;
}
.index-zt-swiper .img-boxs img {
  width: 100%;
}
.kstd-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.kstd-box a {
  text-align: center;
}
.kstd-box a:hover p {
  color: #07479f;
}
.kstd-box a:hover .img-boxs {
  background: #d2e0f3;
  transform: rotateY(360deg);
}
.kstd-box a .img-boxs {
  width: 60px;
  height: 60px;
  border: 1px dashed #0956d5;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.5s;
}
.kstd-box a .img-boxs img {
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kstd-box a p {
  text-align: center;
  transition: all ease 0.25s;
}
.index-links .list-wrap {
  background: #fff;
}
.index-links .list-wrap .tit {
  padding: 15px 20px;
  border: 1px solid #d2e0f3;
}
.index-links .list-wrap .tit span {
  cursor: pointer;
  color: #444;
  background: url(tib2024_icon13.png) right center no-repeat;
  background-size: 15px 9px;
}
.index-links .list-wrap .list {
  display: none;
  padding: 10px 20px;
  border: solid 1px #d2e0f3;
  border-top: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.index-links .list-wrap .list li {
  padding-top: 10px;
}
.index-links .list-wrap .list li a {
  font-size: 16px;
}
.index-links .list-wrap .list li a:hover {
  color: #2688e0;
}
.common-title {
  border-bottom: 1px solid #c8cddf;
}
.common-title .title {
  background-image: linear-gradient(90deg, #2946ac 0%, #05675b 100%);
  border-radius: 6px;
  padding: 5px 28px;
  display: inline-block;
  color: #fff;
}
.common-title .more {
  font-size: 14px;
  color: #444;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common-title .more:hover {
  color: #2688e0;
}
.common-title.switch {
  overflow: hidden;
}
.common-title.switch .switch_tab {
  float: left;
}
.common-title.switch .switch_tab a.title {
  cursor: pointer;
  background: transparent;
  color: #333;
}
.common-title.switch .switch_tab.active a.title {
  background-image: linear-gradient(90deg, #2946ac 0%, #05675b 100%);
  color: #fff;
}
.common-title.switch .switch_tab a.more {
  display: none;
}
.common-title.switch .switch_tab.active a.more {
  display: block;
}
.switch-bar.ttgg .switch-item{overflow: hidden;height: 250px;}
.switch-bar.ttgg .switch-item ul{height: 400px !important;}
@media (max-width: 991px) {
  .index-news{
    display:block; 
    margin-left: 0;
    margin-right: 0;
  }
  .index-news>.col-md-7,.index-news>.col-md-5{
    padding-left: 0;
    padding-right: 0;
  }
  .index-news-swiper .banner-box .info-cont a{
    width: 100%;
  }
  .index-news-swiper .news-page{
    display: none;
  }
  .common-titlets{
    margin-top: 20px;
  }
  .index-video-box:hover .banner-prev,.index-video-box .banner-prev{
    left: 15px;
  }
  .index-video-box:hover .banner-next,.index-video-box .banner-next{
    right: 15px;
  }
}