﻿body { }
@charset "utf-8";

/* CSS Document */
html { }

body { }

/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-family: Bahnschrift; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { padding: 5px; }

fieldset, img { border: 0; }

ul, ol, em { list-style: none outside none; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

a { text-decoration: none; color: #000; }

/************* fzlc *************/
.fzlc { width: 1200px; overflow: hidden; text-align: center; margin: 0 auto; margin-bottom: 50px; }
.fzlc .fzlc_dvs { width: 100%; overflow: hidden; text-align: center; margin: 0 auto; margin-top: 30px; }
.fzlc .fzlc_dvs ul { width: 100%; text-align: center; margin: 20px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fzlc .fzlc_dvs li { width: 100%; }
.fzlc .fzlc_dvs li a { font-size: 25px; }
.fzlc .fzlc_dvs li a:hover { font-weight: 700; }
.fzlc .fzlc_dvs li span { margin-left: 10px; font-size: 30px; }

/************* nrmk *************/
.nrmk { width: 1200px; overflow: hidden; text-align: center; margin: 0 auto; margin-bottom: 50px; }
.nrmk .nrmk_dvs { width: 100%; overflow: hidden; text-align: center; margin: 0 auto;}
.nrmk .nrmk_dvs .xxnr { width: 100%; overflow: hidden; text-align: left; margin: 0 auto; font-size: 20px; line-height:250%; }
