﻿#noticeWrap .notice-wrap {
    position: relative;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 74px;
    background-color: #000;
}

#noticeWrap.shide .notice-wrap {
    transition: height linear 200ms;
    height: 0 !important;
}

    #noticeWrap.shide .notice-wrap .notice-body {
        transition: height linear 200ms;
        height: 0 !important;
    }

#noticeWrap .notice-wrap .notice-body {
    position: relative;
    width: 1256px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

    #noticeWrap .notice-wrap .notice-body .noticeList {
        width: 1136px;
    }

#noticeWrap.shide .notice-wrap .notice-body .noticeList li,
#noticeWrap.shide .notice-wrap .notice-body .noticeList li > a,
#noticeWrap.shide .notice-wrap .notice-body .noticeList li > a > span {
    transition: height linear 200ms;
    height: 0 !important;
}

#noticeWrap .notice-wrap .notice-body .noticeList li {
    float: left;
    width: 100%;
    height: 74px;
    line-height: 74px;
    margin-left: 5px;
    color: #fff;
}

    #noticeWrap .notice-wrap .notice-body .noticeList li:first-child {
        padding-left: 3px;
    }

    #noticeWrap .notice-wrap .notice-body .noticeList li:not(:first-child) {
        display: none;
    }

    #noticeWrap .notice-wrap .notice-body .noticeList li.wide {
        width: 1082px;
        margin-left: 5px;
    }

    #noticeWrap .notice-wrap .notice-body .noticeList li a {
        display: block;
        height: 100%;
    }

        #noticeWrap .notice-wrap .notice-body .noticeList li a span {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            #noticeWrap .notice-wrap .notice-body .noticeList li a span.category_nm {
                font-size: 16px;
                color: #999;
                width: 200px;
            }

            #noticeWrap .notice-wrap .notice-body .noticeList li a span.tit {
                margin-left: 2px;
                font-size: 14px;
                color: #fefefe;
                max-width: 500px;
            }

            #noticeWrap .notice-wrap .notice-body .noticeList li a span.cont {
                margin-left: 10px;
                font-size: 14px;
                color: #999;
                width: 366px;
            }

        #noticeWrap .notice-wrap .notice-body .noticeList li a:hover, .main #container .notice-wrap .notice-body .noticeList li a:focus {
            text-decoration: none;
        }

#noticeWrap.shide .notice-wrap .notice-body .notice-close,
#noticeWrap.shide .notice-wrap .notice-body .today {
    display: none;
}

#noticeWrap .notice-wrap .notice-body .notice-close {
    position: absolute;
    right: 3px;
    top: 15px;
    width: 17px;
    height: 17px;
}

    #noticeWrap .notice-wrap .notice-body .notice-close:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 17px;
        height: 17px;
        background-image: url("/Content/images/mains.png?ver=2");
        background-repeat: no-repeat;
        background-position: 0 -612px;
        background-size: auto;
    }

    #noticeWrap .notice-wrap .notice-body .notice-close:hover:before, .main #container .notice-wrap .notice-body .notice-close:focus:before {
        background-color: #153b5c;
    }

#noticeWrap .notice-wrap .notice-body .today {
    position: absolute;
    right: 7px;
    top: 43px;
    font-size: 13px;
    color: #999;
}
