﻿body
{
    background-color: #eee;
}
p
{
    margin: 0;
    padding: 0;
    overflow: visible;
    color: #000;
}
.menu
{
    box-shadow: 0 3px 3px #ccc;
}
.mid
{
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    margin-top: 30px;
}
.cont
{
    width: 1090px;
    margin: 8px auto 30px auto;
    overflow: hidden;
    background-color: #fff;
    padding: 60px 55px;
}
.cont .title
{
    color: #333;
    text-align: center;
    font-size: 32px;
    border-bottom: 1px solid #eee;
}
.cont .time
{
    text-align: right;
    font-size: 14px;
    color: #aaa;
    line-height: 40px;
}
.cont .description
{
    background-color: #f3f3f3;
    padding: 20px;
    line-height: 1.5em;
    margin-bottom: 30px;
}