﻿body{
    background: #f8f8f8;
}

#notice-list {
    width: 100%;
}
.notice-list-wrap {
    width: 1120px;
    margin: 0 auto;
    background: #fff;
    padding:40px;
}
.notice-list-wrap h1 {
    font-size: 20px;
    color: #272727;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
}
.notice-list-items {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px dotted #e8e8e8;
}
.notice-list-items a {
    color: #272727;
}
.notice-list-items a:hover {
    color: #eb2332;
}
.notice-list-items span:nth-child(2) {
    color: #999;
    float: right;
}
.crumbs-tpl>div>ul>li {
    margin-bottom: 0;
}
/* yema  */
#storelist-page {
    margin-top: 40px !important;
}
