/*
 * @Author: Minihui 
 * @Date: 2017-09-18 17:24:56 
 * @Last Modified by: Minihui
 * @Last Modified time: 2017-09-19 14:57:12
 */
html, body {
  width: 100%;
  overflow-x: hidden; }

.container {
  width: 100%; }

h2 {
  width: 100%; }
  h2 img {
    width: 100%;
    height: auto; }

.row-banner {
  height: auto;
  width: 100%; }
  .row-banner img {
    height: auto;
    width: 100%; }

.row-nav {
  height: 38px;
  overflow-x: scroll; }
  .row-nav .container {
    width: 500px; }
  .row-nav a {
    display: inline-block; }
  .row-nav .on {
    color: #fff;
    background-color: #bf0009;
    border-radius: 4px; }

.row-headline {
  background-color: #f1f1f1; }

.row-topswiper .swiper-pagination {
  bottom: 0;
  position: relative; }

.row-topswiper .swiper-pagination-bullet {
  opacity: 1;
  background: #aaaaaa; }

.row-topswiper .swiper-pagination-bullet-active {
  background: #bf0009; }

.row-topswiper .swiper-text {
  height: 48px;
  overflow: hidden;
  background: url("../images/icon-img.png") 5px 3px no-repeat;
  background-size: auto 45%;
  padding-left: 40px;
  line-height:24px; }
  .row-topswiper .swiper-text h3{ line-height:24px!important;}

.swiper-img {
  width: 100%;
  height: auto; }
  .swiper-img img {
    width: 100%;
    height: auto;
    display: block; }

.list-pic {
  margin-right: 0;
  margin-left: 0; }
  .list-pic .col-6:nth-child(odd) {
    margin-left: 5px;
    margin-right: -5px; }
  .list-pic .col-6:nth-child(even) {
    margin-right: 5px;
    margin-left: -5px; }
  .list-pic .col-6 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block; }
  .list-pic .col-6 a {
    position: relative;
    display: block; }
    .list-pic .col-6 a:before {
      content: "";
      background: -moz-linear-gradient(top, rgba(191, 0, 9, 0) 0%, rgba(191, 0, 9, 0.65) 100%);
      background: -webkit-linear-gradient(top, rgba(191, 0, 9, 0) 0%, rgba(191, 0, 9, 0.65) 100%);
      background: linear-gradient(to bottom, rgba(191, 0, 9, 0) 0%, rgba(191, 0, 9, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf0009', endColorstr='#a6bf0009', GradientType=0);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40px;
      z-index: 2; }
  .list-pic .col-6 .title {
    position: absolute;
    width: 100%;
    height: 38px;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden; }

.oneword-box {
  background: url("../images/oneword.png") 0px 0px no-repeat;
  background-size: 100% 100%;
  position: relative; }
  .oneword-box .swiper-text {
    background-color: #bf0009;
    height: 56px;
    overflow: hidden; }

.swiper-button-prev {
  background: url("../images/arrow-pre.png") 0px 0px no-repeat;
  background-size: cover;
  left: 0;
  width: 18px;
  height: 30px; }

.swiper-button-next {
  background: url("../images/arrow-next.png") 0px 0px no-repeat;
  background-size: cover;
  right: 0;
  width: 18px;
  height: 30px; }

.row-special li {
  position: relative; }
  .row-special li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #555555;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 8px; }
  .row-special li:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.headNews {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  .headNews img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    display: block; }
  .headNews a {
    display: block;
    overflow: hidden;
    position: relative; }
    .headNews a:before {
      content: "";
      width: 40px;
      height: 40px;
      background: url("../images/play.png") 0px 0px no-repeat;
      background-size: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -20px;
      margin-top: -50px;
      z-index: 2; }

.headNews-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto; }
  .headNews-title:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #bf0009 0%, #bf0009 70%, rgba(191, 0, 9, 0.7) 78%, rgba(191, 0, 9, 0) 100%);
    background: -webkit-linear-gradient(left, #bf0009 0%, #bf0009 70%, rgba(191, 0, 9, 0.7) 78%, rgba(191, 0, 9, 0) 100%);
    background: linear-gradient(to right, #bf0009 0%, #bf0009 70%, rgba(191, 0, 9, 0.7) 78%, rgba(191, 0, 9, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0009', endColorstr='#00bf0009',GradientType=1 );
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: -1; }

.row-cartoon .headNews a:before {
  display: none; }

.row-cartoon .headNews-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.row-chessboard p {
  height: 21px;
  width: 90px;
  overflow: hidden; }

.row-chessboard li {
  border-bottom: 1px solid #f1f1f1; }
  .row-chessboard li:last-child {
    margin-bottom: 0; }

.row-history .headNews a:before {
  display: none; }

.row-history .headNews-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.row-party {
  position: relative; }
  .row-party .swiper-slide a {
    display: block;
    border-width: 2px;
    border-color: gainsboro;
    border-style: solid;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15); }
  .row-party .swiper-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto; }
    .row-party .swiper-img img {
      width: 100%;
      height: 100%; }
  .row-party h3, .row-party h4 {
    height: 30px;
    overflow: hidden; }
  .row-party span {
    border: 1px solid #bf0009;
    border-radius: 4px; }
  .row-party .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 10px; }
  .row-party span.swiper-pagination-bullet {
    background: #bf0009;
    border: 0;
    margin-right: 5px;
    margin-left: 5px; }
  .row-party span.swiper-pagination-bullet-active {
    background: #bf0009; }

.list-head .row {
  margin-left: 0;
  margin-right: 0; }

.list-head .swiper-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }
  .list-head .swiper-img img {
    width: 100%;
    height: 100%; }

.list-head a {
  display: inline-block; }

.list-head h3 {
  height: 34px;
  overflow: hidden; }

.list-head .swiper-pagination {
  bottom: 0;
  position: relative; }

.list-head .swiper-pagination-bullet {
  background: #bf0009;
  margin-right: 5px;
  margin-left: 5px; }

.list-head .swiper-pagination-bullet-active {
  background: #bf0009; }

.row-fiveyears .more {
  background-color: #bf0009;
  border-radius: 30px;
  margin: 10px auto 30px;
  width: 100px;
  display: block;
  text-align: center; }

.row-footer {
  background: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #2b2b2b;
  line-height: 2; }

/*# sourceMappingURL=maps/index.css.map */
