html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* 全局样式 */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

/* 头部 */
.index_header {
  background-size: 100%;
  padding-top: 3.5%;
  padding-bottom: 2%;
  display: flex;
  /* align-items: center; */
  justify-content: space-evenly;
}

.index-header-logo {
  width: 72%;
  display: flex;
  justify-content: center;
}

.index-header-logo>a>img {
  width: 50%;
}

.index-header-lang {
  width: 20%;
}

.lang-inner {
  font-size: 0.95rem;
  color: #999999;
  background: url('/templates/3/mobile/_files/img/yy-icon.png') no-repeat left center;
  padding-left: 33%;
  background-size: 26%;
  height: 1.5rem;
  line-height: 1.5rem;
}

.lang-inner>a {
  color: #666;
}

.index-header-menu {
  width: 8%;
  /* text-align: right; */
}

.index-header-menu>img {
  width: 65%;
  margin-top: 0.2rem;
}

/* 公共列表 */

.public-news-item {
  padding: 0.8rem 0.2rem 0.8rem 0.8rem;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 1rem;
  display: flex;
  background: #f5f5f5;
}

.public-news-item-title {
  display: flex;
  width: 78%;
  padding-left: 3%;

}

.public-news-item-title>a {
  display: block;
  color: #333;
  width: 95%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.public-news-item-date {
  width: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0.5rem;
  border-right: 1px solid #cccccc
}

.date-top {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #444;
  display: block;
}

.date-bottom {
  font-size: 0.8rem;
  color: #444;

}

/* 底部 */
.index-footer {
  width: 100%;
  overflow: hidden;
  height: 12rem;
  background: #1b5ba5;
  font-family: "微软雅黑";
}

.footer-line1 {
  width: 85%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
  line-height: 3.5rem;
  height: 3.2rem;
  padding-left: 5%;
  background: url('/templates/3/mobile/_files/img/mail-icon.png') no-repeat 0em 1.5em;
  background-size: 4%;
}

.footer-line2 {
  border-bottom: 1px solid #326cae;
  padding-bottom: 0.6rem;
  width: 85%;
  margin: 0 auto 0.6rem;
  font-size: 0.9rem;
  color: #fff;
  padding-left: 5%;
  background: url('/templates/3/mobile/_files/img/address-icon.png') no-repeat left top;
  background-size: 4%;
  line-height: 1.2rem;
}

.footer-line3 {
  width: 85%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
}

/* 菜单 */
.index-menu {
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  right: -100%;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.5s ease;
}

.menu-title {
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.menu-logo {
  display: flex;
  width: 70%;
  margin-left: 1rem;
}

.menu-logo>a>img {
  width: 50%;
}

.menu-close {
  font-size: 1rem;
  background: #0084d4;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}

.menu-list-item {
  line-height: 2.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  width: 94%;
  padding: 0 3%;
}

.menu-list-item-text>a {
  color: #333;
}

.click-icon {
  width: 1.2em;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  top: 0.6rem;
  background: url('/templates/3/mobile/_files/img/open.png') no-repeat;
  /* background-size: 4%; */
  z-index: 999;
}

.click-icon.active {
  background: url('/templates/3/mobile/_files/img/close.png') no-repeat;
}

@keyframes subMenuHeight {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sub-menu-list {
  display: none;
  animation: subMenuHeight 1s ease;
}

.sub-menu-list-item {
  font-size: 1rem;
  width: 84%;
  margin: auto;
  border-bottom: 1px solid #eee;
}

.sub-menu-list-item>a {
  color: #0084d4;
}

.level-3 {
  display: block !important;
}

.level-3>a {
  padding-left: 1.5rem;
}

.level-4 {
  display: block !important;
}

.level-4>a {
  padding-left: 3rem;
}

.level-5 {
  display: block !important;
}

.level-5>a {
  padding-left: 4.5rem;
}

/* 导航 */
.public-nav-wrapper {
  background: #f2f2f2;
}

.public-nav {
  overflow-x: scroll;
  display: flex;
  padding: 0.4rem;
  border-bottom: 1px solid #ebebeb;
  /* background-color: #fff; */
}

.public-nav-item {
  padding: 0.5rem 0.5rem;
}

.public-nav-item.active {
  border-bottom: 3px solid #0084d4;
}

.public-nav-item.active>a {
  color: #0084d4;
}

.public-nav-item>a {
  width: 100%;
  color: #333;
  white-space: nowrap;
}

/* 富文本 */
.article-content {
  padding: 1rem 0.5rem;
  min-height: 80vh;
  overflow: hidden;

}

.multi-article-content {
  padding: 1rem 0.5rem;
  overflow: hidden;
}

.article-content .article-title {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}

.article-content .article-main-content {
  font-size: 0.9rem;
  line-height: 180%;
}

.article-main-content img {
  width: 100%;
}

.article-main-content .cp-pic>img {
  float: right !important;
  margin-left: 1.5rem !important;
  width: 35%;
  margin-top: -50px !important;
}

.article-main-content .mfc-pic>img {
  width: 210px;
  float: left;
  margin-right: 40px;
  margin-top: 10px;
}