@charset "UTF-8";
@font-face {
  font-family: 'Avenir-Light';
  src: url("../font/AvenirLTStd-Light.otf"); }
@font-face {
  font-family: 'Avenir-Medium';
  src: url("../font/AvenirLTStd-Medium.otf"); }
@font-face {
  font-family: 'Avenir-Heavy';
  src: url("../font/AvenirLTStd-Heavy.otf"); }
@font-face {
  font-family: 'Avenir-Black';
  src: url("../font/AvenirLTStd-Black.otf"); }
@font-face {
  font-family: 'Avenir-Roman';
  src: url("../font/AvenirLTStd-Roman.otf"); }
@font-face {
  font-family: 'Avenir-Book';
  src: url("../font/AvenirLTStd-BookOblique.otf"); }
.br {
  border: 1px solid red; }

/*影藏Browsersync刷新网页默认提示文字*/
#__bs_notify__ {
  display: none !important; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Arail, sans-serif;
  font-size: 16px;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

article,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  /*超链接无下划线*/
  background-color: transparent; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:focus {
    outline: 0; }

ul, li {
  list-style-type: none; }

img {
  border: 0;
  vertical-align: middle; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px; }

/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
.col-xs-1 {
  width: 8.3333333333%;
  float: left; }

.col-xs-2 {
  width: 16.6666666667%;
  float: left; }

.col-xs-3 {
  width: 25%;
  float: left; }

.col-xs-4 {
  width: 33.3333333333%;
  float: left; }

.col-xs-5 {
  width: 41.6666666667%;
  float: left; }

.col-xs-6 {
  width: 50%;
  float: left; }

.col-xs-7 {
  width: 58.3333333333%;
  float: left; }

.col-xs-8 {
  width: 66.6666666667%;
  float: left; }

.col-xs-9 {
  width: 75%;
  float: left; }

.col-xs-10 {
  width: 83.3333333333%;
  float: left; }

.col-xs-11 {
  width: 91.6666666667%;
  float: left; }

.col-xs-12 {
  width: 100%;
  float: left; }

.offset-xs-0 {
  margin-left: 0; }

.offset-xs-1 {
  margin-left: 8.3333333333%; }

.offset-xs-2 {
  margin-left: 16.6666666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.3333333333%; }

.offset-xs-5 {
  margin-left: 41.6666666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.3333333333%; }

.offset-xs-8 {
  margin-left: 66.6666666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.3333333333%; }

.offset-xs-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 768px) {
  .container {
    width: 768px; }

  .col-sm-1 {
    width: 8.3333333333%;
    float: left; }

  .col-sm-2 {
    width: 16.6666666667%;
    float: left; }

  .col-sm-3 {
    width: 25%;
    float: left; }

  .col-sm-4 {
    width: 33.3333333333%;
    float: left; }

  .col-sm-5 {
    width: 41.6666666667%;
    float: left; }

  .col-sm-6 {
    width: 50%;
    float: left; }

  .col-sm-7 {
    width: 58.3333333333%;
    float: left; }

  .col-sm-8 {
    width: 66.6666666667%;
    float: left; }

  .col-sm-9 {
    width: 75%;
    float: left; }

  .col-sm-10 {
    width: 83.3333333333%;
    float: left; }

  .col-sm-11 {
    width: 91.6666666667%;
    float: left; }

  .col-sm-12 {
    width: 100%;
    float: left; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .container {
    width: 992px; }

  .col-md-1 {
    width: 8.3333333333%;
    float: left; }

  .col-md-2 {
    width: 16.6666666667%;
    float: left; }

  .col-md-3 {
    width: 25%;
    float: left; }

  .col-md-4 {
    width: 33.3333333333%;
    float: left; }

  .col-md-5 {
    width: 41.6666666667%;
    float: left; }

  .col-md-6 {
    width: 50%;
    float: left; }

  .col-md-7 {
    width: 58.3333333333%;
    float: left; }

  .col-md-8 {
    width: 66.6666666667%;
    float: left; }

  .col-md-9 {
    width: 75%;
    float: left; }

  .col-md-10 {
    width: 83.3333333333%;
    float: left; }

  .col-md-11 {
    width: 91.6666666667%;
    float: left; }

  .col-md-12 {
    width: 100%;
    float: left; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .col-lg-1 {
    width: 8.3333333333%;
    float: left; }

  .col-lg-2 {
    width: 16.6666666667%;
    float: left; }

  .col-lg-3 {
    width: 25%;
    float: left; }

  .col-lg-4 {
    width: 33.3333333333%;
    float: left; }

  .col-lg-5 {
    width: 41.6666666667%;
    float: left; }

  .col-lg-6 {
    width: 50%;
    float: left; }

  .col-lg-7 {
    width: 58.3333333333%;
    float: left; }

  .col-lg-8 {
    width: 66.6666666667%;
    float: left; }

  .col-lg-9 {
    width: 75%;
    float: left; }

  .col-lg-10 {
    width: 83.3333333333%;
    float: left; }

  .col-lg-11 {
    width: 91.6666666667%;
    float: left; }

  .col-lg-12 {
    width: 100%;
    float: left; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
.gn-noscroll, .gn-noscroll body {
  overflow: hidden !important;
  height: 100% !important; }

.gn-longhash {
  display: inline-block; }

.global-nav {
  position: relative;
  z-index: 101;
  background-color: #fafafa; }
  .global-nav .gn-link-search {
    display: inline-block;
    width: 18px;
    height: auto; }

.global-nav-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.gn-header {
  position: relative;
  display: none;
  line-height: 62px;
  text-align: center; }
  .gn-header .gn-menuicon {
    cursor: pointer;
    position: absolute;
    left: 17px;
    top: 26px;
    z-index: 0; }
    .gn-header .gn-menuicon .menuicon-bar {
      display: block;
      width: 19px;
      height: 2px;
      margin-top: 6px;
      background-color: #cb2f82; }
      .gn-header .gn-menuicon .menuicon-bar:first-child {
        margin-top: 0; }
  .gn-header .gn-search {
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 99; }

.gn-list .gn-list-close {
  display: none;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.3, 1.3) rotate(0deg);
  -moz-transform: scale(1.3, 1.3) rotate(0deg);
  -ms-transform: scale(1.3, 1.3) rotate(0deg);
  -o-transform: scale(1.3, 1.3) rotate(0deg);
  transform: scale(1.3, 1.3) rotate(0deg);
  -webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
  -moz-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
  -ms-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
  -o-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
  transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s; }
.gn-list .gn-longhash {
  line-height: 73px; }
.gn-list .gn-list-items {
  float: right; }
  .gn-list .gn-list-items .gn-item-nav {
    display: inline-block;
    line-height: 73px;
    height: 73px;
    margin-right: 30px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    vertical-align: top; }
    .gn-list .gn-list-items .gn-item-nav .language li {
      float: left;
      display: block;
      line-height: 73px;
      height: 73px; }
      .gn-list .gn-list-items .gn-item-nav .language li a {
        display: inline-block;
        font-size: 12px;
        font-family: Avenir-Medium, Arail, sans-serif;
        color: #1e1e1e;
        line-height: 1.2;
        border-right: 1px solid #000;
        padding: 3px 10px 0;
        vertical-align: middle; }
      .gn-list .gn-list-items .gn-item-nav .language li:first-child > a {
        padding-left: 0; }
      .gn-list .gn-list-items .gn-item-nav .language li:last-child a {
        border-right: 0;
        padding-right: 10px; }
      .gn-list .gn-list-items .gn-item-nav .language li.cur-language a {
        color: #cb2f82; }
    .gn-list .gn-list-items .gn-item-nav:last-child {
      margin-right: 0; }
    .gn-list .gn-list-items .gn-item-nav:hover {
      opacity: .8; }
      .gn-list .gn-list-items .gn-item-nav:hover a {
        font-size: 16px; }
    .gn-list .gn-list-items .gn-item-nav a {
      font-size: 14px;
      font-family: Avenir-Light, Arail, sans-serif;
      color: #1e1e1e;
      -webkit-transition: font-size 0.3s ease;
      -moz-transition: font-size 0.3s ease;
      -ms-transition: font-size 0.3s ease;
      -o-transition: font-size 0.3s ease;
      transition: font-size 0.3s ease; }
  .gn-list .gn-list-items .cur-item-nav > a {
    color: #cb2f82; }
  .gn-list .gn-list-items .gn-item-nav-new a {
    position: relative; }
    .gn-list .gn-list-items .gn-item-nav-new a:after {
      content: "NEW";
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      width: auto;
      height: auto;
      font-size: 10px;
      line-height: 1;
      color: #cb2f82;
      transform: translate(1em, -1em);
      animation: newam 3s ease-in-out 0s infinite normal; }
  .gn-list .gn-list-items .gn-item-nav-livecharts a:after {
    content: "HOT"; }

.gn-list-show .gn-list-close {
  opacity: 1;
  -webkit-transform: scale(1, 1) rotate(360deg);
  -moz-transform: scale(1, 1) rotate(360deg);
  -ms-transform: scale(1, 1) rotate(360deg);
  -o-transform: scale(1, 1) rotate(360deg);
  transform: scale(1, 1) rotate(360deg); }

.gn-searchview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  line-height: 73px; }
  .gn-searchview .gn-longhash {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; }
  @media (min-width: 768px) {
    .gn-searchview .gn-searchview-content {
      width: 58%;
      float: left;
      margin-left: 21%; } }
  .gn-searchview .gn-searchview-content {
    position: relative; }
    .gn-searchview .gn-searchview-content .gn-searchform {
      display: flex; }
      .gn-searchview .gn-searchview-content .gn-searchform .search-icon {
        padding-left: 20px; }
        .gn-searchview .gn-searchview-content .gn-searchform .search-icon img {
          margin-top: -5px; }
      .gn-searchview .gn-searchview-content .gn-searchform .search-input {
        width: 100%;
        padding: 0;
        padding-left: 20px;
        background-color: transparent;
        background-image: none;
        border: 0;
        outline: 0;
        font-size: 20px;
        font-family: Avenir-Light, Arail, sans-serif;
        color: #1e1e1e; }
    .gn-searchview .gn-searchview-content .gn-searchresults {
      background-color: #fafafa; }
      .gn-searchview .gn-searchview-content .gn-searchresults li {
        cursor: pointer;
        padding-left: 60px;
        line-height: 50px;
        color: #1d1e40; }
        .gn-searchview .gn-searchview-content .gn-searchresults li:hover {
          color: #cb2f82; }
  .gn-searchview .gn-searchview-close {
    display: inline-block;
    opacity: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.3, 1.3) rotate(0deg);
    -moz-transform: scale(1.3, 1.3) rotate(0deg);
    -ms-transform: scale(1.3, 1.3) rotate(0deg);
    -o-transform: scale(1.3, 1.3) rotate(0deg);
    transform: scale(1.3, 1.3) rotate(0deg);
    -webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
    -moz-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
    -ms-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
    -o-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
    transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s; }

.gn-searchview-show .gn-searchview-close {
  opacity: 1;
  -webkit-transform: scale(1, 1) rotate(360deg);
  -moz-transform: scale(1, 1) rotate(360deg);
  -ms-transform: scale(1, 1) rotate(360deg);
  -o-transform: scale(1, 1) rotate(360deg);
  transform: scale(1, 1) rotate(360deg); }

.close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  vertical-align: middle; }
  .close-btn-line {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    width: 30px;
    height: 2px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    margin-top: -1px;
    background-color: #ba3d80; }
    .close-btn-line:first-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .close-btn-line:last-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.visible-xs {
  display: none !important; }

.gn-searchview-tab-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #cb3483; }
  .gn-searchview-tab-wrapper .gn-searchview-tab-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    line-height: 73px; }
    .gn-searchview-tab-wrapper .gn-searchview-tab-container .gn-searchview-tab {
      width: 58%;
      margin: 0 auto; }
      .gn-searchview-tab-wrapper .gn-searchview-tab-container .gn-searchview-tab li {
        display: inline-block;
        padding: 0 50px;
        float: left;
        color: white;
        cursor: pointer; }
      .gn-searchview-tab-wrapper .gn-searchview-tab-container .gn-searchview-tab .tab-active {
        background-color: #fafafa;
        color: #cb3483; }

@media (min-width: 768px) {
  .gn-searchview-tab-mobile {
    display: none !important; } }
@media (max-width: 768px) {
  .visible-xs {
    display: block !important; }

  .gn-searchview-tab-mobile {
    width: calc(100% - 80px);
    display: flex;
    margin: 10px 40px 0;
    background-color: #b1b1b1;
    color: white;
    text-align: center;
    line-height: 31px; }
    .gn-searchview-tab-mobile li {
      width: 50%; }
    .gn-searchview-tab-mobile li.tab-active {
      background-color: #c81474; } }
.gn-curtain {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }

@media (max-width: 1200px) {
  .global-nav-container {
    width: 95%; }

  .gn-list .gn-list-items .gn-item-nav {
    margin-right: 20px; } }
@media (max-width: 992px) {
  .gn-list .gn-list-items .gn-item-nav {
    margin-right: 10px; } }
@media (max-width: 768px) {
  .global-nav-container {
    width: 100%; }

  .gn-header {
    display: block; }

  .gn-list {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95); }
    .gn-list .gn-list-close {
      position: absolute;
      left: 12px;
      top: 0;
      z-index: 99;
      display: block;
      line-height: 62px; }
    .gn-list .gn-longhash {
      display: block;
      background-color: white;
      line-height: 62px;
      text-align: center; }
    .gn-list .gn-list-items {
      float: none;
      margin: 0 40px; }
      .gn-list .gn-list-items .gn-item-nav {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid rgba(175, 175, 175, 0.5);
        line-height: 50px;
        height: auto; }
      .gn-list .gn-list-items .gn-item-search {
        display: none; }

  .language {
    padding: 12px 0; }
    .language li {
      float: none !important;
      line-height: 1.2 !important;
      height: auto !important; }
      .language li a {
        padding: 12px 15px !important;
        border-right: 0 !important; }

  .gn-searchview {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99; }
    .gn-searchview .gn-longhash {
      position: relative;
      display: block;
      line-height: 62px;
      text-align: center; }
    .gn-searchview .gn-searchview-content {
      position: relative;
      margin: 0 40px; }
      .gn-searchview .gn-searchview-content .gn-searchform {
        border-bottom: 1px solid #c3c3c3; }
        .gn-searchview .gn-searchview-content .gn-searchform .search-icon {
          padding-left: 5px; }
        .gn-searchview .gn-searchview-content .gn-searchform .search-input {
          padding-left: 10px; }
      .gn-searchview .gn-searchview-content .gn-searchresults li {
        padding-left: 0;
        font-size: 14px;
        line-height: 2.5; }
    .gn-searchview .col-sm-2 {
      position: absolute;
      left: 12px;
      top: 0;
      z-index: 99;
      line-height: 62px; }

  .gn-curtain {
    background-color: #fafafa; } }
@-webkit-keyframes newam {
  0% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); }
  5%,
  10% {
    -webkit-transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  20%,
  30%,
  40% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  50%,100% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); } }
@-moz-keyframes newam {
  0% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); }
  5%,
  10% {
    -webkit-transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  20%,
  30%,
  40% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  50%,100% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); } }
@-ms-keyframes newam {
  0% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); }
  5%,
  10% {
    -webkit-transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  20%,
  30%,
  40% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  50%,100% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); } }
@-o-keyframes newam {
  0% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); }
  5%,
  10% {
    -webkit-transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  20%,
  30%,
  40% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  50%,100% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); } }
@keyframes newam {
  0% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); }
  5%,
  10% {
    -webkit-transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  20%,
  30%,
  40% {
    -webkit-transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: translate(1em, -1em) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  50%,100% {
    -webkit-transform: translate(1em, -1em) scale3d(1, 1, 1);
    transform: translate(1em, -1em) scale3d(1, 1, 1); } }
/*
@include keyframes(newam){
  0% {
    transform:translate(100%,-1em) rotate(-27deg);
  }
  10%{
    transform:translate(100%,-1em) rotate(-37deg);
  }
  20%{
    transform:translate(100%,-1em) rotate(-27deg);
  }
  30%{
    transform:translate(100%,-1em) rotate(-17deg);
  }
  40%,100% {
    transform:translate(100%,-1em) rotate(-27deg);
  }
}*/
.global-subnav {
  display: none;
  text-align: center;
  background-color: #cb2f82; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (max-width: 768px) {
  .global-subnav {
    position: relative;
    display: block;
    font-size: 12px; }
    .global-subnav li {
      width: 25%;
      display: block;
      float: left;
      padding: 1.4em 0; }
      .global-subnav li a {
        color: #fff; }
        .global-subnav li a span {
          display: inline-block;
          padding: 0;
          position: relative;
          overflow: visible; }
          .global-subnav li a span.active:after, .global-subnav li a span:hover:after {
            animation: fade 0.5s;
            display: block;
            content: '';
            width: 100%;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: -2px; } }
.global-footer {
  position: relative;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
  border-top: 1px solid  #e1dddf; }
  .global-footer .gf-longhas-txt {
    font-size: 10px;
    font-family: Avenir-Medium, Arail, sans-serif;
    color: #878787; }
  .global-footer .contribution {
    margin-bottom: .86em;
    font-size: 13px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #cb2f82; }
  .global-footer .mail {
    font-size: 13px;
    font-family: Avenir-Medium, Arail, sans-serif;
    color: #402f5d; }
  .global-footer .gf-column-state {
    display: none; }
  .global-footer .gf-column-section-label {
    cursor: pointer; }
    .global-footer .gf-column-section-label .gf-column-section-title {
      margin-bottom: 28px;
      -webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -moz-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -ms-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -o-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      font-size: 13px;
      font-family: Avenir-Black, Arail, sans-serif;
      color: #cb2f82; }
  .global-footer .gf-column-state:checked + .gf-column-section .gf-column-section-title {
    color: #cb2f82; }
    .global-footer .gf-column-state:checked + .gf-column-section .gf-column-section-title:after {
      background-position-y: -8px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .global-footer .gf-column-state:checked + .gf-column-section .gf-column-section-list {
    display: block; }
  .global-footer .gf-column-section-list {
    font-size: 13px;
    font-family: Avenir-Medium, Arail, sans-serif;
    color: #402f5d;
    line-height: 1.7333333333em; }
    .global-footer .gf-column-section-list li {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .global-footer .gf-column-section-list li:hover {
        opacity: .8; }
    .global-footer .gf-column-section-list a {
      color: #402f5d; }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@media (max-width: 768px) {
  .global-footer {
    padding: 0 34px 110px; }
    .global-footer .gf-longhas {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      padding: 0 34px; }
    .global-footer .gf-longhas-txt {
      font-size: 8px; }
    .global-footer .gf-column {
      border-bottom: 1px solid #e1dddf;
      overflow: hidden; }
    .global-footer .gf-column-section-label {
      cursor: pointer; }
      .global-footer .gf-column-section-label .gf-column-section-title {
        position: relative;
        z-index: 2;
        background-color: #f6f6f6;
        margin-bottom: 0px;
        font-size: 15px;
        font-family: Avenir-Light, Arail, sans-serif;
        color: #402f5d;
        line-height: 53px; }
        .global-footer .gf-column-section-label .gf-column-section-title:after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 8px;
          margin-top: 20px;
          background: transparent url("../img/public/footer-arrow.png") no-repeat center center;
          background-size: 100%;
          background-position-y: 0;
          float: right;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          -ms-transition: -ms-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          -o-transition: -o-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .global-footer .gf-column-section-list {
      position: relative;
      z-index: 1;
      display: none;
      overflow: hidden;
      padding-left: 22px;
      margin-bottom: 20px;
      font-size: 13px;
      -webkit-animation: slide 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 1 normal;
      -moz-animation: slide 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 1 normal;
      -ms-animation: slide 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 1 normal;
      -o-animation: slide 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 1 normal;
      animation: slide 1s cubic-bezier(0.4, 0.01, 0.165, 0.99) 1 normal;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      .global-footer .gf-column-section-list li {
        line-height: 30px; }
    .global-footer .contribution {
      margin-top: 27px;
      line-height: 0;
      font-size: 13px; }
    .global-footer .mail {
      font-size: 13px; } }
.more-section {
  position: relative; }
  .more-section-title {
    display: inline-block;
    font-size: 32px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #cb2f82;
    line-height: 3.5813; }
    .more-section-title img {
      width: 0.5348837209em;
      margin-top: -0.2325581395em; }
  .more-section-lists {
    margin: 0 -7px; }
    .more-section-lists .col-sm-4 {
      padding: 0 7px; }
      .more-section-lists .col-sm-4:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .more-section-lists .col-sm-4:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
        -o-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .more-section-lists .col-sm-4:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s; }

@media (max-width: 768px) {
  .more-section-title {
    padding: 0 25px;
    font-size: 16px;
    line-height: 3.25; }
  .more-section-lists {
    margin: 0; }
    .more-section-lists .col-sm-4 {
      padding: 0; }
      .more-section-lists .col-sm-4:last-child .thumbnail {
        margin-bottom: 0; } }
.article-section .a-name {
  font-size: 12px;
  font-family: Avenir-Black, Arail, sans-serif;
  color: #1e1e1e;
  line-height: 1.7; }
.article-section .a-date {
  margin-bottom: 1.7777777778em;
  font-size: 12px;
  font-family: Avenir-Medium, Arail, sans-serif;
  color: #1e1e1e;
  line-height: 1.8888888889; }
.article-section .a-data {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-family: Avenir-Black, Arail, sans-serif;
  color: #402f5d;
    /*.a-data-child{
      img{
        width: 1em;
        height: auto;
        margin-left: .5em;
        margin-right: 2em;
      }

      a:last-child img{
        margin-right: 0;
      }
    }*/ }
  .article-section .a-data .data-vote, .article-section .a-data .data-share {
    position: relative;
    display: inline-block; }
  .article-section .a-data .data-vote {
    margin-right: 2em; }
  .article-section .a-data img {
    width: 1em;
    height: auto;
    margin-left: .5em; }
.article-section .a-title {
  font-size: 35px;
  font-family: Avenir-Black, Arail, sans-serif;
  color: #cb2f82;
  line-height: 1.1964285714em;
  margin-bottom: .2em; }
.article-section .a-content p, .article-section .a-content span, .article-section .a-content a, .article-section .a-content strong, .article-section .a-content b {
  font-family: Avenir-Light,Arail,sans-serif  !important; }
.article-section .a-content img {
  width: 100%;
  height: auto; }
.article-section .a-content video {
  width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .article-section {
    padding: 0 25px; }
    .article-section .a-name {
      font-size: 12px; }
    .article-section .a-date {
      font-size: 11px; }
    .article-section .a-title {
      font-size: 25px;
      margin-bottom: 1.2em; } }
/*缩略图*/
.thumbnail-img {
  cursor: pointer;
  overflow: hidden; }
  .thumbnail-img img {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -ms-transition: all ease-out 1s;
    -o-transition: all ease-out 1s;
    transition: all ease-out 1s; }

/*缩略图划入效果*/
.thumbnail-hover:hover .thumbnail-img img {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03); }

.caption {
  padding: 0 30px; }
  .caption .num {
    font-size: 14px;
    font-family: Avenir-Medium, Arail, sans-serif;
    color: #cb2f82;
    line-height: 3.333; }
  .caption .data {
    font-size: 12px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #402f5d;
    line-height: 2.5; }
    .caption .data .data-vote, .caption .data .data-share {
      position: relative;
      display: inline-block; }
    .caption .data .data-vote {
      margin-right: 2em; }
    .caption .data img {
      width: 1em;
      height: auto;
      margin-left: .5em; }
  .caption .line {
    width: 47px;
    height: 1px;
    margin-top: 15px;
    margin-left: 4px;
    background-color: #cb2f82; }
  .caption .new-title {
    margin-top: 30px;
    font-size: 22px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #402f5d;
    line-height: 1.2727272727; }
  .caption .new-des {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 18px;
    font-family: Avenir-Medium, Arail, sans-serif;
    color: #1e1e1e;
    line-height: 1.2em;
    word-break: break-all; }
  .caption .more {
    font-size: 14px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #1e1e1e; }
  .caption .da-des {
    font-size: 18px;
    font-family: "Microsoft YaHei", Arail, sans-serif;
    color: #1e1e1e;
    font-weight: bold; }
  .caption .title {
    margin-top: 30px;
    font-size: 18px;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #402f5d;
    line-height: 1.2727272727; }
  .caption .des {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 16px;
    font-family: Avenir-Light, Arail, sans-serif;
    color: #1e1e1e;
    line-height: 1.2em; }

@media (max-width: 768px) {
  .thumbnail {
    margin-bottom: 30px; }

  .caption {
    padding: 0 25px; }
    .caption .num {
      font-size: 13px; }
    .caption .data {
      font-size: 12px; }
    .caption .more {
      display: none; }
    .caption .new-title {
      font-size: 16px; }
    .caption .new-des {
      font-size: 13px; }
    .caption .title {
      font-size: 16px; }
    .caption .des {
      font-size: 14px; } }
.share-group-p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%; }

.share-group {
  position: absolute;
  right: -0.5em;
  bottom: 0.3em;
  z-index: 99;
  font-size: 35px;
  width: 1em;
  background-color: white; }
  .share-group span[class|=icon] {
    display: block;
    width: 1em;
    height: 1em;
    /*border:1px solid red;*/
    background-image: url("../img/public/share_icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .share-group .icon-facebook {
    background-position: 0 0; }
  .share-group .icon-twitter {
    background-position: 0 -1em; }
  .share-group .icon-weibo {
    background-position: 0 -2em; }
  .share-group .icon-linkedin {
    background-position: 0 -3em; }

.clearfix:before, .gn-list .gn-list-items .gn-item-nav .language:before, .gn-searchview-tab-wrapper .gn-searchview-tab-container:before,
.clearfix:after,
.gn-list .gn-list-items .gn-item-nav .language:after,
.gn-searchview-tab-wrapper .gn-searchview-tab-container:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table; }

.clearfix:after, .gn-list .gn-list-items .gn-item-nav .language:after, .gn-searchview-tab-wrapper .gn-searchview-tab-container:after,
.container:after,
.row:after,
.nav:after {
  clear: both; }

.text-overflow, .gn-searchview .gn-searchview-content .gn-searchresults li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, .caption .da-des {
  text-align: center; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

/*@mixin responsive-visibility(){
  display: block !important;
}*/
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.o0 {
  opacity: 0; }

.d12 {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.d14 {
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s; }

.d16 {
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s; }

.d18 {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s; }

.d20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.news-section {
  position: relative;
  margin-bottom: 50px; }
  .news-section .article-main {
    margin-top: 40px;
    margin-bottom: 80px; }
    .news-section .article-main .a-content {
      height: 300px;
      overflow-y: hidden; }
    .news-section .article-main .am-readall {
      position: relative;
      z-index: 99;
      margin-top: -50px;
      font-size: 14px;
      color: #402f5d; }
      .news-section .article-main .am-readall .read-more-mask {
        height: 50px;
        margin-bottom: 20px;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 100%);
        /* Safari 5.1 - 6.0 */
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 100%);
        /* 标准的语法 */ }
      .news-section .article-main .am-readall .read-more {
        position: relative;
        color: #402f5d;
        /*&:after{
          content:'';
          @include position(absolute,null,9px,-25px,null);
          @include box(inline-block,15px,11px);
          background:transparent url($image-path + 'featuredNews/arrow-down2.png') no-repeat center center;
        }*/ }
        .news-section .article-main .am-readall .read-more img {
          width: 1em; }
  .news-section .article-section-readall .a-content {
    height: auto; }
  .news-section .article-section-readall .am-readall {
    display: none; }

.news-lists {
  /*.more-news-btn{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: $purple-light;
  }*/ }
  .news-lists .col-sm-4:nth-child(3n+1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .news-lists .col-sm-4:nth-child(3n+2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .news-lists .col-sm-4:nth-child(3n+3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .news-lists .thumbnail {
    margin-bottom: 50px; }

.news-loading {
  font-size: 22px; }
  .news-loading .more-news-btn {
    cursor: pointer;
    display: inline-block;
    font-family: Avenir-Black, Arail, sans-serif;
    color: #cb2f82;
    line-height: 1.3; }
    .news-loading .more-news-btn img {
      width: 1em; }

.new-section {
  padding-top: 62px; }

.more-section {
  margin-bottom: 90px; }

@media (min-width: 768px) {
  .news-lists {
    margin: 0 -7px; }
    .news-lists .col-sm-4 {
      padding: 0 7px; }
    .news-lists .col-sm-4:nth-child(3n+4) {
      clear: both; } }
@media (max-width: 768px) {
  .new-section {
    padding-top: 31px; }

  .news-section .article-main {
    margin-bottom: 47px; }

  .news-lists .thumbnail {
    margin-bottom: 30px; }

  .news-loading {
    font-size: 16px; } }

/*# sourceMappingURL=featured-news.css.map */
