@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1441px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

html {
  font-size: 16px !important;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

a {
  color: #303030;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #9b9bc0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

body {
  font-size: 16px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.min-height {
  min-height: 1.25rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

footer {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
  padding: 2.8125rem 0;
  background-color: #000;
  color: #A3A3A3;
}

.introduction {
  padding: 7.5rem 0;
  background: url("./images/about-bg.jpg") center no-repeat;
  background-size: cover;
}

.introduction h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.introduction p {
  line-height: 2rem;
  margin: 0.5rem 0 3rem;
  text-align: justify;
}

.main-nav {
  line-height: 3.125rem;
  background-color: #464861;
}

.main-nav ul li {
  display: inline-block;
}

.main-nav ul li a {
  color: #fff;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 3.125rem;
}

.main-nav ul li a:hover, .main-nav ul li a:active {
  color: #9b9bc0;
}

.searchbox {
  line-height: 0.125rem;
  font-size: 0.875rem;
  margin-top: 0.6875rem;
}

.searchbox #keyword {
  width: 110px !important;
}

.mbanner .focus-title-bar {
  display: none !important;
}

.focus-navigation {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}

.focus-navigation:hover {
  background: rgba(0, 0, 0, 0.6);
}

.focus-prev {
  left: 2.1875rem;
}

.focus-next {
  right: 2.1875rem;
}

.focus-pagination {
  right: 0;
  width: 100%;
  text-align: center;
}

.focus-pagination .focus-page {
  background-color: transparent;
  border: 1px solid #fff;
}

.focus-pagination .focus-page-active {
  background-color: #fff;
}

.list {
  background-color: #F1F1F4;
  padding: 3.125rem 1.875rem;
}

.list .item-list {
  display: flex;
  flex-wrap: wrap;
}

.list .item-list .li {
  flex: 0 0 33.33%;
  width: 33.33%;
}

.list .item-list .li a {
  padding: 25px;
  display: block;
  text-align: center;
}

.list .item-list .li a p {
  margin: 0;
}

.list-banner-title {
  text-align: center;
  position: relative;
  z-index: -1;
}

.list-banner-title img {
  width: auto;
  height: 16.875rem;
}

.list-banner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  min-height: 16.875rem;
}

.list-banner a {
  color: inherit;
}

.list-banner a:hover {
  text-decoration: underline;
}

.list-banner .breadcrumbs {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-banner .breadcrumbs .path_name {
  display: none;
}

.list-banner .breadcrumbs .danger > * {
  vertical-align: middle;
}

.list-banner .breadcrumbs .possplit {
  background: url("images/right.svg") center no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
}

.col_menu_head h1 {
  font-size: 1.5rem;
  padding: 1.875rem 0;
  text-align: center;
}

.bottom-nav .list-paddingleft-2 {
  text-align: center;
  border-bottom: 1px solid #464861;
}

.bottom-nav .list-paddingleft-2 li {
  display: inline-block;
  margin: 0 0.625rem;
}

.bottom-nav .list-paddingleft-2 li a {
  display: inherit;
  padding: 0 .625rem 0.9375rem;
  font-weight: bold;
  color: #464861;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bottom-nav .list-paddingleft-2 li a::after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #141f2f;
}

.bottom-nav .list-paddingleft-2 li a:hover, .bottom-nav .list-paddingleft-2 li a.selected {
  color: #9b9bc0;
}

.bottom-nav .list-paddingleft-2 li a:hover::after, .bottom-nav .list-paddingleft-2 li a.selected::after {
  width: 100%;
}

.list-content {
  padding: 3.125rem 0;
}

.list-content .news_list .news {
  padding: 1.25rem 0;
  border-bottom: 1px solid #DCDFE6;
  display: flex;
  align-items: center;
}

.list-content .news_list .news .news-content {
  margin-left: 15px;
}

.list-content .news_list .news a:hover, .list-content .news_list .news a:focus {
  color: #9b9bc0;
}

.list-content .news_list .news .news-title a {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  display: block;
}

.list-content .news_list .news h1.arti_title {
  display: none;
}

.list-content .news_list .news .news-text {
  font-size: 0.875rem;
  line-height: 1.8;
}

.wp_articlecontent p {
  color: #303030 !important;
}

.wp_articlecontent p span {
  color: inherit !important;
  font-family: inherit !important;
}

.wp_articlecontent h3 {
  font-size: 24px !important;
  line-height: 1.75em !important;
  text-align: center !important;
}

.article {
  padding: 3.125rem 0;
}

.article .arti_title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
}

.article .arti_metas {
  text-align: center;
  color: #909399;
}

.article .arti_metas .arti_update {
  margin: 0 0.625rem;
}

.p-10 {
  padding: 0.625rem 0;
}

.p-10 .text-right {
  padding-top: 0.625rem;
}

#wp_paging_w6 {
  display: block;
  clear: both;
  content: "";
}

.menu .menu-item {
  position: relative;
  display: inline-block;
}

.menu .menu-item:hover .sub-menu {
  display: block;
}

.menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 3.18rem;
  z-index: 100;
  background: #464861;
  padding: 0;
}

.menu .menu-item .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}

.menu .menu-item .sub-menu .sub-item a {
  display: block;
  padding: 0 1.6rem;
  font-size: 0.875rem;
  background: none;
  text-decoration: none;
}

.copyright span:nth-last-child(-n+2) {
  margin: 0 10px;
}

.wp_entry img {
  box-shadow: 3px 3px 6px 1px #b1b0b0;
  margin: 0.9375rem 0;
  padding: 10px;
}

.wp_articlecontent p img {
  box-shadow: 3px 3px 6px 1px #b1b0b0;
  margin: 0.9375rem 0;
  padding: 10px;
}