.noticelist{
    width: 100%;
    min-width: 1200px;
}
.noticelist-box{
    width: 80%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
}
.left{
    width: 10%;
    /* overflow: hidden; */
}
.left ul{
    position: relative;
}
.left ul::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #e1e1e1;
    right: 0.05rem;
    top: 0;
}
.left ul li{
    position: relative;
    padding-bottom: 0.7rem;
    cursor: pointer;
}
.left ul li .dian{
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #696969;
    border-radius: 100%;
    right: 0;
    top: 0.08rem;
    z-index: 2;
}
.left ul li .year{
    font-size: 0.21rem;
    padding-left: 0.26rem;
    color: #696969;
}
.left ul .on .year{
    font-size:  0.34rem;
    color: #a93428;
    padding-left: 0;
}
.left ul li img{
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    right: -0.1rem;
    top: 0;
    z-index: 2;
    display: none;
}
.left ul .on img{
    display: block;
}
.right{
    width: 85%;
}
.right ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.14rem;
    margin-bottom: 0.2rem;
}
.right ul li p{
    display: flex;
    align-items: center;
    color: #000;
}
.right ul li p i{
    font-size: 0.12rem;
    color: #d0d0d0;
}
.right ul li p .date{
    margin-left: 0.4rem;
    position: relative;
}
.right ul li p .name{
    font-size: 0.18rem;
    padding-left: 0.4rem;
    width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right ul li .icon-24gl-fileText{
    color: #ab392d;
    font-weight: 600;
    font-size: 0.26rem;
}