/* 列表、产品、新闻和公司详情页底部说明 */
.content-notice{
    box-sizing:border-box;
    margin-top:12px;
    margin-bottom:20px;
    border:1px solid #e6e8eb;
    border-radius:6px;
    background:#f8f9fa;
    color:#777;
    font-size:12px;
    line-height:1.9;
}
.notice-list,
.notice-company{
    width:97.5%;
    max-width:90%;
    min-width:1180px;
    margin-right:auto;
    margin-left:auto;
}
.content-notice .boxcontent{
    box-sizing:border-box;
    width:auto;
    margin:0;
    padding:10px 14px;
    color:#777;
    font-size:12px;
    line-height:1.9;
}
.content-notice p{margin:0}
.content-notice strong{color:#555}
.content-notice a{
    color:#666;
    text-decoration:underline;
    text-decoration-color:#bbb;
}
.content-notice a:hover{color:#C62828}
