* {padding:0px;margin:0px;}
#notice{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: scroll;
    overflow-x: hidden;
}
/* 按钮列表 */
.btn-list{
    height:100%;
    display:flex;
    align-items:center;
    margin-right:20px;
}
/* 小按钮 */
.yellow-btn{
    width:50px;height:30px;
    margin-right:10px;
    font:bolder 15px bold "simhei";
    background-color: rgb(186, 235, 108);
    border-radius: 3px; 
    border:none;
    cursor:pointer;
    line-height: 100%;
}
/* 搜索栏 */
.search-bar{
    height: 45px;
    padding: 10px;
    /* margin-top: 5px; */
    font: 12px Arial,Helvetica,sans-serif;
    color: #666;
    background: RGBA(54, 108, 135,0.3);
    /* box-shadow:0 0 5px lightgray; */
    /* border-radius: 5px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-bar-left{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search-bar lable {
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-bar select {
    height: 35px;width: 60%;
    margin: 0px;
    padding: 3px 3px 3px 5px;
    line-height: 25px;
    border: 1px solid #DADADA;
    color: #888;
    background: #FFF url(../IMG/down-arrow.png) no-repeat right;
    -webkit-appearance: none;
    text-indent: 0.01px;
    font-size: 14px;
    outline: 0 none;
    box-shadow: inset 0px 1px 4px #ECECEC;
}
/* 公告主页容器 */
.all-msg-container{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
/* 信息块 */
.msg-container{
    width:256px;
    margin-top:10px;
    margin-left:15px;
    border-radius:10px;
    box-shadow:0 0 5px lightgray;
}
.msg-container:hover {
    cursor:pointer;
    box-shadow: 0 0 5px gray;
}
.msg-title-img img{
    width:256px;height:144px;
    border-radius:5px 5px 0px 0px;
}
.msg-content{
    padding:5px;
    font-family:"Microsoft YaHei";
}
.msg-title {
    font:14px;
    text-align:left;
    /*显示省略号
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    word-break: break-all;
}
.userinfo {
    font-size: 10px;
    color: gray;
}
/* 管理删除 */
.msg-delete {
    display:flex;
    justify-content:flex-end;
}
.msg-delete img{
    width:15px;height:15px;
    border-radius:5px;
}
/* 删除弹框 */
.confirm{
    width: 200px;height: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 200px;left: 600px;
    background-color: white;
    z-index: 500;
}
.message{
    width: 100%;height: 30%;
    background-color: RGB(157, 196, 95);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-list{
    height: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/* 标题 */
#main_title{
    display: flex;
    justify-content: space-between;
}
/* 详情 */
.detail-title-container {
    align-self:center;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
}
.msg-detail-title {
    margin:10px auto;
    font: bolder 30px "microsoft yahei";
    text-align: center;
}
.userinfo span{
    margin-right:10px;
}
.msg-detail-container {
    margin-top: 5px;
    padding:10px;
    border-radius: 5px;
    box-shadow: 0 0 5px gray;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.contents {
    text-indent: 2em;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
/* 附件 */
.file-list{
    display:flex;
    justify-content:flex-start;
}
.file-list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font: 5px "microsoft yahei";
    margin-right:10px;
}
.file-list img{
    width:30px;height:30px;
}
.detail-connect{
    color: darkgrey;
    text-align: center;
}
/* 附件名称 */
/* .file-name{
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
} */

/* 添加 */
.notice-add-content{
    padding:5px;
    box-shadow:0 0 5px lightgray;
    margin-top:10px;
}
.add-ul li {
    margin-top:10px;
    display:flex;
    justify-content:space-between;
}
.add-ul label {
    margin-left:300px;
    margin-right:10px;
    box-sizing: border-box;
    font:15px "microsoft yahei";
}
.file_list{
    width: 90%;height: 750px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    
}
/* 覆盖阴影 */
.selectfiles{
    background-color: rgba(200, 200, 200, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 500;
    position: fixed;
    top: 100px;left: 0px;
    border-radius: 10px;
}
/* 文件选择关闭 */
.select-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
}
.select-title button{
    margin-left: 10px;
    margin-top: 10px;
}
.select-title img{
    border-radius: 10px;
    width: 20px;height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}
/* 拖动容器 */
#notice_drag_container{
    height: 420px;
    width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: white;
}
#notice_drag_container::-webkit-scrollbar{
    width: 10px;height: 10px;
}
#notice_drag_container::-webkit-scrollbar-thumb{
    border-radius: 5px;
   box-shadow: insert 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

#notice_drag_container::-webkit-scrollbar-track{
    box-shadow: insert 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
}
#notice_drag_container li{
    cursor: move;
}

/* #container2{
    width: 600px;
    padding: 10px;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: white;
    margin-left: 10px;
}
#container2 li{
    cursor: move;
} */
.card3 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    height: 64px;
    border-radius: 5px;
    margin: 5px 5px;
    float: left;
}

.card3:hover {
    box-shadow: 0 8px 16px 0 rgba(102, 197, 252, 0.5);
}

.card3 img {
    float: left;
    border-radius: 5px 5px 0 0;
    padding: 10px 10px 5px 10px;
    height: 48px;
    width: 48px;
}

.card3 h2 {
    float: left;
    width: 200px;
    text-align: left;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
}
/* 添加文件容器 */
.containerdivs{
min-height: 50px;
width: 100%;
border: 1px lightgray solid;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}

/* 预览阴影 */
.preview-shandow{
    width: 100%;
    min-height: 2000px;
    background-color: rgba(200, 200, 200, 0.7);
    position: absolute;
    top: 0px;left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/* 预览关闭 */
#previewClose{
    width: 30px;height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 15px;
}
.preview-close-div{
    display: flex;
    justify-content: center;
}
/* 附件方块 */
.card2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 128px;
    border-radius: 5px;
    margin: 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.card2:hover {
    box-shadow: 0 8px 16px 0 rgba(102, 197, 252, 0.5);
}
.card2 img {
    border-radius: 5px 5px 0 0;
    height: 96px;
    width: 96px;
    margin-top: 10px;
}
.card2 h2 {
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    word-break: break-all;
}
/* 文件上传阴影 */
.fileupshandow{
    width: 100%;
    min-height: 3000px;
    position: absolute;
    top: 0px;left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(200, 200, 200, 0.7);
}
.fileupshandow>form{
    margin-top: 160px;
}