﻿@charset "utf-8";

@media screen and (max-width: 1920px) {
    html, body{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1799px) {
    html, body{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1599px) {
     html, body{
         font-size: 14px !important;
     }
}
@media screen and (max-width: 1399px) {
    html, body{
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1199px) {
    html, body{
        font-size: 12px !important;
    }
    .index-main {
        max-width: none;
        margin: 0 0.9375rem;
      }
}

@media screen and (max-width: 999px) {
    .content .news-type  ul li { width: calc((100% - 9rem) / 4 );}
     .content .news-type  ul li:nth-child(6n+6){ margin-right: 2.25rem;}
     .content .news-type  ul li:nth-child(4n+4){ margin-right: 0;}
}



@media screen and (max-width: 650px) {
    html, body{
        font-size: 11px !important;
    }
    .content {padding-top: 1rem;}
    .content .c-tab {margin-bottom: 1.25rem;}
    .content .c-tab .tab-title {float: none; width: 100%;}
    .content .c-tab .search-bar {float: none; width: 100%;}
    .content .news-type  ul li { width: calc((100% - 6.75rem) / 3);}
    .content .news-type  ul li:nth-child(6n+6){ margin-right: 2.25rem;}
    .content .news-type  ul li:nth-child(3n+3){ margin-right: 0;}
    /* .content .c-tab .tab-type { float: none;text-align: left; width: 100%;} */



 
}
