/* banner */

.banner {
    width: 100%;
    height: 400px;
}

.bannerSwiper {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    width: 100%;
    height: 400px;
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 25px !important;
    border-radius: 10px !important;
}
/* banner end*/
.main-text {}
.main-text p {margin: 0 0 10px;font-size: 14px;color: #333;}
.main-text strong {font-size: 14px;color: #333;font-weight: 700;} 
.main-text img {max-width: 100%;}
.main-text a {font-size: 14px;color: #337ab7;}
.main-text a:hover {color: #23527c;}
.main-text table {border-collapse: collapse;}
td{border:1px solid #000;padding:5px}




@media screen and (max-width: 768px) {
.information-list-main ul li a.hoverable {
    transition: 0.5s;
    max-width: 50% !important;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: initial;
    font-size: 16px;
}



}