.country {
  /*padding-top: 23px;*/
  padding-bottom: 77px;
  min-height: calc(100vh - 369px); }
  .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: #6A8FE2; }
    .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: 1134px; }
    .country main .newsMsg {
      padding-top: 21px; }
      .country main .newsMsg .item_list {
        display: flex;
        flex-wrap: wrap; }
        .country main .newsMsg .item_list .item {
          width: 270px;
          min-height: 96px;
          margin-right: 18px;
          margin-bottom: 21px;
          padding: 15px 20px;
          background: url("../images/002.png") no-repeat;
          background-size: 100% 100%;
          text-align: center; }
          .country main .newsMsg .item_list .item h3 {
            font-size: 20px;
            color: #333333; }
          .country main .newsMsg .item_list .item .nbsb {
            position: relative;
            top: 18px; }
          .country main .newsMsg .item_list .item .blue {
            background: #4B80F7;
            border-radius: 2.5px;
            width: 40px;
            height: 6px;
            margin-top: 5px; }
          .country main .newsMsg .item_list .item h5 {
            font-size: 16px;
            color: #333333;
            font-family: "PingFangSC-Bold";
            margin-bottom: 17px; }
          .country main .newsMsg .item_list .item p {
            font-size: 16px;
            color: #333333; }
        .country main .newsMsg .item_list .item:nth-of-type(4n) {
          margin-right: 0; }
      .country main .newsMsg .list {
        padding: 15px 0; }
        .country main .newsMsg .list .row {
          font-size: 16px;
          color: #333333;
          padding: 10px 0; }

.el-popover {
  background: black;
  opacity: 0.6;
  padding: 20px;
  line-height: 2.5;
  color: white;
  border: none; }
  .el-popover .popper__arrow {
    display: none; }

/*# sourceMappingURL=nsjg.css.map */
