.section {
    width: 80%;
    text-align: center;
    margin: 5% auto 0;
}

.section .title {
    font-size: 1.8em;
    font-weight: 700;
    margin:auto;
}

.section .date {
    font-size: 1.2em;
    color: black;
    margin-top: 3%;
}

.section .content {
    width: 60%;
    margin: 3% auto 0;
    font-size: 0.6em;
    text-align:left;
    line-height:2.5em;
   /* text-indent:2em;*/
}

.content img {
    width: 70%;
    display: block;
    margin: 3% auto;
}

.content .video {
    width: 100%;
}

.content .video iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.more {
    margin-top: 5%;
    text-align: center;
}

.more a {
    font-size: 0.75em;
    color: #00f;
}

