@charset "UTF-8";
/**
 *
 * @authors Marte (iqianduan@126.com)
 * @date    2017-09-13 15:02:39
 * @version $Id$
 */
.aui_border{
    background: #cce3f9;/*官网停机发布background:#fff;*/
    border:1px solid #000;
    position:relative;
}
.aui_title{
    font-weight: bold;
    font-size:16px;/* 官网停机发布通知原来字体为13px*/
}
.aui_close{
    text-align: center;
    line-height:25px;
    width:25px;
    height:25px;
    background: #78b0f9;/*官网停机发布通知background:#eee;    */
    opacity:.7;
    position:absolute;
    top:8px;
    right:8px;
}
.aui_border td{
    border:0;
}
.aui_title{
    text-align:center;
}
.aui_buttons{
    text-align:center;
    margin-top: 20px;/*官网停机发布新增*/
}
.aui_content{
    padding:0!important;
    text-align:justify;
    font-size:14px;/*官网停机发布修改原字体为13px  */
}
.aui_state_highlight{
    width:100px;
    height:30px;
    border:0;
    color:#fff;
    border-radius: 3px;
    background: #3b7fe6;/*官网停机发布background:#225ca2;*/
}