body {
  background-color: #F9F9F9;
}
.main {
  width: 20rem;
  margin: 0.5rem auto;
}
.main-box {
  display: flex;
  margin-bottom: 0.325rem;
}
.main-box:nth-last-child(1) {
  margin-bottom: 0;
}
.main-box-left {
  flex: 1;
}
.main-box-left .box {
  padding: 0.5rem 0.75rem 1rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.main-box-left .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  margin-top: 0.7rem;
}
.main-box-left .bottom .item {
  font-size: 0.2rem;
  color: #4A4A4A;
}
.main-box-left .bottom .item:hover {
  color: #2948C7;
}
.main-box-left .bottom .item span {
  color: #2948C7;
}
.main-box-right {
  width: 3.825rem;
  margin-left: 0.75rem;
}
.main .top-title {
  width: 100%;
  border-bottom: 2px solid #306EC6;
  font-size: 0.45rem;
  color: #2F2F2F;
  font-weight: bold;
  text-align: center;
  padding: 0 15% 0.25rem;
}
.main .time {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.325rem;
  margin-bottom: 0.3rem;
}
.main .time span {
  font-size: 0.2rem;
  color: #000000;
  font-weight: bold;
}
.main .time span:nth-child(1) {
  margin-right: 0.3rem;
}
.main .info p {
  font-size: 0.2rem;
  color: #5C5C5C;
  line-height: 0.5rem;
  text-indent: 2em;
}
.main .read .content {
  padding: 0.15rem;
}
.main .read .content .top {
  width: 100%;
  height: 2.4rem;
  margin: 0.15rem 0;
}
.main .read .content .top .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main .read .content .top .swiper-wrapper .img {
  width: 100%;
  height: 100%;
}
.main .read .content .top .swiper-button-next,
.main .read .content .top .swiper-button-prev {
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(204, 204, 204, 0.4);
}
.main .read .content .top .swiper-button-next::after,
.main .read .content .top .swiper-button-prev::after {
  font-size: 0.25rem;
}
.main .read .content .bottom {
  width: 100%;
  height: 2.5rem;
}
.main .read .content .item {
  margin-bottom: 0.225rem;
  cursor: pointer;
  color: #4C4C4C;
  font-size: 0.175rem;
}
.main .read .content .item:hover {
  color: #2847C6 !important;
}
.main .read .content .item .text {
  margin-bottom: 0.05rem;
}
.main .tags {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #FBFBFB;
}
.main .tags .title {
  height: 0.675rem;
  line-height: 0.675rem;
  background-color: #e9f1fc;
  padding: 0 0.2rem;
  font-size: 0.225rem;
  color: #014B96;
  font-weight: bold;
}
.main .tags .content {
  padding: 0.25rem 0.15rem;
}
.main .tags .content .tag {
  display: inline-block;
  font-size: 0.2rem;
  color: #767676;
  border-radius: 0.5rem;
  padding: 0.1rem 0.2rem;
  background-color: #E9E9E9;
  margin-bottom: 0.15rem;
  cursor: pointer;
  transition: all 0.3s;
}
.main .tags .content .tag:hover {
  color: #fff;
  background-color: #024D9B;
}
.footer .count {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
    margin: 0;
    background-color: #fff;
  }
  .main-box {
    flex-direction: column;
  }
  .main-box-left .box {
    padding: 0;
  }
  .main-box-left .box .top-title {
    padding: 0;
    font-size: 0.3rem;
    padding-bottom: 0.25rem;
  }
  .main-box-left .bottom {
    padding: 0;
    flex-direction: column;
    margin: 0.5rem 0;
    gap: 0.15rem;
  }
  .main-box-right {
    width: 100%;
    margin: 0;
  }
  .main-box-right .read .content {
    padding: 0;
  }
}

.px_tz{width: 100%;
  display: flex;
  gap: 0.5rem; }
.px_tz .item {
  flex: 1;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem;
}
.px_tz .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  color: #3C3C3C;
  font-weight: bold;
}
.px_tz .item-title .more {
  font-size: 0.175rem;
  color: #737373;
  font-weight: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.px_tz .item-title .more img {
  width: 0.125rem;
  height: 0.125rem;
  margin-left: 0.025rem;
}
.px_tz .item .cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.px_tz .item .cell:hover .left,
.px_tz .item .cell:hover .right {
  color: #024D9B;
}
.px_tz .item .cell .left {
  font-size: 0.175rem;
  color: #4C4C4C;
}
.px_tz .item .cell .right {
  font-size: 0.175rem;
  color: #515151;
}