/* 精彩议程 */

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

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

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

.agendaContent {
    text-align: left;
    background: none;
    /* margin-top: 20px; */
}

.agendaContent p img {
    width: 100%;
}

@media screen and (min-width:320px) and (max-width: 768px) {
    .container {
        width: 1000px;
        min-width: 1000px;
    }
}