/* banner */
.banner{
  width: 100%;
  height: 500px;
  position: relative;
  background: url('/liuxue/img/pc/schools/list/banner.png') no-repeat center;
  background-size: cover;
}


/* charts */
.charts{
  padding-bottom: 166px;
}
.charts .bg{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 96px; */
}
.charts #chartdiv1{
  height: 435px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  position: relative;
}
.charts #chartdiv1::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 20px;
  background-color: #F6F6F6;
}
.charts h2{
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.charts span{
  display: block;
  margin: 0 auto;
  text-align: left;
}
.charts span em{
  display: block;
  display: none;
  color: #4F4F4F;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .5px;
  position: relative;
}
.charts span em i{
  color: #3d8bfd;
  position: absolute;
  bottom: -18px;
  right: 5px;
  cursor: pointer;
}


/* list */
.list{
  padding-top: 110px;
}
.list .box > div{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.21);
  padding: 40px 96px;
  margin-bottom: 40px;
}
.list .box > div:last-child{
  margin-bottom: 0;
}
.list .box > div .head{
  width: 100%;
  height: 148px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 200px;
  box-sizing: border-box;
}
.list .box > div .head .img{
  width: 155px;
  height: 148px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.list .box > div .head .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.list .box > div .head .img .number{
  position: absolute;
  right: 15px;
  top: 0;
  width: 39px;
  height: 28px;
  background-color: #FFBC00;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.list .box > div .head .img .number::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 39px solid;
  border-color: transparent transparent transparent #FFBC00;
  left: 0;
  top: -30px;
  z-index: 0;
}
.list .box > div .head .img .number::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 39px solid;
  border-color: transparent #FFBC00 transparent transparent;
  right: 0;
  top: -30px;
  z-index: 0;
}
.list .box > div .head .img .number span{
  position: relative;
  z-index: 2;
  display: block;
  height: 28px;
  line-height: 28px;
}
.list .box > div .head .logo{
  width: 100%;
  height: 69px;
  margin-bottom: 20px;
  padding-left: 81px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.list .box > div .head .logo img{
  position: absolute;
  left: 0;
  top: 0;
  width: 69px;
  height: 69px;
}
.list .box > div .head .logo p{
  color: #251715;
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
}
.list .box > div .head .logo span{
  color: #251715;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  display: block;
}
.list .box > div .head .info{
  display: flex;
  justify-content: space-around;
  width: 569px;
  position: relative;
}
.list .box > div .head .info span{
  width: 25%;
  color: #251715;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.list .box > div .head .info span em{
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  font-style: normal;
  display: block;
}
.list .box > div .head .btn{
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  border: 1px solid #3d8bfd;
  font-size: 14px;
  text-align: center;
  letter-spacing: .5px;
  position: absolute;
  right: 33px;
}
.list .box > div .head .zixun{
  background: #3d8bfd;
  color: #FFFFFF;
  bottom: 77px;
}
.list .box > div .head .ceshi{
  color: #3d8bfd;
  background-color: #fff;
  bottom: 20px;
  display: none;
}
.list .box > div .con{
  background-color: #F5F5F5;
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.list .box > div .con>p{
  color: #251715;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: bold;
  margin-bottom: 8px;
}
.list .box > div .con>div{
  color: #251715;
  font-size: 14px;
  letter-spacing: .5px;
  display: block;
  line-height: 20px;
  margin-bottom: 25px;
}
.list .box > div .con .btn{
  cursor: pointer;
}
.list .box > div .con .btn {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  transition: all .6s;
  color: #3d8bfd;
  text-indent: -40px;
  display: none;
}

.list .box > div .con .btn:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  margin-left: 0;
  background: url('/liuxue/img/pc/schools/list/ri.png') no-repeat center;
  transition: all .4s;
  background-size: cover;
}
/* 
.list .box > div .con .btn:hover {
  color: #fff;
  background-color: #3d8bfd;
  border-color: #3d8bfd;
}
*/
.list .box > div .con .btn:hover:after {
  right: 22px;
} 
.list .nav_list{
  width: 167px;
  background: #FFFFFF;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 110px;
  left: 90px;
  padding: 12px;
  z-index: 999;
  box-sizing: border-box;
}
@keyframes show_opacity{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.list .nav_list span{
  margin-bottom: 4px;
  height: 37px;
  line-height: 37px;
  width: 100%;
  color: #251715;
  font-size: 13px;
  letter-spacing: .5px;
  background: #fff;
  transition: all .6s;
  display: block;
  overflow:hidden;
	white-space:nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.list .nav_list span:last-child{
  margin-bottom: 0;
}
.list .nav_list span.on{
  background: #3d8bfd;
  color: #fff;
}
.list .nav_list span:hover{
  background: #3d8bfd;
  color: #fff;
}


