@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
    height: 370px;
}
/*banner*/
/*container*/
.containerRight{
    float: right;
    width: 960px;
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #ccc;
}
.newsItem{
    border-bottom: 1px dashed #ccc;
    margin: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.time{
    width: 62px;
    padding: 10px;
    background: #ccc;
    color: #666;
    text-align: center;
    float: left;
}
.time p{
    font-size: 24px;
}
.newsItem:hover .time{
    background: #059a6b;
    color: white;
}
.newsItemText{
    width: 818px;
    height: 62px;
    float: left;
    margin: 10px;
}
/*container*/