.newsContainer {
    border: 0px solid #ff0000;
    width: 217px;
    height: 190px;
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsContainerBorder {
    border: 1px solid #ffffff;
    width: 215px;
    height: 198px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.newsContainerFill {
    background: #ffffff;
    width: 217px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.newsLabel {
    border: 0px solid #ffffff;
    width: 197px;
    font-size: 14px;
    padding-bottom: 15px;
    margin: 0px auto;
}

.newsSquare {
    border: 0px solid #00ffff;
    width: 10px;
    height: 11px;
    padding-top: 4px;
    float: left;
}

.newsDate {
    border: 0px solid #00ffff;
    width: 187px;
    height: 15px;
    font-size: 9px;
    float: left;
}

.newsTitle {
    border: 0px solid #00ffff;
    width: 187px;
    padding-left: 10px;
    padding-bottom: 15px;
    float: left;
}

.newsContent {
    border: 0px solid #ffffff;
    width: 197px;
    margin: 0px auto;
}
