﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

li {
  list-style: none; }

html,
body {
  min-width: 1200px; }

.container {
  width: 1280px;
  margin: auto;
  height: 100%;
  padding: 0; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ellipsis-row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.clear::after {
  content: "";
  display: block;
  clear: both; }

p {
  margin-bottom: 0; }

header {
  width: 100%;
  height: 122px;
  background: #024585; }
  header .container {
    display: flex;
    align-items: center; }
    header .container .school-name {
      position: relative;
      float: left;
      margin-right: 16px; }
      header .container .school-name p {
        font-size: 13px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 45px;
        position: absolute;
        bottom: -2px;
        left: 121px;
        margin-bottom: 0; }
    header .container .college {
      flex: 1; }
      header .container .college p {
        color: #fff;
        margin-bottom: 0; }
        header .container .college p:first-child {
          font-size: 32px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 45px;
          margin-top: 31px; }
          header .container .college p:first-child span {
            font-weight: bold; }
        header .container .college p:last-child {
          font-size: 12px;
          font-family: Arial;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 45px; }
    header .container .search .link {
      margin-bottom: 0px; }
      header .container  .search .link a {
        position: relative;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 45px; }
        header .container .search .link a:not(:last-of-type) {
          margin-right: 18px; }
          header .container .search .link a:not(:last-of-type)::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -10px;
            margin: auto;
            width: 1px;
            height: 1em;
            background-color: #fff;
            transform: translateY(1px); }
    header .container .search .input {
      position: relative;
      width: 250px; }
      header .container .search .input input {
        width: inherit;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        outline: none;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(51, 51, 51, 0.8);
        padding: 0 11px; }
      header .container .search .input i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #024585;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer; }

.nav {
  width: 100%;
  height: 60px;
  background: #002B54; }
  .nav ul {
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .nav ul li {
      position: relative;z-index:555 }
      .nav ul li.active, .nav ul li:hover {
        border-bottom: 3px solid #fff; }
        .nav ul li.active a, .nav ul li:hover a {
          color: #fff; }
      .nav ul li:hover .second-nav {
        display: block; }
      .nav ul li a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 45px;
        display: block;
        padding: 0 18px;
        height: 100%;
        line-height: 57px; }
      .nav ul li .second-nav {
        display: none;
        top: 75px;
        z-index: 0; }
        .nav ul li .second-nav::before {
          content: "";
          display: block;
          height: 20px;
          top: -20px;
          background-color: transparent; }
        .nav ul li .second-nav ul {
          width: 100%;
          position: relative;
          z-index: 20;
          background-color: #FFFFFF;
          display: block;
          padding: 10px 0; }
          .nav ul li .second-nav ul::before {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            margin: auto;
            top: -5px;
            width: 12px;
            height: 12px;
            transform: rotate(45deg);
            background-color: #fff; }
          .nav ul li .second-nav ul li {
            background-color: #FFFFFF;
            width: 100%;
            border-bottom: 0; }
            .nav ul li .second-nav ul li.active a,
            .nav ul li .second-nav ul li:hover a {
              color: #024585;
              line-height: 37px; }
            .nav ul li .second-nav ul li a {
              line-height: 37px;
              font-family: MicrosoftYaHei;
              font-size: 16px;
              font-weight: normal;
              letter-spacing: 0px;
              color: #333333; }

.banner {
  //height: 525px;
  height: 325px;
 }

.breadcrumb {
  width: 100%;
  height: 56px;
  background-color: #fff; }
  .breadcrumb .container {
    line-height: 56px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #939393; }
    .breadcrumb .container img {
      vertical-align: text-bottom;
      margin-right: 14px; }

.tab {
  float: left;
  width: 248px;
  cursor: pointer;
  margin-right: 50px; }
  .tab .page-name {
    width: 100%;
    height: 90px;
    background-color: #024585;
    padding: 0 43px;
    line-height: 90px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF; }
  .tab ul {
    width: 100%; }
    .tab ul li {
      height: 60px;
      background: #FAFAFA;
      line-height: 60px;
      font-size: 21px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #000000;
      padding: 0 43px; }
      .tab ul li.active {
        color: #024585;
        background: #f2f2f2; }

.pages {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages a {
    float: none !important;
    color: #969696; }
  .pages .first {
    margin-right: 10px; }
  .pages .last {
    margin-left: 10px; }
  .pages .first a,
  .pages .last a {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 12px 16px;
    color: #969696; }
  .pages .prev a,
  .pages .next a {
    padding: 12px 11px;
    color: #969696; }
  .pages .prev a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pages .next a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .pages .page a {
    padding: 12px 15px;
    color: #969696; }
  .pages .page.active a {
    color: #fff;
    background-color: #024585; }

.index-box {
  float: right;
  width: calc(100% - 50px - 248px); }
  .index-box .index-title {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    height: 30px; }
    .index-box .index-title img {
      flex: 1;
      line-height: 30px;
      margin-left: 17px; }

footer {
  height: 268px;
  margin-top: 53px;
  width: 100%; }
  footer .contact-information {
    background-image: url("./../../../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 210px;
    width: 100%; }
    footer .contact-information .container .contact {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      float: left; }
      footer .contact-information .container .contact p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px; }
    footer .contact-information .container .qrcode {
      float: right;
      display: flex;
      justify-content: space-between;
      width: 205px;
      height: 100%;
      align-items: center; }
      footer .contact-information .container .qrcode img {
        display: block; }
      footer .contact-information .container .qrcode p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center; }
  footer .link {
    height: 60px;
    background-color: #002b54; }
    footer .link .container {
      text-align: right;
      line-height: 60px; }
    footer .link select {
      width: 205px;
      height: 28px;
      padding: 0 10px;
      outline: none; }
.pages span,.pages a{
border:0!important;
}