.language-dropdown {
    display: none;
}
@media (max-width: 460px) {
    #head_nav_list {
        display: block !important;
    }
}

.top-header-area {
    display: none;
}
#banner_nav_list img {
    width: 100%;
}
#empty_container {
    display: block !important;
}
#head_nav_list {
    display: none;
}

#empty_container {
    height: 6.5rem !important;
    display: block !important;
}

@media (max-width: 460px) {
    #head_nav_list {
        display: block !important;
    }
}

.top-header-area {
    display: none;
}

#sticky-wrapper {
    height: 90px;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0px;
    /*box-shadow: rgba(147, 137, 137, 0.2) 0px 5px 50px;*/
    box-shadow: rgba(0,0,0,.05) 0px 5px 50px;
}

.news_info .title{
    padding-top: 5%;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
}
.news_info .date {
    font-size: 16px;
    color: #999;
    position: relative;
    bottom: -7px;
    text-align: center;
}
.list-inline {
    padding: 1rem;
}

.news_info_section {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 5%;
}
@media (max-width: 500px) {
    .news_info_section {
        padding-left: 2%;
        padding-right: 2%;
    }
}
body {
    background: rgb(250,250,250);
}
.list-inline>li {
    padding: 0 18px;
}
.active {
    color: rgb(0,155,159);
}
@media (max-width: 767px) {
    .news_img {
        display: none;
    }
    {if condition="lang('lang') !== 'cn'"}
        .list-inline {
            display: none;
        }
    {/if}
}