.news-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px 0 0 0;
    border-radius: 0 0 12px 12px;
}

.news-each{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: auto;
    margin: 0 0 0 5px;
    border-top: 1px solid #bbb;
}

.news-each:first-of-type{
    border-top: none;
}

.news-each h3{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0 10px 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 110%;
    font-weight: normal;
    text-align: left;
    color: #2c415d;
}

.news-each h5{
    position: relative;
    display: none;
    float: left;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 80%;
    font-weight: normal;
    font-style: oblique;
    text-align: left;
}

.news-each p{
    position: relative;
    float: left;
    margin: 0;
    width: calc(100% - 10px);
    height: auto;
    padding: 10px;
    font-size: 90%;
    border-radius: 0 0 12px 12px;
}