/* 论坛议程 */

.container {
    width: 100%;
    background: #ffffff;
}

.agendaBox {
    width: 1000px;
    margin: 0 auto;
}

.agendaTitle {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    background: #003289;
    text-align: center;
    margin-top: 20px;
}

.agendaContent {
    text-align: left;
    background: none;
}

.agendaContent p img {
    max-width: 100%;
}