/*侧边栏*/
.asideList7 .gp-subLeft {
  position: relative;
}

.asideList7 .gp-subLeft .subLeftTitle {
  padding: 34px 10px;
  color: #fff;
  text-align: center;
  background: #005c30;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 1px;
}

.asideList7 .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%);
}

.asideList7 .gp-subLeft>ul {
  width: 100%;
  overflow: hidden;
}

.asideList7 .gp-subLeft>ul>li {
  position: relative;
}

.asideList7 .gp-subLeft>ul>li>a {
  transition: all 0.35s ease-in-out;
  display: block;
  padding: 14px 50px 14px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  background: #efeff4;
}

.asideList7 .gp-subLeft>ul>li>a:before {
  content: "";
  display: none;
  width: 6px;
  height: 100%;
  background: #005c30;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 6px 0;
}

.asideList7 .gp-subLeft>ul>li>a:hover {
  font-weight: bold;
}

.asideList7 .gp-subLeft>ul>li>a:hover:before {
  display: block;
}

.asideList7 .gp-subLeft>ul>li>a:hover+span.gp-toggles {
  color: #005c30;
}

.asideList7 .gp-subLeft>ul>li>a.active {
  color: #005c30;
  font-weight: bold;
}

.asideList7 .gp-subLeft>ul>li>a.active:before {
  display: block;
}

.asideList7 .gp-subLeft>ul>li .gp-toggles {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #cdcdcd;
}

.asideList7 .gp-subLeft>ul>li a.active+span.gp-toggles {
  color: #005c30;
}

.asideList7 .gp-subLeft>ul>li .gp-second-nav {
  display: none;
  background-color: #fff;
}

.asideList7 .gp-subLeft>ul>li .gp-second-nav dd a {
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  padding: 10px;
  font-size: 14px;
  position: relative;
  color: #333;
  text-align: center;
}

.asideList7 .gp-subLeft>ul>li .gp-second-nav dd a:hover {
  color: #005c30;
}

.asideList7 .gp-subLeft>ul>li .gp-second-nav dd a>span {
  position: relative;
}

.asideList7 .gp-subLeft>ul>li .gp-second-nav dd a.active {
  color: #005c30;
}

@media screen and (max-width:996px) {
  .asideList7 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }

  .asideList7 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }

  .asideList7 .gp-subLeft>ul {
    display: none;
  }
}

.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}

.block-list78 h2 {
  color: #005c30;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}

.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #005c30;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}

.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}

.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.block-list78 .gp-bread a:hover {
  color: #005c30;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gp-teacherArticle1 {
  display: flex;
  flex-wrap: nowrap;
  /* background: white;
  padding: 15px 23px;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.08); */
}

.gp-teacherArticle1 .img {
  width: 200px;
}

.gp-teacherArticle1 .img span {
  padding-bottom: 140%;
}

.gp-teacherArticle1 .info {
  padding-left: 30px;
  flex: 1;
  position: relative;
}

.gp-teacherArticle1 .info h3 {
  color: #333333;
  display: inline-block;
  margin: 10px 0;
  margin-right: 30px;
}

.gp-teacherArticle1 .info h4 {
  color: #666666;
  font-weight: normal;
  display: inline-block;
}

.gp-teacherArticle1 .info>div {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 0;
  text-indent: 2em;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.gp-teacherArticle1 ul {
  padding-top: 30px;
  color: #666666;
  border-top: 1px solid #d8d8d8;
}

.gp-teacherArticle1 ul li>span {
  color: #666666;
}

.gp-teacherArticle1+.article {
  margin: 40px 0 50px;
}

.articles .title {
  height: 40px;
  background: rgba(0,92,.48,.1);
  border-top: 1px solid #e5e5e5;
  line-height: 40px;
  padding-left: 20px;
  color: #333;
  margin: 20px 0;
  font-size: 16px;
  margin-top: 30px;
}

.articles p {
  color: #666666;
  line-height: 2;
  text-indent: 2em;
}

.articles > table  p {
	text-indent: 0 !important;
}

.articles > table {border-collapse: collapse;}
.articles table, .articles td, .articles th {border: 1px solid #ccc;} 

@media screen and (max-width:768px) {
  .gp-teacherArticle1 {
    display: block;
    flex-wrap: wrap;
  }

  .gp-teacherArticle1 .img {
    flex: 1;
    margin: 0 auto;
    max-width: 220px;
    margin-bottom: 10px;
    width: auto;
  }

  .gp-teacherArticle1 .info {
    padding-left: 0px;
  }

  .gp-teacherArticle1 .info h3 {
    margin-bottom: 10px;
  }

  .gp-teacherArticle1 .info>div {
    padding: 10px 0 0;
  }
}