.truncate, .article-main .article-content .article .list .content .item .name, .article-main .article-content .article .work .item .info .title, .article-main .article-content .article .news-list .item .img .title, .article-main .article-content .article .video-box .item .info .title, .article-main .article-content .article .other-article li a {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lineTwo, .article-main .article-content .article .work .item .info .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.container {
  display: block;
  width: 1200px;
  padding-top: 48px;
  padding-bottom: 52px;
  margin-left: auto;
  margin-right: auto; }

.bg-f8 {
  background-color: #f8f8f8; }

.mb15 {
  margin-bottom: 15px !important; }

.middle, .article-main .article-left .page-title, .article-main .article-left .side-nav .item, .article-main .article-content .article .work .item .side .date .d, .article-main .article-content .article .work .item .side .date .year, .article-main .article-content .article .video-box .item .img, .article-main .article-content .article .pages-box > table table > tbody > tr, .article-main .article-content .article .pages-box > table table > tbody > tr td div, .article-main .article-content .article .pages-box > table table > tbody > tr td div span, .article-main .article-content .article .pages-box > table table > tbody > tr td div a, .article-main .article-content .article .pages-box > table table > tbody > tr td div input[type="button"], .article-main .article-content .article .pages, .article-main .article-content .article .pages span, .article-main .article-content .article .pages a, .article-main .article-content .article .source, .search-result .title, .search-result ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.ml10 {
  margin-left: 10px; }

.pc {
  display: block !important; }

.m {
  display: none !important; }

@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 37.5);
    -webkit-text-size-adjust: 100%; }

  .pc {
    display: none !important; }

  .m {
    display: block !important; }

  .container {
    width: 100%;
    padding: 2rem 1.5rem; }

  :-moz-placeholder {
    color: #999; }

  ::-moz-placeholder {
    color: #999; }

  ::-webkit-input-placeholder {
    color: #999; }

  img {
    vertical-align: bottom; } }
.top-banner {
  background: url(../../../images/web/top-banner.png) center center no-repeat;
  background-size: auto 100%; }
  .top-banner .container {
    display: flex;
    justify-content: space-between;
    height: 200px;
    padding: 0; }
    .top-banner .container .logo {
      display: flex;
      padding-top: 65px;
      padding-bottom: 45px; }
      .top-banner .container .logo img {
        display: block;
        height: 100%;
        width: auto; }
    .top-banner .container .menu-btn {
      display: none; }
    .top-banner .container .operation {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      padding-top: 65px;
      padding-bottom: 45px; }
      .top-banner .container .operation .goto {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        color: #fff;
        height: 20px;
        text-align: right;
        font-size: 18px;
        margin-bottom: 20px;
        font-style: oblique;
        text-decoration: underline; }
      .top-banner .container .operation .search-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%; }
        .top-banner .container .operation .search-box img {
          display: flex;
          height: 22px;
          width: auto;
          margin-right: 30px; }
        .top-banner .container .operation .search-box .search {
          display: flex;
          align-items: center;
          width: 200px;
          position: relative; }
          .top-banner .container .operation .search-box .search input[type="text"] {
            width: 100%;
            height: 36px;
            font-size: 16px;
            color: #fff;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #fff;
            background-color: #7C0505; }
          .top-banner .container .operation .search-box .search input[type="button"] {
            position: absolute;
            top: -1px;
            right: -1px;
            bottom: -1px;
            z-index: 9;
            width: 36px;
            height: 36px;
            opacity: 0; }
          .top-banner .container .operation .search-box .search img {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            cursor: pointer;
            margin-right: 0; }

.nav {
  background-color: #C50000;
  position: relative;
  z-index: 99; }
  .nav .container {
    padding: 0; }
  .nav .menu {
    display: flex;
    align-items: center; }
    .nav .menu li {
      position: relative; }
      .nav .menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 56px;
        font-weight: 700;
        color: #fff; }
        .nav .menu li a.active, .nav .menu li a:hover {
          color: #C50000 !important;
          background-color: #fff !important;
          transition: all .2s; }
      .nav .menu li .child {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        overflow: hidden; }
        .nav .menu li .child li a {
          border-bottom: 1px solid #fff;
          background-color: #C50000; }
        .nav .menu li .child li:last-child a {
          border-bottom: 0; }
        .nav .menu li .child li.line .icon {
          display: none; }
      .nav .menu li:hover .child {
        height: auto;
        transition: all .2s; }
      .nav .menu li.mode {
        display: none; }
  .nav .operation {
    display: none; }

.footer {
  background-color: #920606; }
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 125px; }
    .footer .container .school .logo {
      margin-bottom: 40px; }
      .footer .container .school .logo img {
        height: 86px;
        width: auto; }
    .footer .container .school p {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #fff;
      opacity: .9;
      line-height: 24px; }
      .footer .container .school p .icon {
        margin-left: 5px;
        margin-right: 5px; }
      .footer .container .school p a {
        display: flex;
        align-items: center;
        color: #fff; }
        .footer .container .school p a img {
          width: 15px;
          height: 17px; }
      .footer .container .school p i {
        font-style: normal; }
        .footer .container .school p i:first-child {
          width: 270px; }
    .footer .container .qr-code {
      display: flex;
      flex-wrap: wrap;
      width: 145px; }
      .footer .container .qr-code .img {
        width: 100%;
        padding: 6px;
        margin-bottom: 15px;
        background-color: #fff; }
        .footer .container .qr-code .img img {
          width: 100%;
          height: auto; }
      .footer .container .qr-code p {
        font-size: 18px;
        text-align: center;
        color: #fff;
        width: 100%; }

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  margin-bottom: 20px; }
  .title-box .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #4F4F4F;
    padding-bottom: 10px;
    position: relative; }
    .title-box .title span {
      color: #C50000; }
    .title-box .title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 48px;
      height: 2px;
      background-color: #C50000; }
  .title-box .more {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    height: 20px; }
  .title-box.title-box2 {
    justify-content: flex-end; }

.supervise-box {
  display: block;
  padding-top: 40px;
  padding-bottom: 60px;
  background: url(../../../images/web/supervise-bg.png) center top no-repeat;
  background-size: auto 380px; }
  .supervise-box .supervise-content {
    padding: 90px 66px 125px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: url(../../../images/web/supervise-cover.png) no-repeat;
    background-size: 100% auto; }
    .supervise-box .supervise-content h2 {
      font-size: 54px;
      text-align: center;
      font-weight: 700;
      color: #fff;
      margin-bottom: 70px; }
    .supervise-box .supervise-content .details-box {
      display: block;
      border: 1px solid #eee;
      background-color: #fff; }
      .supervise-box .supervise-content .details-box .breadcrumb {
        display: flex;
        align-items: center;
        height: 58px;
        font-size: 16px;
        padding-left: 40px;
        border-bottom: 1px solid #eee; }
        .supervise-box .supervise-content .details-box .breadcrumb img {
          width: 22px;
          height: 20px;
          margin-right: 15px; }
      .supervise-box .supervise-content .details-box .article-box {
        padding: 30px 40px; }
        .supervise-box .supervise-content .details-box .article-box .title {
          font-size: 32px;
          color: #920606;
          text-align: center;
          font-weight: 700; }
        .supervise-box .supervise-content .details-box .article-box .source {
          display: flex;
          justify-content: space-between;
          margin-bottom: 30px;
          padding-bottom: 13px;
          border-bottom: 1px solid #F1F1F1; }
          .supervise-box .supervise-content .details-box .article-box .source div {
            font-size: 13px;
            color: #828282; }
        .supervise-box .supervise-content .details-box .article-box .article-content {
          display: block;
          height: 530px;
          padding-top: 10px;
          padding-bottom: 10px; }
          .supervise-box .supervise-content .details-box .article-box .article-content .subtitle {
            font-size: 16px;
            color: #444;
            text-align: center;
            margin-bottom: 20px; }
          .supervise-box .supervise-content .details-box .article-box .article-content p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
            text-indent: 2rem; }
          .supervise-box .supervise-content .details-box .article-box .article-content h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 20px;
            text-indent: 2rem; }
      .supervise-box .supervise-content .details-box.indent0 .article-box .article-content p {
        text-indent: 0; }

.article-banner {
  display: block;
  height: 330px;
  background: url(../../../images/web/article-banner.png) center center no-repeat;
  background-size: auto 100%; }
  .article-banner img {
    width: 100%;
    height: auto; }

.article-main {
  display: flex;
  justify-content: space-between;
  padding-top: 0; }
  .article-main .article-left {
    display: block;
    width: 265px;
    margin-top: -30px; }
    .article-main .article-left .page-title {
      width: 100%;
      height: 80px;
      font-size: 24px;
      color: #fff;
      margin-bottom: 10px;
      background-color: #920606; }
      .article-main .article-left .page-title.mb260 {
        margin-bottom: 60px; }
    .article-main .article-left .side-nav {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-bottom: 80px;
      margin-bottom: 50px;
      position: relative; }
      .article-main .article-left .side-nav .item {
        justify-content: left;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        background: url(../../../images/web/arrow-left-gray.png) right 16px center no-repeat;
        background-size: 12px 12px;
        position: relative; }
        .article-main .article-left .side-nav .item:before, .article-main .article-left .side-nav .item:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0; }
        .article-main .article-left .side-nav .item:before {
          top: 0;
          z-index: 2;
          width: 6px;
          background-color: #F0F0F0; }
        .article-main .article-left .side-nav .item:after {
          right: 0;
          width: 100%;
          border-bottom: 1px solid #E3E3E3; }
        .article-main .article-left .side-nav .item.active, .article-main .article-left .side-nav .item:hover {
          color: #9F3131;
          background: #F6F6F6 url(../../../images/web/arrow-left-red.png) right 16px center no-repeat;
          transition: all .2s; }
          .article-main .article-left .side-nav .item.active:before, .article-main .article-left .side-nav .item:hover:before {
            background-color: #9F3131;
            transition: all .2s; }
      .article-main .article-left .side-nav:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 6px;
        height: 80px;
        background-color: #F0F0F0; }
    .article-main .article-left .img {
      display: block;
      width: 100%; }
      .article-main .article-left .img img {
        width: 100%;
        height: auto; }
  .article-main .article-content {
    width: 900px;
    padding-left: 45px;
    padding-right: 45px; }
    .article-main .article-content .breadcrumb {
      display: flex;
      align-items: center;
      height: 60px;
      font-size: 13px;
      color: #666;
      margin-bottom: 30px;
      border-bottom: 1px solid #DADADA; }
      .article-main .article-content .breadcrumb img {
        width: 22px;
        height: 20px;
        margin-right: 10px; }
    .article-main .article-content .article .list {
      margin-bottom: 30px; }
      .article-main .article-content .article .list .title {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 20px; }
      .article-main .article-content .article .list .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .article-main .article-content .article .list .content .item {
          display: flex;
          align-items: center;
          width: 48.5%;
          height: 50px;
          font-size: 17px;
          padding-left: 15px;
          padding-right: 60px;
          margin-bottom: 10px;
          border-right: 5px solid #F1F1F1;
          border-bottom: 5px solid #F1F1F1;
          background: url(../../../images/web/arrow-circle.png) right 20px center no-repeat;
          background-size: 20px 20px;
          position: relative; }
          .article-main .article-content .article .list .content .item:hover {
            color: #920606; }
          .article-main .article-content .article .list .content .item .name {
            font-size: 18px;
            font-weight: 400;
            line-height: 1; }
          .article-main .article-content .article .list .content .item .time {
            position: absolute;
            right: 60px;
            font-size: 16px;
            color: #7F7F80; }
      .article-main .article-content .article .list.full .content .item {
        width: 100%;
        padding-right: 180px;
        margin-right: 0 !important; }
      .article-main .article-content .article .list.icon .content .item {
        padding-left: 34px;
        padding-right: 180px;
        margin-right: 0 !important; }
        .article-main .article-content .article .list.icon .content .item:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          width: 4px;
          height: 4px;
          background-color: #AE4444; }
    .article-main .article-content .article .learning {
      display: flex;
      flex-wrap: wrap; }
      .article-main .article-content .article .learning .item {
        display: flex;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .article-main .article-content .article .learning .item img {
          width: 100%;
          height: auto; }
        .article-main .article-content .article .learning .item:nth-child(2n) {
          margin-right: 0; }
    .article-main .article-content .article .work {
      display: block;
      margin-bottom: 30px; }
      .article-main .article-content .article .work .item {
        display: block;
        padding-left: 230px;
        padding-right: 145px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #DADADA;
        position: relative; }
        .article-main .article-content .article .work .item .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 200px;
          height: 130px; }
          .article-main .article-content .article .work .item .img img {
            width: 100%;
            height: 100%; }
          .article-main .article-content .article .work .item .img .time {
            display: none; }
        .article-main .article-content .article .work .item .info {
          position: relative;
          height: 130px; }
          .article-main .article-content .article .work .item .info .title {
            display: block;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px; }
          .article-main .article-content .article .work .item .info .desc {
            font-size: 14px;
            color: #666;
            line-height: 20px;
            height: 40px; }
          .article-main .article-content .article .work .item .info .inner {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: space-between; }
            .article-main .article-content .article .work .item .info .inner > div {
              display: flex;
              align-items: center;
              font-size: 14px;
              color: #666;
              height: 20px;
              margin-bottom: 0;
              background: transparent; }
              .article-main .article-content .article .work .item .info .inner > div img {
                width: 15px;
                height: 15px;
                margin-right: 5px; }
              .article-main .article-content .article .work .item .info .inner > div span {
                color: #8F070D; }
        .article-main .article-content .article .work .item .side {
          position: absolute;
          top: 0;
          right: 0;
          height: 130px;
          width: 140px; }
          .article-main .article-content .article .work .item .side .date {
            position: absolute;
            top: 0;
            right: 0;
            width: 54px;
            height: 54px;
            border: 1px solid #CA0D0D;
            background-color: #CA0D0D; }
            .article-main .article-content .article .work .item .side .date .d {
              height: 32px;
              color: #fff; }
            .article-main .article-content .article .work .item .side .date .year {
              height: 20px;
              color: #CA0D0D;
              font-size: 12px;
              background-color: #fff; }
          .article-main .article-content .article .work .item .side .more {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 14px;
            color: #333; }
        .article-main .article-content .article .work .item:last-child {
          margin-bottom: 0; }
    .article-main .article-content .article .news-list {
      display: flex;
      flex-wrap: wrap;
      margin-left: -8.1px;
      margin-right: -8.1px; }
      .article-main .article-content .article .news-list .item {
        display: block;
        width: 259px;
        margin-left: 8.2px;
        margin-right: 8.2px;
        margin-bottom: 1rem; }
        .article-main .article-content .article .news-list .item .img {
          position: relative;
          display: block;
          width: 100%;
          height: 170px;
          overflow: hidden; }
          .article-main .article-content .article .news-list .item .img img {
            vertical-align: bottom;
            width: 100%;
            height: auto; }
          .article-main .article-content .article .news-list .item .img .title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 100%;
            line-height: 30px;
            height: 30px;
            font-size: 14px;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
            background-color: rgba(0, 0, 0, 0.5); }
        .article-main .article-content .article .news-list .item .info {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-top: 10px;
          padding-bottom: 10px; }
          .article-main .article-content .article .news-list .item .info .click {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #808080; }
            .article-main .article-content .article .news-list .item .info .click img {
              width: 16px;
              height: auto;
              margin-right: 5px; }
          .article-main .article-content .article .news-list .item .info .time {
            font-size: 14px;
            color: #808080; }
    .article-main .article-content .article .video-box {
      display: flex;
      flex-wrap: wrap; }
      .article-main .article-content .article .video-box .item {
        display: block;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
        overflow: hidden; }
        .article-main .article-content .article .video-box .item:nth-child(2n) {
          margin-right: 0; }
        .article-main .article-content .article .video-box .item .img {
          width: 100%;
          height: 253px;
          overflow: hidden;
          cursor: pointer;
          background-color: #000;
          position: relative; }
          .article-main .article-content .article .video-box .item .img img {
            width: 100%;
            height: auto; }
          .article-main .article-content .article .video-box .item .img .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 5;
            transform: translate(-50%, -50%);
            width: 65px;
            height: 65px; }
          .article-main .article-content .article .video-box .item .img video {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            transform: translate(-50%, -50%);
            opacity: 0;
            width: 100%;
            height: 100%; }
        .article-main .article-content .article .video-box .item .info {
          display: block;
          padding-top: 15px;
          padding-right: 100px;
          padding-bottom: 15px;
          position: relative; }
          .article-main .article-content .article .video-box .item .info .title {
            font-size: 17px; }
          .article-main .article-content .article .video-box .item .info .more {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 16px;
            color: #90000A; }
        .article-main .article-content .article .video-box .item.active .img img {
          opacity: 0; }
        .article-main .article-content .article .video-box .item.active .img video {
          opacity: 1;
          z-index: 9; }
    .article-main .article-content .article .pages-box {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 50px; }
      .article-main .article-content .article .pages-box > table table > tbody {
        display: block;
        width: 100%; }
        .article-main .article-content .article .pages-box > table table > tbody > tr td div {
          width: 100%;
          color: #333;
          font-size: 14px; }
          .article-main .article-content .article .pages-box > table table > tbody > tr td div span, .article-main .article-content .article .pages-box > table table > tbody > tr td div a, .article-main .article-content .article .pages-box > table table > tbody > tr td div input[type="button"] {
            height: 24px;
            font-size: 12px;
            padding-left: 8px;
            padding-right: 8px;
            border: 1px solid #D0D0D0;
            background: #fff; }
            .article-main .article-content .article .pages-box > table table > tbody > tr td div span.PrevDisabled, .article-main .article-content .article .pages-box > table table > tbody > tr td div a.PrevDisabled, .article-main .article-content .article .pages-box > table table > tbody > tr td div input[type="button"].PrevDisabled {
              color: #D0D0D0; }
          .article-main .article-content .article .pages-box > table table > tbody > tr td div input {
            font-size: 12px;
            width: 42px;
            height: 24px;
            border: 1px solid #D0D0D0; }
        .article-main .article-content .article .pages-box > table table > tbody > tr td:first-child {
          display: none; }
      .article-main .article-content .article .pages-box .count {
        margin-left: 15px; }
    .article-main .article-content .article .pages {
      width: 100%;
      margin-top: 50px; }
      .article-main .article-content .article .pages span, .article-main .article-content .article .pages a {
        height: 24px;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #D0D0D0;
        background: #fff; }
        .article-main .article-content .article .pages span.PrevDisabled, .article-main .article-content .article .pages a.PrevDisabled {
          color: #D0D0D0; }
    .article-main .article-content .article .article-title {
      line-height: 1.4;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px; }
    .article-main .article-content .article .source {
      height: 40px;
      margin-bottom: 45px;
      background-color: #F5F5F5; }
      .article-main .article-content .article .source .item {
        font-size: 14px;
        color: #585858;
        margin-right: 35px; }
        .article-main .article-content .article .source .item:last-child {
          margin-right: 0; }
    .article-main .article-content .article .article-details {
      padding-bottom: 65px;
      border-bottom: 1px solid #DBDBDB; }
      .article-main .article-content .article .article-details object, .article-main .article-content .article .article-details param {
        display: block;
        width: 100%; }
    .article-main .article-content .article .other-article {
      padding-top: 20px;
      padding-bottom: 85px; }
      .article-main .article-content .article .other-article li {
        display: flex;
        align-items: center;
        font-size: 17px;
        position: relative; }
        .article-main .article-content .article .other-article li span {
          position: absolute;
          top: 0;
          left: 0;
          line-height: 30px; }
        .article-main .article-content .article .other-article li a {
          display: block;
          font-size: 17px;
          line-height: 30px;
          padding-left: 60px;
          color: #010101; }
        .article-main .article-content .article .other-article li:hover a {
          color: #920606; }

.search-result {
  display: block;
  width: 100%; }
  .search-result .title {
    font-size: 24px; }
  .search-result ul {
    display: block;
    width: 100%; }
    .search-result ul li {
      font-size: 16px;
      color: #585858;
      line-height: 1.8; }

@media screen and (max-width: 960px) {
  .top-banner {
    background: url(../../../images/web/top-banner.png) center center no-repeat;
    background-size: auto 100%; }
    .top-banner .container {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 7rem;
      padding-left: 1rem;
      position: relative; }
      .top-banner .container .logo {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 4rem; }
      .top-banner .container .operation {
        display: none; }
      .top-banner .container .menu-btn {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.6rem;
        height: 3.6rem;
        border-radius: .5rem;
        border: 1px solid #fff; }
        .top-banner .container .menu-btn img {
          width: 2rem;
          height: 2rem; }
          .top-banner .container .menu-btn img.show {
            display: flex; }
          .top-banner .container .menu-btn img.close {
            display: none;
            transition: all .3s; }
        .top-banner .container .menu-btn.active img.show {
          display: none; }
        .top-banner .container .menu-btn.active img.close {
          display: flex;
          transition: all .3s; }

  .fixed-body {
    display: block;
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    .fixed-body .nav {
      transform: translateX(0);
      transition: all .3s; }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75%;
    z-index: 99;
    transform: translateX(-150%);
    background-color: #fff;
    transition: all .3s; }
    .nav .container {
      height: 100vh;
      overflow-y: scroll; }
    .nav .menu {
      flex-wrap: wrap;
      width: 100%;
      padding: 2rem 2rem 15rem; }
      .nav .menu li {
        width: 100%; }
        .nav .menu li a {
          justify-content: flex-start;
          width: 100%;
          height: 4.2rem;
          color: #333;
          font-size: 1.25rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          border-bottom: 1px solid #f2f2f2;
          background: url(../../../images/web/arrow-left-gray.png) right 1.5rem center no-repeat;
          background-size: 1rem 1rem; }
          .nav .menu li a.active, .nav .menu li a:hover {
            border-bottom: 0;
            border-radius: .25rem;
            background-color: rgba(197, 0, 0, 0.2) !important; }
        .nav .menu li .child {
          position: static;
          width: 100%;
          height: 0;
          overflow: hidden; }
          .nav .menu li .child:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            height: 4.2rem;
            background-color: transparent; }
          .nav .menu li .child li {
            padding-left: 2rem; }
            .nav .menu li .child li a {
              border-bottom-color: #f2f2f2;
              background-color: #fff; }
            .nav .menu li .child li:last-child a {
              border-bottom: 1px solid #f2f2f2; }
            .nav .menu li .child li.line {
              display: flex;
              align-items: center;
              position: relative; }
              .nav .menu li .child li.line a {
                background: #fff;
                border-bottom: 0;
                width: auto; }
              .nav .menu li .child li.line .icon {
                display: inline-block;
                font-weight: 700; }
              .nav .menu li .child li.line:after {
                content: "";
                position: absolute;
                left: 2rem;
                right: 0;
                bottom: 0;
                border-bottom: 1px solid #f2f2f2; }
        .nav .menu li:hover .child {
          height: auto;
          transition: all .2s; }
        .nav .menu li.mode {
          display: block;
          width: 25%;
          margin-top: 1rem; }
          .nav .menu li.mode .icon {
            width: 3.6rem;
            height: 3.6rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: .5rem; }
            .nav .menu li.mode .icon img {
              width: 100%;
              height: auto; }
          .nav .menu li.mode .title {
            font-size: 1.25rem;
            text-align: center; }
    .nav .operation {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2rem;
      display: block;
      padding-left: 2rem;
      padding-right: 2rem; }
      .nav .operation .goto {
        display: flex;
        justify-content: flex-end;
        font-size: 1.5rem;
        color: #C50000;
        font-weight: 700;
        margin-bottom: 1.5rem; }
      .nav .operation .search {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative; }
        .nav .operation .search input[type="text"] {
          width: 100%;
          height: 3.6rem;
          font-size: 1rem;
          padding-left: 1rem;
          border-radius: .25rem;
          color: #333;
          border: 1px solid #f0f0f0;
          background-color: #fff; }
          .nav .operation .search input[type="text"]:focus {
            border-color: #C50000;
            box-shadow: 0 0 1rem rgba(197, 0, 0, 0.2); }
        .nav .operation .search input[type="button"] {
          position: absolute;
          top: -1px;
          right: -1px;
          bottom: -1px;
          z-index: 9;
          width: 3.6rem;
          height: 3.6rem;
          opacity: 0; }
        .nav .operation .search img {
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translateY(-50%);
          width: 1rem;
          height: 1rem;
          cursor: pointer;
          margin-right: 0; }

  .footer .container {
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
    position: relative; }
    .footer .container .school .logo {
      display: flex;
      justify-content: center;
      margin-bottom: 1.5rem; }
      .footer .container .school .logo img {
        height: auto;
        width: 90%; }
    .footer .container .school p {
      display: block;
      width: 55%;
      font-size: 1rem;
      line-height: 2rem;
      margin-bottom: 1rem; }
      .footer .container .school p .icon {
        display: none; }
      .footer .container .school p a {
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 0; }
        .footer .container .school p a img {
          width: 1rem;
          height: auto; }
      .footer .container .school p i {
        display: block;
        margin-right: 0; }
    .footer .container .qr-code {
      position: absolute;
      top: 8rem;
      right: 1.5rem;
      width: 35%; }
      .footer .container .qr-code .img {
        padding: .5rem;
        margin-bottom: 1rem; }
      .footer .container .qr-code p {
        font-size: 1.25rem; }

  .title-box {
    height: auto;
    margin-bottom: 1rem; }
    .title-box .title {
      font-size: 1.5rem;
      font-weight: 700;
      padding-bottom: .7rem; }
      .title-box .title:after {
        width: 3rem;
        height: .2rem; }
    .title-box .more {
      font-size: 1rem;
      line-height: 2rem;
      height: 2rem; }
    .title-box.title-box2 {
      display: none; }

  .supervise-box {
    padding: 1.5rem; }
    .supervise-box .supervise-content {
      padding: 2rem 1.5rem;
      border-radius: .5rem;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
      background-position: center center;
      background-size: auto 100%; }
      .supervise-box .supervise-content h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem; }
      .supervise-box .supervise-content .details-box .breadcrumb {
        height: 5rem;
        padding-left: 1.5rem;
        font-size: 1.25rem;
        margin-bottom: 1.5rem; }
        .supervise-box .supervise-content .details-box .breadcrumb img {
          width: 1.6rem;
          height: auto;
          margin-right: 1rem; }
      .supervise-box .supervise-content .details-box .article-box {
        padding: 1rem 1.5rem; }
        .supervise-box .supervise-content .details-box .article-box .title {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
        .supervise-box .supervise-content .details-box .article-box .source {
          margin-bottom: 1rem;
          padding-bottom: 1rem; }
          .supervise-box .supervise-content .details-box .article-box .source div {
            font-size: 1rem; }
        .supervise-box .supervise-content .details-box .article-box .article-content {
          height: 40rem;
          padding-top: 1rem;
          padding-bottom: 1rem;
          overflow: hidden; }
          .supervise-box .supervise-content .details-box .article-box .article-content .subtitle {
            font-size: 1.25rem;
            margin-bottom: 2rem; }
          .supervise-box .supervise-content .details-box .article-box .article-content p {
            font-size: 1rem;
            line-height: 1.6rem;
            margin-bottom: 1rem; }
          .supervise-box .supervise-content .details-box .article-box .article-content h5 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
            text-indent: 2rem; }
      .supervise-box .supervise-content .details-box.indent0 .article-box .article-content p {
        text-indent: 0; }

  .article-banner {
    height: auto;
    background: #fff; }

  .article-main {
    display: flex;
    justify-content: space-between;
    padding-top: 0; }
    .article-main .article-left {
      display: none; }
    .article-main .article-content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .article-main .article-content .breadcrumb {
        height: 5rem;
        font-size: 1.25rem;
        margin-bottom: 1.5rem; }
        .article-main .article-content .breadcrumb img {
          width: 1.6rem;
          height: auto;
          margin-right: 1rem; }
      .article-main .article-content .article .list {
        margin-bottom: 1.5rem; }
        .article-main .article-content .article .list .title {
          font-size: 1.5rem;
          line-height: 1.6;
          margin-bottom: 1rem; }
        .article-main .article-content .article .list .content .item {
          width: 100%;
          height: 4.2rem;
          font-size: 1.5rem;
          padding-left: 1rem;
          padding-right: 5.5rem;
          margin-bottom: 1rem;
          border-right-width: .4rem;
          border-bottom-width: .4rem;
          background-position: right 1rem center;
          background-size: 1.5rem 1.5rem; }
          .article-main .article-content .article .list .content .item .name {
            font-size: 1.25rem; }
          .article-main .article-content .article .list .content .item .time {
            right: 4rem;
            font-size: 1.25rem; }
        .article-main .article-content .article .list.full .content .item {
          padding-right: 12rem; }
        .article-main .article-content .article .list.icon .content .item {
          padding-left: 2rem;
          padding-right: 12rem; }
          .article-main .article-content .article .list.icon .content .item:before {
            left: .8rem;
            width: .4rem;
            height: .4rem; }
      .article-main .article-content .article .learning .item {
        margin-bottom: 1rem; }
      .article-main .article-content .article .work {
        margin-bottom: 1rem; }
        .article-main .article-content .article .work .item {
          padding-left: 14rem;
          padding-right: 0;
          padding-bottom: 1rem;
          margin-bottom: 1rem; }
          .article-main .article-content .article .work .item .img {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 13rem;
            height: 7.5rem;
            overflow: hidden; }
            .article-main .article-content .article .work .item .img img {
              height: auto; }
            .article-main .article-content .article .work .item .img .time {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 2rem;
              line-height: 2rem;
              text-align: center;
              font-size: 1rem;
              color: #fff;
              background-color: rgba(0, 0, 0, 0.5); }
          .article-main .article-content .article .work .item .info {
            height: auto; }
            .article-main .article-content .article .work .item .info .title {
              font-size: 1.5rem;
              margin-bottom: .7rem; }
            .article-main .article-content .article .work .item .info .desc {
              display: block;
              font-size: 1.25rem;
              line-height: 1.6rem;
              height: 1.6rem;
              margin-bottom: 1.25rem;
              word-wrap: normal;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
            .article-main .article-content .article .work .item .info .inner {
              position: static;
              width: 100%;
              flex-wrap: wrap;
              justify-content: flex-start; }
              .article-main .article-content .article .work .item .info .inner > div {
                width: 100%;
                font-size: 1rem;
                height: 1.6rem;
                justify-content: flex-start;
                text-align: left; }
                .article-main .article-content .article .work .item .info .inner > div img {
                  width: 1rem;
                  height: 1rem;
                  margin-right: .5rem; }
          .article-main .article-content .article .work .item .side {
            display: none; }
          .article-main .article-content .article .work .item:last-child {
            margin-bottom: 0; }
      .article-main .article-content .article .news-list {
        justify-content: space-between; }
        .article-main .article-content .article .news-list .item {
          width: 49%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 1rem; }
          .article-main .article-content .article .news-list .item .img {
            width: 100%;
            height: 10rem; }
            .article-main .article-content .article .news-list .item .img .title {
              line-height: 2.4rem;
              height: 2.4rem;
              font-size: 1rem;
              padding-left: 1rem;
              padding-right: 1rem; }
          .article-main .article-content .article .news-list .item .info {
            padding-top: 1rem;
            padding-bottom: 1rem; }
            .article-main .article-content .article .news-list .item .info .click {
              font-size: 1rem; }
              .article-main .article-content .article .news-list .item .info .click img {
                width: 1rem;
                margin-right: .5rem; }
            .article-main .article-content .article .news-list .item .info .time {
              font-size: 1rem; }
      .article-main .article-content .article .video-box .item {
        display: block;
        margin-bottom: 1rem; }
        .article-main .article-content .article .video-box .item .img {
          height: auto; }
          .article-main .article-content .article .video-box .item .img .icon {
            width: 2rem;
            height: 2rem; }
        .article-main .article-content .article .video-box .item .info {
          padding-top: 1rem;
          padding-right: 1rem;
          padding-bottom: 0; }
          .article-main .article-content .article .video-box .item .info .title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            width: 100%; }
          .article-main .article-content .article .video-box .item .info .more {
            position: static;
            display: block;
            font-size: 1.25rem;
            text-align: right;
            transform: translateY(0); }
      .article-main .article-content .article .pages-box table table > tbody > tr td {
        display: block;
        width: 100%;
        text-align: center; }
        .article-main .article-content .article .pages-box table table > tbody > tr td div {
          font-size: 1rem; }
          .article-main .article-content .article .pages-box table table > tbody > tr td div span, .article-main .article-content .article .pages-box table table > tbody > tr td div a, .article-main .article-content .article .pages-box table table > tbody > tr td div input[type="button"] {
            height: 2.4rem;
            font-size: 1rem;
            padding-left: .5rem;
            padding-right: .5rem; }
          .article-main .article-content .article .pages-box table table > tbody > tr td div input {
            font-size: 1rem;
            width: 4rem;
            height: 2.4rem; }
      .article-main .article-content .article .pages-box .count {
        margin-left: 1rem; }
      .article-main .article-content .article .pages {
        width: 100%;
        margin-top: 50px; }
        .article-main .article-content .article .pages span, .article-main .article-content .article .pages a {
          height: 24px;
          font-size: 12px;
          padding-left: 8px;
          padding-right: 8px;
          margin-left: 10px;
          margin-right: 10px;
          border: 1px solid #D0D0D0;
          background: #fff; }
          .article-main .article-content .article .pages span.PrevDisabled, .article-main .article-content .article .pages a.PrevDisabled {
            color: #D0D0D0; }
      .article-main .article-content .article .article-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem; }
      .article-main .article-content .article .source {
        height: 3.2rem;
        margin-bottom: 1.5rem; }
        .article-main .article-content .article .source .item {
          font-size: 1rem;
          margin-right: 1rem; }
      .article-main .article-content .article .article-details {
        padding-bottom: 2rem; }
        .article-main .article-content .article .article-details img {
          max-width: 90%;
          height: auto; }
      .article-main .article-content .article .other-article {
        padding-top: 1rem;
        padding-bottom: 3rem; }
        .article-main .article-content .article .other-article li {
          font-size: 1.25rem; }
          .article-main .article-content .article .other-article li span {
            line-height: 3.2rem; }
          .article-main .article-content .article .other-article li a {
            font-size: 1.25rem;
            line-height: 3.2rem;
            padding-left: 4.8rem; } }

/*# sourceMappingURL=2.css.map */

