@charset "UTF-8";
@import url(../iconfont/iconfont.css);
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, font, 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,
textarea, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: PingFangSC,Open Sans,Helvetica Neue,Arial,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #313131;
  text-decoration: none; }
  a:hover {
    color: #D80000;
    text-decoration: none; }
  a.red-link {
    color: #D80000; }
    a.red-link:hover {
      color: #B10808; }
  a.red-hover-link:hover {
    color: #B10808; }

.hidden {
  visibility: hidden; }

html {
  min-height: 100%;
  display: flex;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  flex: 1;
  position: relative;
  background-color: #fff;
  color: #313131;
  font-size: .14rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  margin: 0; }

.mt40 {
  margin-top: 0.4rem !important; }

.inner {
  width: 14.4rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box; }

.logo {
  display: flex;
  align-items: center; }
  .logo-img {
    width: 0.29rem;
    height: 0.29rem; }
  .logo-txt {
    height: 0.29rem;
    margin-left: 0.16rem; }
    .logo-txt img {
      display: block;
      height: 0.29rem; }
    .logo-txt-zh {
      padding-top: 0.06rem; }
    .logo-txt-zh, .logo-txt-en {
      font-size: 0.14rem;
      line-height: 1.25;
      display: none;
      color: #313131; }

.highlight-color {
  color: #D80000; }

.win-mask {
  width: 100%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001; }

@media (max-width: 1023px) {
  .mt40 {
    margin-top: 0.4rem !important; }

  .logo-img {
    width: 0.29rem;
    height: 0.29rem; }
  .logo-txt {
    height: 0.29rem;
    margin-left: 0.16rem; }
    .logo-txt img {
      height: 0.29rem; }
    .logo-txt-zh {
      padding-top: 0.06rem; }
    .logo-txt-zh, .logo-txt-en {
      font-size: 0.14rem; } }
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000; }
  header img {
    display: block;
    max-width: 100%;
    margin: 0; }
  header .mobile-menu {
    display: none; }
  header .inner {
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .inner-left {
      width: 7.54rem;
      height: 0.8rem;
      box-sizing: border-box;
      padding-top: 0.23rem;
      color: #313131; }
      header .inner-left-top {
        display: flex;
        justify-content: space-between; }
    header .inner.inner-index {
      height: 1.35rem; }
      header .inner.inner-index > a {
        padding-top: 29px; }
      header .inner.inner-index .logo-img {
        width: 1.06rem;
        height: 1.06rem; }
      header .inner.inner-index .logo-txt {
        height: auto;
        margin-left: 0.16rem; }
        header .inner.inner-index .logo-txt-zh, header .inner.inner-index .logo-txt-en {
          display: block; }
      header .inner.inner-index .inner-left {
        height: 1.35rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
  header .header-search {
    width: 4.46rem;
    height: .35rem;
    background-color: #EDEDED;
    border-radius: 4px;
    display: flex;
    align-items: center; }
    header .header-search label {
      width: 3.6rem;
      height: .2rem;
      position: relative; }
    header .header-search .placeholder-txt {
      width: 3.6rem;
      height: .2rem;
      position: absolute;
      font-size: .14rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #686868;
      line-height: .2rem;
      left: 0;
      top: 0;
      opacity: 0.5; }
    header .header-search-input {
      width: 3.6rem;
      height: .2rem;
      position: relative; }
      header .header-search-input:focus + span.placeholder-txt {
        display: none; }
    header .header-search-btn {
      width: .12rem;
      height: .12rem;
      margin: 0 .2rem 0 .16rem;
      color: rgba(173, 168, 168, 0.4);
      cursor: pointer; }
      header .header-search-btn .iconfont {
        font-size: .2rem;
        line-height: 1em; }
      header .header-search-btn img {
        width: .12rem;
        height: .12rem; }
  header .header-menu {
    display: flex;
    width: 2.6rem;
    justify-content: space-between;
    padding-top: .05rem; }
    header .header-menu .link {
      font-size: 0.16rem;
      font-weight: 600; }
      header .header-menu .link:hover {
        color: #B10808; }
  header .dropdown {
    height: 0.65rem;
    font-size: 0.16rem;
    position: relative; }
    header .dropdown-btn {
      font-weight: 600;
      display: flex;
      align-items: center; }
      header .dropdown-btn-icon {
        width: 0.1rem;
        display: inline-block;
        margin-left: .05rem; }
    header .dropdown-body {
      width: 2.16rem;
      display: none;
      background: #fff;
      box-shadow: 0 0.02rem 0.2rem 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      transform: translateX(-50%);
      top: .6rem;
      left: 50%; }
      header .dropdown-body:before {
        content: '';
        width: 0;
        height: 0;
        border: .15rem solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        transform: translateX(-50%);
        top: -.3rem;
        left: 50%; }
    header .dropdown-nav {
      width: 2.16rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      overflow: hidden;
      padding-bottom: .5rem; }
      header .dropdown-nav li {
        margin-top: .5rem; }
      header .dropdown-nav a {
        font-size: .16rem;
        font-weight: 600;
        line-height: 0.22rem; }
    header .dropdown:hover .dropdown-body {
      display: block; }
    header .dropdown:hover .dropdown-btn-icon {
      transform: rotate(180deg); }
    header .dropdown:hover .dropdown-btn > span {
      color: #B10808; }
  header .drawer {
    position: relative;
    font-size: 0.16rem; }
    header .drawer-btn {
      font-weight: 600;
      width: 0.29rem;
      height: 0.22rem;
      cursor: pointer; }
      header .drawer-btn img {
        height: 100%;
        margin: 0 auto; }
        header .drawer-btn img.menu {
          display: block; }
        header .drawer-btn img.close {
          display: none; }
    header .drawer-box {
      display: none; }
    header .drawer.open .drawer-btn img.menu {
      display: none; }
    header .drawer.open .drawer-btn img.close {
      display: block; }
    header .drawer.open .drawer-box {
      background-color: #fff;
      display: block;
      width: 2rem;
      box-sizing: border-box;
      padding-left: 0.4rem;
      padding-top: 0.3rem;
      position: fixed;
      font-size: 0.24rem;
      line-height: 1;
      top: 0.5rem;
      right: 0; }
    header .drawer.open .drawer-nav li {
      padding: 0.3rem 0; }
      header .drawer.open .drawer-nav li > a {
        font-size: 0.24rem;
        line-height: 1;
        position: relative; }
        header .drawer.open .drawer-nav li > a:hover {
          color: #D80000; }
      header .drawer.open .drawer-nav li.link > a:hover:after {
        content: "";
        width: 0.08rem;
        height: 0.08rem;
        display: block;
        position: absolute;
        background-color: #D80000;
        left: -0.2rem;
        top: 50%;
        transform: translateY(-50%); }
      header .drawer.open .drawer-nav li.user-info {
        padding: 0; }
        header .drawer.open .drawer-nav li.user-info > a {
          padding: 0.4rem 0;
          display: flex;
          align-items: center;
          border-top: 1px solid #DFDDDD;
          border-bottom: 1px solid #DFDDDD; }
        header .drawer.open .drawer-nav li.user-info .user-info-pic {
          width: 0.75rem;
          height: 0.75rem;
          border-radius: 50%;
          margin-right: 0.2rem; }
        header .drawer.open .drawer-nav li.user-info .user-info-name {
          font-size: 0.16rem; }

footer {
  height: 4.1rem;
  background-color: #202426; }
  footer .logo-img {
    width: 1.06rem;
    height: 1.06rem; }
  footer .logo-txt {
    height: auto;
    margin-left: 0.16rem; }
    footer .logo-txt-zh, footer .logo-txt-en {
      display: block;
      color: #FFF; }
  footer .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer .inner-top {
      width: 100%;
      display: flex;
      padding-top: 0.99rem; }
    footer .inner-bottom {
      width: 100%;
      border-top: 1px solid #979797;
      color: #808080;
      position: relative; }
      footer .inner-bottom a {
        color: #808080; }
        footer .inner-bottom a:hover {
          color: #fff; }
  footer .links {
    display: flex; }
    footer .links-col {
      box-sizing: content-box;
      width: 0.6rem;
      padding-left: 0.6rem; }
      footer .links-col-title {
        white-space: nowrap;
        color: #fff;
        font-size: 0.16rem; }
      footer .links-col-box {
        font-size: 0.14rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 0.16rem; }
        footer .links-col-box a {
          white-space: nowrap;
          line-height: 1;
          color: #808080;
          margin-bottom: 0.14rem; }
          footer .links-col-box a:hover {
            color: #fff; }
      footer .links-col.col-two {
        width: 1.5rem; }
      footer .links-col.partners {
        width: auto; }
        footer .links-col.partners .links-col-box {
          padding-top: 0.26rem; }
          footer .links-col.partners .links-col-box a {
            margin-right: 0.2rem; }
            footer .links-col.partners .links-col-box a img {
              height: .36rem; }
  footer .copyright {
    height: 0.69rem;
    line-height: 0.69rem;
    font-size: 0.14rem;
    text-align: center; }
  footer .contact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center; }
    footer .contact-item {
      margin-left: 0.16rem;
      cursor: pointer;
      color: #808080;
      position: relative; }
      footer .contact-item .qr {
        width: 1.6rem;
        padding: .1rem;
        background-color: #fff;
        box-shadow: 0 0.03rem 0.05rem 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        left: -.16rem;
        bottom: calc(100% + .1rem);
        overflow: hidden; }
        footer .contact-item .qr .qr-txt {
          height: .35rem;
          line-height: .35rem;
          font-size: 0.12rem;
          font-weight: 400;
          color: #5a5a5a;
          text-align: center; }
        footer .contact-item .qr .qr-img {
          width: 1.2rem;
          height: 1.2rem;
          display: block;
          margin: 0 auto .15rem; }
      footer .contact-item:hover {
        color: #fff; }

@media (max-width: 1023px) {
  header .inner {
    display: none; }
  header .mobile-menu {
    width: 100%;
    height: 0.7rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    position: relative;
    box-sizing: border-box; }
    header .mobile-menu .drawer-btn {
      width: 0.15rem;
      height: 0.11rem; }
    header .mobile-menu .logo {
      display: flex;
      align-items: center; }
      header .mobile-menu .logo-img {
        width: 0.23rem;
        height: 0.23rem; }
      header .mobile-menu .logo-txt {
        height: 0.23rem;
        margin-left: 0.12rem; }
        header .mobile-menu .logo-txt img {
          display: block;
          height: 0.23rem; }
    header .mobile-menu > .header-search-btn {
      width: 0.14rem;
      height: 0.14rem; }

  .search-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001; }
    .search-box .header-search {
      width: auto;
      height: 0.3rem;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      border-bottom: none;
      background-color: #fff;
      padding: 0 0.2rem;
      margin: 0 0.1rem;
      position: fixed;
      z-index: 1003;
      top: 0.7rem;
      left: 0;
      right: 0; }
      .search-box .header-search-input {
        width: 3.6rem;
        height: 0.2rem; }
      .search-box .header-search .header-search-btn {
        width: 0.2rem;
        height: 0.2rem; }
        .search-box .header-search .header-search-btn img {
          width: 100%;
          display: block; }

  footer {
    height: auto; }
    footer .logo-img {
      width: 1.06rem;
      height: 1.06rem; }
    footer .logo-txt {
      margin-left: 0.16rem; }
    footer .inner {
      width: auto;
      padding: 0 0.15rem; }
      footer .inner-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0.4rem; }
        footer .inner-top > a {
          width: 3.2rem; }
      footer .inner-bottom {
        border-top: 1px solid rgba(151, 151, 151, 0.3); }
    footer .links {
      flex-wrap: wrap;
      margin-top: 0.4rem;
      padding-top: 0.3rem;
      padding-left: 0.12rem;
      border-top: 1px solid rgba(151, 151, 151, 0.3); }
      footer .links-col {
        width: 0.6rem;
        padding-left: 0;
        padding-right: 0.6rem;
        padding-bottom: 0.4rem; }
        footer .links-col-title {
          white-space: nowrap;
          color: #fff;
          font-size: 0.14rem; }
        footer .links-col-box {
          font-size: 0.12rem;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          padding-top: 0.16rem; }
          footer .links-col-box a {
            white-space: nowrap;
            line-height: 1;
            color: #808080;
            margin-bottom: 0.14rem; }
            footer .links-col-box a:hover {
              color: #fff; }
        footer .links-col.col-two {
          width: 1.2rem; }
        footer .links-col.partners {
          width: auto;
          padding-bottom: 0.26rem; }
          footer .links-col.partners .links-col-box {
            padding-top: 0.26rem; }
            footer .links-col.partners .links-col-box a {
              margin-right: 0.2rem; }
    footer .copyright {
      height: auto;
      line-height: 1;
      font-size: 0.12rem;
      margin-bottom: 0.4rem; }
    footer .contact {
      position: relative;
      top: 0;
      transform: translateY(0);
      margin: 0.4rem 0; }
      footer .contact-item {
        margin-left: 0.16rem; }
      footer .contact img {
        display: block;
        height: 0.16rem; } }
.highlight-wrap {
  background-color: #FFF7DB;
  padding: .06rem 0; }

.ql-editor img {
  max-width: 100%;
  width: 100%; }

.ql-bg {
  padding: .06rem 0; }

.mobile-hide {
  display: block; }

.mobile-show {
  display: none; }

input, textarea {
  caret-color: #D80000; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #A2A2A2; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A2A2A2; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A2A2A2; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A2A2A2; }

.input-checkbox {
  margin-bottom: .2rem;
  position: relative; }
  .input-checkbox input[type=checkbox] {
    width: .15rem;
    height: .15rem;
    opacity: 0;
    margin-right: .1rem; }
  .input-checkbox .checkbox-color-label {
    height: .15rem;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0.14rem;
    font-weight: 400;
    color: #313131;
    line-height: 0.2rem; }
  .input-checkbox .checkbox-color-input {
    width: 0.15rem;
    height: 0.15rem;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 0; }
  .input-checkbox .checkbox-color:checked + span::before {
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    content: "\2713";
    text-align: center;
    font-size: .14rem;
    line-height: .15rem;
    color: white;
    background: #d80000; }

.btn {
  min-width: 0.85rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border: 1px solid #5A5A5A;
  text-align: center;
  font-size: 0.14rem;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 0.14rem;
  cursor: pointer;
  box-sizing: border-box; }
  .btn-red {
    background-color: #D80000;
    border: 1px solid #D80000;
    color: #fff; }
    .btn-red:hover {
      background-color: #B10808;
      border: 1px solid #B10808; }
  .btn-info {
    background-color: #D6D5D5;
    border: 1px solid #D6D5D5;
    color: #313131; }
    .btn-info:hover {
      background-color: #787878;
      border: 1px solid #787878; }
  .btn-full {
    width: 100%; }
  .btn-disable {
    opacity: 0.3;
    cursor: default;
    pointer-events: none; }

.column-title {
  width: 100%;
  height: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.25rem;
  font-weight: 600; }
  .column-title:before, .column-title:after {
    height: 0.03rem;
    content: '';
    background-color: #D80000; }
  .column-title:before {
    width: 0.32rem;
    margin-right: 0.16rem; }
  .column-title:after {
    flex: 1;
    margin-left: 0.16rem; }

.list-li {
  word-wrap: break-word;
  padding: 0.4rem 0 0.4rem 0.48rem;
  position: relative;
  overflow: hidden;
  zoom: 1; }
  .list-li img {
    display: block; }
  .list-li-label {
    height: 0.21rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .list-li-label-item {
      font-size: 0.14rem;
      color: #787878;
      margin-right: 0.1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .list-li-label-item-special {
        margin-right: 0.1rem; }
        .list-li-label-item-special img {
          height: 0.24rem; }
  .list-li-pic {
    width: 3rem;
    float: right;
    margin-left: 0.24rem; }
    .list-li-pic img {
      width: 3rem;
      height: 2.8rem;
      object-fit: cover; }
  .list-li-title {
    margin-bottom: 0.2rem;
    height: 0.8rem; }
    .list-li-title > a {
      font-size: 0.28rem;
      line-height: 0.4rem;
      font-weight: 600;
      display: block;
      color: #313131;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .list-li-title > a:hover {
        color: #D80000; }
  .list-li-abstract {
    font-size: 0.14rem;
    color: #787878;
    line-height: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .list-li-portrait {
    width: 3rem;
    height: 1.3rem;
    float: right;
    margin-left: 0.24rem;
    position: relative; }
    .list-li-portrait .portrait-info {
      width: 100%;
      height: .9rem;
      font-size: .14rem;
      font-weight: 600;
      line-height: .2rem;
      border: 0.03rem solid #D80000;
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      padding: .19rem 0 .25rem .18rem;
      overflow: hidden; }
      .list-li-portrait .portrait-info img {
        height: .06rem;
        display: block; }
      .list-li-portrait .portrait-info-txt {
        width: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .list-li-portrait .portrait-pic {
      position: absolute;
      right: 0;
      height: 1.3rem; }
  .list-li:after {
    width: 7.06rem;
    height: 1px;
    background-color: #DFDDDD;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0; }

.Q-A-card {
  padding-bottom: .2rem; }
  .Q-A-card .card-portrait {
    height: 1.3rem;
    position: relative; }
    .Q-A-card .card-portrait .portrait-info {
      width: 100%;
      height: .9rem;
      font-size: .14rem;
      font-weight: 600;
      line-height: .2rem;
      border: 0.03rem solid #D80000;
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      padding: .19rem 0 .25rem .3rem;
      overflow: hidden; }
      .Q-A-card .card-portrait .portrait-info img {
        height: .06rem;
        display: block; }
      .Q-A-card .card-portrait .portrait-info-txt {
        width: 2rem;
        margin-top: .04rem; }
    .Q-A-card .card-portrait .portrait-pic {
      position: absolute;
      right: 0;
      height: 1.3rem; }
  .Q-A-card .card-body {
    background-color: #F6F6F6;
    padding: .2rem .3rem; }
    .Q-A-card .card-body .Q-A-title {
      font-weight: 600;
      font-size: .18rem; }
    .Q-A-card .card-body .Q-A-list {
      padding-top: .17rem; }
      .Q-A-card .card-body .Q-A-list .Q, .Q-A-card .card-body .Q-A-list .A {
        padding: .06rem 0;
        font-size: .12rem;
        color: #313131;
        font-weight: bold; }
        .Q-A-card .card-body .Q-A-list .Q span, .Q-A-card .card-body .Q-A-list .A span {
          font-size: .14rem;
          color: #5A5A5A;
          font-weight: 400; }
  .Q-A-card a:hover {
    color: #313131; }
    .Q-A-card a:hover .card-body {
      box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.15); }
      .Q-A-card a:hover .card-body .Q-A-title {
        color: #D80000; }
      .Q-A-card a:hover .card-body .Q-A-list .Q, .Q-A-card a:hover .card-body .Q-A-list .A {
        color: #313131; }
        .Q-A-card a:hover .card-body .Q-A-list .Q span, .Q-A-card a:hover .card-body .Q-A-list .A span {
          color: #5A5A5A; }
.Q-A-more {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
  font-size: .14rem;
  background-color: #F6F6F6; }
  .Q-A-more a {
    display: block;
    height: .52rem;
    line-height: .52rem;
    font-size: .14rem;
    padding-left: .3rem; }
    .Q-A-more a img {
      height: .09rem;
      display: inline-block; }
    .Q-A-more a:hover {
      color: #D80000;
      background-color: #e7e7e7; }

.timeline li {
  position: relative;
  height: 0.74rem;
  padding-left: 0.74rem;
  padding-bottom: 0.6rem; }
  .timeline li .date {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 0.16rem;
    line-height: 1;
    background-color: #fff; }
    .timeline li .date .txt-day {
      font-size: 0.28rem;
      font-weight: 600;
      color: #313131;
      line-height: 0.4rem;
      margin-left: -.05rem; }
    .timeline li .date .xhr {
      width: 0.4rem;
      height: 1px;
      background-color: #DFDDDD;
      margin: 6px 0 3px; }
    .timeline li .date .yhr {
      width: 1px;
      height: 0.4rem;
      background-color: #DFDDDD;
      position: absolute;
      bottom: -0.6rem;
      left: 0.2rem; }
    .timeline li .date .day span {
      font-size: 0.28rem;
      line-height: 1; }
  .timeline li:last-child .yhr {
    display: none; }

.list-subscribe {
  padding-bottom: 0.2rem; }
  .list-subscribe .subscribe-body {
    height: 3.1rem;
    background-color: #F6F6F6;
    padding: .43rem .25rem .25rem;
    box-sizing: border-box; }
  .list-subscribe .subscribe-pic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .list-subscribe .subscribe-pic img {
      display: block;
      height: 1.28rem; }
    .list-subscribe .subscribe-pic-zh {
      font-size: 0.16rem;
      padding-top: 0.06rem;
      font-weight: 800;
      line-height: 0.22rem;
      margin-top: -.22rem; }
    .list-subscribe .subscribe-pic-en {
      font-size: 0.14rem;
      line-height: 0.17rem;
      font-weight: bold; }
    .list-subscribe .subscribe-pic-zh, .list-subscribe .subscribe-pic-en {
      display: block; }
  .list-subscribe .subscribe-txt {
    font-size: 0.12rem;
    line-height: 2;
    margin-bottom: 8px; }
  .list-subscribe .subscribe-title {
    font-size: 0.18rem;
    font-weight: 800;
    line-height: 0.25rem; }
    .list-subscribe .subscribe-title span {
      background: #F4E4E4; }
  .list-subscribe .subscribe-btn {
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background-color: #D80000;
    font-size: 0.14rem;
    color: #fff;
    cursor: pointer; }
    .list-subscribe .subscribe-btn:hover {
      background-color: #B10808; }

.switcher {
  height: 0.36rem;
  overflow: hidden; }
  .switcher li {
    min-width: .52rem;
    height: 100%;
    float: left;
    margin-right: 0.5rem;
    text-align: center;
    position: relative;
    font-size: .16rem;
    cursor: pointer; }
    .switcher li:after {
      width: .52rem;
      height: .03rem;
      background-color: #D80000;
      display: none;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .switcher li.active:after {
      display: block; }

.card {
  background-color: #fff; }
  .card-title {
    padding: 0.2rem 0.4rem;
    background-color: #EBEBEB;
    line-height: 1.3;
    font-size: 0.16rem;
    font-weight: 600; }
  .card-body {
    padding: 0.4rem; }

#login .logo {
  justify-content: center;
  margin-bottom: 0.2rem; }
#login .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
  color: #787878;
  margin-top: 0.1rem; }
  #login .tip .tip-btn {
    cursor: pointer; }
#login .hr {
  height: 1px;
  background: #DFDDDD;
  margin: 0.4rem auto; }
#login .other {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #login .other .title {
    text-align: center;
    font-size: 0.12rem; }
  #login .other-list {
    display: flex;
    align-items: center;
    margin: 0.1rem auto 0.2rem; }
    #login .other-list-item {
      margin: 0 .125rem; }
    #login .other-list .icon {
      width: 0.3rem;
      display: block; }
  #login .other .tip {
    justify-content: center; }
#login .forget {
  overflow: hidden; }
#login .forget-label {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.375; }
#login .forget-tip {
  text-align: center;
  color: #a2a2a2;
  font-size: 0.12rem;
  line-height: 1.41; }
#login .success {
  margin: 0.8rem auto 0.5rem; }
  #login .success .icon {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    margin: 0 auto; }
  #login .success .forget-label {
    margin: 0.1rem auto; }

.form {
  overflow: hidden; }
  .form-item {
    margin-top: 0.2rem; }
  .form-input {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    padding: 0.07rem 0.2rem 0.08rem;
    box-sizing: border-box;
    border: 1px solid #D7D7D7; }
    .form-input-left {
      min-width: .465rem; }
    .form-input-select {
      padding-right: 0.2rem;
      position: relative;
      z-index: 10; }
      .form-input-select:after {
        content: '';
        width: 0;
        height: 0;
        border: 3px solid  transparent;
        border-top-color: #313131;
        position: absolute;
        right: 0.1rem;
        top: 50%;
        transform: translateY(-50%); }
      .form-input-select .select-label {
        cursor: pointer; }
      .form-input-select .select-list {
        height: 0;
        overflow: auto;
        background-color: #fff;
        position: absolute;
        top: calc(100% + 0.08rem);
        left: -.21rem; }
        .form-input-select .select-list-item {
          white-space: nowrap;
          padding: 0.03rem 0.09rem 0.03rem 0.17rem;
          cursor: pointer; }
          .form-input-select .select-list-item.selected {
            background-color: #FBE7E7; }
          .form-input-select .select-list-item:hover {
            background-color: #FBE7E7; }
      .form-input-select.open .select-list {
        height: 0.92rem;
        transition: height .15s;
        border: 1px solid #D7D7D7;
        padding: .1rem 0; }
    .form-input-box {
      flex: 1; }
    .form-input input[type='text'],
    .form-input input[type='password'] {
      width: 100%; }
    .form-input .forget-password {
      color: #D80000;
      cursor: pointer; }
    .form-input .form-input-right {
      width: 1.08rem;
      height: 0.05rem;
      position: relative;
      line-height: 0.05rem;
      text-align: right; }
    .form-input .verification-code {
      width: 1.08rem;
      height: 0.38rem;
      line-height: 0.38rem;
      position: absolute;
      top: -.16rem;
      right: -.2rem;
      text-align: center;
      color: #fff;
      cursor: pointer;
      background: #979797;
      font-size: 0.14rem; }
      .form-input .verification-code.disable {
        cursor: default; }

#rightMenu {
  width: 37%;
  background: #fff;
  box-sizing: border-box;
  padding: 0.25rem 1.5rem 0.9rem 0.7rem;
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column; }
  #rightMenu .close {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    cursor: pointer;
    color: #313131;
    opacity: 1; }
  #rightMenu .rightMenu-top {
    width: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #rightMenu .rightMenu-body {
    width: 3.1rem;
    padding-top: .55rem;
    flex: 1; }
  #rightMenu .rightMenu-bottom {
    width: 3.1rem;
    border-top: 0.03rem solid #D80000; }
  #rightMenu .drawer-nav {
    overflow: hidden; }
    #rightMenu .drawer-nav li {
      font-size: 0.24rem;
      padding-top: 0.4rem;
      font-weight: 600;
      line-height: 0.33rem; }
      #rightMenu .drawer-nav li > a {
        display: block;
        line-height: 1;
        position: relative;
        font-weight: 400; }
        #rightMenu .drawer-nav li > a:hover {
          font-weight: 600; }
  #rightMenu .user-login > span {
    display: block;
    font-size: 0.24rem;
    line-height: 1;
    cursor: pointer;
    font-weight: 600; }
    #rightMenu .user-login > span:hover {
      color: #D80000; }
  #rightMenu .user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    line-height: 1;
    padding: 0.4rem 0 0; }
    #rightMenu .user-info > a {
      display: flex;
      align-items: center; }
    #rightMenu .user-info .user-info-pic {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      margin-right: 0.2rem; }
    #rightMenu .user-info .user-info-name {
      font-size: 0.16rem; }
    #rightMenu .user-info .user-login {
      margin-left: 0.2rem; }
      #rightMenu .user-info .user-login > span {
        white-space: nowrap;
        font-size: 0.16rem;
        font-weight: 400; }

#fullMenu {
  width: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem 0.4rem;
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  #fullMenu .close {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    cursor: pointer; }
  #fullMenu .fullMenu-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #fullMenu .fullMenu-body {
    flex: 1; }
  #fullMenu .fullMenu-bottom {
    border-top: 1px solid #D80000; }
  #fullMenu .drawer-nav {
    overflow: hidden; }
    #fullMenu .drawer-nav li {
      padding-top: 0.4rem;
      font-size: 0.24rem;
      line-height: 1;
      text-align: center; }
      #fullMenu .drawer-nav li > a {
        display: block;
        position: relative; }
        #fullMenu .drawer-nav li > a:hover {
          color: #D80000; }
  #fullMenu .fullMenu-bottom .drawer-nav {
    display: flex;
    justify-content: center;
    align-items: center; }
  #fullMenu .fullMenu-bottom .user-login {
    margin: 0 0.3rem; }
    #fullMenu .fullMenu-bottom .user-login > span {
      display: block;
      font-size: 0.16rem;
      font-weight: 600;
      line-height: 1;
      cursor: pointer; }
      #fullMenu .fullMenu-bottom .user-login > span:hover {
        color: #D80000; }
  #fullMenu .fullMenu-bottom .user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    line-height: 1;
    padding: 0.4rem 0 0; }
    #fullMenu .fullMenu-bottom .user-info > a {
      display: flex;
      align-items: center; }
    #fullMenu .fullMenu-bottom .user-info .user-info-pic {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      margin-right: 0.2rem; }
    #fullMenu .fullMenu-bottom .user-info .user-info-name {
      font-size: 0.16rem; }
    #fullMenu .fullMenu-bottom .user-info .user-login {
      margin-left: 0.2rem; }
      #fullMenu .fullMenu-bottom .user-info .user-login > span {
        white-space: nowrap;
        font-size: 0.16rem;
        font-weight: 400; }
  #fullMenu .dropdown-btn {
    height: 0.33rem;
    font-weight: 400;
    line-height: 1.375;
    text-align: center;
    margin-top: 0.4rem; }
    #fullMenu .dropdown-btn > span {
      font-size: 0.24rem;
      position: relative; }
    #fullMenu .dropdown-btn-icon {
      width: 0.1rem;
      display: inline-block;
      position: absolute;
      right: -0.2rem;
      top: 50%;
      transform: translateY(-50%); }
  #fullMenu .dropdown-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    line-height: 1.375;
    text-align: center; }
    #fullMenu .dropdown-nav li {
      padding-top: 0.4rem;
      font-weight: 600; }
      #fullMenu .dropdown-nav li a {
        font-size: 0.16rem;
        line-height: 0.22rem;
        font-weight: 400; }
  #fullMenu .dropdown.open .dropdown-btn > span {
    font-weight: 600;
    color: #D80000; }
  #fullMenu .dropdown.open .dropdown-btn-icon {
    transform-origin: 50% 30%;
    transform: rotate(180deg); }

#comment .comment-box-label {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #comment .comment-box-label .total {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.375; }
  #comment .comment-box-label .num {
    font-size: 0.16rem;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 1.375; }
#comment .comment-box-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  size: 0.16rem;
  margin-top: 0.2rem; }
  #comment .comment-box-in .btn {
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem; }
#comment .comment-box-input {
  width: 6.14rem;
  box-sizing: border-box;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  padding: .174rem .2rem;
  position: relative; }
  #comment .comment-box-input input {
    flex: 1;
    display: block; }
  #comment .comment-box-input .limit-num {
    padding: 0 0 0 .1rem;
    font-size: .15rem;
    font-weight: 300;
    color: #464646;
    line-height: .25rem; }
  #comment .comment-box-input .textarea {
    flex: 1;
    resize: none;
    line-height: .25rem;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s linear;
    caret-color: #D80000;
    font-size: .15rem;
    font-weight: 400;
    color: #464646;
    word-break: break-all; }
    #comment .comment-box-input .textarea:empty:before {
      content: attr(placeholder);
      font-size: 13px;
      color: #999; }
    #comment .comment-box-input .textarea:focus:before {
      content: none; }
#comment .comment-list {
  margin-bottom: 0.4rem;
  overflow: hidden; }
#comment .comment .more {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  margin-left: 0.6rem; }
  #comment .comment .more .label {
    color: #D80000;
    font-size: 0.12rem;
    font-weight: 300;
    line-height: 1.41;
    cursor: pointer;
    margin-right: 0.06rem; }
  #comment .comment .more .icon {
    height: 0.06rem; }
#comment .comment-item {
  display: flex;
  overflow: hidden;
  margin-top: 0.4rem; }
  #comment .comment-item-avatar {
    width: 0.44rem;
    height: 0.44rem; }
    #comment .comment-item-avatar > a {
      width: 0.44rem;
      height: 0.44rem;
      display: block; }
    #comment .comment-item-avatar img {
      width: 0.44rem;
      height: 0.44rem;
      display: block;
      border-radius: 50%; }
  #comment .comment-item-right {
    flex: 1;
    font-size: 0.15rem;
    padding-top: 0.11rem;
    padding-left: 0.16rem; }
    #comment .comment-item-right .name {
      font-weight: 600;
      line-height: 1.4; }
    #comment .comment-item-right .time {
      font-size: 0.12rem;
      font-weight: 400;
      color: #8E8E93; }
      #comment .comment-item-right .time:before {
        content: '·';
        padding: 0 0.1rem; }
    #comment .comment-item-right .txt {
      color: #464646;
      font-size: 0.15rem;
      line-height: 1.66;
      margin-top: 0.18rem;
      margin-bottom: 0.14rem; }
    #comment .comment-item-right .comment-footer {
      display: flex;
      align-items: center; }
    #comment .comment-item-right .handle,
    #comment .comment-item-right .more-group {
      font-size: 0.12rem;
      font-weight: 300;
      line-height: 1.41;
      color: #8E8E93;
      display: flex;
      align-items: center;
      margin-right: 0.1rem;
      cursor: pointer; }
      #comment .comment-item-right .handle:after,
      #comment .comment-item-right .more-group:after {
        width: 1px;
        height: 0.12rem;
        content: '';
        background-color: #ddd; }
      #comment .comment-item-right .handle:last-child:after,
      #comment .comment-item-right .more-group:last-child:after {
        display: none; }
      #comment .comment-item-right .handle .icon,
      #comment .comment-item-right .more-group .icon {
        width: 0.1rem;
        display: block; }
        #comment .comment-item-right .handle .icon.red,
        #comment .comment-item-right .more-group .icon.red {
          display: none; }
      #comment .comment-item-right .handle .label,
      #comment .comment-item-right .more-group .label {
        margin: 0 0.1rem; }
      #comment .comment-item-right .handle:hover .icon, #comment .comment-item-right .handle.active .icon,
      #comment .comment-item-right .more-group:hover .icon,
      #comment .comment-item-right .more-group.active .icon {
        width: 0.1rem;
        display: none; }
        #comment .comment-item-right .handle:hover .icon.red, #comment .comment-item-right .handle.active .icon.red,
        #comment .comment-item-right .more-group:hover .icon.red,
        #comment .comment-item-right .more-group.active .icon.red {
          display: block; }
      #comment .comment-item-right .handle:hover .label, #comment .comment-item-right .handle.active .label,
      #comment .comment-item-right .more-group:hover .label,
      #comment .comment-item-right .more-group.active .label {
        color: #D80000; }
    #comment .comment-item-right .more-group {
      position: relative; }
      #comment .comment-item-right .more-group .more-handle {
        display: none;
        position: absolute;
        top: -.47rem;
        left: .05rem;
        background-color: #474747;
        box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
        padding: .09rem .13rem;
        transform: translateX(-50%);
        box-sizing: border-box;
        white-space: nowrap;
        cursor: default; }
        #comment .comment-item-right .more-group .more-handle:after {
          width: 0;
          height: 0;
          display: block;
          content: '';
          border-top: 3px solid #474747;
          border-right: 2px solid transparent;
          border-left: 2px solid transparent;
          position: absolute;
          bottom: -3px;
          left: 50%;
          transform: translateX(-50%); }
        #comment .comment-item-right .more-group .more-handle .label {
          font-size: 0.12rem;
          font-weight: 500;
          color: white;
          line-height: 0.17rem;
          margin: 0 .1rem;
          cursor: pointer; }
      #comment .comment-item-right .more-group.active .more-handle {
        display: block; }
  #comment .comment-item .reply-list .comment-item {
    margin-top: 0.2rem; }
  #comment .comment-item .reply-list .comment-footer {
    display: flex;
    align-items: center; }
  #comment .comment-item .reply-in .comment-item {
    margin-top: 0; }
    #comment .comment-item .reply-in .comment-item-avatar {
      padding-top: 0.2rem; }
    #comment .comment-item .reply-in .comment-item-right {
      padding-top: 0.2rem; }
      #comment .comment-item .reply-in .comment-item-right .comment-box-input {
        width: 100%; }
      #comment .comment-item .reply-in .comment-item-right .reply-in-handle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.1rem; }
        #comment .comment-item .reply-in .comment-item-right .reply-in-handle .cancel {
          cursor: pointer; }
        #comment .comment-item .reply-in .comment-item-right .reply-in-handle .btn {
          margin-left: 0.4rem; }
#comment .sort {
  font-size: 0.14rem; }
  #comment .sort li {
    float: left;
    color: #C6C6C6;
    margin-left: 15px;
    position: relative;
    cursor: pointer; }
    #comment .sort li.active {
      color: #313131; }
      #comment .sort li.active:before {
        width: 4px;
        height: 4px;
        content: "";
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #D80000; }

.dialog {
  width: 3.3rem;
  background: #fff;
  padding: 0.4rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1004; }
  .dialog .close {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer; }
  .dialog-label {
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.375; }
  .dialog .success {
    margin: 0 auto 0.5rem; }
    .dialog .success .icon {
      width: 0.44rem;
      height: 0.44rem;
      display: block;
      margin: 0.5rem auto 0; }

.add-more {
  width: 3.1rem;
  height: .4rem;
  margin: .4rem auto;
  line-height: .4rem;
  font-size: .14rem;
  text-align: center;
  cursor: pointer;
  color: #D80000;
  border: 1px solid #D80000; }
  .add-more:hover {
    background-color: #D80000;
    color: #fff; }

.no-more {
  font-size: 0.14rem;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 0.2rem;
  margin: .4rem auto;
  text-align: center; }

.ss-pop {
  font-size: 12px;
  display: flex;
  white-space: nowrap;
  background-color: #474747;
  padding: .5em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute; }
  .ss-pop:before {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px; }
  .ss-pop.ss-pop-up:before {
    bottom: -8px;
    border-top: 4px solid #474747; }
  .ss-pop.ss-pop-down:before {
    top: -8px;
    border-bottom: 4px solid #474747; }
  .ss-pop-btn {
    display: flex;
    align-items: center;
    margin: .4em;
    cursor: pointer; }
  .ss-pop-icon {
    width: 1em;
    fill: #fff;
    margin-right: .2em; }
  .ss-pop-label {
    color: #fff; }

.ss-dialog {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  overflow: auto;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .ss-dialog .ss-message {
    min-width: 180px;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    color: #464646;
    line-height: 32px;
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .ss-dialog .ss-share {
    min-width: 9rem;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box; }
    .ss-dialog .ss-share-box {
      width: 5.1rem;
      height: 9.4rem;
      overflow: auto;
      background-color: #fff;
      box-sizing: border-box; }
      .ss-dialog .ss-share-box .share-footer {
        display: none !important; }
    .ss-dialog .ss-share-qr {
      width: 3rem;
      height: 3.4rem;
      background-color: #fff;
      overflow: hidden;
      text-align: center; }
      .ss-dialog .ss-share-qr .qr {
        width: 2.2rem;
        height: 2.2rem;
        display: block;
        margin: .4rem auto .2rem; }
    .ss-dialog .ss-share-close {
      width: .44rem;
      height: .44rem;
      cursor: pointer; }
    .ss-dialog .ss-share-tip {
      display: none; }

#share-img {
  display: none; }

#share-box {
  width: 5.1rem;
  background-color: #fff;
  box-sizing: border-box; }
  #share-box .share-header {
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 .4rem .4rem; }
    #share-box .share-header .logo {
      width: 3.22rem;
      height: 1.06rem;
      display: block;
      margin: 0.6rem auto; }
  #share-box .share-body {
    overflow: hidden;
    padding: 0 .4rem .7rem; }
  #share-box .sharer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #share-box .sharer-avatar {
    display: flex;
    align-items: center; }
    #share-box .sharer-avatar .pic {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      margin-right: .2rem; }
    #share-box .sharer-avatar .name {
      max-width: 2rem;
      font-size: 0.16rem;
      font-weight: 600;
      color: #d3794c;
      line-height: 0.22rem; }
  #share-box .time {
    font-size: 0.16rem;
    font-weight: 400;
    color: #464646;
    line-height: 0.22rem; }
  #share-box h1 {
    font-size: 0.28rem;
    font-weight: 600;
    color: #313131;
    line-height: 0.42rem;
    margin: .4rem 0 .4rem; }
  #share-box p {
    font-size: 0.2rem;
    font-weight: 400;
    color: #464646;
    line-height: 0.4rem; }
  #share-box .share-footer {
    display: flex;
    justify-content: space-between;
    background: #d80000;
    padding: .4rem; }
  #share-box .share-footer-left {
    font-size: 0.2rem;
    font-weight: 400;
    color: white;
    line-height: 0.28rem; }
    #share-box .share-footer-left .logo {
      width: 2.44rem;
      height: .29rem;
      display: block;
      margin-bottom: .2rem; }
  #share-box .share-footer-right .qr {
    width: 1.22rem;
    height: 1.22rem;
    display: block; }

@media (max-width: 1023px) {
  .mobile-hide {
    display: none; }

  .mobile-show {
    display: block; }

  .btn {
    min-width: 0.85rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.14rem;
    padding: 0 0.14rem; }

  .column-title {
    height: 0.28rem;
    font-size: 0.2rem;
    line-height: 0.28rem; }
    .column-title:before, .column-title:after {
      height: 0.02rem; }
    .column-title:before {
      width: 0.32rem;
      margin-right: 0.15rem; }
    .column-title:after {
      margin-left: 0.15rem; }

  .list {
    padding-top: 0.1rem; }

  .list-li {
    padding: 0.1rem 0 0.1rem 0; }
    .list-li img {
      display: block; }
    .list-li-label {
      max-width: 1.8rem;
      margin-bottom: 0.1rem; }
      .list-li-label-item {
        font-size: 0.12rem;
        margin-right: 0.1rem; }
        .list-li-label-item-special {
          margin-right: 0.1rem; }
          .list-li-label-item-special img {
            height: 0.17rem; }
    .list-li-pic {
      width: 1.5rem;
      height: 0.82rem;
      float: left;
      margin-left: 0;
      margin-right: 0.1rem; }
      .list-li-pic img {
        width: 100%;
        height: 100%; }
    .list-li-title {
      margin-bottom: 0;
      height: auto; }
      .list-li-title > a {
        font-size: 0.14rem;
        line-height: 0.2rem; }
    .list-li-abstract {
      display: none; }
    .list-li-portrait {
      width: 1.5rem;
      height: .82rem;
      float: left;
      margin-left: 0;
      margin-right: .1rem; }
      .list-li-portrait .portrait-info {
        height: .82rem;
        bottom: 0;
        padding: .12rem 0 0 .1rem; }
        .list-li-portrait .portrait-info-txt {
          width: 1.3rem;
          font-size: .12rem;
          font-weight: 400;
          line-height: .17rem;
          margin-top: .06rem; }
      .list-li-portrait .portrait-pic {
        display: none; }
    .list-li:after {
      display: none; }

  .Q-A-card {
    padding-bottom: .2rem; }
    .Q-A-card .card-portrait {
      height: 1.3rem; }
      .Q-A-card .card-portrait .portrait-info {
        height: 0.9rem;
        font-size: 0.14rem;
        line-height: 0.2rem;
        border: 0.03rem solid #c61b35;
        padding: 0.19rem 0 0.25rem 0.3rem; }
        .Q-A-card .card-portrait .portrait-info img {
          height: 0.06rem; }
        .Q-A-card .card-portrait .portrait-info-txt {
          width: 2rem; }
      .Q-A-card .card-portrait .portrait-pic {
        height: 1.3rem; }
    .Q-A-card .card-body {
      padding: 0.2rem 0.3rem; }
      .Q-A-card .card-body .Q-A-title {
        font-size: 0.14rem; }
      .Q-A-card .card-body .Q-A-list {
        padding-top: 0.1rem; }
        .Q-A-card .card-body .Q-A-list .Q, .Q-A-card .card-body .Q-A-list .A {
          padding: 0.05rem 0;
          font-size: 0.12rem; }
          .Q-A-card .card-body .Q-A-list .Q span, .Q-A-card .card-body .Q-A-list .A span {
            font-size: 0.14rem; }
  .Q-A-more {
    width: 100%;
    height: 0.52rem;
    line-height: 0.52rem;
    font-size: 0.14rem;
    background-color: #F6F6F6; }
    .Q-A-more a {
      display: block;
      height: 0.52rem;
      line-height: 0.52rem;
      font-size: 0.14rem;
      padding-left: 0.3rem; }
      .Q-A-more a img {
        height: 0.09rem;
        display: inline-block; }

  .timeline li {
    height: 0.47rem;
    padding-left: 0.74rem;
    padding-bottom: 0.76rem; }
    .timeline li .date {
      font-size: 0.16rem; }
      .timeline li .date .xhr {
        width: 0.4rem; }
      .timeline li .date .yhr {
        height: 0.4rem;
        bottom: -0.55rem;
        left: 0.2rem; }
      .timeline li .date .day span {
        font-size: 0.28rem;
        line-height: 1; }
    .timeline li:last-child {
      padding-bottom: 0.4rem; }
      .timeline li:last-child .yhr {
        display: none; }

  .list-subscribe {
    padding-bottom: 0.2rem; }
    .list-subscribe .subscribe-body {
      height: 3.1rem;
      padding: .43rem .17rem .25rem; }
    .list-subscribe .subscribe-pic img {
      height: 1.28rem; }
    .list-subscribe .subscribe-pic-zh {
      padding-top: 0.06rem; }
    .list-subscribe .subscribe-pic-zh, .list-subscribe .subscribe-pic-en {
      font-size: 0.14rem; }
    .list-subscribe .subscribe-txt {
      font-size: 0.12rem; }
    .list-subscribe .subscribe-title {
      font-size: 0.18rem; }
    .list-subscribe .subscribe-btn {
      height: 0.4rem;
      line-height: 0.4rem;
      font-size: 0.14rem; }

  .switcher {
    height: 0.36rem; }
    .switcher li {
      min-width: 0.3rem;
      margin-right: 0.2rem;
      font-size: 0.14rem;
      line-height: 0.2rem; }
      .switcher li:after {
        width: 0.3rem; }

  .card-title {
    padding: 0.2rem 0.4rem;
    font-size: 0.16rem; }
  .card-body {
    padding: 0.4rem; }

  #login .logo {
    margin-bottom: 0.2rem; }
  #login .tip {
    font-size: 0.12rem;
    margin-top: 0.1rem; }
  #login .hr {
    margin: 0.4rem auto; }
  #login .other .title {
    font-size: 0.12rem; }
  #login .other-list {
    margin: 0.1rem auto 0.2rem; }
    #login .other-list .icon {
      width: 0.3rem; }
  #login .forget-label {
    margin-top: 0.2rem;
    font-size: 0.24rem; }
  #login .forget-tip {
    font-size: 0.12rem; }
  #login .success {
    margin: 0.8rem auto 0.5rem; }
    #login .success .icon {
      width: 0.44rem;
      height: 0.44rem; }
    #login .success .forget-label {
      margin: 0.1rem auto; }

  .form-item {
    margin-top: 0.2rem; }
  .form-input {
    font-size: 0.14rem;
    padding: 0.08rem 0.2rem; }
    .form-input input {
      font-size: 0.14rem;
      background: 0 0; }
    .form-input-select {
      padding-right: 0.2rem; }
      .form-input-select:after {
        right: 0.1rem; }
      .form-input-select .select-list {
        left: -.21rem; }
        .form-input-select .select-list-item {
          padding: 0.03rem 0.12rem; }
      .form-input-select.open .select-list {
        height: 0.92rem; }
    .form-input .verification-code {
      width: 1.08rem;
      font-size: 0.14rem; }

  #comment .comment-box-label .total {
    font-size: 0.22rem; }
  #comment .comment-box-label .num {
    font-size: 0.16rem; }
  #comment .comment-box-in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 0.16rem;
    margin-top: 0.2rem; }
    #comment .comment-box-in .btn {
      width: 1.2rem;
      height: 0.4rem;
      line-height: 0.4rem;
      margin-top: 0.2rem; }
  #comment .comment-box-input {
    width: 100%; }
    #comment .comment-box-input .limit-num {
      position: absolute;
      right: 0;
      bottom: 0; }
  #comment .comment-list {
    margin-bottom: 0.4rem; }
  #comment .comment .more {
    margin-top: 0.1rem;
    margin-left: 0.6rem; }
    #comment .comment .more .label {
      font-size: 0.12rem;
      margin-right: 0.06rem; }
    #comment .comment .more .icon {
      height: 0.06rem; }
  #comment .comment-item {
    margin-top: 0.4rem; }
    #comment .comment-item-avatar {
      width: 0.44rem;
      height: 0.44rem; }
      #comment .comment-item-avatar > a {
        width: 0.44rem;
        height: 0.44rem; }
      #comment .comment-item-avatar img {
        width: 0.44rem;
        height: 0.44rem; }
    #comment .comment-item-right {
      font-size: 0.15rem;
      padding-top: 0.11rem;
      padding-left: 0.16rem; }
      #comment .comment-item-right .time {
        font-size: 0.12rem; }
        #comment .comment-item-right .time:before {
          padding: 0 0.1rem; }
      #comment .comment-item-right .txt {
        font-size: 0.15rem;
        margin-top: 0.18rem;
        margin-bottom: 0.14rem; }
      #comment .comment-item-right .handle {
        font-size: 0.12rem;
        margin-right: 0.1rem; }
        #comment .comment-item-right .handle:after {
          height: 0.12rem; }
        #comment .comment-item-right .handle .icon {
          width: 0.1rem; }
        #comment .comment-item-right .handle .label {
          margin: 0 0.1rem; }
        #comment .comment-item-right .handle:hover .icon {
          width: 0.1rem; }
    #comment .comment-item .reply-list .comment-item {
      margin-top: 0.2rem; }
    #comment .comment-item .reply-in .comment-item-avatar {
      display: none;
      padding-top: 0.2rem; }
    #comment .comment-item .reply-in .comment-item-right {
      padding-top: 0.2rem;
      padding-left: 0; }
      #comment .comment-item .reply-in .comment-item-right .comment-box-input #inputValLabel {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        /* Other transform properties here */ }
        #comment .comment-item .reply-in .comment-item-right .comment-box-input #inputValLabel input {
          cursor: pointer; }
      #comment .comment-item .reply-in .comment-item-right .reply-in-handle {
        margin-top: 0.1rem; }
        #comment .comment-item .reply-in .comment-item-right .reply-in-handle .btn {
          margin-left: 0.4rem; }
  #comment .comment-list > .comment-item {
    position: relative; }
    #comment .comment-list > .comment-item > .comment-item-avatar {
      position: absolute;
      top: 0; }
    #comment .comment-list > .comment-item > .comment-item-right {
      padding-left: 0; }
      #comment .comment-list > .comment-item > .comment-item-right > .name {
        padding-left: 0.6rem; }
  #comment .comment-list > .more {
    margin-left: 0; }
  #comment .sort {
    font-size: 0.12rem; }

  .dialog {
    width: 3.3rem;
    max-width: 100%;
    padding: 0.4rem;
    top: 0.4rem;
    box-sizing: border-box; }
    .dialog .close {
      width: 0.2rem;
      height: 0.2rem;
      top: 0.2rem;
      right: 0.2rem; }
    .dialog-label {
      margin-top: 0.2rem;
      font-size: 0.24rem; }
    .dialog .success {
      margin: 0 auto 0.5rem; }
      .dialog .success .icon {
        width: 0.44rem;
        height: 0.44rem;
        display: block;
        margin: 0.5rem auto 0; }

  .add-more {
    width: 100%;
    height: 0.4rem;
    margin: 0.1rem auto 0.2rem;
    line-height: 0.4rem;
    font-size: 0.14rem; }
    .add-more:hover {
      color: #D80000;
      border: 1px solid #D80000;
      background-color: transparent; }

  .ss-dialog {
    position: fixed;
    overflow: auto; }
    .ss-dialog .ss-share {
      min-width: 3rem;
      width: 3rem;
      position: absolute; }
      .ss-dialog .ss-share-box {
        width: 3rem;
        height: auto;
        overflow: initial;
        margin-bottom: .4rem; }
        .ss-dialog .ss-share-box #share-box {
          display: none !important; }
      .ss-dialog .ss-share-qr {
        display: none; }
      .ss-dialog .ss-share-close {
        width: .22rem;
        height: .22rem;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px; }
      .ss-dialog .ss-share-tip {
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        font-size: 0.12rem;
        font-weight: 400;
        color: #464646;
        display: block;
        background-color: #fff;
        text-align: center; }

  #share-img {
    display: block;
    width: 100%; }

  .quotation-marks {
    float: none !important;
    margin: auto !important; }

  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none; } }
.content {
  width: 11.4rem;
  margin: 0 auto;
  padding-top: 1.34rem; }
  .content-center {
    width: 7.54rem;
    margin: 0 auto; }
  .content-full {
    width: 100%;
    margin-top: 0.4rem; }
    .content-full .big-title:before {
      width: 1.77rem;
      margin-right: 0.16rem; }

.article .article-header img {
  display: block; }
.article .article-header-label {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem; }
  .article .article-header-label-item {
    font-size: 0.14rem;
    color: #787878;
    margin-right: 0.1rem; }
    .article .article-header-label-item-special {
      margin-right: 0.1rem; }
      .article .article-header-label-item-special img {
        height: 0.24rem; }
.article .article-header-title {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 600;
  color: #313131; }
.article .article-header-a-d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  margin-bottom: 0.4rem; }
.article .article-header-author {
  display: flex;
  align-items: center; }
.article .article-header .author-link {
  display: flex;
  align-items: center;
  margin-right: 0.2rem; }
  .article .article-header .author-link img {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    margin-right: .06rem; }
  .article .article-header .author-link .label {
    margin: 0 0 0 0.1rem;
    color: #808080;
    font-size: 0.14rem; }
  .article .article-header .author-link .fg {
    margin: 0 0.1rem;
    font-size: 0.14rem;
    position: relative;
    color: #808080; }
    .article .article-header .author-link .fg:after {
      content: '';
      position: absolute;
      right: -0.1rem;
      top: .25em;
      height: 1em;
      width: 1px;
      background-color: #808080; }
  .article .article-header .author-link:hover .label {
    color: #D80000; }
  .article .article-header .author-link:hover .fg {
    color: #D80000; }
    .article .article-header .author-link:hover .fg:after {
      background-color: #D80000; }
.article .article-header-date {
  color: #5A5A5A; }
.article .article-header-c-s-r {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .article .article-header-c-s-r .comment-share {
    display: flex; }
  .article .article-header-c-s-r .comment,
  .article .article-header-c-s-r .share {
    color: #5A5A5A;
    display: flex;
    align-items: center;
    margin-right: 0.3rem; }
    .article .article-header-c-s-r .comment span,
    .article .article-header-c-s-r .share span {
      font-size: .12rem;
      line-height: 1em; }
    .article .article-header-c-s-r .comment .iconfont,
    .article .article-header-c-s-r .share .iconfont {
      font-size: .12rem;
      line-height: 1em;
      color: #ddd;
      margin-right: .08rem; }
    .article .article-header-c-s-r .comment:hover .iconfont,
    .article .article-header-c-s-r .share:hover .iconfont {
      font-size: .12rem;
      color: #D80000; }
  .article .article-header-c-s-r .reading {
    font-size: 0.12rem;
    color: #808080;
    display: flex;
    align-items: center; }
    .article .article-header-c-s-r .reading span {
      color: #5A5A5A;
      padding: 0 .36rem 0 .06rem; }
    .article .article-header-c-s-r .reading .reader {
      display: flex;
      align-items: center;
      flex-direction: row-reverse; }
      .article .article-header-c-s-r .reading .reader > span,
      .article .article-header-c-s-r .reading .reader > a {
        padding: 0;
        margin-left: -0.1rem; }
      .article .article-header-c-s-r .reading .reader img {
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 50%;
        border: 1px solid #fff; }
.article-body {
  overflow: hidden;
  padding: 0 !important;
  white-space: normal !important; }
  .article-body img {
    max-width: 100%; }
.article-participants .participants-item {
  height: 1.1rem;
  padding: .4rem .4rem .4rem 0;
  border-bottom: 1px solid #DFDDDD;
  display: flex;
  align-items: center; }
  .article-participants .participants-item:first-child {
    border-top: 1px solid #DFDDDD; }
  .article-participants .participants-item > a .avatar-name {
    display: none; }
  .article-participants .participants-item img.avatar {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%; }
.article-participants .participants-info {
  font-size: 0.12rem;
  margin-left: 0.37rem; }
  .article-participants .participants-info-name {
    font-size: 0.16rem;
    font-weight: 600; }
  .article-participants .participants-info-resume {
    color: #D80000;
    padding: 0.1rem 0; }
  .article-participants .participants-info-contact {
    display: flex; }
    .article-participants .participants-info-contact .contact-item {
      display: flex;
      color: #5A5A5A;
      margin-right: 0.3rem; }
      .article-participants .participants-info-contact .contact-item-icon {
        display: block;
        height: 0.17rem;
        margin-right: 0.1rem; }
.article-participants .tip {
  padding-top: 0.1rem;
  font-size: 0.11rem;
  color: rgba(70, 70, 70, 0.6); }

.abstract {
  padding-bottom: .4rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #DFDDDD; }
  .abstract .abstract-pic {
    height: 2.8rem;
    display: flex;
    align-items: center;
    background-color: #22202B; }
    .abstract .abstract-pic-left {
      flex: 1;
      box-sizing: border-box;
      font-size: .28rem;
      font-weight: 600;
      color: white;
      line-height: .42rem;
      padding: .34rem; }
    .abstract .abstract-pic-right {
      width: 3rem; }
      .abstract .abstract-pic-right img {
        display: block;
        width: 3rem;
        height: 2.8rem;
        object-fit: cover; }
  .abstract .abstract-txt {
    font-size: .24rem;
    font-weight: 400;
    color: #464646;
    line-height: .4rem;
    margin-top: .4rem; }
    .abstract .abstract-txt i {
      font-size: .24rem;
      line-height: .4rem; }
  .abstract .interview {
    overflow: hidden;
    position: relative; }
    .abstract .interview-pic-box {
      overflow: hidden;
      position: relative; }
    .abstract .interview-box {
      width: 100%;
      position: absolute;
      border: 3px solid #D80000;
      box-sizing: border-box;
      top: 0.2rem;
      bottom: 0; }
    .abstract .interview-pic {
      display: block;
      width: 2.32rem;
      position: relative;
      float: right;
      right: 6px; }
    .abstract .interview-info {
      position: absolute;
      top: .94rem;
      left: .34rem; }
      .abstract .interview-info-dot {
        margin-bottom: .12rem; }
        .abstract .interview-info-dot .iconfont {
          font-size: .12rem;
          color: #D80000;
          line-height: 1;
          margin-right: .12rem; }
      .abstract .interview-info-txt {
        width: 4.54rem;
        font-size: 0.28rem;
        font-weight: 600;
        color: #313131;
        line-height: 0.42rem; }

.fin {
  padding: .4rem 0; }
  .fin span {
    font-size: 0.16rem;
    font-weight: bold;
    color: #464646;
    line-height: 0.19rem;
    font-family: DINAlternate-Bold,DINAlternate; }
  .fin .fin-group {
    margin-top: .4rem; }
    .fin .fin-group .fin-item {
      font-size: 0.14rem;
      color: #D80000;
      line-height: 0.2rem;
      margin-right: .1rem; }
      .fin .fin-group .fin-item:before {
        content: '· '; }
      .fin .fin-group .fin-item:first-child:before {
        content: ''; }

.relation-article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.2rem; }
  .relation-article li {
    width: 3.68rem;
    overflow: hidden; }
  .relation-article a {
    display: block;
    padding: 0.3rem;
    box-sizing: border-box;
    height: 100%;
    background-color: #F6F6F6;
    overflow: hidden; }
    .relation-article a:hover {
      box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.15); }
  .relation-article .article-label {
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    flex-wrap: wrap;
    overflow: hidden; }
    .relation-article .article-label-item {
      max-width: 33%;
      font-size: 0.14rem;
      color: #787878;
      margin-right: 0.1rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .relation-article .article-label-item-special {
        margin-right: 0.1rem; }
        .relation-article .article-label-item-special img {
          display: block;
          height: 0.24rem; }
  .relation-article .article-title {
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600; }

@media (max-width: 1023px) {
  .content {
    width: 100%;
    padding-top: 0.8rem; }
    .content-center {
      width: auto;
      margin: 0 0.15rem; }
    .content-full {
      width: auto;
      padding: 0 0.15rem;
      margin-top: 0.4rem; }
      .content-full .big-title:before {
        width: 0.2rem;
        margin-right: 0.15rem; }

  .article .article-header-label {
    margin-bottom: 0.2rem; }
    .article .article-header-label-item {
      font-size: 0.12rem;
      margin-right: 0.1rem; }
      .article .article-header-label-item-special {
        margin-right: 0.1rem; }
        .article .article-header-label-item-special img {
          height: 0.17rem; }
  .article .article-header-title {
    margin-bottom: 0.2rem;
    font-size: 0.22rem;
    line-height: 0.3rem; }
  .article .article-header-a-d {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.14rem;
    margin-bottom: 0.2rem; }
  .article .article-header-author {
    flex-direction: column;
    align-items: flex-start; }
  .article .article-header .author-link {
    margin-bottom: .2rem;
    margin-right: 0.2rem; }
    .article .article-header .author-link img {
      width: 0.24rem;
      height: 0.24rem; }
    .article .article-header .author-link .label {
      margin: 0 0.1rem;
      font-size: 0.14rem; }
      .article .article-header .author-link .label:after {
        right: -0.1rem; }
  .article .article-header-date {
    font-size: 0.12rem; }
  .article .article-header-c-s-r {
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #DFDDDD; }
    .article .article-header-c-s-r .comment,
    .article .article-header-c-s-r .share {
      font-size: 0.12rem;
      margin-right: 0.2rem; }
      .article .article-header-c-s-r .comment img,
      .article .article-header-c-s-r .share img {
        height: 0.13rem;
        margin-right: 0.06rem; }
    .article .article-header-c-s-r .reading {
      font-size: 0.12rem; }
      .article .article-header-c-s-r .reading span {
        padding-right: 0.3rem; }
      .article .article-header-c-s-r .reading .reader > a {
        margin-left: -0.1rem; }
      .article .article-header-c-s-r .reading .reader img {
        width: 0.2rem;
        height: 0.2rem; }
  .article-participants .participants-item {
    height: auto;
    padding: 0.2rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .article-participants .participants-item > a {
      width: 100%;
      display: flex;
      align-items: center; }
      .article-participants .participants-item > a .avatar-name {
        display: inline-block;
        font-size: 0.16rem;
        font-weight: 600;
        margin-left: 0.2rem; }
    .article-participants .participants-item img.avatar {
      width: 0.6rem;
      height: 0.6rem; }
  .article-participants .participants-info {
    font-size: 0.12rem;
    margin-left: 0; }
    .article-participants .participants-info-name {
      display: none; }
    .article-participants .participants-info-resume {
      padding: 0.2rem 0; }
    .article-participants .participants-info-contact {
      display: flex; }
      .article-participants .participants-info-contact .contact-item {
        margin-right: 0.3rem; }
        .article-participants .participants-info-contact .contact-item-icon {
          height: 0.17rem;
          margin-right: 0.1rem; }
  .article-participants .tip {
    padding-top: 0.1rem;
    font-size: 0.11rem;
    color: rgba(70, 70, 70, 0.6); }

  .abstract .abstract-pic {
    height: auto;
    flex-direction: column-reverse; }
    .abstract .abstract-pic-left {
      box-sizing: border-box;
      font-size: 0.22rem;
      font-weight: 600;
      color: white;
      line-height: .3rem;
      padding: .3rem; }
    .abstract .abstract-pic-right {
      width: 100%;
      height: 2.8rem; }
      .abstract .abstract-pic-right img {
        width: 100%;
        height: 2.8rem; }
  .abstract .abstract-txt {
    font-size: 0.18rem;
    font-weight: 300;
    color: #464646;
    line-height: .32rem;
    margin-top: .4rem; }
    .abstract .abstract-txt i {
      font-size: 0.18rem;
      line-height: .32rem; }
  .abstract .interview-info {
    position: relative;
    top: 0;
    left: 0;
    padding: .12rem .3rem 0; }
    .abstract .interview-info-txt {
      width: 2.85rem;
      font-size: 0.22rem;
      line-height: 0.3rem; }

  .fin span {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.32rem; }

  .relation-article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    padding-top: 0.2rem; }
    .relation-article li {
      width: 100%;
      margin-top: 0.2rem; }
    .relation-article a {
      padding: 0.3rem 0.18rem; }
    .relation-article .article-label {
      margin-bottom: 0.2rem; }
      .relation-article .article-label-item {
        font-size: 0.14rem;
        margin-right: 0.1rem; }
        .relation-article .article-label-item-special {
          margin-right: 0.1rem; }
          .relation-article .article-label-item-special img {
            display: block;
            height: 0.24rem; }
    .relation-article .article-title {
      font-size: 0.24rem; } }

/*# sourceMappingURL=article.css.map */
