.pc_new {
  width: 100%;
  height: 7.96rem;
  position: relative;
  padding-top: 1.98rem;
}
.pc_new_title {
  position: absolute;
  top: .58rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  color: #333333;
}
.pc_new_title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  content: '';
  width: 1.32rem;
  height: 0.08rem;
  background-color: #0068B7;
}
.pc_new_content {
  width: 18rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.pc_new_content_item {
  width: 4.34rem;
  height: 5.22rem;
}
.pc_new_content_item_img {
  width: 100%;
  height: 2.5rem;
  border-radius: .2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_new_content_item_img > img {
  width: 100%; /* 宽度100% */
  height: 100%; /* 高度100% */
  object-fit: cover;
  max-height: none;
}
.pc_new_content_item_title {
  width: 4.34rem;
  height: .35rem;
  line-height: .35rem;
  font-size: .3rem;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: .29rem 0 .17rem;
}
.pc_new_content_item_des {
  font-size: .22rem;
  line-height: .4rem;
  color: #666666;
  width: 4.34rem;
  height: 1.2rem;
  margin-bottom: .2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.pc_new_content_item_btnTime {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_new_content_item_btnTime_btn {
  border: .01rem solid #666666;
  width: 1.3rem;
  height: .5rem;
  line-height: .48rem;
  text-align: center;
}
.pc_new_content_item_btnTime_time {
  font-size: .22rem;
  color: #666666;
}