/*公告容器*/
.bulletin-flow-container{width:1200px !important;display: grid; grid-template-columns: auto auto auto auto auto;z-index: 0}

/*公告*/
.bulletin-item{width: 200px;height: 260px;background: rgba(189, 186, 183, 0.41);margin: 20px;cursor:pointer;box-shadow:2px 3px 5px #a3a0a0;}
.bulletin-item:hover{filter: invert(10%)}


/*每个公告背景图片*/
.bulletin-bg-0{background: url("/static/images/bulletin/0.png")}
.bulletin-bg-1{background: url("/static/images/bulletin/1.png")}
.bulletin-bg-2{background: url("/static/images/bulletin/2.png")}
.bulletin-bg-3{background: url("/static/images/bulletin/3.png")}
.bulletin-bg-4{background: url("/static/images/bulletin/4.png")}
.bulletin-bg-5{background: url("/static/images/bulletin/5.png")}
.bulletin-bg-6{background: url("/static/images/bulletin/6.png")}
.bulletin-bg-7{background: url("/static/images/bulletin/7.png")}
.bulletin-bg-8{background: url("/static/images/bulletin/8.png")}
.bulletin-bg-9{background: url("/static/images/bulletin/9.png")}
.bulletin-bg-10{background: url("/static/images/bulletin/10.png")}
.bulletin-bg-11{background: url("/static/images/bulletin/11.png")}
.bulletin-bg-12{background: url("/static/images/bulletin/12.png")}
.bulletin-bg-13{background: url("/static/images/bulletin/13.png")}
.bulletin-bg-14{background: url("/static/images/bulletin/14.png")}
.bulletin-bg-15{background: url("/static/images/bulletin/15.png")}
.bulletin-bg-16{background: url("/static/images/bulletin/16.png")}

/*公告标题*/
.bulletin-title{
    width:160px;
    height: 45px;
    line-height: 45px;
    font-size:18px;
    text-align: center;
    /*color: #FFFFFF;*/
    /*text-shadow: 2px 2px 2px #0c0b0b;*/
    color: #0c0b0b;
    font-weight: bold;
    text-shadow: 2px 2px 2px #FFFFFF;
    margin: 80px auto;
    overflow: hidden; /* 确保超出容器的文本被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}


/*加载更多*/
.more{width:100%;height: 45px;background:#ccc;position: relative;opacity: 0;z-index:0;}
.layui-flow-more{position:absolute;bottom: -55px;left:0;width:100%;height: 45px;background: #FFFFFF;z-index:0;} /*修改加载按钮位置（需要 .news-box的position属性）*/
.container-bottom{z-index: 0;margin-top: 50px;}
