/* 会议议程页面 */

.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 {
    margin: 40px auto;
}

.agendaContent p {
    line-height: 24px;
}