@charset "utf-8";
.m-main {background: #fff;padding: 20px !important;}
.g-sitemap{margin-top: 10px;}
.g-sitemap li{line-height: 48px;}
.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;border: 1px solid #ddd;}
.g-sitemap .row li a:hover{background: #bf0513; color: #fff; -webkit-transition: all 0.4s; transition: all 0.4s;border: 1px solid #bf0513;}
.m-pgpdbox1{background: #fff;padding:20px;}
.m-titstyle1{line-height: 40px;border-bottom: 1px solid #ddd;}
.m-titstyle1 span{font-size:20px;color: #bf0513;}
.m-titstyle1 a.red-on{font-weight: bold;/* color: #bf0513; */}


/*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) {

}
