.banner{
    height: 360px;
}

.banner .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner h1{
    font-size: 2.25em;
    font-weight: normal;
}
.banner span{
    color: #e5071e;
    font-size: 1.25em;
}
.newsDetail-main{
    position: relative;
}

.newsDetail-main h1,
.newsDetail-main h2,
.newsDetail-main h3{
    font-weight: bold;
}

section.newsDetail-catalog{
    /*height: 50px;*/
    display: none;
    background-color: white;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}

.zwrapper{
    line-height: 1.5em;
}

section.newsDetail-catalog .wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.newsDetail-sections{
    padding: 30px 0 70px;
}

.newsDetail-sections p strong { font-weight: bold; color: #333; }
.newsDetail-sections p { text-indent: 2em; }
.newsDetail-sections p em { font-style: italic; }



.recommendations-sections{
    background-color: #ededed;
    padding-top: 75px;
    padding-bottom: 75px;
}
.recommendations-sections .section-header{
    margin-bottom: 2.5em;
}
.newsDetail-sections img{
    max-width: 100%;
    height: auto !important;
}


.newsDetail-sections .tit { border-bottom: 1px solid #eaeaea; padding-bottom: 20px; margin-bottom: 30px; font-size: 30px; color: #000; text-align: center; }


.recommendations-sections img{
    max-width: 100%;
}
.newsDetail-sections .links{
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #e5071e;
    padding: 15px 30px;
    margin-top: 30px;
}
.newsDetail-sections .links a{
    display: block;
}
.recommendations-list{
    display: flex;
    margin-right: -1.875em;
}
.recommendations-list .item{
    flex: calc(100% / 4 - 1.875em);
    margin-right: 1.875em;
    background-color: white;
    /*padding: 1.875em;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommendations-list .item .img { height: 190px; overflow: hidden; display: flex; position: relative; }
.recommendations-list .item .img img { position: absolute; object-fit: cover; left: 0px; top: 0px; width: 100%; height: 100%; }




.recommendations-list .item-text{
    box-sizing: border-box;
    padding: 20px 30px;
}
.recommendations-list .item-text span{
    font-size: 14px;
    color: #666;
}
.recommendations-list .item-text{
    color: #333;
    font-size: 16px;
}

.recommendations-list .item:hover p{
    color: #e5071e;
}
.backbtn{
    margin-right: 10px;
}
.banner .btn-round{
    line-height: 1.1em;
    width: 7.25em;
    min-width: 7.25em;
}

.banner .btn-stroke::before {
    content: '';
    height: 1.3em;
}

.banner .btn-box {
    position: relative;
    /*text-align: left;*/
    justify-content: flex-start;
}
.banner .btn-box .btn-box-a{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #dddedd;
    margin-right: .875em;
    justify-content: center;
    align-items: center;
}

.item a{
    display: block;
    width: 100%;
    height: 100%;
}

.item a>img{
    width: 100%;
}



@media(max-width: 1280px){
    .recommendations-list .item-text{
        padding: 15px 20px;
    }

    .newsDetail-sections .tit { font-size: 24px; }
    .recommendations-list .item .img { height: 134px; }


}


@media(max-width: 960px){
    .recommendations-list{
        flex-wrap: wrap;
        margin-right: -1.5em;
    }

    .recommendations-list .item{
        flex: calc(100% / 2 - 1.5em);
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }
}
@media(max-width: 800px){
    .recommendations-list{
        flex-wrap: wrap;
        margin-right: -1em;
    }

    .recommendations-list .item{
        flex: calc(100% / 2 - 1em);
        margin-right: 1em;
        margin-bottom: 1em;
    }
}

@media(max-width: 640px){
    .banner{
        display: flex;
        flex-direction: column;
    }

    .banner .wrapper{
        padding-top: 60px;
        padding-bottom: 60px;
        flex: 100%;
    }

    .banner h1{
        font-size: 2em;
    }
    .banner span{
        font-size: 1em;
    }

}

@media(max-width: 480px){

    .recommendations-list .item{
        flex: calc(100% - 1em);
    }

    .newsDetail-sections .tit { font-size: 20px; }
    .recommendations-list .item .img { height: 200px; }
    .recommendations-sections { padding-top: 40px; padding-bottom: 40px; }


}
