@charset "UTF-8";
.country {
  /* padding-top: 23px;*/
  padding-bottom: 77px;
  min-height: calc(100vh - 408px);
  background: url("../images/smyj.png") no-repeat left bottom;
  background-size: 100%; }
  .country .crumbs {
    display: flex;
    align-items: center;
    padding: 35px 0 25px 0; }
    .country .crumbs .crumbs_list {
      color: #949494; }
      .country .crumbs .crumbs_list a {
        cursor: default;
        font-size: 16px;
        color: #949494; }
      .country .crumbs .crumbs_list span.activing a {
        color: var(--active-color); }
    .country .crumbs img {
      width: 12px;
      margin-right: 15px; }
  .country .container {
    width: 1438px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .country .container .title_header {
      border-bottom: 2px solid var(--active-color); }
      .country .container .title_header h2 {
        min-width: 170px;
        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%;
        display: inline-block;
        padding: 0 30px; }
  .country aside {
    width: 280px;
    border: 1px solid #D0D8EC; }
    .country 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"; }
    .country aside ul {
      background: url("../images/32.png") no-repeat;
      background-size: cover; }
      .country aside ul li {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #D0D8EC;
        line-height: 50px;
        cursor: pointer; }
        .country 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; }
          .country aside ul li a span {
            display: inline-block;
            width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .country aside ul li a img {
            width: 25px;
            display: none; }
      .country aside ul li.activing {
        background-color: var(--active-color); }
        .country aside ul li.activing a {
          color: #FFFFFF; }
          .country aside ul li.activing a img {
            display: block; }
      .country aside ul li:hover {
        background-color: var(--active-color); }
        .country aside ul li:hover a {
          color: #FFFFFF; }
          .country aside ul li:hover a img {
            display: block; }
  .country main {
    width: 1100px; }
    .country main .newsMsg {
      padding-top: 14px; }
      .country main .newsMsg .time_line li {
        width: 100%;
        display: flex;
        justify-content: flex-start; }
        .country main .newsMsg .time_line li .time_line_item {
          width: 50%;
          height: 100%;
          position: relative; }
          .country main .newsMsg .time_line li .time_line_item .center {
            display: inline-block;
            height: 100%;
            width: 1px;
            background-color: #979797;
            position: absolute;
            right: -0.5px;
            top: 0; }
            .country main .newsMsg .time_line li .time_line_item .center .round {
              width: 16px;
              height: 16px;
              display: inline-block;
              background: #FFFFFF;
              border: 1px solid #4B80F7;
              position: absolute;
              left: -7.5px;
              top: 19px;
              margin: auto;
              border-radius: 50%; }
              .country main .newsMsg .time_line li .time_line_item .center .round .dot {
                display: inline-block;
                background: #4B80F7;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto; }
          .country main .newsMsg .time_line li .time_line_item .time_line_wrapper {
            height: 100%;
            padding-right: 42px; }
            .country main .newsMsg .time_line li .time_line_item .time_line_wrapper h1 {
              text-align: right;
              font-family: "PingFangSC-Medium";
              font-size: 32px;
              color: #333333; }
            .country main .newsMsg .time_line li .time_line_item .time_line_wrapper .p {
              font-size: 16pt !important;
              color: #333333;
              letter-spacing: 0;
              line-height: 1.8em !important;
              padding-left: 15%; }
              .country main .newsMsg .time_line li .time_line_item .time_line_wrapper .p p {
                line-height: 1.8em !important; }
                .country main .newsMsg .time_line li .time_line_item .time_line_wrapper .p p span {
                  font-family: '宋体' !important;
                  font-size: 16pt !important;
                  line-height: 1.8em !important; }
      .country main .newsMsg .time_line li:nth-of-type(2n) {
        justify-content: flex-end; }
        .country main .newsMsg .time_line li:nth-of-type(2n) .time_line_item .center {
          left: -0.5px; }
        .country main .newsMsg .time_line li:nth-of-type(2n) .time_line_wrapper {
          padding-right: 0;
          padding-left: 42px; }
          .country main .newsMsg .time_line li:nth-of-type(2n) .time_line_wrapper h1 {
            text-align: left; }
          .country main .newsMsg .time_line li:nth-of-type(2n) .time_line_wrapper .p {
            padding-left: 0;
            padding-right: 6%; }
    .country main .start {
      width: 100%;
      height: 34px;
      position: relative; }
      .country main .start .center {
        display: inline-block;
        height: 100%;
        width: 1px;
        background-color: #979797;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
        .country main .start .center .round {
          display: inline-block;
          position: absolute;
          top: 0;
          left: -9.5px;
          margin: auto;
          background: #FFFFFF;
          border: 1px solid #D7D7D7;
          width: 20px;
          height: 20px;
          border-radius: 50%; }

/*# sourceMappingURL=country.css.map */
