@charset "UTF-8";

#app .app-field {
    padding: 40px 0;
    margin: auto;
    max-width: 840px;
}
.news-head > h1 {
    padding: 0 0 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font: normal 900 36px/normal 'PoiretOne';
    border-bottom: solid 5px hsla(225, 10%, 10%, 0.95);
}
.news-head > .lui-list { display: none !important;
    border-radius: 1px;
    margin: 10px 0 0;
    padding: 12px 40px;
    font-weight: lighter;
    color: hsla(0, 0%, 100%, 0.91);
    background-color: hsla(225, 10%, 10%, 0.95);
    -webkit-justify-content: flex-start;
       -moz-justify-content: flex-start;
            justify-content: flex-start;
}
.news-head > .lui-list > span {
    font-weight: normal;
    font-size: 18px;
    margin-right: 12px;
}
.news-head > .lui-list > ul a {
    padding: 0 5px;
    margin: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.news-head > .lui-list > ul a.focus,
.news-head > .lui-list > ul a:hover { color: hsl(130, 45%, 55%) }
.news-head > .lui-list > ul .li-sub {
    margin-top: 2px;
    width: 1px;
    height: 14px;
    background-color: hsl(225, 15%, 64%);
}



.news-body { padding: 10px 0 0 }
.news-body li {
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: solid 1px hsl(225, 15%, 64%);
}
/*.news-body li:last-child { border: none }*/
.news-body li > .news-link {
    position: relative;
    padding: 0 2px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
            justify-content: space-between;
}
.news-body li > .news-link .news-temp {
    position: relative;
    overflow: hidden;
    min-width: 320px;
    height: 320px;
    max-height: 190px;
    border: solid 1px transparent;
    box-shadow: 0 0 0 2px hsl(225, 20%, 88%);
}
.news-body li > .news-link .news-temp > .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-body li > .news-link .news-temp > em {
    position: absolute; z-index: 1;
    right: 6px;
    bottom: 6px;
    min-width: 88px;
    padding: 2px 10px;
    text-align: center;
    text-transform: lowercase;
    color: hsl(0, 0%, 100%);
    background-color: hsla(0, 0%, 100%, 0.32);
}


.news-body li > .news-link .news-cont {
    position: relative;
    overflow: hidden;
    max-height: 190px;
    width: calc((100% - 320px) - 25px);
}
.news-body li > .news-link .news-cont > * { display: block; overflow: hidden }
.news-body li > .news-link .news-cont > .tit-news {
    font-size: 21px;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.news-body li > .news-link .news-cont > .txt-time {
    padding: 10px 0;
    font-size: 13px;
    max-height: 50px;
    color: hsl(225, 15%, 64%);
}
.news-body li > .news-link .news-cont > .txt-news {
    height: 92px;
    font-size: 16px;
    color: hsl(225, 15%, 45%);
}
.news-body li > .news-link .news-cont > .txt-read-more {
    margin: 13px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}
.news-body li > .news-link .news-cont > .txt-read-more > span {
    margin: 0 0 0 5px;
    font-weight: 900;
    -webkit-transition: all 0.10s ease-in-out;
       -moz-transition: all 0.10s ease-in-out;
         -o-transition: all 0.10s ease-in-out;
            transition: all 0.10s ease-in-out;
}



.news-body li > .news-link:hover .news-temp { box-shadow: 0 0 0 2px hsl(130, 50%, 50%) }
.news-body li > .news-link:hover .news-cont > .tit-news { color: hsla(130, 45%, 50%, 1.0) }
.news-body li > .news-link:hover .news-cont > .txt-read-more > span { margin: 0 0 0 6px }



.news-footer {
    text-align: center;
    margin: 80px 0 40px;
}
.news-footer > a {
    min-width: 199px;
    padding: 9px 0;
    text-transform: uppercase;
    border: solid 1px hsl(225, 15%, 64%);
    font: normal 900 16px/normal 'PoiretOne';
}
.news-footer > a:hover { color: hsl(130, 45%, 50%) }






@media screen and (max-width: 840px) {

    #app .app-field {
        padding: 40px 10px;
    }

}

@media screen and (max-width: 600px) {

    #app .news-body li > .news-link .news-temp {
        width: 256px;
        min-width: auto;
    }
    #app .news-body li > .news-link .news-cont {
        width: calc((100% - 256px) - 25px);
    }

}

@media screen and (max-width: 480px) {

    #app .app-field {
        padding: 20px 10px;
    }
    #app .news-head > .lui-list {
        padding: 12px 0;
    }
    #app .news-head > .lui-list > ul {
        font-size: 12px;
    }
    #app .news-head > .lui-list > span { display: none }


    #app .news-body {
        padding: 0;
    }
    #app .news-body li > .news-link {
        display: block;
        justify-content: unset;
    }
    #app .news-body li > .news-link .news-temp {
        display: block;
        width: 100%;
        height: 200px;
        max-height: 200px;
    }
    #app .news-body li > .news-link .news-cont {
        display: block;
        width: 100%;
        margin: 15px 0 0;
    }


    #app .news-footer { margin: 40px 0 }

}
