.more-news{
    margin-left: 0 !important;
    margin-right: 0 !important;}
.more-news .header{
    background-color: #333;
    height: 33px;}
.more-news .header p{
    font-size: 12px;
    color:white;
    padding-top: 6px;}
.more-news .header p a {
    color:white;
}

.more-news .item-list{
    border: 1px solid #333;}
.more-news .item-list .child{
    min-height: 40px;
    padding-bottom: 0;
    background-color: white;
    border-bottom: 1px solid lightgrey;}
.more-news .item-list .child.last{
    border-bottom: none;}
.more-news .item-list .child .date{
    padding-top: 14px;}
.more-news .item-list .child .date span{
    font-size:12px;
    color: lightgray;}
.more-news .item-list .child .date .divider{
    height: 20px;
    width: 1px;
    background-color: lightgray;
    position: absolute;
    right: -10px;
    top: 10px;}
.more-news .item-list .child .detail{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.more-news .item-list .child .detail h6{
    padding: 0;
    margin: 0;
    color: gray;
    font-size: 12px;
    text-transform: uppercase;}
.more-news .item-list .child .detail p{
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-news .item-list .child.detail-sidebar p{
    white-space: inherit;
    max-width:190px;
    margin: 0 0 0 30px;
}
.more-news .item-list .child.detail-sidebar .divider{
    right:-30px;
}
.more-news .item-list .child.detail-sidebar span.hat{
    text-transform: uppercase;
    font-size: 11px;
    color: #7e7e7e !important;
    margin: 0 0 0 30px;
}
.more-news .item-list .child .detail p a{
    color: #323232;}
    