.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    header {
        padding-top: 8px;
        padding-bottom: 8px;
        background: #fff none;
        box-shadow: 0 1px 3px rgba(0,0,0,.08);
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
    }

    .weather{
        display: none;
    }
    .main-menu-box{
        display: none;
    }
    .bg-wrap::before{
        min-width: 100%;
    }
    .news-group-2{
        margin-bottom: 20px;
    }
    .header-account span{
        display: none;
    }
    .hidden-md{
        display: block;
    }
    .news-img-right:first-child, .news-img-right {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee;
    }
    .news-img-left-large{
        grid-template-columns: 145px calc(100% - 161px);
    }
    .news-img-left-large .des{
        -webkit-line-clamp: 2;
    }
    .br-l, .br-r{
        border: none !important;
    }
    .news-group-1:last-child{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .category-wrap.line{
        margin-top: 24px;
    }
    .category-head, .category-nav{
        display: block;
    }
    .category-nav{
        margin: 10px 0 0 0;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    .category-nav li{
        display: inline-block;
    }
    .spotlight-nav{
        display: block;
    }
    .spotlight-menu{
        margin: 10px 0 0 0;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    .spotlight-menu li{
        display: inline-block;
    }
    footer .logo{
        display: block;
        text-align: center;
    }
    .footer-app{
        margin-top: 10px;
        text-align: center;
    }
    footer .flex-center {
        justify-content: center;
    }
    .copyright{
        margin-top: 10px;
        text-align: center;
    }
    .category-inner .menu-second.child{
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    .menu-second.child li{
        display: inline-block;
    }
    .title-container{
        margin-bottom: 10px;
    }
    .news-child-right-mn h3{
        font-size: 14px;
    }
    .dd-flex{
        display: block;
    }
    h1.title-page{
        font-size: 20px;
        line-height: 1.7;
    }
    .singular-footer .social-pin li:nth-child(6) {
        flex: 0;
    }
    .hometext, #news-bodyhtml{
        margin-top: 10px;
        font-size: 16px;
    }
    .video-row{
        display: block;
    }
    .video-col.main{
        margin-bottom: 20px;
    }
    .news-group-2 h3, .news-group-1 h3{
        -webkit-line-clamp: unset;
    }
    .video-item{
        margin-bottom: 24px;
    }
    .article-related .article-excerpt{
        display: none;
    }
    .article-related{
        padding: 16px;
        margin-bottom: 20px;
    }
    .article-care.list .article-item{
        display: block;
    }
    .article-care.list .article-item h3{
        margin-top: 10px;
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        width: 1158px;
    }
}
@media (min-width:1200px) {
    .container{
        width: 1158px;
    }
}
