.news_img{
    display: flex;
    align-items: center;
}

.detail{
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.news_wrap{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0px 15px;
}

.news_wrap h5{
    margin-bottom: 1rem;
}

.news_title{
    color: #777777;
    font-weight: 600;
}

.news_title:hover{
    color: black;
}

h1{
    padding-top: 10px;
}

.news_date{
    font-size: 12px;
    width: 100%;
}

@media only screen and (max-width:500px){
    /*.news_img{
        display: none;
    }*/

    h3{
        margin-left: 10px;
    }
}