.xwzx-lists {
  /* flex-wrap: wrap; */
  /* display: flex; */
}

.xwzx-item {
  width: 100%;
  /* width: calc(33.3% - 0.2rem); */
  /* border: 1px solid #ccc; */
  /* height: 5.15rem; */
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  display: flex;
  height: 2.1rem;
}

.xwzx-item:nth-child(3n) {
  margin-right: 0;
}

.xwzx-item-img {
  cursor: pointer;
  display: block;
  /* width: 3.6rem; */
  width: 360px;
  height: 210px;
  overflow: hidden;
}

.xwzx-item-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s;
}

.xwzx-item-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.xwzx-item-infos {
  padding: 0.15rem;
  width: calc(100% - 3.9rem);
}

.xwzx-item-info-time {
  color: #999;
  font-size: 0.16rem;
}

.xwzx-item-info-title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0.08rem 0;
  margin-bottom: 0.16rem;
  /* line-height: 0.32rem; */
  max-height: 0.7rem;
  box-sizing: border-box;
  cursor: pointer;
}

.xwzx-item-info-title:hover {
  color: #1658bb;
}

.xwzx-item-info-text {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
  font-size: 0.16rem;
  height: 0.75rem;
  margin-bottom: 0.2rem;
  text-align: justify;
}

.xwzx-item-checkmore {
  color: #999;
  font-size: 0.16rem;
  display: block;
  cursor: pointer;
}

.xwzx-item-checkmore:hover {
  font-weight: bold;
  color: #1658bb;
}

/* .xwzx-item-checkmore span {
  font-size: 0.12rem;
  margin-left: 0.08rem;
} */

.cwzx-page {
  text-align: center;
}

/* 详情页面 */
.xwzx-detail-body {
  /* border-bottom: 1px solid #ccc; */
  display: none;
}

.xwzx-detail-main {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.2rem;
}

.xwzx-detail-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2rem;
}

.xwzx-detail-main-box {
  padding: 0.3rem 0.2rem;
}

.xwzx-detail-header p {
  text-align: center;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

.xwzx-detail-sutext {
  text-align: center;
  color: #999;
  font-size: 0.14rem;
}

.xwzx-detail-sutext span {
  margin: 0 0.2rem;
}

.xwzx-back-btn {
  color: #999;
  cursor: pointer;
  text-align: right;
}
.xwzx-back-btn a{
  font-size:0.16rem;
}
@media screen and (max-width:750px) {
  .xwzx-item {
    width: 100%;
    margin-right: 0;
    height: 5.3rem;
    display: block;
    border: 1px solid #eee;
    padding: 0.15rem 0;
  }

  .xwzx-item-info-title {
    height: 0.9rem;
    margin-bottom: 0.1rem !important;
  }

  .xwzx-item-img {
    width: 100%;
    max-width: 4rem;
    margin: 0 auto;
    height: 2.2rem;
  }

  .xwzx-item-infos {
    width: 100%;
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
  }

  .xwzx-item-info-text {
    height: 0.85rem;
    line-height: 0.28rem;
  }

  .txt p span {
    font-size: 0.16rem !important;
  }

}