/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 16px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3750b4;
  text-decoration: none; }
  a:hover {
    color: #253679;
    text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

progress {
  vertical-align: baseline; }

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    padding: 16px; } }
.copyright {
  padding: 32px 0;
  text-align: center; }
  .copyright p {
    margin-bottom: 8px; }
    .copyright p span {
      margin-right: 1em; }

@media (max-width: 767.98px) {
  .copyright p span {
    display: block;
    margin-right: 0; } }
.clear {
  clear: both; }

.figure {
  position: relative; }
  .figure .figure-body {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .figure .figure-body h6 {
      padding: .75rem 1rem;
      margin-bottom: 0;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5); }
      .figure .figure-body h6 a {
        color: rgba(255, 255, 255, 0.9); }
        .figure .figure-body h6 a:hover {
          color: white;
          text-decoration: none; }

.headline h6 a:hover {
  color: #3750b4;
  text-decoration: none; }
.headline p {
  color: #6c757d; }

ul.news-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  ul.news-list li span {
    margin-right: .25em;
    font-weight: bolder;
    color: #3750b4; }

.card img {
  display: block;
  margin-bottom: 8px; }
.card .card-body {
  padding: 8px; }
  .card .card-body p {
    margin-bottom: 8px;
    color: #6c757d;
    text-indent: 2em; }

.media::after {
  display: block;
  clear: both;
  content: ""; }
.media img {
  display: block;
  float: left;
  width: 50%; }
.media .media-body {
  float: right;
  width: 50%; }

ul.grid {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  ul.grid::after {
    display: block;
    clear: both;
    content: ""; }
  ul.grid li {
    float: left; }
    ul.grid li.col-1-2 {
      width: 50%; }
    ul.grid li.col-1-3 {
      width: 33.33%; }
    ul.grid li.col-1-4 {
      width: 25%; }
    ul.grid li.col-1-5 {
      width: 20%; }

@media (max-width: 767.98px) {
  ul.grid li {
    float: none; }
    ul.grid li.col-1-2, ul.grid li.col-1-3, ul.grid li.col-1-4 {
      width: 100%; } }
.part .part-hd {
  padding-top: 16px;
  padding-bottom: 32px;
  text-align: center; }

.layout-ft {
  background-color: #e9ecef; }

.mini-bar {
  height: 32px;
  overflow-y: hidden;
  line-height: 32px;
  background-color: #f8f9fa; }
  .mini-bar a {
    font-size: 13px;
    color: #666;
    margin: 0 .5em; }
  .mini-bar .left {
    float: left; }
  .mini-bar .right {
    float: right;
    margin-right: 32px; }

.brand {
  position: relative;
  height: 140px; }
  .brand .logo {
    position: absolute;
    top: 24px;
    left: 32px;
    height: 110px;
    padding-left: 144px;
    font-size: 52px;
    font-weight: bolder;
    color: #3750b4;
    line-height: 96px;
    background: url("http://www.qh.xinhuanet.com/rs_images/qhrspdlogo.png") no-repeat; }
  .brand .search {
    position: absolute;
    top: 64px;
    right: 32px; }
    .brand .search .box {
      position: relative; }

#searchInput {
  display: block;
  width: 270px;
  height: 37px;
  line-height: 37px \9;
  color: #333;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 16px; }

#searchSubmit {
  position: absolute;
  right: 2px;
  top: 7px;
  width: 35px;
  height: 32px;
  background: url(http://www.news.cn/politics/2015/images/common.gif) 0 -155px no-repeat;
  cursor: pointer;
  outline: none;
  border: 0; }

.nav-bar {
  position: relative;
  height: 128px;
  background-color: #3750b4; }
  .nav-bar .container {
    padding-top: 40px; }

ul.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  ul.nav::after {
    display: block;
    clear: both;
    content: ""; }
  ul.nav li {
    float: left;
    width: 20%;
    text-align: center; }
    ul.nav li a {
      font-size: 26px;
      color: #fff; }
      ul.nav li a:hover {
        text-decoration: none; }

a.sp {
  padding-right: 32px;
  background: url("../img/bg-sp.png") no-repeat center right; }

.loki-menu {
  position: absolute;
  top: 40px;
  z-index: 100;
  display: none;
  width: 240px;
  background-color: #3750b4;
  opacity: .95; }
  .loki-menu .menu-item {
    text-align: center; }
    .loki-menu .menu-item a {
      font-size: 26px;
      color: #fff; }
      .loki-menu .menu-item a:hover {
        text-decoration: none; }
  .loki-menu .dropdown-menu {
    padding: 16px; }
    .loki-menu .dropdown-menu .dropdown-item {
      display: block;
      font-size: 24px;
      font-weight: normal;
      color: #fff;
      line-height: 2;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.layout-bd .container {
  padding: 32px; }
  .layout-bd .container::after {
    display: block;
    clear: both;
    content: ""; }
  .layout-bd .container .main {
    width: 684px;
    float: left; }
  .layout-bd .container .aside {
    width: 420px;
    float: right; }

ul.slide-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 2px solid #3750b4; }
  ul.slide-tabs::after {
    display: block;
    clear: both;
    content: ""; }
  ul.slide-tabs li {
    float: left; }
    ul.slide-tabs li h5 {
      width: 152px;
      height: 56px;
      margin-bottom: 0;
      padding: 0 8px;
      font-size: 24px;
      font-weight: bolder;
      color: #8c8c8c;
      line-height: 48px;
      text-align: center;
      cursor: pointer; }
    ul.slide-tabs li.current h5 {
      color: #3750b4;
      text-align: left;
      background: url("../img/bg-h.png") no-repeat center right;
      border-bottom: 8px solid #3750b4; }

.slide-panels .panel {
  padding-top: 32px; }

.news-item {
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd; }
  .news-item h6 {
    margin-bottom: 32px;
    font-size: 24px; }
    .news-item h6 a {
      color: #000; }
  .news-item p {
    font-size: 14px;
    color: #777; }
  .news-item p.date {
    color: #333;
    text-align: right; }

.box .box-hd {
  position: relative;
  height: 58px;
  overflow-y: hidden; }
  .box .box-hd h5 {
    width: 160px;
    height: 58px;
    margin-bottom: 0;
    padding: 0 8px;
    font-size: 24px;
    font-weight: bolder;
    color: #3750b4;
    line-height: 56px;
    text-align: left;
    background: url("../img/bg-h.png") no-repeat center right;
    border-bottom: 2px solid #3750b4; }
  .box .box-hd span {
    position: absolute;
    top: 16px;
    right: 8px; }
    .box .box-hd span a {
      font-size: 14px;
      color: #9a0707; }
.box .box-bd {
  margin-bottom: 32px; }
  .box .box-bd ul.news-list li {
    padding: 12px 0;
    border-bottom: 1px solid #ccc; }
    .box .box-bd ul.news-list li a {
      font-size: 18px;
      color: #333; }
.box .image {
  text-align: center; }