.sjimator-news{
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
}
@media only screen and (max-width: 667px) {
    .sjimator-news{
        margin-left:1%;
        margin-right:1%;
    }
}
.list_of_news {
   width:100%;
   margin-bottom: 10%;
   margin-top: 3%;
}
@media only screen and (max-width: 667px) {
    .list_of_news{
        margin-top: 10%;
        width:100%;
    }
}
.item_of_news{
    height:230px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 667px) {
    .item_of_news {
        height:100px;
    }
}
.img_of_news{
    width:300px;
    height: 200px;
    margin: 10px;
    float:left;
    background-size: cover;
    border:1px solid black;
}
.img_of_news:hover{
    filter: opacity(70%);
}
@media only screen and (max-width: 1370px) {
    .img_of_news{
        width:270px;
        height:200px;
        margin:none;
    }
}

@media only screen and (max-width: 667px) {
    .img_of_news{
        width:90px;
        height:70px;
        margin:none;
    }
}

.content_of_news{
    float:left;
    width:70%;
    height:200px;
    margin:10px;
    background-color:lightgray;
}
.content_of_news:hover{
    background-color: #e6e6e6;
}
@media only screen and (max-width: 1428px) {
    .content_of_news{
        width: 60%;
        /* height: 70px; */
        margin:5px;
    }
}   

@media only screen and (max-width: 667px) {
    .content_of_news{
        width: 62%;
        height: 70px;
        margin:none;
    }
}   

.title_of_news{
    color:black;
    font-weight: bold;
    font-size: 25px;
    margin:20px;
}
.title_of_news:hover{
    color:orange;
}
@media only screen and (max-width: 1370px) {
    .title_of_news{
        font-size: 20px;
    }
}   
@media only screen and (max-width: 667px) {
    .title_of_news{
        font-size: 15px;
        vertical-align: middle;
        margin:3px;
    }
}   

.news_itself{
    color:black;
    margin:20px;
}
@media only screen and (max-width: 667px) {
    .news_itself{
        display: none;
    }
}   

