.arTitle {
  height: 29px;
  font-size: 22px;
  color: #000000;
  line-height: 29px;
  padding-left: 40px;
  background: url(../images2021/icon4.png) left center no-repeat;
  background-size: 30px 30px;
  margin: 20px 0;
}
.arTitle.totiao {
  background-image: url(../images2021/icon1.png);
}
.toutiao {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toutiao .item {
  width: 49%;
  height: 368px;
  background: #ffffff;
  margin-bottom: 20px;
}
.toutiao .item .item-img {
  width: 100%;
  height: 265px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.toutiao .item .item-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  transition: all 0.4s;
}
.toutiao .item .item-img:hover img {
  width: 110%;
  height: 110%;
}
.toutiao .item-text {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 0 12px;
  height: 48px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item-bottom.person {
  font-size: 12px;
  color: #999;
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
}
.item-bottom.person .left,
.item-bottom.person .right {
  display: flex;
  align-items: center;
}
.item-bottom.person .left {
  flex: 1;
}
.item-bottom.person .left > div {
  margin-right: 8px;
}
.item-bottom.person .head {
  width: 24px;
  height: 24px;
  border: 1px solid #01b9b9;
  overflow: hidden;
  border-radius: 50%;
}

.item-bottom.person .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
}
.item-bottom.person .comment,
.item-bottom.person .praise {
  background: url(../images2021/ico2.png) left center no-repeat;
  padding-left: 21px;
  background-size: 15px;
}
.item-bottom.person .praise {
  background-image: url(../images2021/ico3.png);
  margin-left: 10px;
}

/* 机锋推荐 */
.recommend {
  display: flex;
  align-items: flex-start;
}
.recommend .left-box {
  flex: 1;
  overflow: hidden;
}
.recommend .left-box .item {
  width: 100%;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
}

.recommend .left-box .img {
  width: 335px;
  height: 168px;

  position: relative;
  transition: 0.4s all;
  overflow: hidden;
}
.recommend .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all;
}
.recommend .left-box .item {
  height: 168px;
  overflow: hidden;
}
.recommend .item:hover .img::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.recommend .item:hover .img img {
  width: 450px;
  height: 226px;
}
.recommend .left-box .detail {
  flex: 1;
  padding: 30px 26px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s all;
  /* font-size: 16px; */
  overflow: hidden;
}
.recommend .item:hover .detail {
  padding-right: 47px;
  padding-left: 10px;
}

.recommend .left-box .detail > p {
  width: 100%;
}
.recommend .detail > p {
  width: 100%;
  height: 50px;
  line-height: 24px;
  /* margin-top: 2px; */
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.recommend .right-box {
  width: 260px;
  margin-left: 32px;
}
.recommend .right-box .item-box {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  padding: 6px 18px 16px;
  margin-bottom: 20px;
  color: #8c8c8c;
}
.recommend .item-bottom.person {
  padding: 0;
}
.recommend-more {
  padding-top: 40px;
  color: #17bbbb;
  /* text-decoration: underline; */
  text-align: center;
  line-height: 2;
}
.recommend-more span {
  border-bottom: 1px solid #17bbbb;
  cursor: pointer;
}
.recommend .detail .title {
  font-size: 20px;
  color: #333333;
  line-height: 31px;
  height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
