/* 各背景 */

#articleRecent {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.5), rgba(65, 67, 69, 0.1)), url('../img/bg/small/beijingOpera.jpg');
    background-size: cover;
    background-position: center center;
}

@media(min-width:1024px) {
    #articleRecent {
        background: linear-gradient(to right, rgba(35, 37, 38, 0.5), rgba(65, 67, 69, 0.1)), url('../img/bg/beijingOpera.jpg');
        background-size: cover;
        background-position: center center;
    }
}

/* EO各背景 */

#monthlyLegend {
    max-width: 80%;
}

#monthlyChart {
    width: 100%;
}

/* #monthlyWrapper{

	margin:0 auto;
} */