/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.float-left {
  float: left;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.self-center {
  align-self: center;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-b-blue-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-to: rgb(30 58 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

@font-face {
  font-family: "得意黑 斜体";

  src: url("../font/Smiley_Sans_Oblique_xieti.woff2") format("woff2"),
    url("../font/Smiley_Sans_Oblique_xieti.woff") format("woff");

  font-display: swap;
}

.header {
  width: 100%;
  height: 100%;
  background: url(../images/top-bj.jpg) center center no-repeat;
  background-size: cover;
}

.slogan {
  color: white;
  font-weight: 400;
  line-height: 3rem;
  font-family: "得意黑 斜体";
}

.search-button {
  position: absolute;
  overflow: hidden;
  height: 35px;
  right: 5px;
  top: 0px;
  width: 15%;
  background: url(../images/t_ss.png) center center no-repeat;
}

#menu {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 15;
  border: solid 1px rgba(255, 255, 255, 0.62);
}

#menu li {
  height: 58px;
  float: left;
  position: relative;
  text-align: center;
  width: 11%;
}

#menu li a.dbt {
  font-size: 18px;
  display: block;
  line-height: 58px;
  color: #fff;
  font-weight: bold;
}

#menu li:hover a.dbt {
  background-color: #012a62;
}

#menu li dl {
  width: 100%;
  font-size: 16px;
  display: none;
  background-color: #012a62;
  position: absolute;
  left: 0px;
  top: 58px;
  z-index: 16;
}

#menu li dl a {
  display: block;
  padding: 8px 10px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

#menu li dl a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#menu li:hover dl {
  display: block;
}

.swiper {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #fff;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
  font-size: x-large;
}

.mybanner-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 10px;
  opacity: 1;
}

.mybanner-bullet-active {
  color: #fff;
  /* background: #007aff; */
  font-size: x-large;
}

#mylunbo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* width: 600px;
    height: 480px; */
}

.mylunbo-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 10px;
  /* color: #000; */
  opacity: 1;
  /* background: rgba(0, 0, 0, 0.2); */
}

.mylunbo-bullet-active {
  color: #fff;
  /* background: #007aff; */
  font-size: x-large;
}

.img_content {
  width: 100%;
  height: 100%;
}

.news {
  width: 100%;
  height: 100%;
}

.news li {
  margin-bottom: 30px;
}

.news li:last-child {
  margin-bottom: 0;
}

.news li a {
  display: block;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 85px;
}

.news li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  height: auto !important;
  line-height: 25px;
  white-space: inherit;
}

.news li a:hover .bt {
  font-weight: bold;
}

.news li a .sTime {
  font-size: 14px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #023e7f;
  color: #fff;
  border: solid 1px #e5e5e5;
  text-align: center;
}

.news li a .sTime b {
  display: block;
  background-color: #fff;
  font-size: 20px;
  color: #023e7f;
  line-height: 26px;
}

.tzgg {
  width: 106%;
  float: left;
  margin-left: -2%;
}

.tzgg li {
  width: 46%;
  float: left;
  margin: 10px 2%;
}

.tzgg li a {
  display: block;
  width: 100%;
  height: 115px;
  padding: 30px 30px 30px 100px;
  background-color: #fff;
  border-bottom: solid 4px #023e7f;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.tzgg li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  height: auto !important;
  line-height: 25px;
  white-space: inherit;
}

.tzgg li a .sTime {
  font-size: 14px;
  width: 65px;
  position: absolute;
  left: 20px;
  top: 25px;
  color: #999999;
  text-align: center;
}

.tzgg li a .sTime b {
  display: block;
  font-size: 40px;
  color: #023e7f;
  line-height: 40px;
  color: #666666;
  font-weight: bold;
}

.tzgg li a:hover {
  background-color: #023e7f;
  color: #fff;
}

.tzgg li a:hover .sTime {
  color: #fff;
}

.tzgg li a:hover .sTime b {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .tzgg {
    width: 104%;
    float: left;
    margin-left: -2%;
  }

  .tzgg li {
    width: 46%;
    float: left;
    margin: 12px 2%;
  }

  .tzgg li a {
    display: block;
    width: 100%;
    height: 115px;
    padding: 30px 30px 30px 100px;
    background-color: #fff;
    border-bottom: solid 4px #023e7f;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }

  .tzgg li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    height: auto !important;
    line-height: 25px;
    white-space: inherit;
  }

  .tzgg li a .sTime {
    font-size: 14px;
    width: 65px;
    position: absolute;
    left: 20px;
    top: 25px;
    color: #999999;
    text-align: center;
  }

  .tzgg li a .sTime b {
    display: block;
    font-size: 40px;
    color: #023e7f;
    line-height: 40px;
    color: #666666;
    font-weight: bold;
  }

  .tzgg li a:hover {
    background-color: #023e7f;
    color: #fff;
  }

  .tzgg li a:hover .sTime {
    color: #fff;
  }

  .tzgg li a:hover .sTime b {
    color: #fff;
  }

  .tzgg {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 10px;
  }

  .tzgg li {
    width: 48%;
    margin: 7.5px 1%;
  }

  .tzgg li a {
    height: 80px;
    padding: 16px 16px 16px 80px;
    border-bottom: solid 3px #023e7f;
  }

  .tzgg li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
    font-size: 14px;
  }

  .tzgg li a .sTime {
    font-size: 12px;
    width: 60px;
    left: 10px;
    top: 15px;
  }

  .tzgg li a .sTime b {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .tzgg li {
    width: 98%;
  }
}

@media only screen and (max-width: 1024px) {
  .news li {
    margin-bottom: 30px;
  }

  .news li:last-child {
    margin-bottom: 0;
  }

  .news li a {
    display: block;
    width: 100%;
    position: relative;
    height: 50px;
    padding-left: 85px;
  }

  .news li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    height: auto !important;
    line-height: 25px;
    white-space: inherit;
  }

  .news li a:hover .bt {
    font-weight: bold;
  }

  .news li a .sTime {
    font-size: 14px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #023e7f;
    color: #fff;
    border: solid 1px #e5e5e5;
    text-align: center;
  }

  .news li a .sTime b {
    display: block;
    background-color: #fff;
    font-size: 20px;
    color: #023e7f;
    line-height: 26px;
  }

  .news li {
    margin-bottom: 15px;
  }

  .news li a {
    height: 44px;
    padding-left: 70px;
  }

  .news li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
    font-size: 14px;
  }

  .news li a .sTime {
    font-size: 12px;
    line-height: 20px;
    width: 60px;
  }

  .news li a .sTime b {
    font-size: 16px;
    line-height: 24px;
  }
}

.news_list2 li {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}

.news_list2 li a {
  display: block;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 90px;
}

.news_list2 li a .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
}

.news_list2 li a:hover .bt {
  font-weight: bold;
}

.news_list2 li a .sTime {
  font-size: 14px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #023e7f;
  color: #fff;
  border: solid 1px #e5e5e5;
  text-align: center;
}

.news_list2 li a .sTime b {
  display: block;
  background-color: #fff;
  font-size: 20px;
  color: #023e7f;
  line-height: 26px;
}

@media only screen and (min-width: 1280px) and (min-width: 1536px) {
  .xkjd_list.pic_list li .img_content {
    height: 299px;
  }

  .xkjd_list.pic_list li .img_content img {
    min-height: 299px;
  }
}

@media only screen and (max-width: 1280px) {
  .news_list2 li {
    margin-bottom: 15px;
  }

  .news_list2 li a {
    height: 44px;
    padding-left: 70px;
  }

  .news_list2 li a .bt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 768px) {
  .news_list2 li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    white-space: inherit;
  }
}

@media only screen and (max-width: 1280px) {
  .news_list2 li a .sTime {
    font-size: 12px;
    line-height: 20px;
    width: 60px;
  }

  .news_list2 li a .sTime b {
    font-size: 16px;
    line-height: 24px;
  }
}

.news_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  height: auto !important;
  line-height: 25px;
  white-space: inherit;
}

.news_bg {
  background-color: #023e7f;
}

.tzgg_tit {
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer {
  width: 100%;
  height: 100%;
  background: url(../images/foot_bj.jpg) center center no-repeat;
  background-size: cover;
}

.sbt {
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding: 0 20% 40px 20%;
  font-weight: bold;
  float: left;
}

.sbt p {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .sbt {
    font-size: 16px;
    padding: 0 0% 15px 0%;
    line-height: 28px;
  }

  .sbt p {
    font-size: 14px;
  }
}

.ssj {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 10px 0;
  color: #999999;
  border-top: solid 1px #ddd;
}

@media only screen and (max-width: 1024px) {
  .ssj {
    padding: 15px 0 0 0;
  }
}

.sgd {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
  padding-top: 25px;
  font-size: 16px;
  line-height: 35px;
  color: #999999;
  position: relative;
  min-height: 120px;
}

@media only screen and (min-width: 1024px) {
  .sgd {
    padding-right: 280px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.sgd .ab_fx {
  position: absolute;
  right: 0px;
  top: 75px;
  width: auto;
}

.sgd .ab_fx img {
  margin-left: 10px;
}

.sgd a.cd_fh {
  background-color: #f5f5f5;
  padding: 0 30px;
  line-height: 38px;
  position: absolute;
  right: 0px;
  top: 20px;
  border: solid 1px #ddd;
}

@media only screen and (max-width: 1024px) {
  .sgd {
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }

  .sgd .ab_fx {
    display: block;
    width: 100%;
    position: inherit;
    right: auto;
    top: auto;
  }

  .sgd .ab_fx img {
    margin-left: 10px;
  }

  .sgd a.cd_fh {
    padding: 0 20px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 15px 0;
    position: inherit;
    right: auto;
    top: auto;
  }
}

div.mypag {
  padding: 30px 5px 30px 5px;
}

div.mypag a {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0px 4px;
  border: solid 1px #ddd;
  font-size: 16px;
}

div.mypag a:hover {
  border-color: #023e7f;
  background-color: #023e7f;
  color: #ffffff;
}

div.mypag a:active {
  border-color: #023e7f;
  background-color: #023e7f;
  color: #ffffff;
}

div.mypag span.current {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: solid 1px #023e7f;
  font-size: 16px;
  background-color: #023e7f;
  color: #ffffff;
  margin: 0px 4px;
}

div.mypag span.disabled {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: solid 1px #eee;
  font-size: 16px;
  /* background-color: #023e7f; */
  color: #ddd;
  margin: 0px 4px;
}

.pageStyle {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}

.pageStyle a {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0px 4px;
  border: solid 1px #ddd;
  font-size: 16px;
}

.pageStyle a:hover, .pageStyle a.active {
  border-color: #023e7f;
  background-color: #023e7f;
  color: #ffffff;
}

.pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
  font-size: 20px;
}

.pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .pageStyle a {
    width: 23%;
    margin: 0 1%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }

  .pageStyle a .bi-chevron-left, .pageStyle a .bi-chevron-right {
    font-size: 16px;
  }

  .pageStyle a .bi-chevron-bar-left, .pageStyle a .bi-chevron-bar-right {
    font-size: 16px;
  }
}

#article img {
  margin: 20px auto;
}

.ml_list2 {
  width: 100%;
  height: 600px;
}

.ml_list2 .item {
  margin-bottom: 30px;
  background-color: #f6f6f6;
}

.ml_list2 .item:last-child {
  margin-bottom: 0;
}

.ml_list2 .item .bt {
  background-color: #023e7f;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
}

.ml_list2 .item ul {
  width: 100%;
  float: left;
  padding: 10px;
}

.ml_list2 .item ul li {
  width: 14.6666%;
  margin: 10px 1%;
  float: left;
}

.ml_list2 .item ul li.large {
  width: 31.3332%;
}

.ml_list2 .item ul li a {
  display: block;
  background-color: #fff;
  line-height: 45px;
  height: 45px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
}

.ml_list2 .item ul li a:hover {
  background-color: #023e7f;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .ml_list2 .item {
    margin-bottom: 15px;
  }

  .ml_list2 .item .bt {
    padding: 8px 15px;
    font-size: 16px;
  }

  .ml_list2 .item ul {
    padding: 10px;
  }

  .ml_list2 .item ul li {
    width: 23%;
    margin: 5px 1%;
  }

  .ml_list2 .item ul li.large {
    width: 48%;
  }

  .ml_list2 .item ul li a {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .ml_list2 .item .bt {
    font-size: 15px;
  }

  .ml_list2 .item ul {
    padding: 5px;
  }

  .ml_list2 .item ul li {
    width: 23%;
  }

  .ml_list2 .item ul li.large {
    width: 98%;
  }
}

/*侧边栏*/

.subLeft{
  /*! width: 240px; */
  background: #eeeeee;
}

.gp-subLeft{
  width: 260px;
  background: #e0e0e0;
  /*! margin: 0 0 40px 20px; */
}

.gp-subLeft > ul{
}

.gp-subLeft > ul >li{
  position: relative;
  border-bottom: #fff 4px solid;
}

.gp-subLeft > ul >li > a{
  display: block;
  padding: 16px 30px;
  color: #444444;
  position: relative;
}

.gp-subLeft > ul >li > a.active:before{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.gp-subLeft > ul >li > a:hover,.gp-subLeft > ul >li > a.active{
  color:#023e7f;
  background-color: #fff;
  padding-left: 25px;
  border-left: #023e7f 4px solid;
  font-weight: bold;
}

.gp-subLeft .gp-toggles,.gp-sub-toggles{
  font-size: 12px;
  font-size: 1.2rem;
  width: 36px;
  height:55px;
  position: absolute;
  right: 0;
  top: 0;
  line-height:55px;
  text-align: center;
  cursor: pointer;
  color:#fff;
  font-weight: normal;
  display: block;
  margin-right: 12px;
}

.gp-subLeft .gp-toggles.icon-jia{
  background: url(../images/jiahao.png) no-repeat center center;
}

.gp-subLeft .gp-toggles.icon-jia.icon-down{
  background: url(../images/jianhao.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles{
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.gp-second-nav{
  font-size: 14px;
  display: none;
  background: #fff;
  padding-left: 30px;
  padding-top: 1px;
}

.gp-second-nav dd{
  position: relative;
  border-bottom:#fff 1px solid;
}

.gp-second-nav dd a{
  display: block;
  position: relative;
  padding:14px;
  background: #eee;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-size: 16px;
  color: #757575;
}

.gp-second-nav dd dd a{
  padding-left: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px 10px 50px;
  background-color: #3d72b3;
  color:#ddd;
  border-bottom: none;
}

.gp-second-nav dd dd a:before{
  border-bottom-color: #4e81c0;
}

.gp-second-nav dd a:hover,.gp-second-nav dd a.current{
  color:#023e7f;
  background: #fff;
  border-left: #023e7f 4px solid;
  font-weight: bold;
}

.gp-subLeft *{
  transition: none;
}

.gp-subRight{
  margin-left: 9px;
  overflow: hidden;
}

.gp-subRight-con{
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.gp-subRight-con.max-width{
  max-width: 1200px;
  margin:30px auto auto;
}

/*侧边栏移动端 */

.gp-m-subNav{
  display:none;
}

.gp-m-inner-header{
  width:100%;
  height:42px;
  background-color: #9d141e;
  cursor:pointer;
  line-height: 42px;
}

.gp-m-inner-header > span{
  height: 50px;
  padding-left: 15px;
  font-size: 1.8rem;
  color:#fff;
}

.gp-m-subNav .gp-m-inner-header-icon{
  float: right;
  width: 50px;
  height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-out i.icon-jia{
  display: block;
  background: url(../images/jiahao.png) no-repeat center;
  width: 50px;
  height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-click i.icon-jian{
  display: block;
  background: url(../images/jianhao.png) no-repeat center;
  width: 50px;
  height: 42px;
}

.gp-subNavm{
  width:100%;
  overflow: hidden;
  display: none;
}

.gp-subNavm h2{
  width:100%;
  height:48px;
  line-height:48px;
  background-color:#003c7f;
}

.gp-subNavm h2 a{
  padding-left:13px;
  font-size:20px;
  display:block;
  color:#fff;
}

.gp-subNavm ul{
  background: #f0f0f0;
}

.gp-subNavm li{
  position: relative;
}

.gp-subNavm li > a{
  font-size: 14px;
  padding-left:13px;
  height:45px;
  line-height:45px;
  border-bottom:1px solid #fff;
  display:block;
}

.gp-subNavm li.sub_has span{
  margin-left: 10px;
}

.gp-subNavm li.on a{
  color:#003c7f;
  display:block;
  width:100%;
}

.gp-m-toggle,.gp-sub-m-toggle{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: 15px;
  line-height: 40px;
  text-align: center;
}

.gp-m-toggle.icon-right{
  background: url(../images/jiahao.png) no-repeat center center;
}

.gp-m-toggle.icon-down{
  background: url(../images/jianhao.png) no-repeat center center;
}

.gp-subNavm dl{
  display: none;
  background-color:#FDFDFD;
}

.gp-subNavm dl dd{
  padding-left: 30px;
  line-height:18px;
  padding:10px 0px 10px 30px;
  border-bottom: 1px solid #f3f5f6;
  position: relative;
}

.gp-subNavm li dl dd a{
  font-size: 14px;
  font-weight:normal;
  display:inline;
  border:none;
  padding:0px;
}

.gp-subNavm li dl dd a:hover{
  color:#5b396c;
}

.subCon{
  position: relative;
  z-index: 3;
}

.subCon::before{
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  position: absolute;
  top: 0;
}

.sub-leftTitle{
  line-height: 28px;
  background-color: #023e7f;
  position: relative;
  margin-top: -32px;
}

.sub-leftTitle h2{
  color: #fff;
  padding: 24px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

/*文章页和简介页*/

.gp-bread{
  text-align: right;
  position: relative;
}

.gp-bread > div{
  display: inline-block;
  width: auto;
}

.articleTitle{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 95px;
  background-color:rgba(0,0,0,0.5);
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  /* 标准的语法 */
}

.pageArticleTitle{
  margin-bottom: 15px;
  border-bottom: #e5e5e5 1px solid;
}

.pageArticleTitle h3{
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}

.articleAuthor {
  text-align: center;
  padding: 11px 0 20px 0px;
  overflow: hidden;
  /*! background: #F5F5F5; */
  /*! margin: 27px 0 0 0; */
}

.articleAuthor span{
  color: #999999;
  padding: 0 15px;
}

.gp-article{
  line-height:30px;
  margin-bottom:50px;
}

.gp-article p{
}

.gp-article table{
  margin: auto;
  width:96% !important;
}

.gp-article table *{
  word-break: break-all;
  white-space: pre-wrap;
}

.gp-article i,.gp-article em{
  font-style: italic;
}

.gp-article strong{
  font-weight: bold;
}

.line{
  width: 160px;
  height: 1px;
  background: #8c0000;
  margin-top: 30px;
}

/*列表页*/

.articleTitle02{
  margin-bottom: 25px;
  overflow:hidden;
  border-bottom: #e5e5e5 1px solid;
}

.articleTitle02 span{
  display: inline-block;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

.list01{
  margin:-20px 0 0 0;
  overflow: hidden;
}

.list01 li{
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  padding:20px 0;
}

.list01 li a{
  line-height: 24px;
  max-height: 48px;
  display: block;
  overflow: hidden;
}

.list01 li .date{
  color: #999;
  margin: 5px 0 0;
  float: right;
  display: inline-block;
}

/*图片列表*/

.list02{
  overflow: hidden;
}

.list02 li{
  overflow: hidden;
}

.list02 li a{
  display: block;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  margin:20px 15px;
  overflow: hidden;
  position: relative;
}

.list02 .listText{
  display: block;
  padding:15px 30px;
  position: relative;
}

.list02 .listTitle{
  line-height: 24px;
  height: 24px;
  padding-left: 12px;
  position: relative;
}

.list02 .listTitle:before{
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #8c0000;
  position: absolute;
  left: 0;
  top:5px;
}

.list02 .listDate{
  display: inline-block;
  color: #757575;
}

/*文章页表格*/

.jgsz table{
  width: 100% !important;
  text-align: center;
}

.jgsz table tr td,.gp-article table tr th{
  padding:12px;
  padding:1rem;
}

.jgsz table tr th{
  background: #8b0012;
  color: #fff !important;
}

.jgsz table *{
  word-break: break-all;
}

.jgsz table td{
  border:solid #e5e4dc;
  border-width:1px 1px 1px 1px;
}

.jgsz table tr:nth-child(1) > td{
  background: #eeeeee;
}

.jgsz table tr:nth-child(1) td{
  font-weight: bold;
}

.jgsz table tr:nth-child(odd){
  background:#faf8f5
}

/*师资队伍*/

.list03{
  margin:0 -20px;
  overflow: hidden;
}

.list03 li {
  border-bottom: #e5e5e5 1px solid;
  width: 25%;
  /* height: 535px;*/
  overflow: hidden;
}

.zhuanzhi{
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  height:400px;
}

.list03 li a{
  display: block;
  margin:20px 20px;
}

.list03 .gp-img-responsive{
  padding-bottom: 130%;
}

.list03 .listText{
  margin-top: 15px;
}

.list03 .listText *{
  color: #757575;
  line-height: 22px;
}

.list03 .listText b{
  color: #222;
}

.list03 .name b{
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 30px;
}

.list03 .mail{
  margin: 13px 0;
}

.list03 .research{
  height:44px;
}

.letterList{
  overflow:hidden;
}

.letterList a{
  display:inline-block;
  color: #999999;
  width: auto;
  text-align: center;
  line-height: 28px;
  padding: 5px 10px;
  margin: 5px 0;
}

.letterList a.active,.letterList a:hover{
  background: #8c0000;
  border-radius:5px;
  color: #fff;
}

.list {
  margin:-20px 0 0 0;
  overflow: hidden;
}

.list li{
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  padding:10px 0;
}

.list li a{
  line-height: 24px;
  max-height: 48px;
  display: block;
  overflow: hidden;
}

.list li .date{
  color: #999;
  margin: 5px 0 0;
  float: right;
  display: inline-block;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-divide-opacity));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
  }

  @media (prefers-color-scheme: dark) {
    .md\:dark\:bg-gray-900 {
      --tw-bg-opacity: 1;
      background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }

    .md\:dark\:bg-transparent {
      background-color: transparent;
    }

    .md\:dark\:text-blue-500 {
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
    }

    .md\:dark\:hover\:bg-transparent:hover {
      background-color: transparent;
    }

    .md\:dark\:hover\:text-blue-500:hover {
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
    }
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }
}

