<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é€šçŸ¥*/
.notice_all{
    height: 100px;
    /*background: url("../images/bg_d.jpg") repeat-x center;*/
    background: none;
}
.notice_all .notice{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*height: 100px;*/
    /*background: url("../images/notice.jpg") no-repeat;*/
    width: 1920px;
    margin: 0 auto 0 -980px;
    height: 100px;
    background: url("../images/notice.jpg") no-repeat;
    position: absolute;
    left: 50%;
    cursor: pointer;
}
.header a#notice_exist{
    display: block;
    width: 15px;
    height: 15px;
    background:url("../images/notice_btn.png") no-repeat ;
    position:absolute;
    top:5px;
    right: 45px;
    background-size: 15px 15px;
}
.header a#notice_exist:hover{
    background:url("../images/notice_btn.png") no-repeat ;
    background-size: 15px 15px;
}

.header a#notice_exist_no{
    display: block;
    width: 15px;
    height: 15px;
    background:#c4c4c4 url("../images/notice_btn.png") no-repeat 0 -15px;
    position:absolute;
    top:5px;
    right: 5px;
    z-index: 10;
    background-size: 15px 15px;
}
.header #notice_exist_no:hover{
    background:#939393 url("../images/notice_btn.png") no-repeat 0 -15px;
    background-size: 15px 15px;
}
/*é€šçŸ¥ end*/</pre></body></html>