﻿@charset "utf-8";
.m-main {background: #fff;padding: 20px !important;}
.g-sitemap{margin-top: 10px;}
.g-sitemap .row{margin: 10px -10px;}
.g-sitemap .row li{padding: 5px 10px; text-align: center;}
.g-sitemap .row li a{display: block; padding: 10px 0; background: #f5f5f5; overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.g-sitemap .row li a:hover{background: #b80608; color: #fff; -webkit-transition: all 0.4s; transition: all 0.4s;}
/*large pcScreen*/
@media (min-width:1200px) {

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
 
}
/*pad md*/
@media screen and (max-width: 991px){

}
/*phone sm*/
@media screen and (max-width: 767px) {
 
}
/*small xs*/
@media screen and (max-width: 638px) {

}