


.btnmore .more::after {
  content: 'More';
}
.learningcontent .btnmore {
  width: 90px;
}
.learningcontent .btnmore .more {
  position: relative;
  padding-right: 22px;
}
.learningcontent .btnmore .more::before,
.profilet .btnmore .more::before {
  background-image: url(../image/jia.png);
}
.learningcontent.active .btnmore .more::before,
.profilet.active .btnmore .more::before {
  transform: none;
  background-image: url(../image/jian.png);
}
.learningcontent .btnmore .more::before {
  position: absolute;
  right: 10px;
  top: 8px;
}
.recruitlistin .item.active .btnmore .more::after, .profilet.active .btnmore .more::after, .learningcontent.active .btnmore .more::after {
  content: 'Fold';
}
.learningcontent .currwpcontent {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.learningcontent.active .currwpcontent {
  max-height: 6000px !important;
}

@media (min-width: 1501px) {
  .learningcontent .currwpcontent {
    max-height: 290px;
  }
}
@media (max-width: 1500px) and (min-width: 961px) {
  .learningcontent .currwpcontent {
    max-height: 240px;
  }
}
@media (min-width: 961px) {
  .formwrp .item .p {
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    white-space: nowrap;
  }
	.formwrp .item-content .p {
    padding-left: 0;
    padding-right: 0;
	}
}
