.news{
    text-align: center;
    margin-top: 50px;
}
.news h1{
    line-height: 50px;
}
.news-list{
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 50px auto auto;
    text-align: center;
}

.news-block{
    width: 45%;
}


.news-block .img{
   
    height: 250px;
    overflow: hidden;
    text-align: left;
}


.news-block .contents{
    border: none;
    box-shadow: 1px 1px 5px #CCCCCC;
    -webkit-box-shadow: 1px 1px 5px #CCCCCC;
    -moz-box-shadow: 1px 1px 5px #CCCCCC;
    -o-box-shadow: 1px 1px 5px #CCCCCC;
    padding: 10px;
    width: 380px;
}

.news-block .contents .title{

    font-size: 12px;
    color: #CCCCCC;
    font-style: italic;
    font-weight: 800;
    text-align: left;
}

.news-block .contents .content{

    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 10px;
    text-align: justify;
    color: #666666;
}

.news-block .contents .date{

    font-size: 12px;
    color: #CCCCCC;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}