/* CSS Document */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "liga", "kern";
          font-feature-settings: "liga", "kern";
  --base-color: #363636;
  --red-color: #c02c38;
}
body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: var(--base-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ul li {
  padding: 0;
  list-style-type: none;
}
dl,
ol,
ul {
  margin: 0;
}
ol {
  padding: 1em 0 1em 2em;
}
ol li {
  list-style-type: decimal !important;
  list-style-image: none;
  list-style-position: outside;
}
a {
  color: var(--base-color);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
i {
  font-style: normal;
}
a:hover,
a:focus {
  color: var(--red-color);
  text-decoration: none;
  outline: none;
}
::-moz-selection {
  background: var(--red-color);
  color: white;
  /* Safari */
}
::selection {
  background: var(--red-color);
  color: white;
  /* Safari */
}
::-moz-selection {
  background: var(--red-color);
  color: white;
  /* Firefox */
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: auto !important;
}
input,
input:focus,
textarea,
textarea:focus,
button,
button:focus,
[role="button"],
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  /*background-color: transparent;*/
  color: inherit;
}
.table a {
  color: #2f63d7;
}
.table a:hover {
  text-decoration: underline;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
}
.pager {
  margin: 30px auto;
}
img {
  max-width: 100%;
}
.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-of {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.5em;
  line-height: 1.5;
}
.bggery {
  background-color: #f7f7f7;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
/*header*/
.headroom {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headroom--pinned {
  top: 0;
}
.container {
  padding: 0 0;
}
.row {
  margin: 0;
}
body {
  background: #f6f6f6;
}
header {
  background: #fff;
}
footer {
  background: #242424;
  margin-top: 60px;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 6px 15px;
  margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.topbar,
.topbar a {
  color: var(--base-color);
}
.topbar a:hover,
.topbar a:focus {
  color: var(--red-color);
}
.navbar {
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}
.navbar-brand {
  padding: 10px;
}
.navbar-brand img.top-logo {
  height: 100%;
}
.topnav-pc {
  position: relative;
  top: -45px;
  z-index: 999;
  margin-bottom: 39px;
}
.topnav-pc .container {
  padding: 0;
  background: #fff;
}
.topnav-pc .container .navbar-collapse .navbar-nav {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
  float: none;
  border: 1px solid #dcdcdc;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li {
  position: initial;
  float: none;
  border-right: 1px solid #dcdcdc;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a {
  position: relative;
  display: block;
  text-align: center;
  padding: 21px 0;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a span,
.topnav-pc .container .navbar-collapse .navbar-nav > li > a i {
  display: block;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a span {
  font-size: 20px;
  color: var(--base-color);
  margin-bottom: 8px;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a i {
  font-style: normal;
  font-size: 12px;
  color: #ccc;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a::after {
  content: '';
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(12deg, var(--red-color) 0%, var(--red-color) 100%) no-repeat right bottom;
  background-size: 0 100%;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > a:hover::after {
  background-size: 100% 100%;
  background-position: left bottom;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li:last-of-type {
  border-right: 0;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul {
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  background: #e7e7e7;
  overflow: hidden;
  display: none;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li {
  position: relative;
  float: left;
  padding: 12px 37px;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 5px 0;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li a::after {
  content: '';
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(12deg, var(--red-color) 0%, var(--red-color) 100%) no-repeat right bottom;
  background-size: 0 100%;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li a:hover::after {
  background-size: 100% 100%;
  background-position: left bottom;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.topnav-pc .container .navbar-collapse .navbar-nav > li > ul li:first-of-type::before {
  display: none;
}
.topnav-pc .container .navbar-collapse .navbar-nav::before,
.topnav-pc .container .navbar-collapse .navbar-nav::after {
  content: '';
  display: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  background-color: var(--red-color);
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: var(--red-color);
  color: #fff;
}
footer {
  padding: 20px 0;
}
footer,
footer a,
footer a:hover {
  color: #fff;
}
footer a:hover {
  opacity: 0.8;
}
footer .addr,
footer .friend-links {
  margin-bottom: 10px;
}
footer .friend-links dt {
  font-weight: bold;
}
footer .friend-links dt,
footer .friend-links dd {
  margin-bottom: 5px;
}
footer .friend-links dd a {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
}
footer .qr p {
  font-size: 12px;
  margin: 10px 0;
}
footer .copyright {
  opacity: .6;
}
.gotoback-c {
  position: fixed;
  z-index: 9999;
  right: 3%;
  top: auto;
  bottom: 3%;
}
.gotoback-c li {
  position: relative;
  margin-top: 6px;
}
.gotoback-c a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--red-color);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gotoback-c #pagetop {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background, box-shadow, opacity;
  -webkit-transition-property: background, opacity, -webkit-box-shadow;
  transition-property: background, opacity, -webkit-box-shadow;
  transition-property: background, box-shadow, opacity;
  transition-property: background, box-shadow, opacity, -webkit-box-shadow;
}
#pagetop.headroom--top {
  opacity: 0;
}
#pagetop.headroom--not-top {
  opacity: 1;
}
/*swiper*/
.swiper-container {
  width: 100%;
  background: #ccc;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: .8;
}
.swiper-pagination-bullet-active {
  background-color: #ff0101;
  opacity: 1;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide a:hover .title {
  color: #673ab7 !important;
}
#home-banner > .swiper-pagination-bullets {
  bottom: 9px;
  left: 10px;
  text-align: left;
}
#home-banner .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00000069;
  z-index: 9999;
  width: 100%;
  text-align: right;
  padding: 10px 30px 10px;
  color: #fff;
  font-size: 12px;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#home-banner .swiper-button-next i,
#home-banner .swiper-button-prev i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--red-color);
  opacity: 0.7;
  color: #fff;
  border-radius: 50%;
}
#news-slider .swiper-slide a {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#news-slider .swiper-slide img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: #fff;
  font-size: 24px;
}
/*文章列表*/
.t-item-list span.new {
  color: var(--red-color);
  margin-left: 15px;
  font-size: 12px;
}
.t-item-list > li {
  line-height: 1;
  padding: 16px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #a9a9a9;
}
.t-item-list > li > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 15px;
  height: auto;
  width: 100%;
}
.t-item-list > li > a span,
.t-item-list > li > a i {
  float: left;
}
.t-item-list > li > a i {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 50px);
}
.t-item-list > li .time {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
}
.home-t-item-list > li {
  border-bottom: 0;
  padding: 10px 0;
}
.home-t-item-list > li > a::before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--red-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.home-t-item-list > li > a:hover::before {
  color: var(--red-color);
  width: 100%;
  left: 0;
  right: 0;
}
/*图片列表*/
.p-item-list > li {
  margin-bottom: 30px;
}
.p-item-list > li .cover {
  position: relative;
  display: block;
}
.p-item-list > li .cover img {
  width: 100%;
  height: auto;
}
.p-item-list > li:hover a {
  color: var(--red-color);
}
.p-item-list > li .info {
  padding: 15px 0;
}
.p-item-list.photo-list > li .info {
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.p-item-list.photo-list > li .info:before {
  display: block;
  position: relative;
  content: "";
  margin: 20px auto;
  width: 50px;
  height: 1px;
  background-color: #646464;
}
.p-item-list.photo-list > li:hover .info:before {
  background-color: var(--red-color);
}
.p-item-list.video-list > li .info {
  border-bottom: 2px #b3b5b6 solid;
}
.p-item-list.video-list > li .info a {
  -webkit-line-clamp: 2;
  height: 3em;
}
.p-item-list.video-list > li .cover img {
  display: block;
  opacity: .8;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.p-item-list.video-list > li .cover:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
.p-item-list.video-list > li .cover:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.p-item-list.video-list > li .cover:hover img {
  opacity: 1;
}
.p-item-list.video-list > li .cover:hover:before {
  opacity: 0;
}
/*首页*/
.w {
  margin: 40px 0;
}
.w-t {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: var(--red-color) 3px solid;
  line-height: 38px;
  margin-bottom: 20px;
}
.w-t h4 {
  position: relative;
  margin: 0;
  line-height: inherit;
  background: var(--red-color);
  color: #fff;
  font-size: 14px;
  padding: 0 1.2em 0 2em;
  border-bottom-right-radius: 5px;
}
.w-t h4:before {
  display: block;
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background: #fff;
}
.w-t .more {
  color: #adadad;
}
.w-t .more:hover {
  color: var(--red-color);
}
.w-t .more span.glyphicon {
  margin-left: .5em;
}
/*新闻*/
#news-slider .swiper-slide {
  position: relative;
}
#news-slider .news-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 8px 80px 8px 10px;
  background-color: rgba(33, 32, 36, 0.6);
}
#news-slider .news-info a {
  -webkit-line-clamp: 2;
  height: 3em;
  font-size: 12px;
  color: #fff;
}
#news-slider > .swiper-pagination-bullets {
  width: auto;
  right: 8px;
  left: auto;
  bottom: 15px;
}
#news-slider .swiper-pagination-bullet {
  opacity: 1;
}
#news-slider .swiper-pagination-bullet-active {
  background-color: var(--red-color);
}
#topnews-list,
#video-list {
  padding: 10px;
}
#topnews-list li {
  border-bottom: 1px #d2d2d2 dotted;
  padding: 5px 0;
}
.i-tabs {
  margin-top: 1px;
}
.i-tabs .tabs-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px 30px;
}
.i-tabs .tabs-index::before,
.i-tabs .tabs-index::after {
  content: '';
  display: none;
}
.tabs-item {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0;
}
.tabs-item .tab-content {
  background: #fff;
}
.tabs-item .t-item-list {
  padding: 16px 20px;
}
.tabs-item .nav-tabs {
  border: none;
  position: relative;
  margin-bottom: 20px;
}
.tabs-item .nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
  position: initial;
  color: var(--base-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #000;
}
.tabs-item .nav-tabs > li > .tabItem {
  border: none;
  line-height: 1;
  padding: 0 1em;
  width: auto;
  height: auto;
  margin-right: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs-item .nav-tabs > li > .tabItem span,
.tabs-item .nav-tabs > li > .tabItem i {
  display: block;
  font-weight: 600;
}
.tabs-item .nav-tabs > li > .tabItem span {
  font-size: 20px;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #545454;
}
.tabs-item .nav-tabs > li > .tabItem i {
  font-size: 16px;
  font-style: normal;
}
.tabs-item .nav-tabs > li.active > a,
.tabs-item .nav-tabs > li.active > a:hover,
.tabs-item .nav-tabs > li.active > a:focus {
  color: var(--base-color);
  cursor: pointer;
  border: 0 !important;
  border-bottom-color: transparent;
  background: transparent;
}
.tabs-item .nav-tabs > li > .more {
  transform: color .3s;
  -webkit-transform: color .3s;
  display: block;
  padding: 0 0;
  line-height: 1;
  font-size: 15px;
}
.tabs-item .nav-tabs > li > .more:hover {
  color: var(--red-color) !important;
}
.tabs-item .nav-tabs > li:nth-child(n+2) > .tabItem {
  background-color: transparent;
}
/*办事大厅*/
.i-bs .row {
  margin-right: -5px;
  margin-left: -5px;
}
.i-bs .row > div {
  padding: 5px;
}
.i-bs .row.fbox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-bs a.fbox {
  background-color: #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 5px;
  font-size: 12px;
}
.i-bs a.fbox img {
  width: 30px;
  height: 30px;
}
/*照片*/
.i-photo {
  position: relative;
  padding: 46px 0 56px;
  background-image: url(../img/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.i-photo:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.74);
}
.i-photo-t {
  position: relative;
  color: #fff;
  font-size: 26px;
  text-align: center;
  z-index: 1;
}
.i-photo-t:after {
  display: block;
  position: relative;
  content: "";
  margin: 20px auto;
  width: 50px;
  height: 1px;
  background-color: var(--red-color);
}
#photo-slider {
  position: relative;
  padding: 0;
  background-color: #fff;
  z-index: 1;
  text-align: center;
}
#photo-slider .swiper-button-next,
#photo-slider .swiper-button-prev {
  display: none;
}
#photo-slider .swiper-slide {
  display: block;
}
#photo-slider .swiper-slide .info {
  padding: 0 10px;
}
#photo-slider a.more {
  display: inline-block;
  margin: 30px auto;
  padding: 0 2em;
  line-height: 32px;
  border: 2px #383838 solid;
}
#photo-slider a.more:hover {
  border: 2px var(--red-color) solid;
}
/*视频*/
#videocover-slider {
  border-bottom: #ccc 1px dotted;
}
#videocover-slider .swiper-slide {
  position: relative;
  display: block;
}
#videocover-slider .swiper-slide .news-cover {
  position: relative;
  display: block;
}
#videocover-slider .swiper-slide .news-cover img {
  width: 100%;
  opacity: .8;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#videocover-slider .swiper-slide .news-cover:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
}
#videocover-slider .swiper-slide .news-cover:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
#videocover-slider .swiper-slide .news-cover:hover img {
  opacity: 1;
}
#videocover-slider .swiper-slide .news-cover:hover:before {
  opacity: 0;
}
#videocover-slider .news-info {
  padding-right: 80px;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
}
#videocover-slider .news-info a {
  line-height: 60px;
  height: 60px;
}
#videocover-slider > .swiper-pagination-bullets {
  width: auto;
  right: 0;
  left: auto;
  bottom: 0px;
}
#videocover-slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #bfbfbf;
  width: 10px;
  height: 10px;
}
#videocover-slider .swiper-pagination-bullet-active {
  background-color: var(--red-color);
}
#video-list .t-item-list > li > a {
  line-height: 35px;
  height: 35px;
}
/*栏目页*/
.pagenumeber {
  float: right;
  margin: 20px auto 50px;
}
.pagenumeber > a,
.pagenumeber > span {
  display: block;
  float: left;
  margin: 0 0 10px 10px;
  padding: 0 10px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f0f0f0;
}
.sidebar-menu dd a {
  display: inline-block;
  margin: 5px 10px 0 0;
  white-space: nowrap;
}
.sidebar-menu dd a.act {
  text-decoration: underline;
}
.main .m-topbar {
  margin-bottom: 32px;
  height: auto;
  padding: 18px 0;
  border-bottom: 1px solid var(--base-color);
}
.main .m-topbar h2 {
  margin: 0;
  color: var(--base-color);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .m-topbar h2 span,
.main .m-topbar h2 i {
  display: block;
}
.main .m-topbar h2 span {
  border-right: 1px solid var(--base-color);
  padding-right: 15px;
  margin-right: 15px;
}
.main .m-topbar h2 i {
  font-size: 16px;
}
.main .m-topbar .m-place {
  font-size: 14px;
  color: #cecece;
}
.main .m-topbar .m-place a {
  color: #cecece;
}
.pagenumeber {
  margin-top: 40px;
}
.pagenumeber > span {
  padding: 0 10px;
}
.pagenumeber > span.current {
  background-color: #673ab7;
  color: #fff;
}
.pagenumeber a.pageprev,
.pagenumeber a.pagenext {
  width: 80px;
}
.pagenumeber a:hover {
  background-color: var(--red-color);
  color: #fff;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}
.pagenumeber a.pageactive {
  background-color: #af9866;
  color: #fff;
  border: #af9866 1px solid;
}
.m-w .p-item-list.photo-list {
  margin-left: -5px;
  margin-right: -5px;
}
.m-w .p-item-list.photo-list > li {
  padding-right: 5px;
  padding-left: 5px;
}
.m-w .p-item-list.video-list {
  margin-left: -15px;
  margin-right: -15px;
}
.m-w .p-item-list.video-list > li {
  padding-right: 15px;
  padding-left: 15px;
}
.m-w table {
  width: 100%;
}
table.contact-list > tbody > tr > td,
table.contact-list > tbody > tr > th,
table.contact-list > thead > tr > td,
table.contact-list > thead > tr > th {
  text-align: center;
}
table.tutor-list > tbody > tr > td,
table.tutor-list > tbody > tr > th,
table.tutor-list > thead > tr > td,
table.tutor-list > thead > tr > th {
  text-align: center;
}
/*文章详情*/
.m-w > h1 {
  font-size: 24px;
  margin: 10px auto;
}
.m-w > .po-date {
  font-size: 12px;
  text-align: right;
  margin-bottom: 30px;
  padding: 9px 0;
  border-bottom: 1px solid #c9c9c9;
}
.m-w > .detail-c {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
}
.m-w > .detail-c p {
  margin: 0;
}
/*导师*/
.tutor-search {
  padding: 10px;
  background: #f7f7f7;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}
.tutor-search > h4 {
  font-size: 18px;
  margin: 10px auto 20px;
  text-align: center;
  color: #020900;
}
.tutor-search .fbox {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tutor-search li.form-group {
  width: 45%;
  text-align: left;
  margin-bottom: 10px;
}
.tutor-search li.form-group label {
  text-align: right;
}
.tutor-search button {
  margin: 10px auto;
  background-color: #e6e2e7;
  line-height: 40px;
  height: 40px;
  padding: 0 2em;
  border: none;
}
.tutor-detail-c > h4 {
  line-height: 2;
  margin-bottom: 10px;
  border-bottom: #eaeaea 4px solid;
  color: #777;
}
.tutor-log > tbody > tr {
  color: #4d4d4d;
}
.tutor-log > tbody > tr:nth-of-type(odd) {
  background-color: #bbb;
  color: #fff;
}
.tutor-log > tbody > tr > th {
  text-align: right;
  border-right: #bbb 2px dotted;
  font-weight: normal;
}
.tutor-log > tbody > tr:nth-of-type(odd) > th {
  border-right: #dbdbdb 2px solid;
}
.link-list {
  background: #fff;
  padding: 39px 0 52px;
}
.link-list .link-title {
  text-align: center;
}
.link-list .link-title span,
.link-list .link-title i {
  display: block;
  color: var(--base-color);
  font-weight: 600;
  line-height: 1;
}
.link-list .link-title span {
  font-size: 20px;
}
.link-list .link-title i {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 19px;
}
.link-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 33px;
  margin-top: 39px;
}
.link-list ul li {
  text-align: center;
}
.link-list ul li a {
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 8px 10px;
}
.link-list ul li a img {
  display: block;
  width: 100%;
}
.link-list ul li p {
  transition: color .3s;
  -webkit-transition: color .3s;
  font-size: 15px;
  margin-top: 11px;
}
.link-list ul li:hover a {
  border-color: var(--red-color);
}
.link-list ul li:hover p {
  color: var(--red-color);
}
.page-banner {
  min-height: 45px;
  width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 15px;
    vertical-align: middle;
  }
  .table-hover > tbody > tr:hover {
    background-color: rgba(255, 84, 99, 0.15);
  }
  .fbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topbar {
    height: 30px;
    line-height: 30px;
  }
  .topbar a {
    margin: 0 1em;
  }
  .topbar span.glyphicon {
    margin-left: .3em;
  }
  .navbar-header {
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0;
  }
  .navbar-header:before,
  .navbar-header:after {
    display: none;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand,
  .footer-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    float: none;
    height: auto;
    padding: 0;
  }
  .navbar-brand .sitetitle,
  .footer-brand .sitetitle {
    display: block;
    margin-left: 30px;
    padding-left: 30px;
    font-size: 35px;
    color: var(--base-color);
    font-family: 方正大标宋简体;
    line-height: 1.5;
    border-left: 2px solid #bcbcbc;
  }
  .navbar-brand img,
  .footer-brand img {
    display: block;
  }
  #header {
    position: relative;
    padding: 31px 0;
  }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  #header .container::after,
  #header .container::before {
    content: '';
    display: none;
  }
  #header .container .rbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-fixed-top {
    border-width: 0;
  }
  .navbar-brand img.top-logo,
  footer .ft-logo {
    width: 300px;
    height: auto;
  }
  footer {
    padding: 54px 0 19px;
  }
  footer .footer-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 39px;
  }
  footer .fbox-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .fbox-pc .addr {
    color: #9d9d9d;
    font-size: 14px;
    margin-bottom: 39px;
  }
  footer .copyright {
    text-align: center;
    font-size: 12px;
  }
  footer .copyright a {
    font-size: 12px;
  }
  footer .fbox-pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .friend-links dd.sitemap {
    margin-top: 10px;
  }
  footer .qr p {
    text-align: center;
  }
  .h-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    border-radius: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #f4f4f4;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
  .h-search .btn {
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: none;
    border-radius: 0;
    width: 68px;
    height: 33px;
    color: #fff;
    background-image: url(../img/search-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: transparent;
  }
  .h-search .btn:focus {
    background-color: transparent;
  }
  .h-search .btn:active:focus,
  .h-search .btn:focus {
    color: #fff;
    opacity: .85;
  }
  .h-search input[type=text] {
    transition: width 0.3s, padding-left 0.3s;
    -webkit-transition: width 0.3s, padding-left 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    padding: 0 0 0 0;
    text-align: left;
    width: 0;
    height: 40px;
    background: transparent;
    outline: none;
    border: 0;
    border-radius: 0;
  }
  .h-search .icon-search {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 16px;
  }
  .h-search:hover input[type=text] {
    width: 215px;
    padding-left: 15px;
  }
  .navbar-form .form-group {
    display: block;
  }
  .topnav {
    margin-top: 0;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a {
    position: relative;
    color: #54565b;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 15px;
  }
  .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 26px;
    background: rgba(209, 208, 206, 0.5);
    -webkit-transition: 0.2s background ease-out;
    transition: 0.2s background ease-out;
  }
  .navbar-default .navbar-nav > .active > a:before,
  .navbar-default .navbar-nav > li:last-child > a:before,
  .navbar-default .navbar-nav > .open > a:before,
  .navbar-default .navbar-nav > li > a:hover:before {
    display: none;
  }
  .dropdown-menu {
    text-align: center;
    background-color: rgba(255, 84, 99, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(255, 84, 99, 0.3);
    box-shadow: 0 6px 12px rgba(255, 84, 99, 0.3);
    border: none;
    border-radius: 0;
  }
  .dropdown-menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
  }
  .headroom--unpinned {
    top: -109px;
  }
  .headroom--unpinned .topnav {
    background-color: transparent;
  }
  .headroom--unpinned .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .headroom--unpinned .navbar-default .navbar-nav > li > a:before {
    background: rgba(209, 208, 206, 0.25);
  }
  .w-t h4 {
    font-size: 18px;
  }
  /*首页轮播*/
  #home-banner > .swiper-pagination-bullets {
    bottom: 15px;
    text-align: left;
    left: 10px;
  }
  #home-banner .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #home-banner .swiper-slide .title {
    margin: 0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000069;
    z-index: 9999;
    width: 100%;
    text-align: right;
    color: #fff;
  }
  #home-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  /*首页新闻*/
  #news-slider,
  #videocover-slider {
    width: 60%;
  }
  #news-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  #news-slider .news-info {
    padding: 10px 110px 10px 20px;
  }
  #news-slider .news-info a {
    font-size: 14px;
  }
  #news-slider > .swiper-pagination-bullets {
    right: 14px;
    bottom: 20px;
  }
  #news-slider .swiper-slide img {
    height: 244px;
  }
  #topnews-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
  #video-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px;
  }
  /*tabs*/
  .tabs-item .nav-tabs > li > .tabItem {
    padding: 0;
  }
  .tabs-item .t-item-list {
    padding: 16px 20px;
  }
  /*办事*/
  .i-bs a.fbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 24px;
    color: #959191;
    padding: 20px;
  }
  .i-bs a.fbox img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .i-bs a.fbox:hover,
  .i-bs a.fbox.act {
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, var(--red-color) 0%, #673ab7 100%);
  }
  .i-bs a.fbox.t-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*照片*/
  .i-photo-t:before {
    display: block;
    position: relative;
    content: "";
    margin: 0 auto 16px;
    width: 46px;
    height: 46px;
    background-image: url(../img/wfc-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  #photo-slider {
    padding: 30px 15px 45px;
  }
  #photo-slider .swiper-button-next,
  #photo-slider .swiper-button-prev {
    display: block;
    top: 27%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #photo-slider .swiper-button-next {
    background-image: url(../img/slider-arr-r.png);
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  #photo-slider .swiper-button-prev {
    background-image: url(../img/slider-arr-l.png);
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #photo-slider .swiper-slide .info {
    padding: 0;
  }
  #photo-slider a.more {
    margin: 30px auto 0;
  }
  /*视频*/
  .i-video .w-c {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #videocover-slider .news-info {
    padding-right: 100px;
    font-size: 16px;
  }
  #videocover-slider .swiper-slide .news-cover:before {
    width: 60px;
    height: 60px;
  }
  /*栏目页*/
  .p-w {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-w .sidebar {
    width: 20%;
  }
  .m-w > h1 {
    margin: 50px auto 24px;
    text-align: center;
  }
  .sidebar-menu dt {
    position: relative;
    padding: 23px 20px 23px 40px;
    margin-bottom: 15px;
    background-color: var(--red-color);
    border-radius: 0 0;
    color: #fff;
    font-size: 20px;
  }
  .sidebar-menu dt::before {
    display: block;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
  }
  .sidebar-menu dd a {
    display: block;
    padding: 14px 21px;
    margin: 0 0 11px 0;
    border-radius: 0 0;
    background: #fff;
    white-space: normal;
    border: 1px solid var(--red-color);
    font-size: 16px;
  }
  .sidebar-menu dd a:hover,
  .sidebar-menu dd a.act {
    color: #fff;
    background: var(--red-color);
    text-decoration: none;
  }
  .p-w .main {
    margin-left: 3%;
    width: 77%;
    background: #fff;
    padding: 11px 42px 28px;
  }
  .main .m-topbar h2 {
    font-size: 20px;
  }
  /*表格*/
  table.contact-list > thead > tr > td,
  table.contact-list > thead > tr > th {
    font-size: 18px;
    font-weight: normal;
  }
  /*导师详情*/
  .tutor-detail-c {
    margin: auto;
  }
  .tutor-photo {
    width: 25%;
    margin-right: 5%;
  }
  .tutor-photo img {
    width: 100%;
  }
  .tutor-info {
    margin-bottom: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tutor-intro {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tutor-intro h1 {
    margin: 0 0 20px 0;
  }
  .tutor-log > tbody > tr > th {
    width: 6em;
    font-size: 24px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  }
  .tutor-log > tbody > tr > th,
  .tutor-log > tbody > tr > td {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  #news-slider .swiper-slide > a {
    padding-top: 50px;
  }
  #videocover-slider > .swiper-pagination-bullets {
    width: auto;
    right: 0;
    left: auto;
    bottom: 95px;
  }
  .navbar-brand img.top-logo,
  footer .ft-logo {
    width: 300px;
    height: auto;
  }
  .headroom--unpinned {
    top: -114px;
  }
  #news-slider,
  #videocover-slider {
    width: 50%;
  }
  #news-slider .swiper-slide img {
    height: 100%;
  }
  .tutor-search li.form-group {
    width: 30%;
  }
  .tutor-photo {
    width: 20%;
  }
  .tutor-detail-c {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #news-slider .swiper-slide > a {
    padding-top: 50px;
  }
  #videocover-slider > .swiper-pagination-bullets {
    width: auto;
    right: 0;
    left: auto;
    bottom: 70px;
  }
  .navbar-brand img.top-logo {
    width: 300px;
    height: auto;
  }
  footer .ft-logo {
    width: 260px;
    height: auto;
  }
  .headroom--unpinned {
    top: -126px;
  }
  #news-slider,
  #videocover-slider {
    width: 45%;
  }
  #news-slider .swiper-slide img {
    height: 100%;
  }
  #topnews-list {
    padding: 20px 30px 20px 50px;
  }
  #video-list {
    padding: 0 30px 0 50px;
  }
  #photo-slider .swiper-button-next,
  #photo-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
  }
  #photo-slider .swiper-button-next {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
  #photo-slider .swiper-button-prev {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
  }
  .tutor-detail-c {
    width: 80%;
  }
}
@media (min-width: 1920px) {
  #news-slider .swiper-slide > a {
    padding-top: 50px;
  }
  #videocover-slider > .swiper-pagination-bullets {
    width: auto;
    right: 0;
    left: auto;
    bottom: 70px;
  }
}
/* 分页 2019-05-22 */
.current-page {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.current-page .current-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.current-page .current-container::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.current-page .current-container li {
  margin-right: 16px;
  margin-top: 16px;
  float: left;
}
.current-page .current-container li a {
  padding: 4px 12px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-page .current-container li a .iconfont {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-page .current-container li:last-of-type {
  margin-right: 0;
}
.current-page .current-container li:hover a {
  background: #a9a9a9;
  border: 1px solid transparent;
  color: #fff;
}
.current-page .current-container li:hover a .iconfont {
  color: #fff;
}
.current-page .current-container li.li-active a {
  background: #a9a9a9;
  border: 1px solid transparent;
  color: #fff;
}
.current-page .current-container li.li-active a .iconfont {
  color: #fff;
}
.fr {
  float: right !important;
}
.tabs-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-fixed-top-phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-fixed-top-pc {
    display: none;
  }
  .topnav-pc {
    display: none;
  }
  body {
    padding-top: 65px;
  }
  .container {
    padding: 0 15px;
  }
  .navbar-fixed-top-phone {
    display: block;
    padding: 15px 0;
  }
  .navbar-fixed-top-phone .navbar {
    min-height: auto;
  }
  .navbar-fixed-top-phone .navbar-brand {
    padding: 0;
    height: auto;
  }
  .navbar-fixed-top-phone .navbar-brand .sitetitle {
    color: var(--base-color);
  }
  .navbar-fixed-top-phone .navbar-brand img.top-logo {
    height: 35px;
  }
  .navbar-fixed-top-phone .navbar-default .navbar-toggle {
    margin: 0;
    padding: 0;
  }
  .navbar-fixed-top-phone .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-fixed-top-phone .navbar-header {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-fixed-top-phone .navbar-header::after,
  .navbar-fixed-top-phone .navbar-header::before {
    content: '';
    display: none;
  }
  .tabs-item .nav-tabs > li > .tabItem {
    font-size: 14px;
    padding: 0 0;
  }
  .main .m-topbar h2 {
    margin-bottom: 15px;
  }
  .visible-xs-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-form .form-group {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    margin-bottom: 0 !important;
  }
  .tabs-index .tabs-item {
    width: 100%;
    margin-bottom: 0;
  }
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .navbar-brand .sitetitle {
    display: block;
    margin-left: 10px;
    font-size: 18px;
    color: #ffffff;
    font-family: 方正大标宋简体;
    line-height: normal;
  }
  .i-tabs .tabs-index {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 0;
  }
  .tabs-item .nav-tabs > li > .tabItem span {
    font-size: 15px;
    padding-right: 6px;
    margin-right: 6px;
  }
  .tabs-item .nav-tabs > li > .tabItem i {
    font-size: 12px;
  }
  .home-t-item-list > li {
    width: 100%;
  }
  .home-t-item-list > li:first-of-type > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-t-item-list > li:first-of-type > a i {
    width: calc(100% - 60px);
  }
  .link-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 39px;
  }
  .link-list ul li p {
    font-size: 14px;
  }
  .page-banner {
    margin-bottom: 20px;
  }
  .main .m-topbar {
    margin-bottom: 10px;
    padding: 24px 0 10px;
  }
  .main .m-topbar h2 {
    margin-bottom: 0;
  }
  .main .m-topbar h2 span {
    font-size: 15px;
    padding-right: 6px;
    margin-right: 6px;
  }
  .main .m-topbar h2 i {
    font-size: 12px;
  }
  .main .m-topbar .m-place {
    display: none;
  }
  .current-page {
    margin-top: 32px;
  }
  .page-banner-no-img {
    min-height: auto;
  }
  footer .footer-brand .ft-logo {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
  }
}
