﻿/*首页党徽*/
.fireman930-bg {
  background-position: center 0;
  background-repeat: no-repeat;
}

.normal-bg{
  background:#f5f3f4 url('../images/ershidasybg.jpg');
}

.sad-bg{
  background-image: url('../images/sad-ershidasybg.png');
}
.logoLianghui {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 14px 0;
}
.logoLianghui a {
  display: inline-block;
  height:70px;
  padding-right: 20px;
}

.ml-headlines {
  width: 100%;
  margin-top: 20px;
  display: block;
  line-height: 100px;
  font-size: 28px;
  color: #023e7a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding-left: 90px;
  padding-right: 35px;
  transition: all .3s;
}

.ml-headlines:hover {
  color: #216dd5;
}

.ml-headlines img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.ml-banners {
  background-color: #fff;
  align-items: flex-start;
}

.ml-swiper-banner {
  width: 615px;
  margin: 0;
}

.ml-swiper-banner .ml-swiper-jumper {
  display: block;
  width: 100%;
  height: 390px;
  overflow: hidden;
  position: relative;
}

.ml-swiper-banner .ml-swiper-jumper img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.ml-swiper-banner .ml-swiper-jumper:hover img {
  transform: scale(1.05);
}

.ml-swiper-banner .ml-swiper-jumper div {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
  line-height: 42px;
  background: rgba(0, 0, 0, .5);
  padding-left: 20px;
  padding-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.ml-swiper-banner .ml-banner-pagination {
  width: unset;
  left: unset;
  right: 0;
}

.ml-swiper-banner .ml-banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  opacity: 1;
}

.ml-swiper-banner .ml-banner-pagination .swiper-pagination-bullet-active {
  background-color: #2c69bc;
}

.ml-article-banner {
  width: 625px;
  max-height: 390px;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 20px;
}

.ml-article-banner .ml-article-type {
  border-bottom: 1px solid #c2cfe3;
}

.ml-article-banner .ml-article-type a {
  font-size: 20px;
  color: #074695;
  padding: 0 10px 15px 10px;
  position: relative;
  cursor: pointer;
}

.ml-article-banner .ml-article-type a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: rgba(44, 104, 188, 0);
  transition: all .3s;
}

.ml-article-banner .ml-article-type .ml-active-type {
  font-weight: 600;
}

.ml-article-banner .ml-article-type .ml-active-type::after {
  bottom: -1px;
  background-color: #2c69bc;
}

.ml-article-banner .ml-swiper-article {
  margin-top: 10px;
}

.ml-article-banner .ml-swiper-article a {
  font-size: 18px;
  color: #888888;
  line-height: 38px;
}

.ml-article-banner .ml-swiper-article a span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
  color: #000;
  transition: all .3s;
}

.ml-article-banner .ml-swiper-article a:hover span {
  color: #2c69bc;
}

.ml-article-banner .ml-swiper-article a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgb(44, 105, 188);
  border-radius: 5px;
  margin-right: 10px;
}

.ml-information {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}


.ml-information {
  padding: 20px;
  align-items: flex-start;
}

.ml-information .ml-public {
  width: 405px;
  padding-right: 20px;
}

.ml-public .ml-public-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ml-public-list a {
  width: 187.5px;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  border: 1px solid #eeeeee;
  position: relative;
}

.ml-public-list a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: #f8f8f8;
  transition: all .2s;
}

.ml-public-list a:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ml-public-list a:nth-child(2n) {
  margin-right: 0;
}

.ml-public-list a img {
  margin-right: 15px;
  position: relative;
  z-index: 40;
}

.ml-public-list a div {
  position: relative;
  z-index: 40;
  flex: 1;
  text-align: left;
}

.ml-information .ml-interpret {
  flex: 1;
  padding: 0 20px;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.ml-interpret-list {
  height: 228px;
}

.ml-interpret-list a {
  line-height: 38px;
  color: #000;
  font-size: 16px;
}

.ml-interpret-list a:hover {
  color: #2c69bc;
}

.ml-interpret-list a::before {
  content: '';
  width: 5px;
  height: 9px;
  background-image: url('../images/mhfs32_03.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

.ml-interpret-list a:hover::before {
  background-position: center bottom;
}

.ml-interpret-list a div {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
  padding-left: 10px;
}

.ml-interpret-list a span {
  color: #999;
}

.ml-information .ml-interactive {
  width: 400px;
  padding-left: 20px;
}

.ml-mail-area {
  margin-bottom: 18px;
}

.ml-mail-area .ml-mail {
  flex: 1;
  line-height: 56px;
  font-size: 18px;
  background-color: #f7f7f7;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.ml-mail-area .ml-gov-mail {
  font-size: 0;
}

.ml-information .ml-info-title {
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ml-information .ml-info-title .ml-title-main {
  line-height: 27px;
  font-size: 21px;
  color: #074695;
  font-weight: 600;
}

.ml-information .ml-info-title .ml-more-info {
  color: #000;
  font-size: 14px;
  width: 50px;
  text-align: center;
}

.ml-information .ml-info-title .ml-more-info:hover {
  color: #074695
}

.ml-free-height {
  height: auto;
}

.ml-special-area {
  margin-top: 20px;
  background-color: #fff;
}

.ml-special-area img {
  display: block;
  width: 100%;
}

.ml-special {
  width: 60px;
  writing-mode: vertical-lr;
  background-color: #216dd5;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 7px;
  height: 165px;
  line-height: 58px;
  text-align: center;
}

.ml-swiper-special-view {
  /* padding: 0 20px; */
  flex: 1;
  overflow: hidden;
}

.ml-swiper-special a {
  width: 100%;
  height: 146px;
  display: block;
  font-size: 0;
  overflow: hidden;
}

.ml-swiper-special a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.ml-swiper-special a:hover img {
  transform: scale(1.1);
}

.ml-swiper-special .ml-fix-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  color: #216dd5;
  font-family: 楷体 !important;
  background-color: rgba(255, 255, 255, .52);
  margin-top: -15px;
  transition: all .3s;
}

.ml-swiper-special .ml-fix-button::after {
  content: '';
}

.ml-swiper-special .ml-next-special {
  right: 0;
}

.ml-swiper-special .ml-prev-special {
  left: 0;
}