.a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}
.a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* not(:last-child) */
/* :nth-child(1n+0) */
.educate-educations:after {
  display: none;
}

.items-question__pages {
  border: solid 1px #d39a42;
  background-color: #FFFFFF;
}
.items-question__pages:not(:last-child) {
  margin-bottom: 25px;
}
.items-question__pages .titles-btn__pages {
  background-color: #d39a42;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
}
.items-question__pages .titles-btn__pages:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 17px;
  height: 20px;
  min-width: 17px;
  background: url(../images/bg-items-educate.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  color: #d39a42;
  font-size: 10px;
}
.items-question__pages .intros-question__pages {
  padding: 15px 30px;
  display: none;
}

.imgs-question__pages img {
  width: 100%;
}

.bottom-question__pages {
  background-color: #d39a42;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0px;
  margin-top: 80px;
}
.bottom-question__pages .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-question__pages .btn-white__trans {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  border: solid 2px #FFFFFF;
  border-radius: 5px;
}

.list-question__alls {
  border: solid 1px #ebebeb;
}
.list-question__alls li {
  padding: 20px;
}
.list-question__alls li:not(:last-child) {
  border-bottom: solid 1px #ebebeb;
}

.box-list__educations .items-new__hots:not(:last-child) {
  margin-bottom: 50px;
}

.question-educations {
  padding-top: 60px;
}

.box-educations__theorys .items-new__hots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-educations__theorys .items-new__hots:not(:last-child) {
  margin-bottom: 70px;
}
.box-educations__theorys .items-new__hots .img-news__hots {
  width: 265px;
  margin-right: 25px;
  margin-bottom: 0px;
  border-radius: 3px;
  overflow: hidden;
}
.box-educations__theorys .items-new__hots .img-news__hots > a {
  padding-top: 90%;
}
.box-educations__theorys .items-new__hots .intros-news__hots {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-educations__theorys .items-new__hots .intros-news__hots .names-news__pages {
  text-transform: uppercase;
}
.box-educations__theorys .items-new__hots .intros-news__hots .days-ups__news {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.box-educations__theorys .items-new__hots .intros-news__hots p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  max-height: 100% !important;
}
.box-educations__theorys .items-new__hots .intros-news__hots .see-more__news {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.box-educations__theorys .items-new__hots .see-more__news {
  font-size: 14px;
}