.btn-primary {
  background: #0064BC;
  text-decoration: none !important;
  margin-bottom: 10px; }
  .btn-primary:hover {
    background: #171C61; }

.innerbanner {
  margin-top: -82px;
  z-index: 0;
  position: relative; }
  @media (max-width: 1199px) {
    .innerbanner {
      margin-top: 0; } }
  .innerbanner h2 {
    position: absolute;
    top: 40%;
    border-radius: 40px;
    background: #FFD200;
    display: inline-block;
    left: 0;
    right: 0;
    width: 8em;
    margin: auto;
    font-weight: bold;
    z-index: 1;
    height: fit-content;
    text-align: center;
    padding: 0.8rem 1rem;
    color: #171C61; }
    @media (max-width: 767px) {
      .innerbanner h2 {
        top: 0;
        bottom: 0;
        padding: 5px 1rem; } }
    .innerbanner h2::before {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: auto;
      border-style: solid;
      border-width: 15px 20px 0 20px;
      border-color: #FFD200 transparent transparent transparent;
      transform: rotate(0deg); }
      @media (max-width: 767px) {
        .innerbanner h2::before {
          content: none; } }
  .innerbanner img {
    object-fit: cover; }
    @media (max-width: 767px) {
      .innerbanner img {
        height: 15vh; } }

.main {
  background: url("../images/index_bg2.png") no-repeat, url("../images/index_bg3.png") no-repeat;
  background-position: 150% -17%, -30% 50%;
  background-size: 50% ,40%; }

.left_aside {
  background: #fff;
  padding: 0.5rem;
  border-radius: 30px;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.16);
  margin-top: -4em;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    .left_aside {
      margin-top: 1rem;
      margin-bottom: 1rem;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16); } }
  .left_aside .left {
    position: absolute; }
  .left_aside .aside_tit {
    font-weight: bold;
    font-size: 1.8rem;
    color: #171C61;
    display: flex;
    align-items: center;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .left_aside .aside_tit {
        font-size: 1.2rem; } }
    .left_aside .aside_tit img {
      width: 45px;
      filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); }
      @media (max-width: 767px) {
        .left_aside .aside_tit img {
          width: 30px; } }
    .left_aside .aside_tit span {
      display: inline-block;
      margin-left: 10px;
      line-height: 1.3; }
  .left_aside ul {
    background: #171C61;
    padding-left: 0;
    border-radius: 10px;
    margin: 10px; }
    .left_aside ul li {
      padding: 0 10px; }
      .left_aside ul li a {
        font-weight: bold;
        color: #fff;
        display: block;
        font-size: 1.2rem;
        padding: 8px 2px;
        line-height: 1.3;
        border-bottom: 1px solid #6A6A6A;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .left_aside ul li a {
            font-size: 1rem; } }
        .left_aside ul li a:hover {
          color: #FFD200; }
        .left_aside ul li a.active {
          color: #FFD200; }
          .left_aside ul li a.active ~ .sub_aside {
            display: block; }
      .left_aside ul li .sub_aside li {
        padding-right: 0;
        background: #0064bc; }
        .left_aside ul li .sub_aside li.active a {
          color: #FFD200; }
        .left_aside ul li .sub_aside li a {
          padding: 5px; }

.bread_crumbs {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  max-width: 95%; }
  @media (max-width: 767px) {
    .bread_crumbs {
      margin: 0.5rem 0; } }
  .bread_crumbs a {
    color: #221815;
    margin: 0 0 0 5px;
    font-weight: 600; }
    .bread_crumbs a img {
      margin-bottom: 5px; }
    .bread_crumbs a:hover {
      color: #0064BC; }
    .bread_crumbs a:first-child::before {
      content: "";
      width: 2em;
      border: 2px dashed #0064BC;
      position: absolute;
      left: -2.5rem;
      top: 15px;
      transform: rotate(55deg); }
      @media screen and (max-width: 991px) {
        .bread_crumbs a:first-child::before {
          content: none; } }
    .bread_crumbs a:last-child::before {
      content: "";
      width: 2em;
      border: 2px dashed #0064BC;
      position: absolute;
      right: -2.5rem;
      top: 15px;
      transform: rotate(-55deg); }
      @media screen and (max-width: 991px) {
        .bread_crumbs a:last-child::before {
          content: none; } }

.article_content {
  border-radius: 20px;
  border-top: 20px solid #FFD200;
  background: #fff;
  padding: 2em;
  margin-bottom: 6rem;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .article_content {
      padding: 1rem;
      margin-bottom: 3rem;
      box-shadow: 0 7px 9px rgba(0, 0, 0, 0.16); } }
  .article_content .article_tit {
    position: relative;
    margin-bottom: 1rem; }
    .article_content .article_tit::after {
      content: "";
      width: 90%;
      position: absolute;
      height: 3px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 2px dashed #0064BC;
      z-index: 0; }
    .article_content .article_tit h3 {
      display: inline-block;
      font-weight: bold;
      font-size: 1.4rem;
      padding: 8px 35px;
      border: 2px solid #0064BC;
      position: relative;
      background: #fff;
      border-radius: 30px;
      box-shadow: 10px 0 0 5px #fff;
      z-index: 1; }
      .article_content .article_tit h3::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #FFD200;
        left: 10px;
        top: 15px;
        border-radius: 50%; }
      .article_content .article_tit h3::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #FFD200;
        right: 10px;
        top: 15px;
        border-radius: 50%; }
  .article_content img[src=''] {
    display: none; }
  .article_content .honor_tit .tit_img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
  .article_content .tit {
    padding-bottom: 0.5em;
    border-bottom: 4px dashed #0064BC;
    margin-bottom: 1rem;
    font-weight: bold; }
  .article_content .honor_titbg {
    background: #171C61;
    color: #fff;
    padding: 1em;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    border-radius: 15px 0 0 15px; }
    @media (max-width: 767px) {
      .article_content .honor_titbg {
        font-size: 1.1rem;
        border-radius: 15px; } }
  .article_content .pics_list a {
    position: relative;
    margin-bottom: 15px;
    width: 100%; }
    .article_content .pics_list a::before {
      content: "";
      width: 40px;
      height: 40px;
      background: url("../images/icon-file.svg") no-repeat;
      background-size: contain;
      position: absolute;
      right: 20px;
      bottom: 20px; }
    .article_content .pics_list a img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 5px 20% 5px 20%; }
      @media screen and (max-width: 991px) {
        .article_content .pics_list a img {
          height: 150px; } }
    .article_content .pics_list a:hover::before {
      transform: scale(1.1); }
  .article_content .download_list2 {
    margin: 20px 0; }
    .article_content .download_list2 a {
      margin: 0 10px;
      background: #171C61;
      color: #fff;
      border-radius: 15px;
      padding: 8px 20px; }
      .article_content .download_list2 a:hover {
        background: #FFD200;
        color: #000; }
  .article_content .content {
    padding: 0 1rem; }
    @media (max-width: 767px) {
      .article_content .content {
        padding: 0; } }
    .article_content .content a {
      font-weight: bold;
      text-decoration: underline; }
    .article_content .content img {
      vertical-align: top; }
    .article_content .content h3, .article_content .content h4 {
      font-weight: bold; }
    .article_content .content h4 {
      font-size: 1.3rem; }
    .article_content .content table:not(.noborder-table) {
      margin: 15px 0;
      caption-side: top; }
      .article_content .content table:not(.noborder-table) td, .article_content .content table:not(.noborder-table) th {
        padding: 5px;
        border-color: #aaa;
        border-bottom: 1px solid #aaa;
        border-left: 1px solid #aaa; }
      .article_content .content table:not(.noborder-table) tr td:last-child, .article_content .content table:not(.noborder-table) tr th:last-child {
        border-right: 1px solid #aaa; }
      .article_content .content table:not(.noborder-table) tr:first-child td, .article_content .content table:not(.noborder-table) tr:first-child th {
        border-top: 1px solid #aaa; }
    .article_content .content table thead th, .article_content .content table th {
      background-color: #0064BC;
      color: #fff; }
    .article_content .content table tbody tr:hover, .article_content .content table tr:hover {
      background-color: rgba(255, 255, 255, 0.6); }
    .article_content .content table:not(.noborder-table) td, .article_content .content table:not(.noborder-table) th {
      border-color: #aaa;
      border-bottom: 1px solid #aaa;
      border-left: 1px solid #aaa; }
    .article_content .content table:not(.noborder-table) tr td:last-child, .article_content .content table:not(.noborder-table) tr th:last-child {
      border-right: 1px solid #aaa; }
    .article_content .content table tr:first-child td, .article_content .content table tr:first-child th {
      border-top: 1px solid #aaa; }
    .article_content .content table a:hover {
      text-decoration: underline; }
    .article_content .content caption {
      color: #171C61;
      font-weight: bold;
      font-size: 1.2rem; }
    .article_content .content table.noborder-table {
      margin-top: 10px; }
      .article_content .content table.noborder-table thead tr:first-child th {
        border: none; }
      .article_content .content table.noborder-table thead th:first-child {
        border-radius: 10px 0 0 10px; }
      .article_content .content table.noborder-table thead th:last-child {
        border-radius: 0px 10px 10px 0px; }
      .article_content .content table.noborder-table tr:first-child td {
        border-top: none; }
      .article_content .content table.noborder-table td a {
        color: #000;
        text-decoration: none;
        font-weight: normal;
        line-height: 1.2; }
        .article_content .content table.noborder-table td a:hover {
          color: #0064BC; }
      @media (max-width: 767px) {
        .article_content .content table.noborder-table td {
          display: block;
          border: none; }
          .article_content .content table.noborder-table td::before {
            content: attr(data-th) " : ";
            font-weight: bold;
            display: inline-block;
            text-align: left;
            padding-right: 5px;
            color: #336666; }
        .article_content .content table.noborder-table thead {
          display: none; }
        .article_content .content table.noborder-table tr {
          border-bottom: 3px solid #0064BC; } }
  .article_content .gray_area {
    margin: 1em 0;
    background: #F6F6F6;
    padding: 1.5rem; }

.bottom_info {
  border: 1px solid #B7B7B7;
  border-width: 1px 0 1px 0;
  padding: 5px 0;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  align-items: center; }
  @media (max-width: 767px) {
    .bottom_info {
      display: block;
      text-align: right; } }
  .bottom_info span {
    margin: 10px;
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 767px) {
      .bottom_info span {
        margin: 2px 10px; } }
  .bottom_info .back {
    background: #F6F6F6;
    border-radius: 20px;
    border: none;
    padding: 3px 15px;
    float: right;
    display: inline-block;
    font-size: 0.95rem;
    color: #221815; }
    @media (max-width: 767px) {
      .bottom_info .back {
        float: none;
        margin: auto; } }
    .bottom_info .back img {
      margin-right: 5px; }
    .bottom_info .back:hover {
      background: #FFD200;
      color: #171C61; }

.block_blue {
  background: #0064BC;
  color: #fff;
  padding: 10px 10%;
  border-radius: 20px;
  font-weight: bold;
  margin: 1rem 0; }
  @media (max-width: 767px) {
    .block_blue {
      padding: 1rem; } }

.table.history td {
  border: none !important; }
  .table.history td:first-child {
    background-image: url("../images/year_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 25px; }

.table > :not(:first-child) {
  border-top: none; }

.pic_list {
  border-radius: 20px;
  border-top: 25px solid #0064BC;
  margin-bottom: 3rem;
  padding-top: 1.5rem; }
  @media (max-width: 767px) {
    .pic_list {
      justify-content: center;
      margin: 0; } }
  .pic_list .list_picStyle {
    position: relative;
    margin: 1rem;
    display: block; }
    @media (max-width: 767px) {
      .pic_list .list_picStyle {
        margin: 0  0 1rem; } }
    .pic_list .list_picStyle.people_item > img {
      height: 350px; }
    .pic_list .list_picStyle.people_item p {
      font-size: 1.3rem;
      min-height: 0; }
    .pic_list .list_picStyle.people_item span {
      font-size: 1rem; }
    .pic_list .list_picStyle.youtube_img > img {
      object-position: center; }
    .pic_list .list_picStyle:hover .date {
      background: #0064BC;
      color: #fff; }
      .pic_list .list_picStyle:hover .date img {
        filter: invert(1); }
    .pic_list .list_picStyle:hover p {
      color: #171C61; }
    .pic_list .list_picStyle > img {
      border-radius: 0 50px 0 50px;
      height: 200px;
      object-fit: cover;
      object-position: top center;
      width: 100%;
      box-shadow: 0 28px 35px rgba(0, 0, 0, 0.13); }
      @media (max-width: 767px) {
        .pic_list .list_picStyle > img {
          height: 200px; } }
    .pic_list .list_picStyle .date {
      position: absolute;
      right: -10px;
      top: 50%;
      min-width: 40%;
      color: #2B2B2B;
      background: #FFD200;
      display: inline-flex;
      align-items: center;
      padding: 3px 10px;
      border-radius: 20px 0  0 20px;
      justify-content: space-between;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .pic_list .list_picStyle .date {
          top: 40%; } }
      .pic_list .list_picStyle .date img {
        width: 20px;
        margin-left: 10px; }
    .pic_list .list_picStyle p {
      color: #221815;
      margin-top: 1rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 3.5em;
      font-weight: bold;
      font-size: 1.1rem; }

.word_list {
  border-radius: 20px;
  border-top: 20px solid #FFD200;
  background: #fff;
  padding: 2em;
  margin-bottom: 3rem;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .word_list {
      padding: 1rem;
      margin-bottom: 3rem;
      box-shadow: 0 7px 9px rgba(0, 0, 0, 0.16); } }
  .word_list + .page_list {
    margin-top: 3rem; }
  .word_list a {
    background: #F6F6F6;
    color: #171C61;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-radius: 0 25px  0 25px;
    margin-bottom: 1rem; }
    .word_list a:hover {
      background: #171C61;
      color: #fff; }
      .word_list a:hover i {
        background: #FFD200;
        color: #000; }
    .word_list a i {
      background: #0064BC;
      color: #fff;
      margin-right: 10px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }

.page_list {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 6rem;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.13); }
  @media (max-width: 767px) {
    .page_list {
      margin-bottom: 2em; } }
  .page_list a {
    border-radius: 15px;
    background: #F6F6F6;
    padding: 0 10px;
    color: #221815;
    margin: 0 5px;
    font-weight: bold; }
    .page_list a:hover, .page_list a.active {
      background: #0064BC;
      color: #fff; }
    @media (max-width: 767px) {
      .page_list a {
        margin: 5px; } }

.img_list {
  margin-bottom: 1.5rem; }
  .img_list a {
    margin: 1.5rem 0;
    display: block;
    position: relative; }
    .img_list a:hover i {
      background: #FFD200;
      color: #221815; }
    @media (max-width: 767px) {
      .img_list a {
        margin: 1rem 0 0; } }
    .img_list a img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      object-position: top;
      border-radius: 0 30px 0 30px;
      box-shadow: 0 14px 18px rgba(0, 0, 0, 0.13); }
      @media (max-width: 767px) {
        .img_list a img {
          height: 150px; } }
    .img_list a i {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: inline-block;
      background: #0064BC;
      color: #fff;
      border-radius: 50%;
      padding: 7px 8px;
      font-size: 1.3rem; }

.download_list {
  margin-top: 1.5rem;
  padding-bottom: 1rem; }
  .download_list .download_tit {
    position: relative;
    margin-bottom: 1rem; }
    .download_list .download_tit::after {
      width: 90%;
      position: absolute;
      height: 3px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 2px dashed #0064BC;
      z-index: 0; }
    .download_list .download_tit h3 {
      display: inline-block;
      font-weight: bold;
      font-size: 1.2rem;
      padding: 8px 35px;
      position: relative;
      background: #FFD200;
      color: #000;
      border-radius: 30px;
      z-index: 1;
      box-shadow: 10px 0 0 3px #fff; }
  .download_list .download-one {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    background: #F6F6F6;
    padding: 5px 15px;
    margin-bottom: 1rem;
    border-radius: 0  0 20px  0px; }
    .download_list .download-one:hover {
      background: #ffd20042; }
    @media (max-width: 767px) {
      .download_list .download-one {
        display: block; }
        .download_list .download-one a {
          margin-top: 5px; } }

.sitemap-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none; }
  .sitemap-menu li {
    margin-right: 1%;
    width: 18%;
    margin-bottom: 1.5rem; }
  .sitemap-menu .sup_title {
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 2px solid #171C61;
    margin-bottom: 10px;
    line-height: 1.3; }
    .sitemap-menu .sup_title a {
      color: #171C61; }
  .sitemap-menu .subitem {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 0.95rem; }

.gray_block {
  background: #F6F6F6;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gray_block input, .gray_block select {
    margin: 0 5px 0; }
  .gray_block .flatpickr {
    min-width: 7em; }
  @media (max-width: 1200px) {
    .gray_block {
      flex-wrap: wrap; } }

/*# sourceMappingURL=inside.css.map */
