.post-loop-default .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}

.post-loop-default .item-img {
  position: relative;
  width: 30%;
  overflow: hidden;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.post-loop-default .item-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
  color: #666;
  font-size: 14px;
}

.post-loop-default .item-intro {
  line-height: 22px;
  color: #999;
}

.post-loop-default .item-img .item-titlepic {
  width: 100%;
}

.post-loop-default .item-content {
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.post-loop-default .item-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.post-loop-default .item-excerpt {
  height: 52px;
  margin-bottom: 34px;
  line-height: 1.625;
  color: #000000;
  font-size: 16px;
}

.post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 24px;
}

@media screen and (max-width: 767.98px) {
  .post-loop-default .item-title {
    font-size: 16px;
  }
  .post-loop-default .item {
    padding: 10px 0;
  }
}

.temp_list {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.temp_list .pic {
  padding: 10px 10px 0 10px;
  overflow: hidden;
}

.temp_list .pic img {
  width: 100%;
}

.temp_list .title {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.temp_list .bottom {
  background: #f9f9f9;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  font-size: 14px;
  color: #999;
}

.temp_list .bottom em {
  color: #f30;
  font-style: normal;
}

.temp_list .bottom span {
  float: right;
}

.temp_list u {
  background: #66f;
  position: absolute;
  width: 220px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  top: 10px;
  right: -80px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  transform: rotate(45deg);
}

.temp_list .color {
  background: #f18c14;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
