.section-1{
    background: linear-gradient(180deg, rgba(255, 242, 246, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.section-1 .list{
    display: grid;
    display: -ms-grid;

    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: stretch;

 column-gap: 50px;
}
.section-1 .list li{
    margin-top: 20px;
}
.section-1 .list li .tit{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(255, 131, 185, 1);
    display: flex;
    align-items: center;
 gap: 10px;

}
.section-1 .list li .nav_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
 margin-top: 10px;
}

.section-1 .list li a{
    display: block;
    padding: 0 8px;
    height: 30px;
opacity: 1;
border-radius: 8px;
background: rgba(255, 242, 248, 1);
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 30px;
color: rgba(0, 0, 0, 0.5);
}
.section-1 .list li a.active{
    background: rgba(255, 127, 180, 0.8);
    color: rgba(255, 255, 255, 1);
}

   .section-1 .list li .tit::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
   }
   .section-1 .list li:nth-child(1) .tit:before{
    background: url('/static/index/pc/images/zybk_nav1.webp') no-repeat center;
    background-size: cover;
    width: 26px;
height: 20px;
   }
   .section-1 .list li:nth-child(2) .tit:before{
    background: url('/static/index/pc/images/zybk_nav2.webp') no-repeat center;
    background-size: cover;
    top: -20px;
   }
   .section-1 .list li:nth-child(3) .tit:before{
    background: url('/static/index/pc/images/zybk_nav3.webp') no-repeat center;
    background-size: cover;
    top: -20px;
   }
   .section-1 .list li:nth-child(4) .tit:before{
    background: url('/static/index/pc/images/zybk_nav4.webp') no-repeat center;
    background-size: cover;
    top: -20px;
   }
   
   /* 内容样式 */
.section-2{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
/* 左侧列表样式 */
.left-content{
    width: 800px; 
}
.left-content .list{
    display: flex;
    flex-direction: column;
gap: 20px;
align-items: flex-start;

}
.left-content .list .item{
    opacity: 1;
    border-radius: 10px;
    background: rgba(251, 251, 251, 1);
padding:20px;
overflow: hidden;
}
.left-content .item .title{
    display: flex;
    align-items: center;
    gap: 20px;
padding-bottom: 20px;
border-bottom:1px dashed rgba(0, 0, 0, 0.1) ;
}
.left-content .item .title:before{
    content: '';
    display: block;
    width: 35px;
height: 35px;
background: url('/static/index/pc/images/bk_q_icon.webp') no-repeat center;
background-size: 100% 100%;
}

.left-content .item .title a{
    display: block;
    width: 705px;
    height: 35px;
opacity: 0.8;
font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
line-height: 34.75px;
color: rgba(0, 0, 0, 1);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.left-content .item>.des{
    opacity: 0.5;
font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 36px;
color: rgba(0, 0, 0, 1);
margin: 20px 0 12px;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-content .item .time{
    display: flex;
    align-items: center;
    gap: 8px;
}
.left-content .item .time span,.left-content .item .time i{
    font-style: normal;
    height: 18px;
font-size: 12px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17.38px;
color: rgba(0, 0, 0, 0.3);
}
.left-content .item .time{
    font-style: normal;
    height: 18px;
font-size: 12px;
font-weight: 400;
letter-spacing: 0px;
line-height: 17.38px;
color: rgba(0, 0, 0, 0.4);
}
.left-content .item .time .zan{
    display: flex;
    align-items: center;
    gap: 6px;
}
.left-content .item .time .zan:before{
    content: '';
    display: inline-block;
    width: 20px;
height: 20px;
background: url('/static/index/pc/images/zan.webp') no-repeat center;
background-size: 100% 100%;
margin-top: -2px;
}
.left-content .item .answer{
    border-radius: 10px;
background: rgba(255, 255, 255, 1);
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.left-content .item .answer .nc_name{
    width: 290px;
    display: flex;
    justify-content: space-between;
align-items: center;
padding-right: 20px;
border-right:  1px dashed rgba(0, 0, 0, 0.1);

}
.left-content .item .answer .nc_name .img{
    width: 50px;
height: 50px;
opacity: 1;
border-radius: 25px;
overflow: hidden;
}
.left-content .item .answer .nc_name .info{
    width: 205px;
}
.left-content .item .answer .nc_name .name{
    height: 29px;
opacity: 0.5;
font-size: 20px;
font-weight: 500;
letter-spacing: 0px;
line-height: 28.96px;
color: rgba(0, 0, 0, 1);
margin-bottom: 3px;
}
.left-content .item .answer .des{
    width: 410px;
    height: 38px;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}