.News{
    width:100%;
}
@media screen and (min-width: 992px) {
    .News{
        min-height: 900px;
    }
}
.News-back{
    width:100%;
    text-align:right;
}
.News-back a{
    display:inline-block;
    text-decoration:none;
    padding:5px 10px;
    margin-right:20px;
    border-radius:4px;
    border:1px solid #acacac;
    background:#000000;
    color:#ffffff;
}
.News-back a:hover{
    background:#999999;
    color:#ffffff; 
}
.News-item{
    width:calc(100% - 40px);
    margin:10px 20px;
    clear:both;
}
.News-item:after{
    display:block;
    content:'';
    clear:both;
}
.News-title{
    width:100%;
    margin:0 0 10px 0;
}
.News-title__icon-1{
    padding-right:10px;
    color:#006202;
}
.News-title__icon-2{
    padding-right:10px;
    color:#009aab;
}
.News-title__icon-3{
    padding-right:10px;
    color:#bc0000;
}
.News-title__icon-4{
    padding-right:10px;
    color:#954f00;
}
.News-title__icon-5{
    padding-right:10px;
    color:#7f8b00;
}
.News-title__icon-6{
    padding-right:10px;
    color:#993300;
}
.News-title__icon-7{
    padding-right:10px;
    color:#3e0062;
}
.News-title__icon-8{
    padding-right:10px;
    color:#021ead;
}
.News-title__icon-9{
    padding-right:10px;
    color:#00c4ce;
}
.News-title__week-6{
    color:#0062ff; 
}
.News-title__week-0,.News-title__week-7{
    color:#ff0000; 
}
.News-content{
    width:100%;
}
.News-content_image{
    max-width:170px;
    width:50%;
    float:left;
    margin:0 10px 10px 0;
}
.News-error{
    text-align:center;
    padding:50px 0;
    color:#ff0000;  
}