.section-1{
    margin: 20px 0;
  
}
.section-1 div{
    font-size: 14px;
    line-height: 20px;
    color: #837f85;
}
.section-1 div a{
    font-size: 14px;
    line-height: 20px;
    color: #837f85;
}
.container{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.left_content{
    width: 820px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.left_content .tit{
    font-size: 18px;
    color: #3a3c3a;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
}
.left_content .tit:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 18px;
    background-color: #f37391;
    border-radius: 10px;
}
.left_content .list{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}
.left_content .list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #f9fafa;
}
.left_content .list li .img{
    width:180px;
    height:120px;
    border-radius: 10px;
    overflow: hidden;
}
.left_content .list li .info{
width: 580px;
}
.left_content .list li .text{
    display: flex;
    align-items: center;
    gap: 8px;
}
.left_content .list li .text span{
    flex: 0 0 auto;
    color: #e72d61;
    display: block;
    padding: 3px 8px;
    border-radius: 5px;
    background: #fde4ec;
}
.left_content .list li .title{
    display: block;
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0);
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.left_content .list li .des{
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.left_content .list li .time{
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
}
.left_content .list li span:last-child{
    display: flex;
    align-items: center;
    gap: 10px;
}
.left_content .list li span:last-child img{
    width: 15px;
    height: 10px;
}
.fenye{
    padding-top: 30px;
    border-top: 1px solid #f9fafa;
}
.fenye .fenye_list{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.fenye .fenye_list a{
    display: block;
    padding: 3px 8px;
    border: 1px solid #ed6d8d;
    border-radius: 5px;
    font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.fenye .fenye_list li:not(:has(a)){
    display: block;
    padding: 3px 8px;
    border: 1px solid #feb0c6;
    border-radius: 5px;
    font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.fenye .fenye_list li.active a{
    color: #fff;
    background: #e72d61;
    border: 1px solid #feb0c6;
}
aside{
    width: 360px;
}
.aside1 .hot{
width: 100%;
background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.aside1 .hot .tit{
    font-size: 18px;
  color: #3a3c3a;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside1 .hot .tit a{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.aside1 .hot .list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.aside1 .hot .list a{
    display: block;
    width: 65px;
    margin-top: 15px;
}
.aside1 .hot .list a .img{
    width: 65px;
    height: 65px;
    border-radius: 65px;
    overflow: hidden;
}
.aside1 .hot .list a .title{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0,0.8);
}
.aside2{
    margin-top: 20px;
    width: 100%;
    height: 206px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}
.aside3{
    margin-top: 20px;
}
.aside3 .tuijian{
    width: 100%;
    background-color: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    }
.aside3 .tuijian .tit{
    font-size: 18px;
  color: #3a3c3a;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside3 .tuijian .tit a{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.aside3 .tuijian .list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.aside3 .tuijian .list li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #f9fafa;
}
.aside3 .tuijian .list li:last-child{
    border: none;
    padding: 0;
}
.aside3 .tuijian .list li .img{
    width:70px;
    height: 60px;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.aside3 .tuijian .list li .info{
    width: 230px;
}
.aside3 .tuijian .list li .info .title{
    display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside3 .tuijian .list li .info .time{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  margin-top: 12px;
}
.aside4{
    margin-top: 20px;
}
.aside4 .newest{
    width: 100%;
    background-color: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    }
.aside4 .newest .tit{
    font-size: 18px;
  color: #3a3c3a;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside4 .newest .tit a{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.aside4 .newest .list{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
.aside4 .newest .list li{
    display: flex;
    align-items: center;
}
.aside4 .newest .list .title{
    display: block;
  font-size: 16px;
  color: rgba(0, 0, 0,0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:225px;
}
.aside4 .newest .list li::before{
    content:'' ;
    display: block;
    width: 5px;
    height:5px;
border: 4PX solid #e72d61;
    border-radius: 50%;
    margin-right: 7px;
}
.aside4 .newest .list .time{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  margin-left: auto;
  margin-right: 0;
}
.change{
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 10px #feb0c67b;
    padding: 20px;
  border-radius: 15px;
}
.change .tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 15px; */
    width: 980px;
    background: #fde4ec;
    margin: 0 auto;
    border-radius: 20px;
}
.change .tabs li{
    width: 25%;
    font-size: 16px;
    line-height: 34px;
  color: #3a3c3a;
  font-weight: 900;
  text-align: center;
}
.change .tabs li.active{
    background: #e72d61;
    color: #fff;
    border-radius: 20px;
}
.change .content{
    margin-top: 20px;
}
.change .list.active{
    display: block;
    display: flex;
}
.change .list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    display: none;
}
.change .list .item{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 275px;
    box-shadow: 0 0 6px #feb0c650;
}
.change .list .item .img{
width: 100%;
height: 105px;
overflow: hidden;
}
.change .list .item .info{
    padding: 10px;
}
.change .list .item .info .title{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.change .list .item .info .time{
    display: flex;
    align-items: center;
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  margin-top: 10px;
  gap: 20px;
}
.change .list .item .info .time span:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .change .list .item .info .time span:last-child img {
    width: 15px;
    height: 10px;
  }