.thepage .n-tt {
  border-left: 5px solid #FF7A1B;
  padding-left: 14px;
  margin-bottom: 50px;
}
.thepage .n-tt h2 {
  border:none;
  margin-bottom: 6px;
  padding-left: 0;
}

.post-thumb figure {
  margin:0;
}
.post-thumb figure img {
  width: 100%;
}

.post-content {
  background: #fff;
  padding:70px;
}
.thepage .post-content h2 {
  border:none;
  margin-bottom: 6px;
  padding-left: 0;
}
.thepage .post-content h3 {
  font-size: 24px;
  line-break: 34px;
  margin-bottom: 5px;
}
.thepage .post-content h4 {
  font-size: 20px;
  line-break: 30px;
  margin-bottom: 4px;
}
.thepage .post-content h5 {
  font-size: 18px;
  line-break: 28px;
  margin-bottom: 4px;
}
.sec .post-content p {
  margin-bottom: 25px;
}
main .detail-btm {
  padding-top: 80px;
}
.detail-btm .entry-btm {
  border-top:1px solid #44382E;
  border-bottom:1px solid #44382E;
  padding:16px 0;
}
.entry-btm .e-l {
  display: flex;
  max-width: 260px;
}
.entry-btm .e-l .et {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.entry-btm .e-l .e-info {
  height: 100%;
  width: 60%;
}
.prev .e-l .e-info {
  border-left: 1px solid #44382E;
  padding-left: 15px;
}
.next .e-l .e-info {
  border-right: 1px solid #44382E;
  padding-right: 15px;
}
.e-l .e-info .t {
  font-size: 15px;
  line-height: 24px;

  white-space:initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.e-l .e-info .d {
  font-size: 12px;
  line-break: 24px;
}
.entry-btm .ct {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1199px) {
}
@media (max-width: 992px) {
  .post-content {
    padding:40px;
  }
  .entry-btm .e-l {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .post-content {
    padding:15px;
  }
  .thepage .n-tt {
    padding-left: 10px;
  }
  .detail-btm .entry-btm {
    display: block!important;
  }
  .entry-btm .e-l {
    max-width: 100%;
  }
  .entry-btm .e-l .e-info {
    width: 70%;
  }
  .entry-btm .ct {
    padding:40px 0;
  }
}