@charset "UTF-8";
.about {
  /*padding-top: 23px;*/
  padding-bottom: 77px; }
  .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: var(--active-color); }
    .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 {
        width: 170px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-family: "PingFangSC-Blod";
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 1px;
        background: url("../images/09.png") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 0 30px; }
  .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 li {
      border-bottom: 1px dashed #D7D7D7;
      padding: 37px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .about main .newsMsg li img {
        width: auto;
        height: 300px; }
      .about main .newsMsg li .newsMsg_sg {
        flex: 1;
        padding-left: 23px; }
        .about main .newsMsg li .newsMsg_sg h5 {
          font-size: 18pt;
          color: #333333;
          margin-bottom: 10px; }
        .about main .newsMsg li .newsMsg_sg p {
          font-size: 16pt !important;
          color: #333333;
          text-align: justify;
          line-height: 1.8em; }
          .about main .newsMsg li .newsMsg_sg p span {
            font-family: '宋体' !important;
            font-size: 16pt !important; }
    .about main .newsMsg li:last-of-type {
      border-bottom: 0; }

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