.about {
  /*padding-top: 23px;*/
  padding-bottom: 477px;
  min-height: calc(100vh);
  background: url(../images/smyj.png) no-repeat left bottom;
  background-size: 100%; }
  .about .crumbs {
    display: flex;
    align-items: center;
    padding: 35px 0 25px 0; }
    .about .crumbs .crumbs_list {
      color: #949494; }
      .about .crumbs .crumbs_list a {
        cursor: default;
        font-size: 16px;
        color: #949494; }
      .about .crumbs .crumbs_list span.activing a {
        color: #6A8FE2; }
    .about .crumbs img {
      width: 12px;
      margin-right: 15px; }
  .about .container {
    width: 1438px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .about .container .title_header {
      border-bottom: 2px solid var(--active-color); }
      .about .container .title_header h2 {
        min-width: 170px;
        display: inline-block;
        padding-left: 25px;
        padding-right: 33px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-family: "PingFangSC-Bold";
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 1px;
        background: url("../images/09.png") no-repeat;
        background-size: 100% 100%; }
  .about aside {
    width: 280px;
    border: 1px solid #D0D8EC; }
    .about aside .title {
      width: 100%;
      height: 96px;
      font-size: 24px;
      padding-left: 20px;
      line-height: 96px;
      background: url("../images/about.png") no-repeat;
      background-size: cover;
      color: #FFFFFF;
      font-family: "PingFangSC-Medium"; }
    .about aside ul {
      background: url("../images/32.png") no-repeat;
      background-size: cover; }
      .about aside ul li {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #D0D8EC;
        line-height: 50px;
        cursor: pointer; }
        .about aside ul li a {
          font-family: "PingFangSC-Regular";
          padding-left: 30px;
          font-size: 20px;
          color: #333333;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-right: 10px; }
          .about aside ul li a img {
            width: 25px;
            display: none; }
      .about aside ul li.activing {
        background-color: var(--active-color); }
        .about aside ul li.activing a {
          color: #FFFFFF; }
          .about aside ul li.activing a img {
            display: block; }
      .about aside ul li:hover {
        background-color: var(--active-color); }
        .about aside ul li:hover a {
          color: #FFFFFF; }
          .about aside ul li:hover a img {
            display: block; }
  .about main {
    width: 1100px; }
    .about main .newsMsg {
      padding-top: 42px; }
      .about main .newsMsg .title {
        font-family: "PingFangSC-Medium";
        font-size: 32px;
        color: #333333;
        letter-spacing: 0;
        text-align: center; }
      .about main .newsMsg .msg {
        font-size: 16px;
        color: #999999;
        text-align: center;
        padding-top: 23px;
        padding-bottom: 29px; }
        .about main .newsMsg .msg span {
          font-weight: normal; }
        .about main .newsMsg .msg span:first-of-type {
          margin-right: 28px; }
      .about main .newsMsg .article {
        padding-top: 23px; }
      .about main .newsMsg hr {
        border: none;
        height: 2px;
        background-color: #d7d7d7; }

/*# sourceMappingURL=about.css.map */
