/* CSS Document */
body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.TRS_Editor p a,.TRS_Editor span a{word-break: break-word;}
.TRS_Editor,.t-item-list{/* min-height:400px; */}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-font-feature-settings: "liga", "kern";}

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: #646464;
  transition: .2s all ease-out;}

a:hover,
a:focus {
  color: #e7053b;
  text-decoration: none;
  outline: none;}

::selection {
  background: rgb(35, 204, 235);
  color: white;}

::-moz-selection {
  background: rgb(35, 204, 235);
  color: white;}

.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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  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 {
  transition: all .2s ease-in-out;}

.headroom--pinned {
  top: 0;}

header,
footer {
  background-image: -moz-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);}

.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,
.topbar a:hover,
.topbar a:focus {
  color: #fff;}

.navbar {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;}

.navbar-brand {
  padding: 10px;}

.navbar-brand img.top-logo {
  height: 100%;}

.topnav {
  background: #f4f4f4;
  transition: .2s background ease-out;}

.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: rgb(35, 204, 235);
  color: #fff;}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: rgb(35, 204, 235);
  color: #fff;}

footer {
  padding: 20px 0;}

footer,
footer a,
footer a:hover {
  color: #fff;}

footer a:hover {
  opacity: .8
;}

footer .addr,
footer .friend-links {
  margin-bottom: 20px;}

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: flex;
  width: 40px;
  height: 40px;
  background: #24cceb;
  color: #fff;
  justify-content: center;
  align-items: center;}

.gotoback-c #pagetop {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-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);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-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;
  -moz-transition-property: background, box-shadow, opacity;
  -ms-transition-property: background, box-shadow, opacity;
  -o-transition-property: background, box-shadow, opacity;
  transition-property: background, box-shadow, opacity;}

#pagetop.headroom--top {
  opacity: 0;}

#pagetop.headroom--not-top {
  opacity: 1;}

/*swiper*/
.swiper-container {
  width: 100%;
  height: 140px;}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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: #2a8ede !important;}

#home-banner>.swiper-pagination-bullets {
  bottom: 9px;
  left: 10px;
  text-align: left;}

#home-banner .swiper-slide img {
  height: 140px;
  width: auto;
  max-width: inherit;}

#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;
  transition: all .3s ease;}

#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%;
  transform: translate(-50%, 0);}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: #fff;
  font-size: 24px;}

/*文章列表*/
.t-item-list span.new {
  color: #e7053b;
  margin-right: .5em;}

.t-item-list>li {
  line-height: 30px;}

.t-item-list>li:before {
  display: inline-block;
  content: "";
  position: relative;
  width: 7px;
  height: 11px;
  margin-right: 10px;
  background-image: url(../img/arrow.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;}

.t-item-list>li>a {
  flex: 1;
  line-height: 22px;
  height: 22px;
  position: relative;}

.t-item-list>li>a:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #e7053b;
  transition: all .3s ease;}

.t-item-list>li>a:hover::before {
  color: #e7053b;
  width: 100%;
  left: 0;
  right: 0;}

.t-item-list>li>.time {
  display: block;
  font-size: 12px;
  color: #666666;}

/*图片列表*/
.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: #e7053b;}

.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: #e7053b;}

.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;
  transition: .2s all ease-out;
  transform: translateZ(0);}

.p-item-list.video-list>li .cover:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
  transition: .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 {
  justify-content: space-between;
  align-items: center;
  border-top: rgb(35, 204, 235) 3px solid;
  line-height: 38px;
  margin-bottom: 20px;}

.w-t h4 {
  position: relative;
  margin: 0;
  line-height: inherit;
  background: #23cceb;
  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%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background: #fff;}

.w-t .more {
  color: #adadad;}

.w-t .more:hover {
  color: #27b9e7;}

.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: #e7053b;}

#topnews-list,
#video-list {
  padding: 10px;}

#topnews-list li {
  border-bottom: 1px #d2d2d2 dotted;
  padding: 5px 0
;}

/* #topnews-list .t-item-list> li:before { display: none; } */
/*i-tabs*/
.tabs-item {
  margin-bottom: 15px;}

.tabs-item .tab-content {
  background-color: #f7f7f7;}

.tabs-item .t-item-list {
  padding: 10px;}

.tabs-item .nav-tabs .more {
  color: #adadad;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: none;}

.tabs-item .nav-tabs {
  border: none;
  position: relative;}

.tabs-item .nav-tabs>li {
  margin-bottom: 0;
  position: initial;}

.tabs-item .nav-tabs>li>.tabItem {
  border: none;
  line-height: 40px;
  padding: 0 1em;
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 0;
  border-radius: 0;
  background-color: #f7f7f7;}

/* .tabs-item .nav-tabs>li:first-child>.tabItem {
  height: 38px;
  margin-bottom: 2px;
  border-radius: 0 4px 4px 0;
} */

.tabs-item .nav-tabs>li:nth-child(n+2)>.tabItem {
  margin-left: -1px;
  background-image: url(../img/tab-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;}

.tabs-item .nav-tabs>li.active>.tabItem,
.tabs-item .nav-tabs>li.active>.tabItem:focus,
.tabs-item .nav-tabs>li.active>.tabItem:hover {
  border: none;
  background: #23cceb;
  color: #fff;}

.tabs-item .nav-tabs>li>.more.active {
  display: block;}

.tabs-item .nav-tabs>li>.more:hover {
  color: rgb(35, 204, 235);}

.tabs-item .nav-tabs>li>.more:hover span {
  color: rgb(35, 204, 235);}

.tabs-item .nav-tabs>li:nth-child(n+2)>.tabItem {
  background-color: transparent;}

.tabs-item .nav-tabs>li:nth-child(n+2).active>.tabItem,
.tabs-item .nav-tabs>li:nth-child(n+2).active>.tabItem:focus,
.tabs-item .nav-tabs>li:nth-child(n+2).active>.tabItem:hover {
  background-image: url(../img/tab-bg-on.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #adadad;
  cursor: pointer;
  border: 0 !important;
  border-bottom-color: transparent;}

/*办事大厅*/
.i-bs .row {
  margin-right: -5px;
  margin-left: -5px;}

.i-bs .row>div {
  padding: 5px;}

.i-bs .row.fbox {
  align-items: stretch;}

.i-bs a.fbox {
  background-color: #e5e5e5;
  flex-direction: column;
  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.jpg);
  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, .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: #e7053b;}

#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 #e7053b 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;
  transition: .2s opacity ease-out;
  transform: translateZ(0);}

#videocover-slider .swiper-slide .news-cover:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  opacity: 1;
  z-index: 1;
  transition: .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: #e7053b;}

#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;}

.p-w {
  padding: 20px 0;}

.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: 30px;
  height: auto;
  padding: 2em 0 .5em;
  border-bottom: #2f64d6 3px solid;}

.main .m-topbar h2 {
  margin: 0;
  font-size: 21px;
  color: #2f64d6;
  font-weight: bold;}

.main .m-topbar .m-place {
  font-size: 12px;
  color: #adadad;}

.pagenumeber {
  margin-top: 40px;}

.pagenumeber>span {
  padding: 0 10px;}

.pagenumeber>span.current {
  background-color: #004da1;
  color: #fff;}

.pagenumeber a.pageprev,
.pagenumeber a.pagenext {
  width: 80px;}

.pagenumeber a:hover {
  background-color: #24cceb;
  color: #fff;
  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% !important;
    max-width: 100% !important;
    margin: 0 auto;}

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-bottom: 5px;
  border-bottom: 1px #ccc solid;}

.m-w>.detail-c {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;}

.m-w>.detail-c p {
  margin: 0;}
.m-w>.detail-c p span,.m-w>.detail-c p a{word-break: break-word;}
/*导师*/
.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 {
  justify-content: space-around;
  text-align: center;
  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;}
@media (max-width: 768px) {.m-w>.detail-c table {max-width: 100% !important;overflow: scroll !important; display: block !important;}}
@media (min-width: 768px) {
  .swiper-container {
    width: 1140px;
    height: 350px;}

  .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(36, 204, 235, 0.15);}

  .fbox-pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;}

  .topbar {
    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;
    justify-content: space-between;
    align-items: flex-end;}

  .navbar-header:before,
  .navbar-header:after {
    display: none;}

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;}

  .navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 0;}

  .navbar-brand img.top-logo,
  footer .ft-logo {
    width: 400px;
    height: auto;}

  footer {
    padding: 40px 0;}

  footer .ft-logo {
    margin-bottom: 40px;}

  footer .fbox-pc {
    align-items: flex-start;
    flex-wrap: wrap;}

  footer .addr,
  footer .friend-links {
    margin-right: 50px;}

  footer .friend-links dd.sitemap {
    margin-top: 10px;}

  footer .qr p {
    text-align: center;}

  .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.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: transparent;}

  .h-search .btn:focus {
    background-color: transparent;}

  .h-search input[type=text] {
    margin-right: -20px;
    padding: 0 30px;
    text-align: center;
    border: none;
    border-radius: 0;
    width: 215px;
    height: 33px;
    background-image: url(../img/search-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: transparent;}

  .h-search .btn:active:focus,
  .h-search .btn:focus {
    color: #fff;
    opacity: .85;}

  .topnav {
    margin-top: 30px;
    background: #f4f4f4;}

  .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%;
    transform: translate(0, -50%);
    width: 1px;
    height: 26px;
    background: rgba(209, 208, 206, 0.50);
    transition: .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(35, 204, 235, .8);
    -webkit-box-shadow: 0 6px 12px rgba(36, 204, 235, 0.3);
    box-shadow: 0 6px 12px rgba(36, 204, 235, 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 {
    height: 100%;
    width: 100%;}

  #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 {
    flex: 1;
    padding: 20px;}

  #video-list {
    flex: 1;
    padding: 0 20px;}

  /*tabs*/
  .tabs-item .nav-tabs>li>.tabItem {
    padding: 0;
    width: 123px;}

  .tabs-item .t-item-list {
    padding: 10px 20px;}

  /*办事*/
  .i-bs a.fbox {
    flex-direction: row;
    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: -moz-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(35, 204, 235) 0%, rgb(47, 100, 214) 100%);}

  .i-bs a.fbox.t-c {
    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.jpg);
    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, .3)
  ;}

  #photo-slider .swiper-button-next {
    background-image: url(../img/slider-arr-r.jpg);
    left: auto;
    right: 0;
    transform: translate(50%, 0);}

  #photo-slider .swiper-button-prev {
    background-image: url(../img/slider-arr-l.jpg);
    right: auto;
    left: 0;
    transform: translate(-50%, 0);}

  #photo-slider .swiper-slide .info {
    padding: 0;}

  #photo-slider a.more {
    margin: 30px auto 0;}

  /*视频*/
  .i-video .w-c {
    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 {
    align-items: flex-start;}

  .p-w .sidebar {
    width: 20%;}

  .m-w>h1 {
    margin: 50px auto 30px;
    text-align: center;}

  .sidebar-menu {
    font-size: 18px;}

  .sidebar-menu dt {
    position: relative;
    padding-left: 2em;
    line-height: 60px;
    margin-bottom: 15px;
    background-color: rgb(35, 204, 235);
    border-radius: 0 5px 5px 0;
    color: #fff;}

  .sidebar-menu dt:before {
    display: block;
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background: #fff;}

  .sidebar-menu dd a {
    display: block;
    padding: .3em .3em .3em 2em;
    margin: 0 0 8px 0;
    border-radius: 0 5px 5px 0;
    background: #e5e5e5;
    white-space: normal;}

  .sidebar-menu dd a:hover,
  .sidebar-menu dd a.act {
    color: #fff;
    background: #23cceb;
    text-decoration: none;}

  .p-w .main {
    margin-left: 3%;
    width: 77%;}

  .main .m-topbar {
    height: 60px;
    padding: 0;}

  .main .m-topbar h2 {
    font-size: 24px;}

  /*表格*/
  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;
    align-items: flex-start;}

  .tutor-intro {
    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: 500px;
    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,
  footer .ft-logo {
    width: 605px;
    height: auto;}

  .headroom--unpinned {
    top: -126px;}

  footer .ft-logo {
    width: 605px;
    max-width: inherit;}

  #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 {
    transform: translate(150%, 0);}

  #photo-slider .swiper-button-prev {
    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: inline-block;
  padding: 20px 0;}

.current-page .current-container::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;}

.current-page .current-container li {
  margin-right: 15px;
  margin-top: 15px;
  float: left;}

.current-page .current-container li:last-of-type {
  margin-right: 0;}

.current-page .current-container li:hover a {
  background: #337ab7;
  border: 1px solid transparent;
  color: #fff;}

.current-page .current-container li:hover a .iconfont {
  color: #fff;}

.current-page .current-container li a {
  padding: 2px 10px;
  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-active a {
  background: #337ab7;
  border: 1px solid transparent;
  color: #fff;}

.current-page .current-container .li-active a .iconfont {
  color: #fff;}

.fr {
  float: right !important;}