.container_notice{
    width: 1200px;
    margin: 0 auto;
}
.container_notice_top{
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
}
.container_notice_main li{
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 30px;
}
.container_notice_main li p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #3C3C3C;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.container_notice_main li p:hover{
    color: #0094D0;
}
.container_notice_main li span{
    width: 100%;
    height: 14px;
    line-height: 14px;
    color: #666;
    font-size: 14px;
}
.container_noticeview_top{
    width: 100%;
    height: 141px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 40px;
}
.container_noticeview_top p{
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 30px;
}
.container_noticeview_top span{
    margin: 0 auto;
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.container_notice_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.container_notice_title span{
    float: left;
    margin-right: 5px;
}
.container_notice_title a{
    float: left;
    margin-right: 5px;
    color: #666;
}
.container_notice_title p{
    float: left;
    color: #0094D0;
}