/*侧边栏*/
.asideList12 .gp-subLeft {
  position: relative;
}
.asideList12 .gp-subLeft .subLeftTitle {
  padding: 24px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #6a2050;
  position: relative;
  margin-bottom: 1px;
}
.asideList12 .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%);
}
.asideList12 .gp-subLeft > ul {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.asideList12 .gp-subLeft > ul > li {
  position: relative;
}
.asideList12 .gp-subLeft > ul > li > a {
  padding: 15px 20px 15px 10px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.asideList12 .gp-subLeft > ul > li > a:hover {
  color: #6a2050;
  margin-right: 0;
  border-bottom: 1px solid #6a2050;
}
.asideList12 .gp-subLeft > ul > li a.active {
  color: #6a2050;
  margin-right: 0;
  border-bottom: 1px solid #6a2050;
}
.asideList12 .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;
}
.asideList12 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #6a2050 !important;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fff;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 8px 22px 8px 5px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #6a2050;
  border-bottom: 1px solid #6a2050;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #6a2050;
  color: #fff;
}
@media screen and (max-width:996px) {
  .asideList12 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList12 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList12 .gp-subLeft > ul {
    display: none;
    text-align: left;
  }
}
.gp-bread6 {
  color: #999999;
  line-height: 20px;
  float: right;
   z-index: 100;
  position: relative;
}
.gp-bread6 span {
  color: #999999;
}
.gp-bread6 span a {
  color: #999999;
  margin: 0 5px;
}
.gp-title4 {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.gp-title4 h2 {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.gp-title4 h2::before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #6a2050;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.gp-title4 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title4 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title4 .more {
  padding-top: 8px;
  position: relative;
  z-index: 20;
  opacity: 0.7;
  padding-right: 10px;
}
.gp-teacher20 .item {
  background: #fff;
  box-shadow: 10px 10px 0 #6a2050;
  padding: 27px 40px 9px 60px;
  position: relative;
  background-image: -moz-linear-gradient(124deg, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(124deg, #ffffff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(124deg, #ffffff 0%, #ffffff 100%);
  display: block;
}
.gp-teacher20 .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 56px;
  background: #eac21d;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
}
.gp-teacher20 .title {
  color: #333;
}
.gp-teacher20 .info {
  margin: 22px 0 0;
  color: #888;
  line-height: 2em;
  height: 6em;
}
.gp-teacher20 .item,
.gp-teacher20 .title,
.gp-teacher20 .info,
.gp-teacher20 .item::before {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.gp-teacher20 .item:hover {
  background-image: -moz-linear-gradient(124deg, #6a2050 0%, #eac21d 100%);
  background-image: -webkit-linear-gradient(124deg, #6a2050 0%, #eac21d 100%);
  background-image: -ms-linear-gradient(124deg, #6a2050 0%, #eac21d 100%);
  box-shadow: 10px 10px 0 #e2dace;
}
.gp-teacher20 .item:hover .title,
.gp-teacher20 .item:hover .info {
  color: #fff;
}
.gp-teacher20 .item:hover::before {
  background: #fff;
}


.xz_box{margin-bottom: 35px;box-shadow: 0px 2px 7.3px rgba(0, 0, 0, 0.1);}
.title3{background-color: #6a2050;color: #fff;padding: 20px;text-align: center;font-size: 18px;font-weight: normal;}
.xz_con{padding: 25px 50px;line-height: 1.8;;}
.xz_con p{margin-bottom: 10px;}
.xz_box .gp-teacher20 .item{height: 100%;}
.xz_box .gp-teacher20 .item:hover{background: none !important;}
.xz_box .gp-teacher20 .item:hover .title,.xz_box .gp-teacher20 .item:hover .info{color: #333 !important;}
section .pid-78b7a725-d273-49f2-8e78-f9dc09a2b45f.gpArticleSummary{height: auto !important;}
.xz_box.noShadow{box-shadow: none;}