#sidebar_news {
    display: none !important;
}

.catListArticleCategory {
    display: none !important;
}

#blog-calendar {
    background: unset;
    padding-top: 15px;
    border: 1px solid #fff;
    background-image: linear-gradient(to bottom right , #FBE240, #F6402B);
}

.clock {
	width: 200px;
	height: 200px;
	background: url(https://www.cnblogs.com/images/cnblogs_com/yin1361866686/1520268/o_clock.png) no-repeat;
	background-size: 200px 200px;
	position: relative;
        margin: auto;
}
.clock div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.h {
	background: url(https://www.cnblogs.com/images/cnblogs_com/yin1361866686/1520268/o_hour.png) no-repeat center center;
	background-size: 10px;
}
.m {
	background: url(https://www.cnblogs.com/images/cnblogs_com/yin1361866686/1520268/o_minute.png) no-repeat center center;
	background-size: 10px;
}
.s {
	background: url(https://www.cnblogs.com/images/cnblogs_com/yin1361866686/1520268/o_second.png) no-repeat center center;
	background-size: 15px;
}
.daily {
	width: 200px;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 15px 2px;
    font-size: 15px;
    font-family: fantasy;
}
.daily div {
	position: inherit;
	text-align: center;
}

.c_b_p_desc {
      font-size: 14px;
}

.backgroundImg {
      background-image: linear-gradient(to bottom right , #FBE240, #F6402B);
}