﻿* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  min-width: 1260px;
}

.ml-body {

  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.ml-normal-body{
  background-color: #f0f9ff;
  background-image: url('../images/page_background.png');
}

.ml-sad-body{
  background-color: #ffffff;
  background-image: url('../images/sad-page_background.png');
}

.ml-display-area {
  width: 1260px;
  margin: 0 auto;
}

.ml-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ml-logoLianghui {
  padding-top: 45px;
}

header {
  /*首页党徽显示时去除*/
  /*padding-top: 45px;*/
  box-shadow: 5px 5px 5px rgb(0, 51, 102, 0.1);
}
header #ml-search input {
  width: 260px;
  padding: 0 20px 0 40px;
  height: 45px;
  line-height: 45px;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  border-right: none;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: 0;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

header #ml-search input:focus {
  outline: none;
}

header #ml-search div {
  width: 80px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #216dd5;
  background-color: #216dd5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all .3s;
  cursor: pointer;
}

header #ml-search div:hover {
  background-color: #fff;
  color: #216dd5;
}

nav {
  padding-top: 55px;
}

nav a {
  line-height: 30px;
  font-size: 24px;
  color: #003366;
  padding-bottom: 20px;
  background-image: url('../images/navxz.png');
  background-repeat: no-repeat;
  background-position: center 58px;
  overflow: hidden;
  transition: all .3s;
}

nav a:hover,
nav .ml-active-nav {
  background-position: center bottom;
}


footer {
  background-color: #fff;
  margin-top: 20px;
}

.ml-friend-link {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ml-friend-link a {
  line-height: 55px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: calc(100% / 6);
  text-align: center;
}

.ml-friend-link a:nth-child(6n) {
  text-align: right;
}

.ml-friend-link a:nth-child(6n+1) {
  text-align: left;
}

.ml-friend-link a:first-child {
  color: #023e7a;
  font-weight: 600;
}

/* .ml-friend-link div::after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url('../images/link0010510001.png');
} */

.ml-link-area {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 0;
}

.ml-link-area a {
  display: inline-block;
  width: 11%;
  line-height: 34px;
  font-size: 16px;
  color: #000;
}

.ml-link-area a:hover {
  color: #2c69bc;
}

.ml-hidden {
  display: none;
}

.ml-footer {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  color: #000;
  line-height: 26px;
  border-top: 1px solid #023e7a;
}

.ml-footer a {
  color: #000 !important;
  font-size: 16px;
}

.ml-footer .ml-display-area {
  position: relative;
}

.ml-footer .ml-check-area {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 30;
}

.ml-footer .ml-code-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 30;
  flex-direction: column;
}

.ml-footer .ml-code-area img {
  width: 90px;
  height: 90px;
}

.ml-footer .ml-top-footer {
  font-size: 0;
}

.ml-footer .ml-top-footer a {
  padding: 0 10px;
  border-right: 1px solid #023e7a;
}

.ml-footer .ml-top-footer a:last-child {
  border: none;
}

.ml-goback {
  position: sticky;
  float: right;
  top: -130px;
  right: 30px;
  margin-top: -50px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  z-index: 100;
  transform: translateY(calc(100vh + 50px));
  box-shadow: 0px 2px 20px 0px rgba(73, 133, 255, 0.3);
}

.ml-goback img {
  width: 30px;
  height: 30px;
  transition: all .3s;
}

.ml-goback:hover img {
  transform: rotate(-45deg);
}

.ml-gohome {
  position: fixed;
  top: calc(100% - 160px);
  margin-top: 0;
  transform: none;
}

.ml-gohome img {
  filter: brightness(1);
  transition: none;
}

.ml-gohome:hover {
  background-color: #37486F;
}

.ml-gohome:hover img {
  transform: rotate(0);
  filter: brightness(100);
}

.ml-information-body {
  background-color: #f3f8fd;
  background-image: url('../images/zw_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
}

.ml-information-header {
  padding: 20px 0;
}

.ml-information-header .ml-information-logo img {
  width: 450px;
}

.ml-information-header .ml-information-nav a {
  color: #fff;
  font-size: 18px;
  padding: 8px;
}

.ml-information-header .ml-information-nav a:hover,
.ml-information-header .ml-information-nav .ml-information-active {
  border-bottom: 2px solid #074695;
}

.ml-bread {
  display: flex;
  line-height: 42px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.ml-bread span {
  color: #888888;
  margin: 0 5px;
}

.ml-bread a {
  color: #2c69bc;
  padding-right: 5px;
}

.ml-bread a::after {
  content: ' ->';
  color: #888888;
}

.ml-bread a:last-child::after {
  content: '';
}

.ml-pages {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.ml-pages a {
  color: #472207;
  font-size: 14px;
  padding: 0 15px;
  cursor: pointer;
  line-height: 1;
}

.ml-pages a:hover,
.ml-pages .jp-current {
  color: #2d66a5;
}

.ml-pages .ml-total {
  margin-right: 20px;
  color: #333333;
  line-height: 1;
  font-size: 14px;
}

.ml-sad #ml-search,
.ml-sad header nav,
.ml-sad .ml-goback,
.ml-sad .ml-main-area,
.ml-sad footer,.sad_link
{
  filter: grayscale(1);
}