﻿body {

}

.row {
     margin-right: 0px !important; 
     margin-left: 0px !important; 
}

ul{
    list-style:none;
}

.main-section{
    margin-top:10px;
}

@media (min-width: 1400px) {
    .container {
        width: 90% !important ;
        margin-right: auto;
        margin-left: auto;
    }
}

.banner .banner-img {
    width: 100%;
    height: 220px;
}

.menu-header{
    margin-top:10px;
    height:3vh;
}

.menu-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: visible;
}

.menu_item {
    position: relative;
    
}

.menu-header_sub {
    display: none;
    position: absolute;
    z-index: 555;
    margin: 0;
    padding: 5px !important;
    width:300px;
    list-style: none;
    
}
    .menu-header_sub li {
        background: #fff;
        border-radius: 0;
        text-align: left;
        /*padding-left: 17px;*/
        min-height: auto;
        min-width: 340px;
    }
        .menu-header_sub li a {
            font-size: 13px !important;
            background: #fff;
            border-radius: 0;
            display: block;
            padding-top: 2px;
            text-transform: uppercase;
            padding-bottom: 8px;
            color: #000;
            font-weight: 600;
            border-bottom: 1px solid #ccc;
        }

        /*.menu-header_sub:hover {
            background-color: #ddd;
        }*/

    .menu-header_sub:hover {
        display: block;
        /*background-color: lightslategray;*/
    }

.menu_item:hover .menu-header_sub {
    display: block;
}
.menu-header ul li {
    float: left;
}

    .menu-header ul li a {
        padding: 10px 20px 8px 20px;
        font-size: 1.2vw;
        font-weight: bold;
        width: 100%;
        text-transform: uppercase;
        max-width: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color:darkblue;
    }



.run-text {
    height: 3vh;
    float: left;
    width: 100%;
}


.time-set {
    width: 14vw;
    float: left;
    background-color: #cfcfcf;
    height: 3vh;
    text-align: center;
    padding-top: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size:13px;
}

.maquee {
    width: calc(100% - 14vw);
    float: right;
    height: 3vh;
    padding-top: 3px;
    background-color: #f2f2f2;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    marquee span{
        margin-left: 50px;
    }


    .slide .slide-img {
        width: 100%;
        height: 200px;
    }



.number-hotline {
    float: left;
    margin-left: 20px;
}

.icon-left {
    float: left;
    width: -webkit-fill-available;
    margin-top:10px;
    width:100%;
}



.img-right {
    width: -webkit-fill-available;
    margin-top: 10px;
    width: 100%;
}

.sub-right {
    margin-top: 10px;
    border: 1px solid #00afef;
}

.sub-heading {
    background-color: #00afef;
    text-align: center;
    
    height: 30px;
    padding: 7px;
    font-weight: 700;
    color: white;
}

.sub-list {
    padding: 5px 7px;
}

.vanban-title {
    word-wrap: normal;
    text-align: justify;
}

.heading-main {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: green;
    margin-top: 20px;
    font-family: serif;
}

.item-list{
    margin: 5px;
    height: 50vh;
}

.item-img {
    width: -webkit-fill-available;
    height: inherit;
    width: 100%;
}

.item-avata{
    height:  40vh;
}

.item-title {
    text-align: center;
    font-size: 20px;
    color: green;
    font-weight: 600;
    font-family: serif;
    padding:5px;
}

.news-list {
    height: 42vh;
    margin-top: 10px;
}

.news-item {
    height: 38vh !important;
    margin-left:5px;
}

    .news-item a p {
        font-weight:700;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.news-img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    max-height:250px;
    width:100%;
}
.news-img1 {
    width: -webkit-fill-available;
    width: 100%;
}
@media (min-width:1200px) {
    .news-img1 {
        height: -webkit-fill-available;
        max-height: 300px;
    }
    .news-list {
        height: 52vh;
        
    }

    .news-item {
        height: 50vh !important;
        
    }
}
@media (max-width:1000px) {
    .news-img1 {
        
        min-height: 150px;
       
    }
    .news-list {
        height: 32vh;
        margin-top: 10px;
    }
    .news-item {
        height: 30vh !important;
    }
}

.footer_main {
    background-color: #2F5BA6;
    text-align: center;
    margin-bottom:5px;
}

.footer_text {
    padding-bottom:10px;
}

.footer_main h4 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

    .footer_main p {
        color: white;
        font-size: 14px;
        font-weight: 700;
        
    }


@media (max-width:1200px) and (min-width:991px){
    .time-set {
        font-size: 11px;
        width: 15vw;
    }
    .maquee {
        width: calc(100% - 15vw);
        font-size: 13px;
    }
}

@media (max-width:991px) and (min-width:520px) {
    .time-set {
        font-size: 9px;
        width: 16vw;
    }
    .maquee {
        width: calc(100% - 16vw);
        font-size: 13px;
    }
    .menu-header {
        margin-top: 0px !important;
    }

        .menu-header ul li a {
            font-size: 1.5vw;
            padding: 5px 5px 8px 5px;
        }
    .banner .banner-img {
        width: 100%;
        height: 110px;
    }

    .icon-left {
        width: 50%;
    }
}

@media (max-width:520px)  {
    .time-set {
        padding-top:4px;
        font-size: 8px;
        width: 19vw;
    }
    .maquee {
        width: calc(100% - 19vw);
        font-size: 10px;
        padding-top:0px;
    }

    .banner .banner-img {
        width: 100%;
        height: 55px;
    }
    .menu-header {
        margin-top: 0px !important;
        
    }
        .menu-header ul li a {
            font-size: 2vw;
            padding: 5px 5px 8px 5px;
        }

    .item-title {
        font-size: 17px;
    }
}


.item_news {
    width: 100%;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding:10px;
}

    .item_news:first-of-type {
        border-top: none;
    }

.thumb-avata {
    float: left;
    width: 240px;
    margin: 0 30px 0 0;
    position:relative;
    max-height:150px;
    overflow:hidden;
}

    .thumb-avata a img {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        max-width: 240px;
        max-height:140px;
    }

.title_of_news {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.description {
    font-size: 14px;
    color: #4f4f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: solid 1px;
    margin: 5px;
}



    .pagination a:hover {
        color: cornflowerblue;
        /*background-color: cornflowerblue;*/
    }

.title-content{
    font-size:18px;
    font-weight:700;
    color:blue
}

.vanban-title > a{
    color: black;
}