:root {
  --text-color: #062147;
  --orange-color: #00469c;
  --orange-color: #fcbb1f;
}
html {
  min-width: 1536px;
}
.container {
  width: 1536px!important;
  max-width: 1536px!important;
}
body {
  background: #f7f7f7;
}
header {
  position: relative;
  width: 100%;
}
header nav {
  width: 100%;
}
header nav .item {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
header nav .item a {
  height: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  line-height: 1em;
  gap: 6px;
  font-weight: 600;
  font-family: "Open Sans Condensed", Arial;
}
header nav .item a .icon {
  width: 20px;
  height: 20px;
  line-height: 1em;
  color: #999;
}
header nav .item a .text {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header nav .item a:hover {
  color: #2665c2;
}
header nav .item a:hover .icon {
  color: #2665c2;
}
.global-nav-popup {
  display: none;
  position: fixed;
  top: 0;
  width: 600px;
  right: 0;
  height: 100%;
  padding: 20px 0 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 999;
}
.global-nav-popup .close {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.global-nav-popup .close i {
  position: relative;
  width: 26px;
  height: 26px;
}
.global-nav-popup .close i::before,
.global-nav-popup .close i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #333;
}
.global-nav-popup .close i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.global-nav-popup .close i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.global-open .global-nav-popup {
  display: flex;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-layout {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.text-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.word-content-body {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  overflow: hidden;
}
.word-content-body a {
  color: var(--orange-color);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.word-content-body p {
  margin-bottom: 20px;
  word-break: break-all;
  text-indent: 2em;
}
.word-content-body h1,
.word-content-body h2,
.word-content-body h3,
.word-content-body h4,
.word-content-body h5,
.word-content-body h6 {
  color: var(--text-color);
  margin-bottom: 20px;
}
.word-content-body h1 {
  font-size: 42px;
}
.word-content-body h2 {
  font-size: 32px;
}
.word-content-body h3 {
  font-size: 28px;
}
.word-content-body h4 {
  font-size: 24px;
}
.word-content-body h5 {
  font-size: 20px;
}
.word-content-body h6 {
  font-size: 18px;
}
.word-content-body img,
.word-content-body video {
  max-width: 100%;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.r_menu {
  position: fixed;
  right: 14px;
  bottom: 50%;
  z-index: 20;
}
.menu_list {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  transition: 0.5s ease;
  backdrop-filter: blur(5px);
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.menu_list:nth-of-type(2) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu_list:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu_list:first-child {
  background: var(--orange-color);
  margin-bottom: 10px;
  color: #fff;
  border-radius: 5px;
}
.r_menu .txt {
  margin-top: 3px;
  font-size: 12px;
}
.r_menu a {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.news_detail {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news_detail .title {
  background: var(--orange-color);
  color: #fff;
  line-height: 55px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news_detail .tot {
  color: value(--orange-color);
}
.news_detail .dex {
  color: #5d5d5d;
}
.pro-box {
  background: #fff;
  width: calc(calc(100% / 5) - 2%);
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro-box-title {
  color: #FF8F00;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.bg-gay {
  background: #f5f5f5;
}
.pro-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
}
.honor img {
  height: 200px;
  width: 200px;
  margin: 5px;
}
html {
  min-width: 1536px;
}
/*# sourceMappingURL=common.css.map */