@charset "utf-8";
/* CSS Document */
/*最新消息*/
.post-item { width:33% !important; padding:10px 5px !important; margin-bottom: 5px !important; }
.idx-post-list { margin-bottom:0px !important; }
.inquiry-search-btn { margin-bottom: 5em !important; font-size: 1.2em !important; width: 7rem !important; padding: 2px 10px !important; }
h3 { margin: 2rem 0px 0 0px; padding: 0; color: #000; font-size: 30px; text-align: center; overflow: hidden; }
h3:before, h3:after {
  background-color: #aaa;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h3:before {
  right: 0.5em;
  margin-left: -50%;
}

h3:after {
  left: 0.5em;
  margin-right: -50%;
}
.more-link { text-align:center;margin-top:8px;padding:8px 0;font-size:0.8em; }

@media (max-width: 640px) {
	h3 { font-size: 25px; font-weight: 500; }
	.more-link { margin-top: 0px; padding: 0px 0; }
	.post-item { width:100% !important; padding:10px 0px !important;  }
	.post-name{ margin:5px 0 5px 0 !important; font-size: .9em !important; }
	.inquiry-search-btn { margin-bottom: 1em !important; font-size: 1.1em !important; width: 7rem !important; }
}

