@charset "UTF-8";

/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 14px;
  color: #333333;
  background: #f6f6f6;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
progress,
video,
body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul,
li,
ol {
  list-style: none;
  line-height: normal;
}

i,
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover,
a:focus {
  color: #d50821;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img,
input[type=text],
input[type=submit],
input[type=password],
textarea,
select,
button,
footer,
header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #d50821;
  color: #fff;
}

::selection {
  /*background: #d50821;*/
  background: #4498f0;
  color: #fff;
}

::-moz-selection {
  background: #d50821;
  color: #fff;
}

.uc-content {
  min-width: 1000px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #fff;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #c5c5c5;
  margin-left: 20px;
}

.uc-del:first-child {
  margin-left: 0;
}

.animate,
.uc-animate,
.uc-revealOnScroll {
  opacity: 0;
}

.uc-blue {
  color: #004d98 !important;
}

.uc-red {
  color: #d50821 !important;
}

.uc-gray {
  color: #c5c5c5 !important;
}

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}

.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}

.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}

.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}

.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}

.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

.g-main .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.g-main .main-left {
  width: 510px;
}

.g-main .main-right {
  flex: 1;
  min-width: 0;
  margin-left: 15px;
}

.g-main .g-box {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.g-main .g-box:last-child {
  margin-bottom: 0;
}

.g-box-paper {
  position: sticky !important;
  top: 145px;
  background-color: yellow;
}

.g-paper {
  position: relative;
  border: #dbdbdb 1px solid;
  /* 五角星悬停效果 */
  /* 文字悬停效果 */
}

.g-paper img {
  display: block;
}

.g-paper svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.g-paper svg text {
  display: none;
}

.g-paper polygon {
  fill: transparent;
  cursor: pointer;
}

.g-paper .hoverable-star:hover {
  fill: rgba(0, 77, 152, 0.3);
  transition: all 0.3s ease;
}

.g-paper a:hover text {
  fill: #004d98;
  display: block;
  /* 悬停时文字变为红色 */
}

.g-sideTab {
  width: 35px;
  position: absolute;
  z-index: 99;
  left: -35px;
  top: 70px;
}

.g-sideTab.style-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.g-sideTab li {
  margin-bottom: 15px;
  position: relative;
}

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

.g-sideTab li.on .item,
.g-sideTab li:hover .item {
  background-color: #d50821;
}

.g-sideTab li:hover .sub-menu {
  display: block;
}

.g-sideTab .item {
  border-radius: 4px 0 0 4px;
  /*background-color: #646464;*/
  background-color: #ABABAB;
  color: #fff;
  padding: 12px 8px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s linear;
}

.g-sideTab .item.two {
  line-height: 24px;
}

.g-sideTab .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  border: #dbdbdb 1px solid;
  display: none;
}

.g-sideTab .part1 {
  padding: 8px 15px;
}

.g-sideTab .part1 .part1-item {
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #646464;
}

.g-sideTab .part1 .part1-item:hover {
  color: #d50821;
}

.g-sideTab .part1 .con {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-sideTab .part1 img {
  display: block;
  margin-left: 5px;
}

textarea {
  min-height: 120px;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}

[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

button:after {
  display: none;
}

.uc-input,
.uc-select,
.uc-button,
.uc-textarea {
  width: 100%;
  border: #dbdbdb 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}

.uc-input:hover,
.uc-input:focus,
.uc-select:hover,
.uc-select:focus,
.uc-button:hover,
.uc-button:focus,
.uc-textarea:hover,
.uc-textarea:focus {
  border-color: #d50821;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}

.uc-btn img {
  margin-right: 10px;
}

.uc-btn:hover {
  opacity: 0.8;
}

.uc-btn.blue {
  background-color: #004d98;
  border: #004d98 1px solid;
  color: #fff;
}

.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(0, 77, 152, 0.7) 0%, #004d98 100%);
  color: #fff;
}

.uc-btn.blue-plain {
  color: #004d98;
  border: #004d98 1px solid;
}

.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #004d98;
  color: #fff;
}

.uc-btn.red {
  background-color: #d50821;
  border: #d50821 1px solid;
  color: #fff;
}

.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(213, 8, 33, 0.7) 0%, #d50821 100%);
  color: #fff;
}

.uc-btn.red-plain {
  color: #d50821;
  border: #d50821 1px solid;
}

.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #d50821;
  color: #fff;
}

.uc-btn.gray {
  background-color: #c5c5c5;
  border: #c5c5c5 1px solid;
  color: #fff;
}

.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(197, 197, 197, 0.7) 0%, #c5c5c5 100%);
  color: #fff;
}

.uc-btn.gray-plain {
  color: #c5c5c5;
  border: #c5c5c5 1px solid;
}

.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #c5c5c5;
  color: #fff;
}

.uc-prvNxt {
  padding: 15px 0 14px;
  border-top: #dbdbdb 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
}

.uc-prvNxt span {
  margin: 0 5px;
}

.uc-prvNxt a {
  min-width: 30px;
  height: 30px;
  display: inline-block;
  border: #646464 1px solid;
  line-height: 28px;
  margin: 0 5px;
  text-align: center;
  color: #646464;
  background-color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.uc-prvNxt a.gray {
  background-color: #646464;
  border: #646464 1px solid;
  color: #fff;
  padding: 0 15px;
}

.uc-prvNxt a:hover,
.uc-prvNxt a.on {
  background-color: #d50821;
  border-color: #d50821;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}

.uc-tag:empty {
  display: none;
}

.uc-tag.blue {
  background-color: #004d98;
  color: #fff;
}

.uc-tag.red {
  background-color: #d50821;
  color: #fff;
}

.uc-tag.gray {
  background-color: rgba(197, 197, 197, 0.4);
  color: #fff;
}

.site-title {
    margin-left: -180px;
    margin-bottom: -20px;
    font-size: 22px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-bottom: 6px;
}
.site-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: white;
    margin-bottom: 2px;
}
/* 防止鼠标悬停变色 */
.site-title, 
.site-title:link, 
.site-title:visited, 
.site-title:hover, 
.site-title:active {
    color: white !important;
}


/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}

.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 10px;
  background-color: #fff;
}

.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-code .box {
  width: 390px;
  padding: 20px;
}

.uc-alert-code .g-box {
  padding: 24px;
  text-align: center;
}

.uc-alert-code .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.uc-alert-code .txt {
  font-size: 20px;
  margin-bottom: 32px;
}

.uc-alert-code .code {
  width: 176px;
  border-radius: 20px;
  height: 176px;
  margin: 0 auto 36px;
}

.uc-alert-code .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.uc-alert-code .txt2 {
  font-size: 18px;
  margin-bottom: 16px;
}

.uc-alert-code .txt3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.g-bannerBox {
  padding: 15px 0;
}

.g-bannerBox img {
  display: block;
  max-width: 100%;
}

.g-shadow {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.g-dateBox {
  border: #dbdbdb 1px solid;
  padding-bottom: 10px;
}

.g-dateBox .hd {
  background-color: #4498f0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 0 10px;
}

.g-dateBox .hd time {
  font-weight: bold;
}

.g-dateBox .btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.g-dateBox table {
  width: 100%;
}

.g-dateBox th {
  background-color: #4498f0;
  height: 32px;
  color: #fff;
  text-align: center;
}

.g-dateBox td {
  height: 20px;
  text-align: center;
}

.g-dateBox td.gray {
  color: #c5c5c5;
}

.g-dateBox .d {
  width: 24px;
  border-radius: 100%;
  height: 24px;
  background-color: #4498f0;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin: 4px auto;
}

.g-dateBox .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.g-dateBox .btm .btn {
  color: #c5c5c5;
  line-height: 32px;
  text-align: center;
}

footer {
  margin-top: 15px;
}

footer .ft1 {
  background-color: #004d98;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
}

footer .ft2 {
  padding: 10px 0;
  text-align: center;
  color: #646464;
  line-height: 24px;
}

footer .ft2 p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .ft2 img {
  display: block;
}

footer .ft2 a {
  color: #646464;
}

footer .ft2 a:hover {
  color: #d50821;
}

.g-sideMenu {
  position: fixed;
  z-index: 9;
  bottom: 50%;
  transform: translateY(50%);
  width: 55px;
}

.g-sideMenu .item {
  width: 55px;
  border-radius: 4px;
  height: 80px;
  background-color: #fff;
  border: #dbdbdb 1px solid;
  margin-bottom: 15px;
  text-align: center;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}

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

.g-sideMenu .item:hover,
.g-sideMenu .item.on {
  background-color: #f6f6f6;
  color: #004d98;
}

.g-sideMenu img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}

.g-sideMenu .txt {
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ABABAB;
}

body {
  padding-top: 130px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #f6f6f6;
}

header>div {
  margin-left: -5px;
  margin-right: -5px;
}

header .hd-top .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}

header .hd-top time {
  font-size: 14px;
  margin-left: 20px;
  color: #646464;
}

header .hd-menu {
  background: #004d98 url("images/header.png") center center no-repeat;
  background-size: cover;
}

header .hd-menu .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
  height: 100px;
}

header .logo img {
  display: block;
  width: 395px;
}

header .right {
  flex: 1;
  min-width: 0;
  max-width: 570px;
  margin-left: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


header .right .uc-btn {
  height: 32px;
  flex: 0.2;
  min-width: 0;
  max-width: 100px;
}

header .search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}

header .search-box .uc-select {
  border-radius: 5px 0 0 5px;
  width: 100px;
  padding: 0;
  height: 32px;
}

header .search-box .uc-input {
  border-radius: 0 5px 5px 0;
  flex: 1;
  min-width: 0;
  height: 32px;
}

header .time-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 0.8;
  min-width: 0;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 10px;
}

header .time-box .uc-input {
  flex: 1;
  min-width: 0;
  height: 32px;
  border: none;
  background-color: transparent;
  text-align: center;
}

.g-title {
  border-bottom: #004d98 2px solid;
  margin-bottom: 24px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.g-title .name {
  background-color: #004d98;
  color: #fff;
  padding: 0 8px;
  font-size: 18px;
}

.g-title .right {
  flex: 1;
  min-width: 0;
  text-align: right;
  color: #646464;
}

.g-title .right a {
  color: #646464;
}

.g-title .right a:hover {
  color: #d50821;
}

.g-title .more {
  padding-right: 10px;
  color: #646464;
}

.g-title .more:hover {
  color: #d50821;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.g-box {
  border-radius: 3px;
  background-color: #fff;
  border: #dbdbdb 1px solid;
}

/* |01|报纸列表|list| */
.uc-list .g-box {
  padding: 1px;
}

.uc-list .g-title {
  margin: 14px;
}

.uc-list .list {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.uc-list .list li {
  margin: 7px;
  padding-bottom: 26px;
}

.uc-list .list .img {
  width: 160px;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
  border: #dbdbdb 1px solid;
}

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

.uc-list .list img {
  display: block;
}

.uc-list .list .time {
  text-align: center;
  color: #c5c5c5;
  margin-bottom: 8px;
}

.uc-list .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.uc-list .list .uc-btn {
  line-height: 20px;
  border-radius: 3px;
  height: 20px;
  font-size: 14px;
}

/* |02|首页|home| */
.uc-home-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}

.uc-home-1 .g-box {
  margin-bottom: 0;
}

.uc-home-1-left {
  flex: 1;
  min-width: 0;
  margin-right: 15px;
}

.uc-home-1-left .detail {
  margin-top: 1px;
}

.uc-home-1-left .detail h3 {
  margin-bottom: 10px;
}

.uc-home-1-left .detail h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #d50821;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-home-1-left .detail .con {
  text-indent: 2em;
  line-height: 30px;
  text-align: justify;
  height: 90px;
  overflow: hidden;
}

.uc-home-1-left .list {
  border-top: #f1f1f1 1px solid;
  margin-top: 6px;
  padding-top: 6px;
  margin-bottom: -8px;
}

.uc-home-1-left .list li {
  line-height: 30px;
  font-size: 16px;
}

.uc-home-1-left .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.uc-home-1-left .list .item:hover .con {
  color: #d50821;
}

.uc-home-1-left .list .tag {
  /*width: 100px;*/
  color: #004d98;
}

.uc-home-1-left .list .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
  color: #646464;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.uc-home-1-left .list .con img {
  margin-left: 5px;
}

.uc-home-1-left .list time {
  color: #c5c5c5;
  margin-left: 10px;
}

.uc-home-1-left .list .uc-tag {
  line-height: 16px;
  font-size: 12px;
  margin-right: 5px;
}

.uc-home-1-right {
  width: 220px;
}

.uc-home-1-right .list {
  margin-top: -5px;
}

.uc-home-1-right .list li {
  line-height: 29px;
}

.uc-home-1-right .list li .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.uc-home-1-right .list li:nth-child(1) .num,
.uc-home-1-right .list li:nth-child(2) .num,
.uc-home-1-right .list li:nth-child(3) .num {
  color: #ff7d39;
}

.uc-home-1-right .list .num {
  font-style: italic;
  color: #646464;
  margin-right: 10px;
}

.uc-home-1-right .list .con {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-home-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.uc-home-2 .g-box {
  margin-bottom: 0;
}

.uc-home-2-left {
  flex: 1;
  min-width: 0;
  margin-right: 15px;
}

.uc-home-2-right {
  width: 455px;
}

.uc-home-2-right .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.uc-home-2-right .list .img {
  width: 132px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 5px;
  border: #dbdbdb 1px solid;
}

.uc-home-2-right .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.uc-home-2-right .list img {
  display: block;
}

.uc-home-2-right .list .time {
  text-align: center;
  color: #c5c5c5;
  margin-bottom: 8px;
}

.uc-home-2-right .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.uc-home-2-right .list .uc-btn {
  line-height: 20px;
  border-radius: 3px;
  height: 20px;
  font-size: 14px;
}

/* |03|搜索结果|search| */
.uc-searchPage {
  min-height: 80vh;
}

.uc-searchPage .g-box {
  padding: 1px 0;
}

.uc-searchPage .g-title {
  margin: 14px 14px 0;
}

.uc-searchPage .list {
  padding-bottom: 14px;
  min-height: 600px;
}

.uc-searchPage .list li {
  position: relative;
}

.uc-searchPage .list li:after {
  content: "";
  width: calc(100% - 28px);
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.uc-searchPage .list li:hover {
  background-color: #f1f1f1;
}

.uc-searchPage .list li:hover:after {
  background-color: #f1f1f1;
}

.uc-searchPage .list .item {
  padding: 14px;
  display: block;
}

.uc-searchPage .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  margin-bottom: 6px;
}

.uc-searchPage .list h3 {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: bold;
  color: #004d98;
}

.uc-searchPage .list .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.uc-searchPage .list .sub-item {
  margin-left: 80px;
  color: #c5c5c5;
  font-size: 18px;
}

.uc-searchPage .list .sub-item:first-child {
  color: #646464;
}

.uc-searchPage .list .bd {
  text-indent: 2em;
  text-align: justify;
  color: #646464;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

/* |04|文章列表|list2| */
.uc-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.uc-list2-left {
  flex: 1;
  min-width: 0;
  margin-right: 15px;
}

.uc-list2-left .g-title {
  margin-bottom: 8px;
}

.uc-list2-left .list {
  min-height: 600px;
  margin-left: -15px;
  margin-right: -15px;
}

.uc-list2-left .list li {
  position: relative;
}

.uc-list2-left .list li:after {
  content: "";
  width: calc(100% - 28px);
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.uc-list2-left .list li:hover,
.uc-list2-left .list li.on {
  background-color: #f1f1f1;
}

.uc-list2-left .list li .active {
  background-color: #f1f1f1;
}

.uc-list2-left .list li .active .name,
.uc-list2-left .list li:hover .name,
.uc-list2-left .list li.on .name {
  color: #d50821;
}

.uc-list2-left .list li:hover .dot,
.uc-list2-left .list li.on .dot {
  background-color: #d50821;
}

.uc-list2-left .list li:hover:after,
.uc-list2-left .list li.on:after {
  background-color: #f1f1f1;
}

.uc-list2-left .list .item {
  padding: 14px;
  display: block;
}

.uc-list2-left .list .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.uc-list2-left .list .title img {
  display: block;
  margin-left: 5px;
}

.uc-list2-left .list .uc-tag {
  line-height: 16px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 12px;
}

.uc-list2-left .list .name {
  font-size: 17px;
  font-weight: bold;
  color: #004d98;
}

.uc-list2-left .list .dot {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #004d98;
}

.uc-list2-left .list .con {
  text-align: justify;
  color: #646464;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.uc-list2-right {
  width: 220px;
}

.uc-list2-right .g-title {
  margin-bottom: 16px;
}

.uc-list2-right .list li {
  line-height: 32px;
}

.uc-list2-right .list li .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #646464;
}

.uc-list2-right .list li .item:hover {
  color: #d50821;
}

.uc-list2-right .list li:nth-child(1) .num,
.uc-list2-right .list li:nth-child(2) .num,
.uc-list2-right .list li:nth-child(3) .num {
  color: #ff7d39;
}

.uc-list2-right .list .num {
  font-style: italic;
  color: #646464;
  margin-right: 10px;
}

.uc-list2-right .list .con {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-list2-right .list img {
  display: block;
  margin-left: 5px;
}

.uc-list2-right .list.small li {
  line-height: 30px;
}

/* |05|阅读页|article| */
.uc-article .title-box {
  padding-bottom: 24px;
  text-align: center;
  border-bottom: #f1f1f1 1px solid;
  margin-bottom: 15px;
}

.uc-article .title-box .txt {
  font-size: 16px;
  line-height: 30px;
  color: #767575;
}

.uc-article .title-box h1 {
  font-size: 35px;
  line-height: 48px;
  font-weight: bold;
  color: #646464;
  font-weight: bold;
  padding: 10px 0;
}

.uc-article .info {
  margin-bottom: 30px;
  text-align: right;
  font-size: 16px;
  color: #b7b7b7;
}

.uc-article article {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  color: #646464;
}

.uc-article article p {
  margin-bottom: 30px;
}

.uc-article article img {
  display: block;
  margin: 0 auto 30px;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
}

.uc-article .operate,
.uc-article .operate .left,
.uc-article .operate .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.uc-article .operate .uc-btn {
  width: 120px;
  border-radius: 4px;
  height: 32px;
  margin-left: 15px;
}

.uc-article .operate .uc-btn:first-child {
  margin-left: 0;
}

.uc-article .operate .uc-btn.gray {
  background-color: #646464;
  border: none;
}

.uc-alert-mobile {
  display: none;
  position: absolute;
  z-index: 999;
  right: 60px;
  bottom: 15px;
  width: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 35px 15px 15px 15px;
}

.uc-alert-mobile .g-box {
  text-align: center;
  padding-bottom: 10px;
}

.uc-alert-mobile .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  padding-top: 8px;
}

.uc-alert-mobile .code {
  margin: 10px 0;
}

.uc-alert-mobile .code img {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  padding: 5px;
}

.uc-alert-mobile .txt {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.uc-alert-mobile .txt2,
.uc-alert-mobile .txt3 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.uc-alert-mobile.uc-show {
  display: block;
}

.uc-alert-mobile .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 32px;
  color: #999;
}

.uc-alert-mobile .close-btn:hover {
  color: #333;
}

#pageSvg text {
  transition: all 0.3s;
  dominant-baseline: middle;
}

#pageSvg a:hover text {
  fill: #ffffff !important;
}

#pageSvg a:hover rect.text-bg {
  fill: rgba(213, 8, 33, .6);

  opacity: 1;
}

#pageSvg rect.text-bg {
  opacity: 0;
  transition: all 0.3s;
}