@charset "utf-8";
body{ background: #f3f5f9;}
.pageTitle{ padding-bottom: 16px; position: relative;}
.pageTitle::before{ content: ''; display: block; width: calc(100% + 100px); height: 1px; background: #eee;
    position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
.bread{ float: right;}
.bread a{ font-size: 14px; color: #999; line-height: 30px;}
.tab{ background: #fff; padding: 0 30px; box-sizing: border-box; min-height: 600px;}
.current{display: inline-block;color: #333;font-weight: bold;/* line-height: 1; */position: relative;}
.current::before{ content: ''; display: block; width: 100%; height: 3px; background: #f19149;
    position: absolute; left: 0px; bottom: -16px;}
.til-list{
    white-space: nowrap;
    margin: 62px 0 40px;
  
    padding: 0 67px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow-x: scroll;
    z-index: 0;
    padding: 8px 20px 2px;
    }
.til-list::before{
     content: '';
     display: block;
     background: #f1f4fa url(../images/tab-list-bg.png) no-repeat right center;
     background-size: auto 58px;
     height: 58px;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: 0;
}
.til-list::after{
     content: '';
     display: block;
     background: #f1f4fa url(../images/tab-list-bg.png) no-repeat right center;
     background-size: auto 58px;
     height: 58px;
     width: 100%;
     position: absolute;
     right: -100%;
     bottom: 0;
}
/* 整个滚动条 */
.til-list::-webkit-scrollbar {
  width: 100%; /* 宽度 */
    height:3px;
}
 
/* 滚动条轨道 */
.til-list::-webkit-scrollbar-track {
  background: #f1f4fa; /* 颜色 */
}
 
/* 滚动条的滑块 */
.til-list::-webkit-scrollbar-thumb {
  background: #12368f; /* 颜色 */
    width:30px !important;
}
 
/* 滚动条的滑块hover效果 */
.til-list::-webkit-scrollbar-thumb:hover {
  background: #555; /* 颜色 */
}
.til_tab{
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    padding: 0 40px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    color: #555;
    text-align: center;
    vertical-align: text-top;
    position: relative;
    z-index: 2;
    transition: font-size 0.3s ease;
    margin-top: -8px;
}
.til_tab i{
    display: block;
    height: 100%;
    width: 100%;
    background: #12368f;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    }
.til_tab i::before, .til_tab i::after{ content: ''; display: block; width: 0; height: 0; border: 4px solid #041a50; border-top-color: rgba(0, 0, 0, 0); border-left-color: rgba(0, 0, 0, 0);
    position: absolute; left: -8px; top: 0;}
.til_tab i::after{ border-left-color: #041a50; border-right-color: rgba(0, 0, 0, 0); left: auto; right: -8px;}
.til_tab:last-child{ margin-left: 0;}
.til_tab.on{color: #fff;font-size: 24px;line-height: 55px;height: 55px;}
.til_tab.on i{transition: all 0.35s ease;animation: showBack .6s ease-out;/* top: -8px; */opacity: 1;}
@keyframes showBack { 0% { top: -18px; opacity: 0;} 100% { top: -8px; opacity: 1;}}
@-o-keyframes showBack { 0% { top: -18px; opacity: 0;} 100% { top: -8px; opacity: 1;}}
@-moz-keyframes showBack { 0% { top: -18px; opacity: 0;} 100% { top: -8px; opacity: 1;}}
@-webkit-keyframes showBack { 0% { top: -18px; opacity: 0;} 100% { top: -8px; opacity: 1;}}
.box-list{ padding: 0;}
ul.tabListBox{ display: none; margin-top: 30px; margin-left: -15px; margin-right: -15px;}
.subContent .tabListBox li{ margin-bottom: 20px;}
.subContent .mode1 ul li a{
    display: block;
    box-shadow: unset;
    border-radius: 0;
    background: none;
    line-height: 68px;
    padding: 0 15px 0 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #414141;
    background: url(../images/list_bg.png) no-repeat;
    background-size: 100% 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.subContent .mode1 ul li a::before{ display: none;}
.subContent .tabListBox li a:hover{ background: url(../images/list_bg_hover.png); background-size: 100% 100%; border-color: #092c87; transform: translateX(0) !important;}
 
.tabListBox .l_icon{
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: sub;
    background: url("../images/libg.png") center no-repeat;
    margin-right: 8px;}

.gp-article{ display: block; margin: 25px 0;  color: #444;line-height: 1.5;font-size: 16px; }
.gp-article >*{ text-indent: 2em; }


.banner{ position: relative;}
.banner a{ padding-bottom: 18.23%;}
.banner::before{content: "";display: block;width: 100%;height: 240px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.6; position: absolute;left: 0;top: 0;z-index: 1;opacity: 0.659;}
.search_1{ top: 0; padding-top: 174px; transform: translateY(0);}
.search_1 .search_box{ background: rgba(18, 54, 143, 0.77); padding: 40px;}

.subContent .tab{ overflow: hidden; padding: 40px; position: relative;}

.teacherList .tab-slick{padding-top: 60px;min-height: 300px;}
.teacherList .tab-slick li{ width: 20%; float: left; margin-bottom: 30px;}
.teacherList .tab-slick li a{ display: block; margin: 0 15px; box-shadow: 0px 0px 5px 0px #666; background: #ededed;
  position: relative; transition: all 0.25s ease;}
.teacherList .tab-slick li a:hover{ transform: translateY(-8px);}
.teacherList .tab-slick li .gp-img-responsive{ padding-bottom: 139.83%;}
.teacherList .tab-slick .info-box{ padding: 15px 20px; background: rgba(18, 54, 143, 0.77); box-sizing: border-box; color: #fff;
    position: absolute; bottom: 0px; left: 0px; width: 100%;}
.teacherList .tab-slick .info-box::before{ content: ''; display: block; width: 4px; height: 100%; background: #f19149;
position: absolute; right: 0px; top: 0px; transform: translateX(2px);}
.teacherList .tab-slick .name{ line-height: 1;}
.teacherList .tab-slick .post{ margin-left: 15px;}
.teacherList .tab-slick .speciality{ line-height: 1; margin-top: 12px;}


/* 分页 */
.gp-page{text-align: center;clear: both;line-height: 48px;margin: 30px 0 20px;} 
.gp-page a,.gp-page span{display: inline-block;margin: 0 15px;color: #333;}
.gp-page  a{width: 37px;height: 37px;;text-align: center;line-height: 37px;border: 1px solid #12368f;border-radius: 0%;vertical-align: middle;}
.gp-page a:hover,.gp-page a.on_pages{color: #fff;background: #12368f;border-color: #12368f;} 
.gp-page .gp-page-prev,.gp-page .gp-page-next,.gp-page .gp-page-start,.gp-page .gp-page-end{width: auto;vertical-align: middle;padding: 0 20px ;} 
.gp-page .num {line-height: 37px;}


/* 响应式样式 */
@media screen and (max-width:1700px){
    .search_1 .search_box{ padding: 20px 30px;}
}

@media screen and (max-width:1480px) {
    .search_1{ padding-top: 150px;}
}

@media screen and (max-width:1400px) {
    .search_1{ padding-top: 140px;}
}

@media screen and (max-width:1280px) {
    .search_1{ padding-top: 160px;}
    .search_1 .search_box{ padding: 30px;}
    .teacherList{ margin-top: 50px; overflow: hidden;}
}

@media screen and (max-width:1100px) {
    .teacherList .tab-slick li{ width: 25%;}
}

@media screen and (max-width:1024px) {
    .til-list::before{
    background-size: auto 38px;
    height: 38px;
}
.til-list::after{background-size: auto 38px;height: 38px;}
    .til_tab{padding: 0 20px;height: 44px;line-height: 44px;}
    .til_tab.on{line-height: 38px;height: 38px;}
    .subContent .mode1 ul li a{ line-height: 54px;}
}

@media screen and (max-width:996px) {
    .banner::before{height: 130px;}
    .search_1{padding-top: 30px;margin-bottom: 30px;}
    .content{ margin-top: 0;}
    ul.tabListBox{ margin-left: -10px; margin-right: -10px;}
    .subContent .mode1 ul li a{ padding-left: 15px; margin: 0 10px;}
    .teacherList{ margin-top: 0px;}
}

@media screen and (max-width:767px) {
    .subContent .tab{ padding: 30px 20px;}
    .til-list{margin: 40px 0 20px;}
    .subContent .tabListBox li{ width: 50%;}
    .teacherList .tab-slick li{ width: 33.33%;}
    
}

@media screen and (max-width:680px) {
    .til_tab.on{ font-size: 20px;}
}

@media screen and (max-width:540px) {
    .subContent .tabListBox li{ width: 100%;}
    .til-list{/* overflow-x: scroll; */}
      .til_tab{}
 ul.tabListBox{ margin-left: -10px; margin-right: -10px;padding:0 15px}
    .til_tab.on{/* line-height: 50px; */}
    .til_tab.on i{ top: 0; animation: unset; transform: translateY(0);}
    .til_tab i::before, .til_tab i::after{ display: none;}
    .teacherList .tab-slick{margin: 0;padding-top: 40px;}
    .teacherList .tab-slick li a{ margin: 0 10px;}
      .til-list{
            background: #f1f4fa url(../images/tab-list-bg.png) no-repeat right center;
            background-size: auto 100%;
            padding: 0 20px;
            height: 100%;
}
.til-list::after, .til-list::before{display:none}
    .til_tab{
    margin-top: 0;
}
.til-list{padding: 10px 5px 0;}
    .bread{float: none;text-align: right;margin-bottom: 10px;}
}

@media screen and (max-width:479px) {
    .banner::before{height: 63px;}
    .til_tab.on{ font-size: 18px;}
    .til_tab{ font-size: 16px; padding: 0 10px;}
    .teacherList .tab-slick li{ width: 50%;}
    .teacherList .tab-slick .info-box{ padding: 10px 20px;}
    .teacherList .tab-slick .speciality{ margin-top: 8px;}
}
