.main-content{
    padding-top: 0;
    margin-top: 15px;
}
.main-content li{
    border-bottom: solid 1px #eeeeee;
    padding: 30px 0;
    height: 134px;
}
.main-content li a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.main-content li a img{
    width: 266px;
    height: 134px;
    float: left;
}
.main-news-m{
    width: 115px;
    float: left;
    text-align: center;
    color: #bbbbbb;
    line-height: 1.1;
}
.main-news-day{
    color: #84a8ee;
    font-size: 48px;
}
.main-news-r{
    width: 500px;
    float: left;
}
.main-news-title1{
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
}
.main-news-title2{
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-news-more{
    width: 118px;
    border: solid 1px #eeeeee;
    margin:40px 0 0 0;
    height: 34px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    color: #a5a4a4;
    text-transform: uppercase;
}
.main-content li a:hover .main-news-title1{
    color: #84a8ee;
}
.main-content li a:hover .main-news-more{
    background: #84a8ee;
    color:#fff;
    border-color: #84a8ee;
}