/*侧边栏*/
.asideList17 .gp-subLeft {
  position: relative;
  z-index: 1;
}
.asideList17 .gp-subLeft .subLeftTitle {
  padding: 15px 28px;
  color: #fff;
  font-weight: normal;
  background: #004098;
  position: relative;
  margin-bottom: 1px;
}
.asideList17 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList17 .gp-subLeft > ul {
  position: relative;
  background: #fff;
  border: 1px solid #dae0e6;
  border-top: none;
  padding-bottom: 66px;
}
.asideList17 .gp-subLeft > ul::before {
  content: "";
  display: block;
  width: 41px;
  height: 31px;
  background: url(../images/asideList17.png) no-repeat;
  position: absolute;
  left: -1px;
  bottom: -1px;
  border: 1px solid #fff;
}
.asideList17 .gp-subLeft > ul > li {
  position: relative;
  padding: 0px 20px;
}
.asideList17 .gp-subLeft > ul > li > a {
  padding: 16px 0;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e0e0e0;
}
.asideList17 .gp-subLeft > ul > li > a:hover {
  color: #004098;
}
.asideList17 .gp-subLeft > ul > li a.active {
  color: #004098;
}
.asideList17 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #004098;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #f2f5f7;
  padding: 10px 0;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 10px 15px 10px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #004098;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #004098;
  background: none;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
@media screen and (max-width:996px) {
  .asideList17 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList17 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList17 .gp-subLeft > ul {
    display: none;
    background: #fff;
    border: 1px solid #dae0e6;
    border-top: none;
    padding-bottom: 0px;
  }
  .asideList17 .gp-subLeft > ul::before {
    display: none;
  }
}
.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #004098;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #004098;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gp-teacher17 .item {
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.gp-teacher17 .item .gp-title {
  padding: 20px 30px;
  position: relative;
  background: linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
  transition: all 0.2s ease-in-out;
}
.gp-teacher17 .item .gp-title::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.gp-teacher17 .item .gp-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/teacher17_bg.png) no-repeat center right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.gp-teacher17 .item .gp-title >* {
  position: relative;
  z-index: 1;
}
.gp-teacher17 .item .gp-title span {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
.gp-teacher17 .item .gp-title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.gp-teacher17 .item .gp-title h2 a {
  color: #004098;
}
.gp-teacher17 .item:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.gp-teacher17 .item:hover .gp-title::after {
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #004098 0%, rgba(0, 64, 152, 0.5) 100%, #004098 100%);
}
.gp-teacher17 .item:hover .gp-title::before {
  z-index: 0;
}
.gp-teacher17 .item:hover .gp-title {
  background: none;
}
.gp-teacher17 .item:hover .gp-title h2 a {
  color: #fff;
}
.gp-teacher17 .item .con {
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 40px;
  background: url(../images/teacher17_bg2.png) no-repeat center right #f8f8f8;
  background-size: cover;
  margin: 0 -10px;
}
.gp-teacher17 .item .con a {
  color: #333333;
  display: inline-block;
  line-height: 1.875;
  margin: 0 10px;
}
.gp-teacher17 .item .con a:hover {
  color: #004098;
}
@media screen and (max-width:768px) {
  .gp-teacher17 .item .gp-title {
    padding: 15px 20px;
  }
  .gp-teacher17 .item .con {
    padding: 20px 30px;
  }
}
