/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}
/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 弹性布局 */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
/* 网格布局 */
.grid {
  display: grid;
}
/* 定位 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
/* 显示隐藏 */
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
:root {
  --skincol: #CE181B;
  --acolor: #003894;
  --webcolor: #003894;
}
body {
  font-family: Myriad Pro, Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif !important;
  font-size: 0.14rem !important;
  color: #000000;
  line-height: 1.6;
}
a {
  color: #000000;
}
a:hover {
  color: #359dda;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container .row {
  margin-left: -0.11rem;
  margin-right: -0.11rem;
}
.container .row > [class^="col-"] {
  padding-left: 0.11rem;
  padding-right: 0.11rem;
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 88%;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  max-width: 88%;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 88%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.phone-toggle {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 20px;
  z-index: 9980;
  width: 26px;
  min-height: 24px;
  right: 0.8rem;
}
.phone-toggle span {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.phone-toggle span,
.phone-toggle span::before,
.phone-toggle span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #359dda;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.phone-toggle span::before,
.phone-toggle span::after {
  content: '';
  width: 100%;
}
.phone-toggle span::before {
  top: -8px;
}
.phone-toggle span::after {
  bottom: -8px;
}
.phone-toggle:hover span,
.phone-toggle:hover span::before,
.phone-toggle:hover span::after {
  background: #359dda;
}
.phone-toggle.toggle-open span {
  background: #359dda;
  transform: rotate(45deg);
}
.phone-toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}
.phone-toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}
.nav-close {
  display: none;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper {
  background-color: #359dda;
}
.hc-offcanvas-nav ul {
  background-color: transparent;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top-color: transparent;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: rgba(0, 56, 148, 0.6);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: rgba(0, 56, 148, 0.8);
}
.f16 {
  font-size: 0.16rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .f26 {
    font-size: 0.22rem;
  }
  .f28 {
    font-size: 0.24rem;
  }
  .f30 {
    font-size: 0.26rem;
  }
  .f34 {
    font-size: 0.28rem;
  }
  .f36 {
    font-size: 0.32rem;
  }
  .f40 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .f20 {
    font-size: 0.18rem;
  }
  .f24 {
    font-size: 0.2rem;
  }
  .f28 {
    font-size: 0.22rem;
  }
  .f30 {
    font-size: 0.24rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f36 {
    font-size: 0.24rem;
  }
  .f40 {
    font-size: 0.28rem;
  }
}
/* 动画类 - 基础隐藏状态 */
.web-animate {
  opacity: 0;
}
/* 淡入动画 */
.fade-in {
  /* 基础隐藏状态由.title-animate提供 */
}
/* 从左侧滑入 */
.slide-left {
  transform: translateX(-100px);
}
/* 从右侧滑入 */
.slide-right {
  transform: translateX(100px);
}
/* 从上方滑入 */
.slide-top {
  transform: translateY(-100px);
}
/* 从下方滑入 */
.slide-bottom {
  transform: translateY(100px);
}
/* 缩放动画 */
.scale-up {
  transform: scale(0.8);
}
.scale-down {
  transform: scale(1.2);
}
.anim-list li {
  opacity: 0;
  transform: translateY(50px);
}
.animation-wrap {
  overflow: hidden;
}
#main-nav {
  display: none;
}
.shortcut-bar {
  background: #F2F2F2;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 0.08rem solid #629CD7;
}
.shortcut-bar .container {
  display: flex;
  align-items: center;
}
.shortcut-bar .back-home {
  height: 0.3rem;
  width: 0.34rem;
  background: url('pmam_home.png') no-repeat center center;
  background-size: contain;
  display: block;
}
.navbar {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  padding: 0;
  display: block;
  transition: all 0.3s ease;
}
.navbar .container {
  position: relative;
}
.navbar .nav-header {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  transition: all 0.4s ease;
}
.navbar .navbar-brand {
  width: 10.16rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  display: block;
}
.navbar .navbar-nav {
  margin-top: 0;
  display: flex;
  width: 100%;
  background: #4d4d4d;
}
.navbar .navbar-nav li {
  border-right: 1px solid #ffffff;
}
.navbar .navbar-nav li:last-child {
  border-right: none;
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  line-height: 0.42rem;
  height: 0.42rem;
  text-align: center;
}
.navbar .navbar-nav li a.nav-link::after {
  display: none;
}
.navbar .navbar-nav li a.nav-link:hover,
.navbar .navbar-nav li a.nav-link.active {
  background-color: #359dda;
  color: #fff;
}
.navbar .navbar-nav li .dropdown-menu {
  min-width: 1.8rem;
  width: 100%;
  border-radius: 0 0 0.1rem 0.1rem;
  border: none;
  padding: 0.15rem 0.1rem;
  margin-top: 0;
  background: #4d4d4d;
}
.navbar .navbar-nav li .dropdown-menu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.02rem;
}
.navbar .navbar-nav li .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4d4d4d;
}
/* 固定导航栏样式 */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 1px 2px 0.3rem rgba(0, 0, 0, 0.4);
}
.navbar.fixed-top .nav-header {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-other {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.search-groups-w {
  position: relative;
}
.search-a {
  height: 0.36rem;
  width: 0.36rem;
  background: url('pmam_search.png') no-repeat center center rgba(255, 255, 255, 0.4);
  background-size: 0.16rem;
  border-radius: 50%;
  display: none;
  position: absolute;
  right: 0.8rem;
}
.search-input {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box {
  width: 2.82rem;
  position: relative;
}
.search-box .search-input {
  height: 0.4rem;
  line-height: 0.38rem;
  border: 1px solid #000000;
  display: block;
  width: 100%;
  padding-left: 0.15rem;
  padding-right: 0.5rem;
  color: #000;
  transition: all 0.5s;
}
.search-box .search-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.4);
}
.search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url('pmam_search.png') no-repeat center center #000000;
  background-size: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 163, 223, 0.8) 0%, #003894 100%);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  display: block;
  opacity: 1;
}
.search-overlay .search-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-overlay .search-input-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.2rem;
  width: 100%;
}
.search-overlay .search-input {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-overlay .search-input:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('pmam_search.png') no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
}
.search-overlay .search-close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  background: url('comm-close.png') no-repeat center center;
  background-size: 0.3rem;
}
.search-overlay .search-close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.phone-toggle {
  display: none !important;
}
.search-phone {
  display: none !important;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .search-phone {
    display: block !important;
  }
  .navbar {
    border-bottom: 1px solid #359dda;
  }
  .navbar .navbar-brand {
    width: 6rem;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 0.4rem;
    right: 0.2rem;
  }
  .nav-other {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar .nav-header {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .navbar .navbar-brand {
    width: 82%;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    top: 0.15rem;
    right: 0.15rem;
  }
  .search-a {
    right: 0.6rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.14rem;
  }
  .nav-other {
    top: -0.34rem;
    right: 0;
  }
}
.details-page.single-article .detail-top {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page.single-article .detail-top .title-s {
  font-weight: bold;
}
.details-page .detail-top {
  margin-bottom: 0.4rem;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-size: 0.46rem;
}
.details-page .detail-top .top-other {
  margin-top: 0.25rem;
  background: #f3f3f3;
  padding: 0.15rem 0.3rem;
  color: #7d7d7d;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  line-height: 0.24rem;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page.page-other .main-img {
  position: relative;
  float: left;
  margin-right: 0.8rem;
  width: 3.9rem;
  padding: 0.2rem;
}
.details-page.page-other .main-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.details-page.page-other .main-img::before,
.details-page.page-other .main-img::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.details-page.page-other .main-img::before {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 1.55rem;
  height: 2.34rem;
}
.details-page.page-other .main-img::after {
  background-color: #003894;
  background: linear-gradient(0deg, #00A3DF 0%, #003894 100%);
  width: 0.2rem;
  height: 0.2rem;
  right: 0;
  bottom: 0;
}
.details-page.page-other .main-cont {
  overflow: hidden;
  padding-top: 0.2rem;
}
.details-page .main-cont {
  line-height: 1.8;
  color: #333;
}
.details-page .main-cont .ue_table {
  text-align: center;
}
.details-page .main-cont .ue_table table {
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-page {
  margin-top: 0.3rem;
  border-top: 1px solid #cdd7e8;
  padding-top: 0.3rem;
  line-height: 0.26rem;
  color: #666666;
}
.details-page .main-page .a-page {
  margin-bottom: 0.1rem;
}
.details-page .main-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .main-page .a-page a,
.details-page .main-page .a-page span,
.details-page .main-page .a-page p {
  display: inline;
}
.details-page .main-page .a-page a {
  color: #666666;
}
.details-page .main-page .a-page:hover {
  color: #359dda;
}
.details-page .main-page .a-page:hover a {
  color: #359dda;
}
.details-page .cont-img {
  float: right;
  margin-left: 0.6rem;
  width: 6.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 1199px) {
  .details-page.page-other .main-img {
    width: 3.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .details-page.page-other .main-img {
    width: 3rem;
    margin-right: 0.4rem;
  }
  .details-page .cont-img {
    margin-left: 0.4rem;
    width: 5rem;
  }
}
@media (max-width: 991px) {
  .details-page.page-other .main-img {
    float: none;
    width: 2.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .details-page .cont-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0.4rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .title-s {
    font-size: 0.32rem;
    line-height: 1.4;
  }
  .details-page .cont-img {
    margin-bottom: 0.3rem;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .details-page .d-md-block {
    display: inline-block !important;
  }
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 20px;
  border-radius: 50%;
  line-height: 0.3rem;
  border: none;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border: none;
  margin: 0 0 0 0.08rem;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
}
/*分页*/
.comp-pages {
  padding-top: 0.4rem;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 0.4rem;
  min-width: 0.4rem;
  line-height: 0.4rem;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background-color: #359dda;
  background: #359dda;
  color: #fff;
}
.comp-pages .page-pc span {
  background-color: #359dda;
  background: #359dda;
  border: none;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #359dda;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}
.index-top-info {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.index-top-info .main-cont {
  width: 86%;
  line-height: 1.6;
}
.index-info-item-01 {
  margin-bottom: 0.4rem;
}
.index-info-item-01 .main-cont {
  height: 100%;
  position: relative;
}
.index-info-item-01 .item-box {
  padding-right: 2.9rem;
  position: relative;
  min-height: 4.2rem;
  height: 100%;
}
.index-info-item-01 .item-box:hover .box-img img {
  transform: scale(1.1);
}
.index-info-item-01 .item-box.item-01 {
  background: #93a6cf;
}
.index-info-item-01 .item-box.item-02 {
  background: #b8f1c7;
}
.index-info-item-01 .item-box .box-info {
  padding-left: 0.2rem;
  padding-right: 0;
}
.index-info-item-01 .item-box .box-info .info-title {
  border-bottom: 4px solid #000;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.index-info-item-01 .item-box .box-info .info-text {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.index-info-item-01 .item-box .box-info .info-text > div,
.index-info-item-01 .item-box .box-info .info-text > p {
  margin-bottom: 0.1rem;
}
.index-info-item-01 .item-box .box-info .info-text > div:last-child,
.index-info-item-01 .item-box .box-info .info-text > p:last-child {
  margin-bottom: 0;
}
.index-info-item-01 .item-box .box-img {
  width: 2.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.index-info-item-01 .item-box .box-img img {
  display: block;
  height: 4rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index-info-item-02 .row-w {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.index-info-item-02 .row-w .col-w {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.index-info-item-02 .item-box {
  margin-bottom: 0.3rem;
}
.index-info-item-02 .item-box:hover .box-img img {
  transform: scale(1.1);
}
.index-info-item-02 .item-box:hover .box-info .info-title {
  color: #359dda;
}
.index-info-item-02 .item-box:hover .box-info .info-title::after {
  background: #359dda;
}
.index-info-item-02 .item-box .box-img {
  overflow: hidden;
}
.index-info-item-02 .item-box .box-img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.index-info-item-02 .item-box .box-info .info-title {
  position: relative;
  padding-bottom: 0.34rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.index-info-item-02 .item-box .box-info .info-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.04rem;
  background: #629CD7;
}
.index-info-item-02 .item-box .box-info .info-text {
  line-height: 1.5;
}
.index-info-item-02 .item-box-l .box-img {
  margin-bottom: 0.2rem;
}
.index-info-item-02 .item-box-r .box-info .info-title,
.index-info-item-02 .item-box-r .box-info .info-text {
  line-height: 1.3;
}
.index-info-item-02 .channel-more {
  text-align: right;
  border-top: 1px solid #000000;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.index-info-item-02 .channel-more a {
  display: inline-block;
}
.index-info-item-03 {
  padding-top: 0.4rem;
  background: url('pmam_modbg.png') no-repeat center center;
  background-size: cover;
}
.index-info-item-03 .channel-title {
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.72rem;
}
.index-info-item-03 .channel-title::after {
  content: '';
  position: absolute;
  width: 1.68rem;
  height: 0.04rem;
  background: #FFFFFF;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-info-item-03 .channel-sub-title {
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.index-info-item-03 .channel-sub-title.title-01 {
  color: #F2F2F2;
}
.index-info-item-03 .channel-sub-title.title-02 {
  color: #e5b463;
}
.index-info-item-03 .item-group .row > div {
  margin-bottom: 0.8rem;
}
.index-info-item-03 .item-group.groups-01 .box-s {
  color: #fff;
}
.index-info-item-03 .item-group.groups-02 .box-s {
  color: #e5b463;
}
.index-info-item-03 .box-s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.2rem;
  line-height: 1.2;
  background: rgba(40, 40, 40, 0.8);
  height: 100%;
  min-height: 2.7rem;
  transition: all 0.5s;
}
.index-info-item-03 .box-s:hover {
  background: #629CD7;
  color: #fff !important;
}
.index-info-item-04 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.index-info-item-04 .channel-title {
  text-align: center;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.72rem;
}
.index-info-item-04 .box-s {
  margin-bottom: 0.4rem;
}
.index-info-item-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-info-item-04 .box-s:hover .box-info .info-top.top-01::after {
  background: #359dda;
}
.index-info-item-04 .box-s:hover .box-info .info-title {
  color: #359dda;
}
.index-info-item-04 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.index-info-item-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 2.68rem;
  object-fit: cover;
  transition: all 0.3s;
}
.index-info-item-04 .box-s .box-info .info-top {
  height: 1.6rem;
  margin-bottom: 0.25rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.index-info-item-04 .box-s .box-info .info-top .title-01 {
  font-weight: bold;
  height: 0.56rem;
  line-height: 1.1;
}
.index-info-item-04 .box-s .box-info .info-top .lineone {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.46rem;
  line-height: 0.46rem;
}
@media (max-width: 767px) {
  .index-info-item-04 .box-s .box-info .info-top .lineone {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-info-item-04 .box-s .box-info .info-top.linetwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.46rem;
  height: 0.92rem;
}
@media (max-width: 767px) {
  .index-info-item-04 .box-s .box-info .info-top.linetwo {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.index-info-item-04 .box-s .box-info .info-top.top-01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.04rem;
  background: #629CD7;
}
.index-info-item-04 .box-s .box-info .info-title {
  font-weight: bold;
  line-height: 1.3;
}
.footer {
  border-top: 0.08rem solid #629CD7;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #000000;
  color: #fff;
}
.footer .main-cont {
  display: flex;
  justify-content: space-between;
}
.footer .cont-info {
  max-width: 8.2rem;
  line-height: 1.6;
}
.footer .cont-info .info-text {
  min-height: 2.6rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
}
.footer .cont-info .info-text .text-title {
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.footer .cont-info .info-text .text-s {
  line-height: 1.6;
}
.footer .cont-links {
  margin-left: 0.2rem;
}
.footer .cont-links ul li {
  margin-bottom: 0.1rem;
}
.footer .cont-links ul li:last-child {
  margin-bottom: 0;
}
.footer .cont-links ul li a {
  display: flex;
  align-items: center;
  line-height: 0.4rem;
  color: #fff;
  transition: all 0.3s;
}
.footer .cont-links ul li a img {
  margin-right: 0.1rem;
}
.footer .cont-links ul li a:hover {
  opacity: 0.8;
}
.page-content {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.content-top {
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 0.2rem;
  margin-bottom: 0.6rem;
}
.content-top .channel-title {
  font-size: 0.6rem;
  line-height: 1;
  float: left;
  font-weight: bold;
}
.content-top .bread-crumbs {
  float: right;
  margin-top: 0.15rem;
}
.bread-crumbs {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3rem;
  position: relative;
}
.bread-crumbs::before {
  content: "\f015";
  font-family: 'FontAwesome';
  color: #1a1a1a;
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.bread-crumbs .bread-item {
  color: #999999;
  line-height: 0.3rem;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999999;
}
.bread-crumbs .bread-item a:hover {
  color: #666666;
}
.bread-crumbs .bread-item > span {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.bread-crumbs .bread-item > span::before {
  content: '/';
  color: #999999;
}
.list-text-img ul li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.list-text-img ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0.2rem;
}
.list-text-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-text-img .box-s:hover .box-info .info-title {
  color: #359dda;
}
.list-text-img .box-s:hover .box-info .info-more {
  background-color: #359dda;
  color: #fff;
}
.list-text-img .box-s .box-img {
  float: left;
  width: 5rem;
  overflow: hidden;
  margin-right: 0.6rem;
}
.list-text-img .box-s .box-img img {
  display: block;
  width: 100%;
  height: 2.8rem;
  object-fit: cover;
  transition: all 0.5s;
}
.list-text-img .box-s .box-info {
  overflow: hidden;
  padding-top: 0.1rem;
  display: flex;
  align-items: flex-start;
}
.list-text-img .box-s .info-date {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
  color: #1A1A1A;
  line-height: 1.2;
  width: 1.2rem;
  flex-shrink: 0;
}
.list-text-img .box-s .info-date::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.2rem;
  height: 0.03rem;
  background: #359DDA;
}
.list-text-img .box-s .info-date .date-02 {
  font-size: 0.56rem;
  font-weight: bold;
}
.list-text-img .box-s .info-cont {
  flex: 1;
  min-width: 0;
}
.list-text-img .box-s .info-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  display: block;
}
.list-text-img .box-s .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 0.3rem;
  max-height: 1.2rem;
  margin-bottom: 0.3rem;
}
.list-text-img .box-s .info-more {
  display: block;
  width: 1.3rem;
  height: 0.46rem;
  line-height: 0.44rem;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #359DDA;
  color: #359dda;
}
.list-text-item {
  margin-bottom: 0.2rem;
}
.list-text-item li {
  border-bottom: 1px solid #E5E5E5;
}
.list-text-item li:first-child {
  border-top: 1px solid #E5E5E5;
}
.list-text-item .box-s {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.8rem;
}
.list-text-item .box-s::before {
  content: "\f178";
  font-family: 'FontAwesome';
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  background: #359DDA;
  border-radius: 50%;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.54rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-text-item .box-s .box-date {
  color: #999999;
}
.list-text-item .box-s .box-title {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.4;
}
.list-text-academic ul li {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.list-text-academic ul li:last-child {
  margin-bottom: 0.2rem;
}
.list-text-academic .box-s {
  display: flex;
  position: relative;
  align-items: center;
}
.list-text-academic .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-text-academic .box-s:hover .info-title {
  color: #359dda;
}
.list-text-academic .box-s .box-img {
  overflow: hidden;
  margin-right: 0.6rem;
  width: 2rem;
  flex-shrink: 0;
}
.list-text-academic .box-s .box-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 1.34rem;
  transition: all 0.5s;
}
.list-text-academic .box-s .box-info {
  flex: 1;
  min-width: 0;
}
.list-text-academic .box-s .box-info .info-title {
  display: block;
  font-weight: bold;
  line-height: 0.36rem;
}
.list-text-academic .box-s .box-other {
  width: 7rem;
  margin-left: 0.6rem;
  flex-shrink: 0;
}
.list-text-academic .box-s .box-other > div {
  line-height: 0.3rem;
  color: #666666;
}
