body {
  margin: 0;
  padding: 0;
}
.container {
  padding: 0.25rem 0.15rem 0.4rem;
  box-sizing: border-box;
}
.title {
  width: 100%;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
}
.top {
  height: 0.35rem;
  padding-bottom: 0.03rem;
  box-sizing: border-box;
}
.top .txt {
  padding-bottom: 0.07rem;
  box-sizing: border-box;
  float: left;
}
.top .goDetail {
  float: right;
  text-align: center;
}
.tip {
  width: 1.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #ffffff;
  border: 0.01rem solid #d9d9d9;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  border-radius: 0.04rem;
}
.strip {
  width: 100%;
  height: 0.02rem;
  background: #e5f0f8;
  margin-bottom: 0.26rem;
  margin-top: 0.03rem;
}
.strip_blue {
  background: #006fb8;
  height: 100%;
  width: 0.78rem;
}
.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content .item {
  width: 1.66rem;
  background: #ffffff;
  border: 0.01rem solid #e0e0e0;
  margin-bottom: 0.1rem;
}
.topImg {
  height: 1.11rem;
  width: 100%;
}
.topImg img {
  width: 100%;
  height: 100%;
}
.itemContent {
  padding: 0.1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}
.itemTitle {
  width: 100%;
  height: 0.4rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.icoTime {
  height: 0.14rem;
  width: 100%;
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
.icoTime .leftIcon {
  float: left;
  width: 0.15rem;
  height: 0.15rem;
}
.icoTime .leftIcon img {
  width: 100%;
  height: 100%;
}
.icoTime .rightTxt {
  float: left;
  font-size: 0.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.14rem;
  margin-left: 0.05rem;
}
.companyName {
  height: 0.36rem;
  width: 100%;
  line-height: 0.36rem;
  font-size: 0.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
