﻿@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 1107057 */
  src: url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.eot");
  src: url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.woff2") format("woff2"), url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.woff") format("woff"), url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.ttf") format("truetype"), url("//at.alicdn.com/t/font_1107057_abmhk07wgjp.svg#iconfont") format("svg");
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
  background: #fff;
}

html,
a,
p,
span {
  font-weight: normal;
  line-height: 2;
  color: #000;
}

header {
  position: relative;
  z-index: 999999;
}

header a {
  color: #333;
}

header .hd-wrapper {
  position: relative;
  z-index: 999;
  height: 20vw;
  background: url("/app/images/header-bg.png") !important;
}

header .menu_ico {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  width: 4.4vw;
  margin-left: 4vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  border: none !important;
}

header .logo {
  position: absolute;
  top: 51%;
  left: 49%;
  width: 80vw;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}

header .am-btn-primary {
  color: #fff;
  border-color: #8C0206;
  background-color: #8C0206;
}

header .am-offcanvas {
  z-index: 999999;
}

header .am-offcanvas-bar {
  width: auto;
  width: 70vw;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

header .am-offcanvas-bar .nav-head {
  margin-bottom: 1.5rem;
}

header .am-offcanvas-bar .nav-head img {
  width: 100%;
}

header .am-offcanvas-bar .nav-item a {
  font-size: 2.2rem;
  padding: 0;
}

header .am-offcanvas-bar .nav-item a span {
  font-family: 黑体;
  color: #333;
}

header .am-offcanvas-bar:after {
  width: 0;
}

header .am-collapseing {
  height: 100%;
}

header .am-panel {
  border: none;
  background: #fff;
}

header .am-panel:nth-child(1) .am-panel-hd::after {
  display: none;
}

header .am-panel:nth-child(4) .am-panel-hd::after {
  display: none;
}

header .am-panel-hd {
  position: relative;
  text-align: left;
  background: #fff;
  padding: 0;
}

header .am-panel-hd::after {
  position: absolute;
  top: 50%;
  right: 10%;
  content: '\e606';
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

header .am-panel-hd a {
  -webkit-text-stroke-width: 0;
}

header .am-panel-hd a:active,
header .am-panel-hd a:hover {
  outline: 0;
  color: #8C0206;
}

header .am-panel-hd .am-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  color: #8C0206;
}

header .am-panel-hd .am-panel-title .iconfont {
  font-family: '微软雅黑';
  font-size: 2.2rem;
  margin-right: 1.5rem;
  color: #8C0206;
}

header .am-panel-hd .am-collapsed {
  color: #333;
}

header .am-panel-hd .am-collapsed .iconfont {
  font-size: 2.2rem;
  margin-right: 1.5rem;
  color: #333;
}

header .am-panel-bd {
  padding: 2% 0;
}

header .am-panel-bd .noAfter::after {
  display: none !important;
}

header .am-panel-bd .am-nav > li {
  position: relative;
  text-align: left;
  opacity: .7;
}

header .am-panel-bd .am-nav > li::after {
  position: absolute;
  top: 50%;
  right: 10%;
  float: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c5c5c5;
  -webkit-text-stroke-width: 0;
}

header .am-panel-bd .am-nav > li a {
  font-size: 1.6rem;
  margin-left: 0;
  padding-left: 21vw;
  -webkit-text-stroke-width: 0;
}

header .am-panel-bd .am-nav > li .am-panel-hd a {
  display: block;
}

header .am-panel-bd .am-nav > li .am-panel-bd {
  border: 0;
}

header .am-panel-bd .am-nav > li .am-subNav {
  padding: 2% 0 2% 29vw;
  margin: 0;
  position: relative;
}

header .am-panel-bd .am-nav > li .am-subNav::after {
  content: "";
  position: absolute;
  left: 22vw;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

header .am-panel-bd .am-nav > li .am-subNav li::after {
  display: none;
}

header .am-panel-bd .am-nav > li .am-subNav a {
  padding-left: 0 !important;
}

footer {
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  height: 0;
  height: auto;
  padding: 2%;
  background: #555;
}

footer p {
  color: #fff;
}

footer .left {
  width: 85%;
}

footer .left p {
  margin: 0;
}

footer .code {
  position: absolute;
  top: 50%;
  right: 2%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 13%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .code img {
  width: 100%;
}

#slider1 {
  position: relative;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60vw;
}

#slider1 .am-slides img {
  height: 60vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider1 .am-viewport {
  position: relative;
  width: 100%;
  height: 60vw;
}

#slider1 .am-slides {
  position: absolute;
}

#slider1 .am-control-nav {
  height: auto;
  bottom: 5%;
}

#slider1 .am-control-nav li {
  margin: 0 3px;
}

#slider1 .am-control-nav a {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #fff;
}

#slider1 .am-control-nav a.am-active {
  background: #8C0206;
}

#slider1 .am-slider-desc {
  font-size: 1.6rem;
  padding: 0 95px 1px 8px;
}

.icon-wrapper {
  position: relative;
  z-index: 98;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 69vw;
}

.icon-wrapper .icon-list {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8vw 4vw;
}

.icon-wrapper .icon {
  float: left;
  width: 25%;
  height: 20vw;
  margin-bottom: 10vw;
  list-style: none;
  text-align: center;
}

.icon-wrapper .icon-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrapper .icon-pic img {
  width: 10vw;
}

.icon-wrapper .icon-txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5vw;
  color: #000;
}

.main {
  min-height: 50%;
}

.xszl-wrapper {
  padding: 2% 0;
}

.xszl-wrapper .xszl-title {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  color: #8C0206;
}

.xszl-wrapper .item-title {
  font-size: 1.4rem !important;
  color: #000 !important;
}

.xszl-wrapper .swiper-container {
  width: 100%;
  height: 57vw;
}

.xszl-wrapper .swiper-slide {
  font-size: 1.8rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  text-align: center;
  border: 1px solid #000;
  background: #fff;
}

.xszl-wrapper .swiper-slide img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.xszl-wrapper .swiper-wrapper {
  position: static;
  padding-top: 20vw;
}

.xszl-wrapper .swiper-pagination {
  bottom: 0;
}

.xszl-wrapper .item-title {
  font-size: 1.6rem;
  display: none;
  color: #555;
}

.xszl-wrapper .swiper-slide-active,
.xszl-wrapper .swiper-slide-duplicate-active {
  z-index: 99;
  -webkit-transform: scale(2.5) !important;
  transform: scale(2.5) !important;
}

.xszl-wrapper .swiper-slide-active .item-title {
  position: absolute;
  top: 7vw;
  display: block;
  width: 100vw;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.more {
  font-size: 1.6rem;
  position: absolute;
  right: 5%;
  bottom: 0;
  color: #000;
}

.am-header {
  height: 20vw;
  background: #8C0206;
}

.am-header .am-header-title {
  margin: 0;
}

.am-header .am-header-title img {
  width: 70vw;
  max-width: none;
  height: auto;
  margin-top: 2%;
  vertical-align: top;
}

#listPage main {
  min-height: 82vw;
  background: #fff;
}

#listPage .am-titlebar {
  position: relative;
  overflow: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0 5%;
  white-space: nowrap;
  border: 0;
  border-top: 2vw solid #e6ecf2;
  border-bottom: 1px solid #8C0206;
  background: #f7f9fc;
}

#listPage .am-titlebar-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 5%;
  border-color: #8C0206;
}

#listPage .am-titlebar-title img {
  display: none;
}

#listPage .am-titlebar-title a {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 40px;
  position: relative;
  display: inline-block;
  height: 40px;
  margin-left: 5%;
  color: #8C0206;
}

#listPage .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 70vw;
  padding: 0 1.5rem;
}

#listPage .list .list-item {
  position: relative;
  padding-left: 5%;
  list-style: none;
  line-height: 2.2;
}

#listPage .list .list-item::before {
  position: absolute;
  top: 50%;
  left: 1.5%;
  width: .4rem;
  height: 0.4rem;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* border: 1px solid #8C0206; */
  background: #ccc;
  border-radius: 50%;
}

#listPage .list .list-item-hd {
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  padding-right: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

#listPage .list .date {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
}

#listPage .fy {
  position: relative;
  text-align: center;
  text-align: center;
  color: #333;
}

#listPage .fy .fy-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  background: #e6ecf2;
}

#listPage .fy .fy-click a {
  float: left;
  padding: 0 4%;
  color: #8C0206;
  border: 1px solid #ccc;
  background: #fff;
}

#listPage .fy .fy-click a + a {
  margin-left: -1px;
}

#listPage .fy .fy-click a:nth-child(1) {
  border-radius: 5px 0 0 5px;
}

#listPage .fy .fy-click a:nth-last-child(1) {
  border-radius: 0 5px 5px 0;
}

#listPage #masonry .item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 48% !important;
}

#listPage .m-xszl .am-gallery-bordered .am-gallery-item {
  padding: 10px;
}

#listPage .m-xszl .sm-block-grid-2 > li {
  width: 100%;
}

#listPage .m-xszl .disc-con img {
  width: auto;
}

.video-list a,
.video-list span {
  color: #fff;
}

.video-list .video-item {
  position: relative;
  margin: 1.5rem;
}

.video-list .v-poster {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video-list .v-poster img {
  width: 100%;
  height: 58.5vw;
  background-color: #e5e5e5;
}

.video-list .v-time {
  font-size: 1.2rem;
  float: right;
  margin-right: 1.5rem;
}

.video-list .v-detail {
  font-size: 2.4rem;
  line-height: 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  color: #888;
}

.video-list .v-head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 .2rem;
}

.video-list .v-mask {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35%;
  padding: 0 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(37%, rgba(0, 0, 0, 0.52)), color-stop(85%, rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.52) 37%, rgba(0, 0, 0, 0.85) 85%);
}

.video-list .v-play {
  position: relative;
  z-index: 3;
  top: 1.5rem;
  display: inline-block;
  width: 3rem;
  height: 2rem;
  margin-left: 1rem;
  opacity: 8;
  border-radius: 2rem;
  background: #f33;
  background: url(../images/play.png) center center no-repeat;
  background-size: contain;
}

.video-list .v-title {
  line-height: 1.5;
  margin: 1rem;
}

#nryPage .am-breadcrumb {
  display: inline-block;
  min-width: auto;
  margin: 0 1.5rem;
  padding-right: 0;
  border-bottom: 3px solid #8C0206;
}

#nryPage .am-breadcrumb a {
  font-size: 1.4rem;
  color: #828282;
}

#nryPage .am-breadcrumb > li + li:before {
  padding: 0 .2rem;
}

#nryPage .m-content {
  margin: 0 2rem;
  text-align: justify;
  background: #fff;
}

#nryPage .title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}

#nryPage .articleTitle {
  line-height: 2;
  padding-top: .2rem;
  text-align: center;
}

#nryPage .subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}

#nryPage .author {
  font-family: serif;
  font-size: 13px;
  overflow: hidden;
  height: auto;
  margin-bottom: 1.5rem;
  padding: .5rem 0 .5rem .5rem;
  text-align: left;
  color: #999;
  color: #646464;
  border-left: 1px solid #dbdbdb;
}

#nryPage .author span {
  font-size: 1.2rem;
  margin: 5px 0;
  color: #999;
}

#nryPage .article {
  position: relative;
  z-index: 0;
  margin: 0 .4rem;
}

#nryPage .article .text {
  font-size: 1.4rem;
  min-height: 3.2rem;
  /**color: #666;**/
}

#nryPage .article .text * {
  font-size: 1.4rem !important;
}

#nryPage .article .text img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: .1rem auto;
}

#nryPage .article .text p {
  line-height: 2;
}

#nryPage .article .share {
  position: absolute;
  right: 0;
  bottom: 0;
}

#nryPage hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

#nryPage .bgck {
  font-size: 1.6rem;
  line-height: .4rem;
  display: block;
  display: none;
  margin: .1rem;
  text-align: center;
  color: #333;
}
