#container {
    height: 100%;
    background: #0D1A2C url("../img/bg.png") no-repeat center center/cover fixed;
}

#container .wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 140px;
}

#container .wrap .con {
    margin: 0 0 40px 0;
    background: #ddd url("../img/bg.png");
    border-radius: 10px;
    color: #0D1A2C;
}

#container .wrap .con .title {
    font-size: 20px;
    padding: 10px;
}

#container .wrap .con .title img {
    width: 100%;
    height: 100%;
}

#container .wrap .con .title span {
    font-size: 26px;
}

#container .wrap .con .title span.on {
    color: #F6C965;
}

#container .wrap .con .time {
    padding: 2px;
    font-size: 16px;
    font-style: oblique;
    float: right;
    color:#eee;
}