﻿@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) {

}

@media screen and (max-width: 799px) {
    
}

@media screen and (max-width: 650px) {
    html, body{
        font-size: 11px !important;
    }
    .content {padding-top: 1rem;}
    .content .c-tab .tab-title {float: none; width: 100%;}
    .content .c-tab .tab-type { float: none;text-align: left; width: 100%;}
    .content .news-list { margin-top: 2.25rem; margin-bottom:1rem; }
    .content .news-list li .title {width: calc(100% - 8rem); }
    .content .news-list li .news-list-r {display: inline-block; width: 7rem;}
    .content .news-list li .news-list-r span {width: 6.25rem;margin-left: .5rem; height:1.2rem;line-height: 1.2rem; }
    .content .news-list li .news-list-r .texts {display: none;}
    .content .news-list li .news-list-r .images {display: none; }
    .content .news-list li .news-list-r .videos {display: none;}
}
