/* education-related */
.education-related {
  padding-top: 90px;
  padding-bottom: 60px;
}
.education-related h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
}
.education-related .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.education-related .list .itm:first-child {
  border-top: 1px solid #e3e3e3;
}
.education-related .list .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding: 20px 0px;
}
.education-related .list .itm .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.education-related .list .itm .overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(
181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(
269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-related .list .itm .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.education-related .list .itm .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.education-related .list .itm .cat {
  letter-spacing: 0.07px;
  color: #717171;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 11px;
}
.education-related .list .itm .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-related .list .itm .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-related .list .itm .left>p {
  margin-bottom: 25px;
  line-height: 21px;
  color: #48454e;
  font-size: 14px;
  font-weight: 400;
}
.education-related .list .itm .row-avtor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education-related .list .itm .row-avtor .avtor {
  color: #48454e;
  font-size: 14px;
  font-weight: 400;
}
.education-related .list .itm .row-avtor .avtor span {
  color: #6219ff;
}
.education-related .list .itm .row-avtor .share .btn{
  color: #48454e;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
    -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
    transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-related .list .itm .row-avtor .share .btn>svg {
  width: 17px;
  height: 14px;
  fill: #48454e;
  position: relative;
  left: 4px;
  top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-related .list .itm .row-avtor .share .btn:hover {
  color: #6219FF;
}
.education-related .list .itm .row-avtor .share .btn:hover>svg {
  fill: #6219FF;
}
.education-related .list .itm .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
  width: 290px;
}
.education-related .list .itm .thumbnail img {
  width: 100%;
  height: auto;
}
.education-related .list .itm:hover .title {
  color: #6219FF;
}
.education-related .list .itm:hover .title svg {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .education-related .list .itm .thumbnail {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .education-related .list .itm .right .thumbnail{
    display: none;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}