﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
table tr:first-child{background-color: #1d38a1;}
table tr:first-child p{color: #fff!important;}
@media (min-width:1025px){#nav>ul>li{font-size:20px;}}
@media (min-width:1025px){.page-container .page-main{width:calc(100% - 400px);}}
.home-static .list li .inner{text-transform:capitalize}
@media (min-width:769px){.home-static .list li{width:20%}}
@media(max-width:768px){article table td, article table th{word-break:inherit}
article table td, article table td strong, article table td p{font-size:15px!important}}