body {
  background: #F9F9F9;
  position: relative;
}

.nav .main,
.content .main {
  width: 14rem;
  margin: 0 auto;
}





.title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  line-height: 1.7;
  width: 100%;
  text-align: center;
  margin-top: 0.59rem;
  margin-bottom: 0.4rem;
}

.body_txt {
  display: flex;
  font-weight: 400;
  font-size: 0.16rem;
  color: #747474;
  justify-content: center;
}

.body_txt .time {
  margin-left: 1.16rem;
  margin-right: 0.58rem;
}

.body_content {
  font-weight: 400;
  font-size: 0.16rem;
  color: #404040;
  line-height: 0.35rem;
  padding: 0.4rem 0 0.54rem 0;
  margin-top: 0.4rem;
  border-top: 0.01rem solid #E3E3E3;
  border-bottom: 0.01rem solid #E3E3E3;
}


.body_content img {
  max-width: 12rem;
  margin: 0 auto;
}








.list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
}

.list a {
  max-width: 48%;
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  color: #9F9F9F;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list a:hover {
  color: #4243D1;
}

@media screen and (max-width:1024px){
    .body_txt{
        font-size: 16px;
    }
    .body_txt .time{
        margin: 0 10px;
    }
    .body_content img{
        max-width: 100%;
    }
    .list a{
        font-size: 14px;
    }
}