@charset "UTF-8";
.contact.wp {
  display: flex;
  margin-top: 0.5rem;}
.contact.wp aside {
  width: 3.08rem;}
.contact.wp aside .menu h5 a {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  height: 0.58rem;
  line-height: 0.58rem;
  color: rgb(255, 255, 255);
  background-color: #efca36;}
.contact.wp aside .menu h5 a.active {
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: #0e419c;}
.contact.wp article {
  flex: 1;
  margin-left: 0.29rem;}
.contact.wp article .tt {
  font-size: 0.22rem;
  padding-left: 0.22rem;
  color: #0e419c;
  font-weight: bold;
  line-height: 1;}
@media screen and (max-width: 1024px) {
  .contact.wp {
    margin-top: 40px;}
  .contact.wp aside {
    display: none;}
  .contact.wp article {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;}
  .contact.wp article .tt {
    font-size: 18px;}
  .contact.wp article .cells {
    padding: 33px 0 37px;}
  .contact.wp article .cells .cell a {
    color: rgb(34, 34, 34);
    line-height: 1.5;
    font-size: 14px;
    display: flex;}
  .contact.wp article .cells .cell h5,
  .contact.wp article .cells .cell h6 {
    font-size: 14px;}
  .contact.wp article .cells .cell h5 {
    flex: 1;}
  .contact.wp article .cells .cell h6 {
    margin-left: 1em;}
  .contact.wp article .cells .cell + .cell {
    margin-top: 18px;}
  .contact.wp article .pagination a {
    display: none;
    font-size: 12px;
    padding: 5px 1px;}
  .contact.wp article .pagination a.prev,
  .contact.wp article .pagination a.next {
    display: inline-block;}
}
@media screen and (max-width: 480px) {
  .contact.wp {
    margin-top: 35px;}
}

article div {
    max-width: 100% !important;}