/*师资概况*/
.szgk{
    padding: 0.3rem;
}
.szgk .jj{
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #f0f0f0;
}

.szgk .jj p,.szgk .jj span{
    line-height: 200%!important;
    background: inherit!important;
    font-size: 0.16rem!important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.szgk .bt{
    color: #3c90ce;
    font-size: 0.3rem;
    font-weight: bold;
    padding: 0.25rem;
    margin-bottom: 0.37rem;
    border-bottom: 1px solid #f0f0f0;
}

.szgk dl{
    margin-bottom: 0.28rem;
    padding-bottom: 0.3rem;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.szgk dl dt{
    margin-bottom: 0.1rem;
}
.szgk dl dt span{
    display: table;
    padding: 0.14rem 0.2rem;
    font-size: 0.18rem;
    color: #ffffff;
    background-image: linear-gradient(to right,#3b8fce,#63b1e1);
}
.szgk dl dt:after{
    display: block;
    content: "";
    width: 0.19rem;
    height: 0.06rem;
    background: url("../images/frame/12.png")no-repeat;
    background-size: 100% 100%;
    margin-left: 0.22rem;
}
.szgk dl .row{
    margin-right: -0.05rem;
    margin-left: -0.05rem;
}
.szgk dl dd .li{
    padding-right: 0.05rem;
    padding-left: 0.05rem;
}
.szgk dl dd a{
    display: block;
    /*margin-right: 0.1rem;*/
    margin-bottom: 0.1rem;
    background-color: #f4f8fb;
    width: 100%;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.16rem;
}
.szgk dl dd .bts{
    text-align: center;
    width: 1.45rem;
}
.szgk dl dd .bts span{
    font-size: 0.16rem;
    line-height: 0.48rem;
}
.szgk dl dd .a .row{
    width: calc(100% - 1.45rem);
}



.jsyc {
  width: 100%;
  margin: .5rem 0rem;
}

.jsyc .jsyc-title {
  width: auto;
  /* 移除固定宽度，让内容撑开 */
  padding: 0.1rem .2rem;
  /* 可选：添加内边距避免内容贴边 */
  display: inline-block;
  /* 确保宽度由内容决定 */
  font-size: .2rem;
  background: linear-gradient(to right, #3b8fce, #63b1e1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.jsyc .jsyc-title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: 10px solid #3c90cf;
  margin-left: 5px;
  vertical-align: middle;
  position: absolute;
  top: .48rem;
  left: .2rem;
}

.jsyc ul {
  margin-top: .4rem;
  display: flex;
  flex-wrap: wrap;
}

.jsyc ul li {
  background-color: #f4f8fb;
  padding: .1rem .2rem;
  margin-right: .2rem;
  width: 1.1rem;
  text-align: center;
  margin-bottom: .1rem;
}

.jsyc ul li:hover {
  background-color: #3c90cf;
}

.jsyc ul li:hover a {
  color: #fff;
}

.jsyc ul li a {
  font-size: .16rem;
  color: #666;
}




/*滑动门*/
.tab-box{ }
.tab-box .tab{}
.tab-box .tab ul{
    justify-content: center;
}
.tab-box .tab ul li{
    display: table;
    margin: 0 0.1rem;
    cursor: pointer;
}
.tab-box .tab ul li.action{ color: #3b8fce}
.tab-box .box{width: 100%;}
.tab-box .box .item{ display: none; }
.tab-box .box .item:first-child{display: block;}


/*手机适配*/
@media screen and (max-width: 1200px) {
    .szgk{
        padding: 0.3rem 0.15rem;
    }








}