body {
  position: relative;
}
.main {
  margin-top: 0.45rem;
  position: relative;
}
.column-bg {
  width: 100%;
  height: 1.65rem;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.column-name {
  width: fit-content;
  background: #1088FF;
  border-radius: 0.02rem;
  padding: 0.02rem 0.06rem;
  font-size: 0.08rem;
  line-height: 0.08rem;
  color: #FFFFFF;
}
.common-container {
  width: 7.15rem;
}
.part-header {
  position: relative;
  z-index: 1;
  padding-top: 0.58rem;
}
.part-header .common-container {
  padding-left: 0.23rem;
}
.part-header .title {
  font-weight: normal;
  font-size: 0.35rem;
  color: #FFFFFF;
}
.part-content {
  position: relative;
  z-index: 1;
}
.part-content .common-container {
  padding: 0.18rem 0.45rem;
  background: #FFFFFF;
  min-height: 2.5rem;
}
.part-content .column-list {
  display: flex;
  justify-content: space-between;
}
.part-content .column-item {
  font-weight: 400;
  font-size: 0.09rem;
  color: #4B5563;
  cursor: pointer;
  padding: 0.05rem;
}
.part-content .column-item.actived {
  font-weight: bold;
  color: #000000;
  border-bottom: 0.03rem solid #1088FF;
}
.part-content .article-list {
  margin-top: 0.17rem;
}
.part-content .article-list .article-item {
  margin-top: 0.27rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.17rem;
}
.part-content .article-list .article-item:last-child {
  border-bottom: none;
}
.part-content .article-list .article-item a {
  display: flex;
  justify-content: space-between;
}
.part-content .article-list .article-item .part-left {
  width: 4rem;
}
.part-content .article-list .article-item .part-left .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.15rem;
  color: #000000;
}
.part-content .article-list .article-item .part-left .desc {
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.08rem;
  color: #151D31;
}
.part-content .article-list .article-item .part-left .time {
  margin-top: 0.11rem;
  font-size: 0.07rem;
  color: #5F5F5F;
}
.part-content .article-list .article-item .breath {
  width: 1.93rem;
  height: 1.08rem;
  text-align: center;
}
.part-content .article-list .article-item .breath img {
  width: auto;
  height: 100%;
}

