body {
  color: #fff;
  background-color: rgba(26, 113, 189);
}

.ui.sticky.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 138px;
  background-color: rgba(26, 113, 189, 0.82);
}

.ui.navbar > .grid {
  margin: 0;
}

.navbar > .container {
  position: relative;
  padding-bottom: 0;
}

.left-logo {
  position: absolute;
  left: 0;
  top: 10px;
}

.sitelogo {
  margin: 27px 0;
}

.right-menu {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
  margin-left: -40px;
  text-align: right;
}

.login-btn {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

.right-menu .menu-title {
  display: none;
  position: absolute;
  left: 10px;
}

.right-menu .menu-btn {
  display: none;
  position: absolute;
  top: -5px;
  right: 5px;
  color: #eee;
  background-color: #3D82F2;
}

.right-menu .menu-btn.button:hover {
  color: #eee;
  background-color: #3D82F2;
}

.main-menu {
  margin: 0;
  padding: 0;
  color: #fff;
}

.main-menu a {
  color: #fff;
}

.menu-item {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-bottom: 20px;
}

.menu-item:last-child {
  margin-right: 0;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 150px;
  max-width: 474px;
  padding-left: 0;
  text-align: left;
  list-style: none;
  box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 10%);
  border-radius: 0 0 4px 4px;
  background: rgba(29, 157, 255, 0.74);
  color: rgba(255, 255, 255, 1);
}

.menu-item:hover > .sub-menu {
  display: block;
}

.sub-item {
  padding: 16px;
  border-bottom: 1px solid #EEEEEE;
}

.banner-section {
  position: relative;
}

.banner {
  position: relative;
  width: 100%;
}

.banner-see {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-pic-lists {
  position: absolute;
  top: 0;
  overflow: auto;
}

.banner-pic-list {
  float: left;
  height: 100%;
}

.search-pane {
  margin-bottom: 40px;
}

.search-pane > .segment {
  background-color: rgba(214, 230, 242, 0.64);
}

.cover-pane {
  position: absolute;
  right: 0;
  top: 280px;
  left: 0;
  color: #000;
  z-index: 100;
}

.search-pane, .notice-pane > .column > .segment {
  background-color: rgba(214, 230, 242, 0.64);
}

#unionKeyword {
  border: 1px solid rgba(34,36,38,.15) !important;
  border-right-color: rgba(34,36,38,.15) !important;
}

.union-submit {
  width: 143px;
  height: 57px;
  min-height: 1em;
  line-height: 1em;
  background: url(../img/search.png) !important;
}

.search-pane .wp_search table {
  display: block;
  width: 100%;
}

.search-pane .wp_search tbody {
  display: block;
  width: 100%;
}

.search-pane .wp_search tr {
  display: flex;
  width: 100% !important;
}

.search-pane .wp_search tr>td:first-child {
  flex: 1;
}

.search-pane .wp_search .keyword {
  width: 100% !important;
  height: 57px;
  min-height: 1em;
  line-height: 1em;
  padding: .67857143em 1em;
  border: 1px solid rgba(34,36,38,.15);
  border-top-left-radius: .28571429rem;
  border-bottom-left-radius: .28571429rem;
  outline: none;
}

/* .search-pane .wp_search .keyword:focus {
  border: 1px solid rgba(34,36,38,.15);
  border-top-left-radius: .28571429rem;
  border-bottom-left-radius: .28571429rem;
} */

.search-pane .wp_search .keyword::placeholder {
  color: #999;
}

.search-pane .wp_search .search {
  width: 143px;
  height: 57px;
  min-height: 1em;
  line-height: 1em;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  background: url(../img/search.png);
}

.segment-header {
  position: relative;
  margin-left: -16px;
  padding-left: 16px;
  border-left: 8px solid rgba(26, 113, 189);
}

.segment-header > .ui.header {
  margin-bottom: 0;
}

.more {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}

.notice-list {
  padding: 0;
  list-style: none;
}

.notice-list li {
  border-bottom: 1px solid #eee;
}

.notice-item {
  position: relative;
  padding: 8px 0 8px 82px;
  min-height: 70px;
}

.notice-time {
  position: absolute;
  left: 0;
  width: 64px;
  text-align: center;
}

.notice-day {
  height: 24px;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: #3D82F2;
}

.notice-date {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f6f6f6;
  opacity: .6;
}

.notice-content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.notice-content a {
  color: #000;
}

.notice-line-item {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-right: 70px;
}

.notice-line-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.notice-line-content a {
  color: #000;
}

.notice-line-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #eee;
}

.section {
  background-color: #fff;
}

.section > .header {
  color: #124e84;
}

.section > .section-title {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
}

.ui.divider.section-divider {
  margin: 0;
}

.section-divider > .icon {
  color: #B03060;
}

.section > .section-subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: lighter;
}

.service-section {
  padding-bottom: 60px;
}

.section .resource-content {
  margin-top: 10px;
}

.resource-content > .resource-item {
  padding: 4px !important;
  box-shadow: 2px 2px 5px rgba(230, 230, 230, 40);
}

.resource-item {
  text-align: center;
  margin-bottom: 0;
}

.resource-item img {
  width: 100%;
  height: 90px;
}

.resource-item h4 {
  text-align: center;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.resource-item:hover {
  background-color: #004566;
}

.resource-item:hover a {
  color: #fff;
}

.service-content.grid {
  padding: 0 40px;
}

.service-item {
  text-align: center;
}

.service-item img {
  margin: 0 auto;
  width: 48px;
  height: 48px;
}

.service-item h4 {
  text-align: center;
  margin-top: 8px;
  /*color: #004566;*/
  font-size: 14px;
  font-weight: normal;
}

/* displayinfo begin */
.wrapper {
  padding: 158px 0 20px;
  color: #333;
  background-color: #F5F5F5;
  overflow: hidden;
}

.wrapper .container {
  min-height: 700px;
  background-color: #fff;
}

.wrapper-header {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #FCFCFC;
}

.wrapper-header ul {
  margin: 0;;
  padding: 0;
  list-style: none;
}

.wrapper-header li {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.wrapper-body {
  padding: 16px 24px;
}

.wrapper-body .header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.wrapper-body .hint {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
/* displayinfo end */

/* listcolumn begin */
.wrapper .column-wrapper {
  background-color: #F5F5F5;
}

.column-header {
  border-radius: 4px;
  background-color: #FCFCFC;
  overflow: hidden;
}

.column-header h3 {
  margin: 14px 0;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  border-left: 8px solid #3D82F2;
  color: rgba(0, 0, 0, 0.8);
}

.column-header ul {
  list-style: none;
  padding: 0;
}

.wrapper .column-header .column-menu {
  width: 100%;
  border: none;
}

.column-menu .item {
  border: none;
}

.column-menu.menu .selected.item {
  color: rgba(0, 0, 0, 0.95);
  background-color: rgba(44, 127, 204, 0.1);
}

.column-body {
  background-color: #FCFCFC;
}

.column-body ul {
  list-style: none;
}

.news-container {
  padding: 0 20px;
}

.news-list {
  padding: 0;
  list-style: none;
}

.news-list li {
  border-bottom: 1px solid #eee;
}

.news-item {
  position: relative;
  padding: 8px 0 8px 82px;
  min-height: 70px;
}

.news-time {
  position: absolute;
  left: 0;
  width: 64px;
  text-align: center;
}

.news-day {
  height: 24px;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background-color: #3D82F2;
}

.news-date {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f6f6f6;
  opacity: .6;
}

.news-content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.column-body .wp_paging {
  padding-bottom: 20px;
  text-align: center;
  float: none;
}

.column-body .wp_paging li {
  float: none;
}
/* listcolumn end */

.contact-section {
  padding-bottom: 50px;
  background-image: url(../img/contact-bg.png);
  background-position: top center;
}

.contact-section > .section-title, .contact-section > .section-subtitle {
  color: #eee;
}

.contact-section .ui.table {
  background-color: rgba(214, 230, 242, 0.64);
}

.contact-section .ui.table thead {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-section .ui.table td {
  text-align: center;
}

.contact-section a {
  color: #000;
}

.open-image {
  height: 480px;
  background-image: url(../img/open.png);
  background-position: top center;
}

.open-hours {
  display: none;
}

.ui.grid.open-body {
  padding: 10px;
  color: #000;
}

.open-body h3 {
  color: #000;
}

.open-body p {
  margin: 0;
}

.open-body p a {
  color: #B03060;
}

.footer {
  padding-top: 20px;
}

.links-content {
  list-style: none;
  padding-left: 0;
}

.links-content a {
  color: #eee;
}

.copyright-section {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

/* media query */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-logo {
    top: 4px;
  }

  .right-menu {
    top: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-logo {
    top: 4px;
  }

  .right-menu {
    top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .login-pane {
    display: none;
  }

  .ui.sticky.navbar {
    height: 44px;
  }

  .navbar .container {
    margin: 0 !important;
  }

  .left-logo {
    display: none;
  }

  .right-menu {
    width: 100%;
  }

  .right-menu .menu-title, .right-menu .menu-btn {
    display: inline-block;
  }

  .main-menu {
    display: none;
    width: 100%;
  }

  .main-menu.collapsed {
    display: block;
  }

  .menu-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: left;
    background-color: #3D82F2;
  }

  .selected .sub-menu, .menu-item:hover .sub-menu {
    display: block;
    position: inherit;
    top: 0;
    left: -10px;
    margin-right: -10px;
    max-width: none;
    overflow: hidden;
  }

  .sub-item {
    padding: 0 0 0 10px;
  }

  .main-menu a {
    display: inline-block;
    width: 100%;
  }

  .banner {
    display: none;
  }

  .cover-pane {
    position: static;
    margin-top: 44px;
    padding-top: 10px;
  }

  .open-image {
    display: none;
  }

  .open-hours {
    display: block;
  }

  .wrapper {
    padding-top: 58px;
  }
}