.wrap-search-filter-curr-txt, .news-list-item .item-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap-head-top, .wrap-head-top-right, .wrap-head-top-right-link, .wrap-head-main, .wrap-search, .wrap-search-filter, .wrap-search-filter-curr, .wrap-search-filter-pop-item, .wrap-search-input, .wrap-search-btn, .wrap-nav, .wrap-nav-item-link, .wrap-nav-item-child-link, .friend-link, .friend-link-item, .foot-action, .foot-img, .wrap-flex-between, .wrap-maincont, .theme-label-title, .theme-label-title-left, .theme-label-title-right, .wrap-breadcrumb, .news-list-item, .side-news-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrap-search-filter-curr, .wrap-search-filter-curr-txt, .wrap-search-input, .wrap-maincont-center, .news-list-item .item-txt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.wrap-search-btn, .wrap-nav-item-link, .wrap-nav-item-child-link {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.wrap-flex-between, .theme-label-title {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wrap-nav {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.foot-img {
  -webkit-box-align: start;
  -moz-box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.wrap-head-top, .wrap-head-top-right, .wrap-head-top-right-link, .wrap-head-main, .wrap-search-filter, .wrap-search-filter-curr, .wrap-search-filter-pop-item, .wrap-search-input, .wrap-search-btn, .wrap-nav-item-link, .wrap-nav-item-child-link, .friend-link, .friend-link-item, .foot-action, .wrap-flex-between, .theme-label-title-left, .theme-label-title-right, .wrap-breadcrumb, .news-list-item, .side-news-bottom {
  -webkit-box-align: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrap-search, .wrap-nav, .wrap-maincont, .theme-label-title {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.wrap-head-top:after, .wrap-search-filter-pop-item:after, .wrap-nav-item-child-link:after, .theme-label-title:after, .news-detail-head:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d3d3d3;
}
.isandroid .wrap-head-top:before, .isandroid .wrap-search-filter-pop-item:before, .isandroid .wrap-nav-item-child-link:before, .isandroid .theme-label-title:before, .isandroid .news-detail-head:before {
  -moz-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

:root {
  --fontsize_small_ss: 7px;
  --fontsize_small_ss_s: 8px;
  --fontsize_small_s: 10px;
  --fontsize_small: 12px;
  --fontsize_medium: 14px;
  --fontsize_medium_x: 16px;
  --fontsize_medium_xx: 18px;
  --fontsize_large: 20px;
  --fontsize_large_s: 22px;
  --fontsize_large_x: 24px;
  --fontsize_large_xx: 26px;
  --fontsize_large_plus: 28px;
  --fontsize_large_plus_xs: 30px;
}

@media screen and (max-width: 1280px) {
  :root {
    --fontsize_small_ss: 7px;
    --fontsize_small_ss_s: 8px;
    --fontsize_small_s: 8px;
    --fontsize_small: 10px;
    --fontsize_medium: 12px;
    --fontsize_medium_x: 14px;
    --fontsize_medium_xx: 16px;
    --fontsize_large: 18px;
    --fontsize_large_s: 20px;
    --fontsize_large_x: 22px;
    --fontsize_large_xx: 24px;
    --fontsize_large_plus: 26px;
    --fontsize_large_plus_xs: 28px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --fontsize_small_ss: 7px;
    --fontsize_small_ss_s: 8px;
    --fontsize_small_s: 8px;
    --fontsize_small: 8px;
    --fontsize_medium: 10px;
    --fontsize_medium_x: 12px;
    --fontsize_medium_xx: 14px;
    --fontsize_large: 16px;
    --fontsize_large_s: 18px;
    --fontsize_large_x: 20px;
    --fontsize_large_xx: 22px;
    --fontsize_large_plus: 24px;
    --fontsize_large_plus_xs: 26px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
hr,
button,
menu {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section,
iframe {
  display: block;
}

iframe,
fieldset,
img,
button {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: normal;
}

ul,
ol,
li,
summary {
  list-style: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

html,
body,
button {
  -webkit-text-size-adjust: none;
}

button,
input,
textarea {
  -webkit-appearance: none;
  font: inherit;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

mark {
  background-color: transparent;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

input,
button,
select,
textarea,
button:focus,
input:focus,
textarea:focus,
select:focus,
a:focus,
li:focus,
span:focus,
i:focus,
img:focus,
summary {
  outline: 0;
  border: 0;
  background: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
}

textarea {
  overflow: auto;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c1c1c1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  line-height: 1.67;
  font-size: 12px;
}

body {
  font-family: 'PingFang SC', Helvetica, 'Note Sans SC', 'Source Han Sans CN', Arial, "Hiragino Sans GB", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: normal;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.wrap-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(31, 78, 131, 0.1);
}
.wrap-head-placehoder {
  height: 197px;
}
.wrap-head-top {
  position: relative;
  height: 32px;
}
.wrap-head-top-left {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #a3a3a3;
}
.wrap-head-top-right-link {
  position: relative;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #767676;
  margin: 0 8px;
}
.wrap-head-top-right-link:hover, .wrap-head-top-right-link:active {
  color: #1f4e83;
}
.wrap-head-top-right-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -7px;
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-head-top-right-link:first-child:before {
  display: none;
}
.wrap-head-top-right-link .icon-language {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(../images/icon-language.png) center center no-repeat;
  background-size: 100% 100%;
}
.wrap-head-main {
  height: 116px;
}

.wrap-logo {
  display: block;
  width: 34%;
  max-width: 409px;
  height: 69px;
}
.wrap-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}

.wrap-search {
  max-width: 503px;
  height: 44px;
  border: 1px solid #d3d3d3;
}
.wrap-search-outer {
  width: 42%;
  max-width: 503px;
}
.wrap-search-filter {
  position: relative;
  width: 25%;
  max-width: 125px;
  border-right: 1px solid #d3d3d3;
}
.wrap-search-filter-curr {
  height: 100%;
  overflow: hidden;
  padding: 0 11px;
  cursor: pointer;
}
.wrap-search-filter-curr:hover .wrap-search-filter-curr-txt, .wrap-search-filter-curr:active .wrap-search-filter-curr-txt {
  color: #1f4e83;
}
.wrap-search-filter-curr:hover .wrap-search-filter-triangle, .wrap-search-filter-curr:active .wrap-search-filter-triangle {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.wrap-search-filter-curr-txt {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #000;
  margin-right: 5px;
}
.wrap-search-filter-triangle {
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%23868686'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.wrap-search-filter-pop {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  right: -1px;
  z-index: 10;
  background: #f5f5f5;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.wrap-search-filter-show .wrap-search-filter-pop {
  display: block;
}
.wrap-search-filter-pop-item {
  position: relative;
  width: 100%;
  padding: 0 11px;
  height: 34px;
  cursor: pointer;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #585858;
}
.wrap-search-filter-pop-item:hover, .wrap-search-filter-pop-item:active {
  color: #1f4e83;
  background: #fff;
}
.wrap-search-input {
  overflow: hidden;
  padding: 0 16px;
}
.wrap-search-input-ipt {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: var(--fontsize_small);
  color: #000;
}
.wrap-search-btn {
  width: 48px;
  margin: -1px -1px -1px 0;
  background: #1f4e83;
}
.wrap-search-btn:hover, .wrap-search-btn:active {
  background: #052549;
}
.wrap-search-btn-icon-search {
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 768C170.667 768 0 597.333 0 384S170.667 0 384 0s384 170.667 384 384-170.667 384-384 384zm0-682.667C217.6 85.333 85.333 217.6 85.333 384S217.6 682.667 384 682.667 682.667 550.4 682.667 384 550.4 85.333 384 85.333z' fill='%23ffffff'/%3E%3Cpath d='M981.333 1024c-12.8 0-21.333-4.267-29.866-12.8L610.133 669.867c-17.066-17.067-17.066-42.667 0-59.734s42.667-17.066 59.734 0L1011.2 951.467c17.067 17.066 17.067 42.666 0 59.733-8.533 8.533-17.067 12.8-29.867 12.8z' fill='%23ffffff'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.wrap-head-nav {
  background: #1f4e83;
}

.wrap-nav {
  height: 49px;
}
.wrap-nav-item {
  position: relative;
}
.wrap-nav-item.txt-length-2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.wrap-nav-item.txt-length-3 {
  -webkit-box-flex: 1.3;
  -moz-box-flex: 1.3;
  -ms-flex: 1.3;
  -webkit-flex: 1.3;
  flex: 1.3;
}
.wrap-nav-item.txt-length-4 {
  -webkit-box-flex: 1.4;
  -moz-box-flex: 1.4;
  -ms-flex: 1.4;
  -webkit-flex: 1.4;
  flex: 1.4;
}
.wrap-nav-item.txt-length-5 {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  -ms-flex: 1.5;
  -webkit-flex: 1.5;
  flex: 1.5;
}
.wrap-nav-item.txt-length-6 {
  -webkit-box-flex: 1.6;
  -moz-box-flex: 1.6;
  -ms-flex: 1.6;
  -webkit-flex: 1.6;
  flex: 1.6;
}
.wrap-nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
.wrap-nav-item.curr:before, .wrap-nav-item.curr + .wrap-nav-item:before, .wrap-nav-item:first-child:before {
  display: none;
}
.wrap-nav-item-link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-size: var(--fontsize_medium_xx);
}
.curr .wrap-nav-item-link {
  font-weight: 700;
}
.wrap-nav-item-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.curr .wrap-nav-item-child {
  display: block;
}
.wrap-nav-item-child-link {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #585858;
}
.wrap-nav-item-child-link:hover, .wrap-nav-item-child-link:active {
  color: #1f4e83;
  background: #fff;
}
.wrap-nav-item.curr {
  background: #052549;
}

.mobile-menu-show {
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 9;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-menu-show .icon-menu {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 480H192c-52.8 0-96-43.2-96-96V192c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM192 160c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32H192zm640 320H640c-52.8 0-96-43.2-96-96V192c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM640 160c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32H640zM384 928H192c-52.8 0-96-43.2-96-96V640c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM192 608c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V640c0-17.6-14.4-32-32-32H192zm640 320H640c-52.8 0-96-43.2-96-96V640c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM640 608c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V640c0-17.6-14.4-32-32-32H640z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-menu-hide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-menu-hide .icon-close {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M512 960C264.96 960 64 759.04 64 512S264.96 64 512 64s448 200.96 448 448-200.96 448-448 448zm0-831.712c-211.584 0-383.712 172.128-383.712 383.712 0 211.552 172.128 383.712 383.712 383.712 211.552 0 383.712-172.16 383.712-383.712 0-211.584-172.16-383.712-383.712-383.712z' fill='%23fff'/%3E%3Cpath d='M557.056 513.376l138.368-136.864c12.576-12.416 12.672-32.672.256-45.248s-32.704-12.672-45.248-.256l-138.56 137.024-136.448-136.864c-12.512-12.512-32.736-12.576-45.248-.064-12.512 12.48-12.544 32.736-.064 45.248l136.256 136.672-137.376 135.904c-12.576 12.448-12.672 32.672-.256 45.248a31.884 31.884 0 0 0 22.752 9.504c8.128 0 16.256-3.104 22.496-9.248l137.568-136.064L650.24 697.504c6.24 6.272 14.432 9.408 22.656 9.408a31.94 31.94 0 0 0 22.592-9.344c12.512-12.48 12.544-32.704.064-45.248L557.056 513.376z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-search-show {
  display: none;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 9;
  width: 50px;
  height: 50px;
  padding: 13px;
}
.mobile-search-show .icon-search {
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 768C170.667 768 0 597.333 0 384S170.667 0 384 0s384 170.667 384 384-170.667 384-384 384zm0-682.667C217.6 85.333 85.333 217.6 85.333 384S217.6 682.667 384 682.667 682.667 550.4 682.667 384 550.4 85.333 384 85.333z' fill='%231f4e83'/%3E%3Cpath d='M981.333 1024c-12.8 0-21.333-4.267-29.866-12.8L610.133 669.867c-17.066-17.067-17.066-42.667 0-59.734s42.667-17.066 59.734 0L1011.2 951.467c17.067 17.066 17.067 42.666 0 59.733-8.533 8.533-17.067 12.8-29.867 12.8z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-search-hide {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-search-hide .icon-close {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M512 960C264.96 960 64 759.04 64 512S264.96 64 512 64s448 200.96 448 448-200.96 448-448 448zm0-831.712c-211.584 0-383.712 172.128-383.712 383.712 0 211.552 172.128 383.712 383.712 383.712 211.552 0 383.712-172.16 383.712-383.712 0-211.584-172.16-383.712-383.712-383.712z' fill='%231f4e83'/%3E%3Cpath d='M557.056 513.376l138.368-136.864c12.576-12.416 12.672-32.672.256-45.248s-32.704-12.672-45.248-.256l-138.56 137.024-136.448-136.864c-12.512-12.512-32.736-12.576-45.248-.064-12.512 12.48-12.544 32.736-.064 45.248l136.256 136.672-137.376 135.904c-12.576 12.448-12.672 32.672-.256 45.248a31.884 31.884 0 0 0 22.752 9.504c8.128 0 16.256-3.104 22.496-9.248l137.568-136.064L650.24 697.504c6.24 6.272 14.432 9.408 22.656 9.408a31.94 31.94 0 0 0 22.592-9.344c12.512-12.48 12.544-32.704.064-45.248L557.056 513.376z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1023px) {
  .wrap-logo {
    width: 320px;
    height: 54px;
  }

  .wrap-head-placehoder {
    height: 90px;
  }

  .mobile-menu-show {
    display: block;
  }

  .mobile-menu-hide {
    display: block;
  }

  .mobile-search-show {
    display: block;
  }

  .mobile-search-hide {
    display: block;
  }

  .wrap-head-main {
    height: 90px;
    margin-left: 30px;
  }

  .wrap-head-top {
    display: none;
  }

  .wrap-search-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    max-width: 100%;
    width: 100%;
    z-index: 101;
    background: #fff;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }

  .wrap-search-show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .wrap-search {
    margin: 23px 50px 23px 20px;
  }

  .wrap-head-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 101;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }
  .wrap-head-nav .wrap-cont-width {
    width: 100%;
  }

  .wrap-head-nav-show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .wrap-nav {
    height: 100%;
    display: block;
    padding-top: 50px;
  }

  .wrap-nav-item {
    display: block;
    width: 100% !important;
  }

  .wrap-nav-item-link {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }

  .wrap-nav-item:before {
    display: none;
  }

  .wrap-nav-item-child {
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
  }

  .wrap-nav-item-child-link {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 34px;
    color: #fff;
  }
  .wrap-nav-item-child-link:hover, .wrap-nav-item-child-link:active {
    color: #fff;
    background: #052549;
  }

  .wrap-nav-item-child-link:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .wrap-head-placehoder {
    height: 70px;
  }

  .wrap-head-main {
    height: 70px;
  }

  .wrap-logo {
    width: 237px;
    height: 40px;
  }

  .mobile-menu-show {
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 11px;
  }
  .mobile-menu-show .icon-menu {
    width: 18px;
    height: 18px;
  }

  .mobile-search-show {
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  .mobile-search-show .icon-search {
    width: 16px;
    height: 16px;
  }

  .wrap-search-outer {
    height: 70px;
  }

  .wrap-search {
    margin: 13px 50px 13px 20px;
  }

  .mobile-search-hide {
    top: 10px;
  }
}
.wrap-bottom {
  background: #fff;
  border-top: 4px solid #1f4e83;
}

.friend-link {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
}
.friend-link-label {
  color: #1f4e83;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  font-weight: 700;
  margin-right: 50px;
}
.friend-link-item {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #4b4b4b;
  margin-right: 40px;
}
.friend-link-item:hover, .friend-link-item:active {
  color: #1f4e83;
}
.friend-link-item:hover .friend-link-item-triangle, .friend-link-item:active .friend-link-item-triangle {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.friend-link-item-triangle {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%23868686'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.foot {
  position: relative;
  padding: 0 0 40px;
}
.foot-action {
  padding: 15px 0;
}
.foot-action-link {
  position: relative;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  line-height: 1.714;
  color: #434343;
  margin-right: 20px;
}
.foot-action-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.foot-action-link:first-child:before {
  display: none;
}
.foot-action-link:hover, .foot-action-link:active {
  color: #1f4e83;
}
.foot-copyright {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  line-height: 1.714;
  color: #434343;
}
.foot-img {
  position: absolute;
  right: 4px;
  top: 25px;
}
.foot-img-link {
  margin-top: 21px;
  display: block;
  width: 112px;
  height: 57px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.foot-img-link img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.foot-img-qrcode {
  margin-right: 40px;
}
.foot-img-qrcode-img {
  width: 80px;
  height: 80px;
}
.foot-img-qrcode-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.foot-img-qrcode-txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #7d7d7d;
  line-height: 22px;
}

@media screen and (max-width: 1023px) {
  .friend-link-label {
    margin-right: 20px;
  }

  .friend-link-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .friend-link {
    display: block;
  }

  .friend-link-item {
    margin-right: 0;
    margin-top: 5px;
  }

  .foot-img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
.wrap-cont-width {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-content {
  overflow: hidden;
}

.wrap-maincont {
  background: #fff;
  padding-bottom: 28px;
}
.wrap-maincont-left {
  width: 21.5%;
  padding: 28px 40px 0 0;
}
.wrap-maincont-center {
  overflow: hidden;
  padding: 28px 24px 0 0;
}
.wrap-maincont-right {
  width: 32.5%;
  padding: 28px 0 0 34px;
  border-left: 1px solid rgba(211, 211, 211, 0.5);
}
.wrap-maincont-right .r-content-block {
  margin-top: 10px;
}
.wrap-maincont-right .r-content-block:first-child {
  margin-top: 0;
}

.theme-label-title {
  position: relative;
  height: 56px;
  padding-bottom: 1px;
}
.theme-label-title-left {
  position: relative;
}
.theme-label-title-left:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background: #1f4e83;
}
.theme-label-title-txt {
  color: #1f4e83;
  font-size: 20px;
  font-size: var(--fontsize_large);
  font-weight: 700;
}
.theme-label-title-icon {
  margin-right: 8px;
}
.theme-label-title-right {
  padding-top: 5px;
}
.theme-label-title-more {
  color: #7b7b7b;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}
.theme-label-title-more:hover, .theme-label-title-more:active {
  color: #1f4e83;
}

@media screen and (max-width: 1280px) {
  .wrap-cont-width {
    max-width: 1000px;
  }

  .wrap-maincont {
    padding-bottom: 28px;
  }
  .wrap-maincont-left {
    padding: 28px 30px 0 0;
  }
  .wrap-maincont-right {
    padding: 28px 0 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-maincont {
    display: block;
  }
  .wrap-maincont-left {
    width: 100%;
    padding: 11px 0 0 0;
  }
  .wrap-maincont-center {
    width: 100%;
    padding: 0;
  }
  .wrap-maincont-right {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
@media screen and (max-width: 800px) {
  .theme-label-title {
    height: 46px;
  }

  .theme-label-title-icon {
    margin-right: -6px;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}
.wrap-breadcrumb {
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}
.wrap-breadcrumb-icon-home {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(../images/icon-home.png) center center no-repeat;
  background-size: 100% 100%;
}
.wrap-breadcrumb-link {
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #1f4e83;
}
.wrap-breadcrumb-link:hover, .wrap-breadcrumb-link:active {
  color: #052549;
}
.wrap-breadcrumb-link:after {
  content: "/";
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #b8b8b8;
  cursor: default;
}
.wrap-breadcrumb-link:last-child:after {
  display: none;
}

.news-list {
  padding: 8px 0;
}
.news-list-item {
  position: relative;
  padding-left: 17px;
}
.news-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  background: #898989;
}
.news-list-item .item-txt {
  display: block;
  color: #333;
  line-height: 2.25;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
}
.news-list-item .item-txt:hover, .news-list-item .item-txt:active {
  color: #1f4e83;
}
.news-list-item .item-sub {
  margin-left: 8px;
  color: #898989;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}

.news-detail-head {
  position: relative;
  text-align: center;
  padding: 13px 0 28px;
}
.news-detail-title {
  color: #5f5f5f;
  font-size: 26px;
  font-size: var(--fontsize_large_xx);
  font-weight: 700;
}
.news-detail-sub {
  margin-top: 22px;
  color: #999999;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}
.news-detail-content {
  padding: 18px 0 38px;
  color: #333333;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  line-height: 1.875;
}
.news-detail-content p {
  text-indent: 2em;
  text-align: justify;
   margin-top:16px;
}

.news-detail-content h1 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 20px;
   font-weight:700;
}
.news-detail-content h2 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 18px;
   font-weight:700;
}
.news-detail-content h3 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 16px;
   font-weight:700;
}
.news-detail-content h4 {
  text-indent: 2em;
   margin-top:12px;
   font-size: 14px;
   font-weight:700;
}
.news-detail-content h5 {
  text-indent: 2em;
   margin-top:12px;
   font-size: 12px;
   font-weight:700;
}

.news-detail-content strong {font-weight:bold;}
.news-detail-content b {font-weight:bold;}
.news-detail-content ul{padding-left:32px;padding-top:15px;padding-bottom:15px;line-height:28px;}
.news-detail-content ol{padding-left:32px;padding-top:15px;padding-bottom:15px;line-height:28px;}
.news-detail-content ul li{list-style-type:disc;}
.news-detail-content ol li{list-style-type:decimal;list-style-position:inside;}
.news-detail-contentt a{text-decoration:underline;color:#0000ee;}

.side-news {
  position: relative;
  display: block;
  width: 100%;
  max-width: 395px;
  height: 212px;
  margin-top: 14px;
}
.side-news-img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.side-news-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 62px;
  padding: 7px 20px;
  background: rgba(31, 78, 131, 0.9);
}
.side-news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  line-height: 1.5;
  color: #fff;
}
