@charset "utf-8";
.notice-wrap {
    padding-top: 60px;
    margin: 0 auto;
    width: 1280px;
}
.wrap-thumb {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 60px;
}
.wrap-thumb .list-thumb-item {
    zoom: 1;
    position: relative;
    margin: 0px auto 20px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    width: auto;
    height: auto;
    float: none;
    overflow: hidden;
}
.notice-wrap .notice-item {
    position: relative;
    margin: 20px 0;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.notice-wrap .notice-item .notice-link {
    display: block;
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 50px;
    font-size: 16px;
}
.notice-wrap .notice-item .serial-num {
    display: block;
    margin-right: 26px;
    float: left;
    text-align: center;
    font-family: georgia;
    color: #666;
}
.notice-wrap .notice-item .notice-con {
    display: inline-block;
    zoom: 1;
    max-width: 940px;
    margin-left: 5px;
    font-size: 16px;
    color: #686868;
}
/* 
    table
 */
 .notice-wrap-table {
     padding-top: 50px;
     text-align: center;
 }
.notice-wrap-table .notice-item {
    display: inline-block;
    width: 286px;
    margin-right: 40px;
}
.notice-wrap-table .no-margin,.notice-wrap-table .notice-item:last-child {
    margin-right: 0;
}

.notice-wrap-table .notice-item .notice-link {
    text-align: center;
}
.notice-wrap-table .notice-link {
    padding: 0 10px !important;
}


.notice-wrap .notice-item .time-hits {
    display: block;
    float: right;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
    font-family: georgia;
    color: #666;
}

.notice-wrap .notice-item .hits {
    margin-left: 58px;
}

.notice-wrap .notice-item:hover {
    background-color: #1bab82;
}
.notice-wrap .notice-item:hover .notice-con {
    font-size: 18px;
    font-weight: bold;
}
.notice-wrap .notice-item:hover .hover-color {
    color: #fff;
}
.notice-wrap .notice-item:hover .serial-num {
    font-weight: bold;
}

.notice-wrap .notice-item:hover {
    animation-name: updownNormal;
    animation-duration: 1s;
}

/* tree */
.notice-wrap .nav-link {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 186px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #1bab82;
    border-radius: 8px;
    background-color: #fff;
    border: 1px dashed #ccc;
    overflow: hidden;
    z-index: 10;
    transition: all .3s ease;
}
.notice-wrap .nav-link:hover {
    font-weight: bold;
    color: #fff;
    background-color: #1bab82;
    border-color: #1bab82;
}
.notice-wrap .nav-link-active{
    font-weight: bold;
    color: #fff;
    background-color: #1bab82;
    border-color: #1bab82;
}
.notice-wrap .nav-level-1 {
    text-align: center;
    position: relative;
    margin: 30px 0;
}
.notice-wrap .nav-level-1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: dashed 1px #ccc;
}

