/*content*/
.main_content{
    width: 100%;
    /* min-height: 800px; */
    background: url(../images/Shading2.png) no-repeat;
    background-position: 90% 0%;
    padding-bottom: 60px;
}
.main_content .time{
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding-top: 160px;
}
.main_content .time .content{
    width: 100px;
    height: 100px;
    background: #4e94bc;
}
.main_content .time #day{
    padding-top: 17px;
    font-family: 'Roboto';
    font-size: 58px;
    color: #fefefe;
    text-align: center;
    line-height: 43px;
}
.main_content .time .M_Y{
    width: 60px;
    margin: 0 auto;
    padding-top: 13px;
    font-family: 'Roboto';
    font-size: 12px;
    color: #fefefe;
    text-align: center;
    line-height: 10px;
}

.main_content .text .more,.main_content .text .content{
    font-family: 'Roboto';
    font-size: 20px;
    color: #4e94bc;
    text-align: left;
}
.main_content .text .more a{
    color: #4e94bc;
}
.main_content .text .more{
    cursor: pointer;
}
.main_content .text .content{
    margin-top: 40px;
    font-size: 18px;
    color: #666;
}
.main_content .text .content p{
    width: 100%;
    height: 100%;
}
.main_content .text .title{
    line-height: 28px;
    margin-top: 10px;
    font-family: 'Roboto';
    font-size: 24px;
    color: #333;
    text-align: left;
}

.main_content ul li{
    /* list-style: square inside; */
}