.notice-container{
    width: 100%;
}
.banner-img{
    width: 100%;
}
.notice-container-inner{
    width: 1200px;
    margin: 120px auto 206px;
}
.notice-container-inner .notice-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.notice-container-inner .notice-title:after{
    content:"";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #C8050E;
    margin-top: 16px;
}
.notice-list .list-title{
    width: 187px;
    height: 28px;
    display: inline-block;
    background: url("../images/notice/img_title@2x.png") no-repeat;
    background-size: cover;
    margin: 86px 0 12px;

}
.list-items .item-title-icon {
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url("../images/notice/icon_title@2x.png") no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.list-items{
    height: 101px;
    background: #F9F9F9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding:0 36px;
    margin-top:20px;

}
.list-items p{
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;

}
.notice-content{
    margin-top:75px;
}
.notice-content .content-title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 42px;
    text-align: justify;
    margin-bottom:24px;
}
.notice-content .content-time{
    font-size: 20px;
    color: #B0B0B0;
    line-height: 28px;
    margin-bottom:22px;
}
.notice-content .content img{
    width: 100%;
}
.notice-content .file-list-wrap .file-title{
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    margin-top:37px;
}
.notice-content .file-list-wrap .file-list-items{
    height: 101px;
    background: #FFFAFA;
    border-radius: 16px;
    border: 1px solid #FFD4D4;
    justify-content: space-between;
}
.notice-content .file-list-wrap .item-title-icon{
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url("../images/notice/icon_file@2x.png") no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.notice-content .file-list-wrap .file-left{
    display: flex;
    align-content: center;
    width: 98%;
}
.notice-content .file-list-wrap .icon-eye{
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url("../images/notice/icon_eye@2x.png") no-repeat;
    background-size: cover;
}