@charset "UTF-8";

/* 在线访谈列表 */
.zxft-list {
  margin-bottom: 20px;
}
.zxft-list a {
  display: block;
  padding: 15px 0;
  border-bottom: #d9d9d9 1px solid;
}
.zxft-list-left {
  display: none;
  width: 206px;
  height: 155px;
  float: left;
  overflow: hidden;
}
.zxft-list-left:hover img {
  transform: scale(1.1);
}
.zxft-list-left img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.zxft-list-right {
  margin-left: 0;
  padding-left: 22px;
}
.zxft-list-right p {
  line-height: 30px;
}
.zxft-list-right p span:first-child {
  font-weight: bold;
}
.zxft-list-right .zxft-list-title {
  color: #ff500e;
}
.zxft-list-right .zxft-list-date {
  font-size: 14px;
}
.zxft-list-right .zxft-list-memo {
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  /* 在线访谈列表 */
  .zxft-list-left {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
  }
  .zxft-list-left img {
    max-width: 200px;
  }
  .zxft-list-right {
    margin-left: 0;
    padding-left: 0;
  }
}
