.newsWrapper{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.newsEach{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: auto;
    background-color: #fff;
    margin: 0 0 20px 10px;
    border-radius: 12px;
    box-shadow: 1px 1px 2px 0 #666666;
}

.newsEach h3{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0 10px 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 110%;
    font-weight: normal;
    text-align: left;
    background-image: url("../img/backLightGrey.png");
    border-radius: 12px 12px 0 0;
    background-color: #2c415d;
    color: #fff;
}

.newsEach h5{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0 10px 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 80%;
    font-weight: normal;
    font-style: oblique;
    text-align: right;
    color: #fff;
}

.newsEach p{
    position: relative;
    float: left;
    margin: 15px 0 0 5px;
    width: calc(100% - 10px);
    height: auto;
    padding-bottom: 5px;
    font-size: 90%;
}