@charset "utf-8";
/* CSS Document */
body,h3,p{ margin: 0; padding: 0; list-style: none;}
a{ text-decoration:none; color: #fff;}
ul,li{ list-style: none; padding: 0; margin: 0;}
img{ display: block; }

.lr_center{ margin:0 auto; }
.over{overflow: hidden}
.fl{ float: left; }
.fr{ float: right; }

/*--top--*/
.top{ background-color:#1e1e1f; color: #fff; }
.logo_group{ margin-top: 7px;}
.top_nav{ height: 64px; font-size:14px; margin-left:260px; }
.top_nav li{ float: left; margin-right:64px;}
.top_nav li a{ display:block; line-height: 64px; height: 60px;  }
.top_nav li a:hover{ border-bottom: solid 4px #0a64d2; }
.login{height: 64px; line-height: 64px; font-size:14px;}

/*--main--*/
.mun_ul{ padding-top: 31px; padding-bottom: 35px;  }
.mun_ul li{ width:238px;  float: left;  margin-right:238px; text-align: center; }
.mun_ul li:last-child{ margin-right:0px; }
.mun_ul li h3{line-height:46px; color: #222; font-size: 20px; font-weight: normal;}
.mun_ul li p{line-height:22px; color: #8e9298; font-size: 14px;}


.copy_right{ height: 36px; line-height: 36px; background-color:#f5f5f5; font-size: 14px; color: #aaa; text-align: center; }

