/*侧边栏*/
.asideList1 .gp-subLeft {
  position: relative;
}
.asideList1 .gp-subLeft .subLeftTitle {
  padding: 20px 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #C92E27;
  position: relative;
  margin-bottom: 1px;
}
@media screen and (max-width: 996px) {
  .asideList1 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
}
.asideList1 .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%);
}
@media screen and (max-width: 996px) {
  .asideList1 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
}
@media screen and (max-width: 996px) {
  .asideList1 .gp-subLeft > ul {
    display: none;
  }
}
.asideList1 .gp-subLeft > ul > li {
  position: relative;
}
.asideList1 .gp-subLeft > ul > li > a {
  padding: 15px 20px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e0e0e0;
  border-left: 10px solid #f1f1f1;
}
.asideList1 .gp-subLeft > ul > li > a:hover {
  color: #333;
  background-color: #fff;
  margin-right: 0;
}
.asideList1 .gp-subLeft > ul > li a.active {
  color: #fff;
  margin-right: 0;
  border-left: 10px solid #C92E27;
  background-color: #C92E27;
}
.asideList1 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList1 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #fff !important;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a::before {
  content: "";
  width: 10px;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #C92E27;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #C92E27;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #C92E27;
  color: #fff;
}
.gp-title3 {
  border-bottom: 1px solid #C92E27;
  padding: 13px 0;
  margin-bottom: 10px;
}
.gp-title3 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title3 h2 {
  font-weight: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-teacher19 li::marker {
  content: '';
}
.gp-teacher19 li a {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 2px rgba(230, 234, 240, 0.68);
  box-sizing: border-box;
  padding: 25px 30px;
}
.gp-teacher19 li a .iconfont {
  line-height: 25px;
  max-width: 24px;
  flex: none;
  color: #C92E27;
}
.gp-teacher19 li a .right {
  flex: 1;
  margin-left: 20px;
}
.gp-teacher19 li a .right .info {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gp-teacher19 li a .right .info .name {
  font-weight: bold;
  color: #333333;
  max-width: 50%;
  flex: none;
  flex-shrink: 0;
}
.gp-teacher19 li a .right .info .gpColumnTitle {
  margin-left: 20px;
  font-weight: 400;
  color: #666666;
  box-sizing: border-box;
}
.gp-teacher19 li a .right .summary {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed #999999;
}
.gp-teacher19 li a .right .summary div {
  font-weight: 400;
  color: #666666;
}
.gp-teacher19 li a:hover {
  background: #C92E27;
}
.gp-teacher19 li a:hover .iconfont {
  color: #fff;
}
.gp-teacher19 li a:hover .right .info * {
  color: #fff;
}
.gp-teacher19 li a:hover .right .summary {
  border-color: rgba(255, 255, 255, 0.5);
}
.gp-teacher19 li a:hover .right .summary div {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gp-teacher19 li a {
    padding: 20px;
  }
  .gp-teacher19 li a .right {
    margin-left: 10px;
  }
  .gp-teacher19 li a .right .info .name {
    font-size: 16px;
  }
  .gp-teacher19 li a .right .info .gpColumnTitle {
    margin-left: 10px;
  }
  .gp-teacher19 li a .right .summary {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .gp-teacher19 li a {
    padding: 20px 15px;
  }
  .gp-teacher19 li a {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 370px) {
  .gp-teacher19 li a {
    padding: 10px;
  }
  .gp-teacher19 li a .right .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .gp-teacher19 li a .right .info .name {
    width: 100%;
    max-width: unset;
  }
  .gp-teacher19 li a .right .info .gpColumnTitle {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .gp-teacher19 li a .right .summary {
    margin-top: 5px;
    padding-top: 5px;
  }
}
