

.news{
    padding-left: 10%;
    padding-right: 10%;    
}

@media screen and (max-width: 991px) {
    .news{
        padding-left: 0;
        padding-right: 0;
    }   
}

.news__inner{

    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 29px;
    margin-bottom: 59px;
}

.news:last-child .news__inner{
    border-bottom: none;
}

.news__title{
    border-left: 10px solid #bb2018;
    padding-left: 20px;
}

.news__title h2{
    font-size: 28px;
}

.news__meta{
    margin-top: 10px;
}

.news__meta ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news__meta ul li{
    display: inline-block;
    margin-right: 16px;
    font-weight: 300;
    font-size: 13px;
    color: #8f8f8f;
}

.news__meta ul li strong{
    color: #333333;
}

.news__annotation{
    margin-top: 22px;
}

.news__category{
    margin-top: 20px;
}

.news__category ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news__category ul li{
    display: inline-block;
    margin-right: 6px;
}

.news__category ul li span{
    display: inline-block;
    padding: 0px 8px;
    background-color: #f3f3f3;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
}

.news__col{

}

.news__col--image{
    order: 2;
}

.news__col--content{
    order: 1;
}

.news__content__toggle{

}

.news__content__toggle a{
    position: relative;
    display: none;
    color: #bb2018;
    text-transform: uppercase;
    font-weight: 700;
}

.news__content__toggle a:after{
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    background: #bb2018;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.news__content__toggle a:hover:after{
    background: #333333;
}

.news__content__toggle a.isVisible{
    display: inline-block;
}

.news__content__data{
    overflow: hidden;
    max-height: 0;
}

.news__content.open .news__content__data{
    max-height: 1000px;
}

.news__image img{
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    .news__image{
        margin-top: 30px;
    }
}



.hpnews{
    margin-top: 5px;
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;    
}

@media screen and (max-width: 991px) {
    .hpnews{
        padding-left: 0;
        padding-right: 0;
    }   
}

.hpnews__body{
    margin-top: 0px;
    padding: 25px;
    padding-right: 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.hpnews__title{
    border-left: 10px solid #bb2018;
    padding-left: 20px;
}

.hpnews__title h2{
    font-size: 28px;
}

.hpnews__col{

}

.hpnews__col--image{
    order: 2;
}

.hpnews__col--data{
    order: 1;
}

@media screen and (max-width: 991px) {
    .hpnews__col--image{
        order: 1;
        margin-top: 20px;
    }
    
    .hpnews__col--data{
        order: 2;
    
    }   
}

.hpnews__image img{
    border-radius: 12px;
}