/*首页浮动框样式*/
.left-float{
    position: fixed;
    right: 50%;
    top: 400px;
    margin-right: 480px;
    z-index: 10;
}

.left-float > div{
    position: relative;
}
.left-float > div,.left-float > div .mainpic{
    width: 160px;
    height: 160px;
    cursor: pointer;
}
.left-float > div #float-close-button{
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top:10px;
    cursor: pointer;
}
#emegencyNotice .modal-dialog{
    max-width: 1200px;
    margin: 9.75rem auto;
    font-family: SimHei;

}
#emegencyNotice .modal-header {
    border-bottom:none;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: SimHei;
}
#emegencyNotice .modal-header .close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2rem;
    font-weight: 300;
}

#emegencyNotice .modal-header .modal-title{
    text-align: center;
    font-size: 30px;
    /* font-weight: bold; */
}

#emegencyNotice .modal-body{
    padding:1rem 2rem 2rem 2rem;
}
#emegencyNotice pre{
    font-size: 22px;
    color: #333333;
    white-space: pre-wrap;
    background:white;
    border:none;
}
#emegencyNotice .text-right
{
    text-align: right;
    font-size: 18px;
    color: #333333;
}