p,
ul,
li,
body,
div {
  padding: 0;
  margin: 0;
  font-family: MicrosoftYaHei;
  list-style: none;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #cbcbcb;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #f1f1f1;
}
a {
  text-decoration: none;
}
a:hover {
  color: #0d3e97;
  cursor: pointer;
  text-decoration: none;
}
header {
  position: relative;
  background: white;
  z-index: 99;
}
header .topBox {
  width: 100%;
  background: #0d3e97;
}
header .header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
  width: 90%;
  margin: auto;
}
header .header_nav .time {
  color: white;
}
header .header_nav a {
  color: white;
  padding-left: 18px;
  margin-left: 15px;
}
header .header_nav .school {
  background: url("../image/home-icon.png") no-repeat;
  background-size: 15px 15px;
  background-position: left center;
}
header .header_nav .star {
  background: url("../image/collect.png") no-repeat;
  background-size: 15px 15px;
  background-position: left center;
}
header .pcNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  width: 90%;
  margin: 0 auto;
}
header .pcNav .logo {
  width: 450px;
  margin-right: 40px;
}
header .pcNav .logo img {
  width: 100%;
}
header .pcNav .daohang {
  flex: 1;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .notice {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.banner .notice ._notice {
  padding: 0 80px;
}
.banner .notice a {
  color: white;
  font-size: 16px;
  display: block;
  line-height: 60px;
  background: rgba(13, 62, 151, 0.71);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 60px;
  padding-right: 110px;
}
.banner .notice a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}
.banner .notice #notice {
  position: relative;
}
.banner .notice #notice .notice-button {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  height: 100%;
  background: #0d3e97;
  z-index: 50;
  color: white;
  align-items: center;
}
.banner .notice #notice .notice-button .notice-left {
  transform: rotateY(180deg);
}
.banner .notice #notice .notice-button > div {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  height: 100%;
}
.banner .notice #notice .notice-button > div:hover {
  background: #ffbf00;
}
.c_header {
  text-align: center;
  color: white;
  margin-bottom: 50px;
}
.c_header h4 {
  font-size: 28px;
}
.c_header p {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid #ffbf00;
}
.one {
  padding: 60px 0;
}
.one .newsBox {
  display: flex;
  padding: 0 70px;
}
.one .newsBox .picNews {
  width: 400px;
}
.one .newsBox .newsList {
  margin-left: 60px;
  overflow: hidden;
  flex: 1;
}
.one .n_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.one .n_header .left h4 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.one .n_header .left p {
  display: inline-block;
  color: #999999;
  border-bottom: 4px solid #0d3e97;
  padding-right: 15px;
  padding-bottom: 4px;
}
.one .n_header .right {
  display: flex;
}
.one .n_header .right .swiper-pagination-bullet {
  margin-right: 7px;
}
.one .n_header .right a {
  color: #999999;
  margin-left: 15px;
}
.one .n_header .right a:hover {
  color: #0d3e97;
}
.one #picNews .imgBox {
  height: 267px;
  overflow: hidden;
}
.one #picNews .imgBox img {
  width: 100%;
}
.one #picNews .title {
  background: #0d3e97;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 50px;
  padding: 0 20px;
}
.one #listNews {
  border-top: 1px solid #ededed;
}
.one #listNews a {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ededed;
}
.one #listNews a .time {
  background: #4b4b4b;
  padding: 10px 12px;
  color: white;
  font-size: 24px;
  margin-right: 17px;
}
.one #listNews a .info .title {
  color: #111111;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.one #listNews a .info .abs {
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.one #listNews a:hover .time {
  background: #0d3e97;
}
.one #listNews a:hover .info .title {
  color: #0d3e97;
}
.two {
  padding: 30px 0;
  padding-bottom: 50px;
  background: url("../image/news-bg.jpg") no-repeat;
  background-size: cover;
}
.two .c_header {
  color: white;
}
.two .c_header p {
  color: white;
  border-bottom-color: #0d3e97;
}
.two .importantNotice {
  position: relative;
}
.two .importantNotice .swiper-slide {
  display: flex;
  padding: 0 70px;
}
.two .importantNotice .swiper-slide a {
  display: block;
  width: 31%;
  margin-right: 3%;
  background: white;
}
.two .importantNotice .swiper-slide a:last-child {
  margin-right: 0;
}
.two .importantNotice .swiper-slide a .absBox {
  padding: 20px 15px;
  font-size: 14px;
  color: #969696;
  height: 137px;
  background: white;
  transition: all 0.3s ease;
}
.two .importantNotice .swiper-slide a .absBox p {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.two .importantNotice .swiper-slide a .titleBox {
  padding: 20px 15px;
  background: #0d3e97;
  color: white;
  transition: all 0.3s ease;
}
.two .importantNotice .swiper-slide a .title {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two .importantNotice .swiper-slide a .time {
  color: #bababa;
  font-size: 12px;
  text-align: right;
}
.two .importantNotice .swiper-slide a:hover .absBox {
  background: #0d3e97;
}
.two .importantNotice .swiper-slide a:hover .absBox p {
  color: white;
}
.two .importantNotice .swiper-slide a:hover .titleBox {
  background: white;
  color: #272727;
}
.two .importantNotice .Inotice-left {
  position: absolute;
  color: white;
  top: 60%;
  left: -50px;
  transform: rotateY(180deg);
  width: 40px;
  height: 40px;
  border: 1px solid white;
  font-size: 30px;
  text-align: center;
}
.two .importantNotice .Inotice-right {
  position: absolute;
  color: white;
  top: 60%;
  right: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  font-size: 30px;
  text-align: center;
}
.three {
  padding: 50px 0;
}
.three .c_header {
  color: #333333;
}
.three .c_header p {
  color: #999999;
  border-bottom-color: #0d3e97;
}
.three .styles {
  position: relative;
}
.three .styles .style-left {
  position: absolute;
  color: #bfbfbf;
  top: 50%;
  left: -50px;
  transform: rotateY(180deg);
  width: 40px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 30px;
  text-align: center;
}
.three .styles .style-right {
  position: absolute;
  color: #bfbfbf;
  top: 50%;
  right: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 30px;
  text-align: center;
}
.three .styles a {
  display: block;
  border: solid 1px #c8c8c8;
  position: relative;
  height: 336px;
}
.three .styles a .imgBox {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.three .styles a .imgBox img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.three .styles a .info {
  padding: 20px;
  height: 83px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.three .styles a .info .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 40px;
  height: 40px;
  opacity: 0;
  background: url("../image/push-icon.png");
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.three .styles a .info h5 {
  margin-top: 0;
  font-size: 16px;
  color: #454545;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.three .styles a .info p {
  font-size: 15px;
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.three .styles a:hover .info {
  background-color: #0d3e97;
  height: 110px;
}
.three .styles a:hover .info .icon {
  opacity: 1;
  top: -100px;
}
.three .styles a:hover .info h5,
.three .styles a:hover .info p {
  color: white;
}
.four {
  background-color: #0d3e94;
  padding-top: 37px;
  padding-bottom: 100px;
}
.four .fastlinks {
  position: relative;
}
.four .fastlinks .major-left {
  position: absolute;
  color: white;
  top: 60%;
  left: -50px;
  transform: rotateY(180deg);
  width: 40px;
  height: 40px;
  border: 1px solid white;
  font-size: 30px;
  text-align: center;
}
.four .fastlinks .major-right {
  position: absolute;
  color: white;
  top: 60%;
  right: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  font-size: 30px;
  text-align: center;
}
.four #major a {
  display: block;
  color: white;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
}
.four #major a .iconbox {
  border: 1px solid white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
}
.four #major a .iconbox .iconfont {
  font-size: 60px;
}
footer {
  background: #262626;
  color: #a2a2a2;
}
footer .info {
  padding: 45px 0;
}
footer .info h4 {
  font-size: 20px;
  line-height: 58px;
  border-bottom: 2px solid #a2a2a2;
  position: relative;
}
footer .info h4:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background: #007dd0;
  width: 42px;
  left: 0;
  bottom: -2px;
  border-right: 5px solid #262626;
}
footer .info a {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #a2a2a2;
}
footer .info a .iconfont {
  margin-right: 5px;
  font-size: 14px;
}
footer .info a:hover {
  border-bottom-color: #ffbf00;
  color: #ffbf00;
}
footer .info p {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 30px;
  white-space: nowrap;
}
footer .info p .iconfont {
  font-size: 14px;
}
footer .f-logo {
  height: 285px;
  display: flex;
  align-items: center;
}
footer .f-logo img {
  width: 100%;
}
footer .copyright {
  text-align: center;
  background: #1b1b1b;
  font-size: 12px;
  padding: 15px;
}
.c_banner {
  background: url("../image/news-bg.png");
  background-size: cover;
  height: 300px;
}
.contentPage {
  /*margin-top: -100px;*/
}
.contentPage .contentBox.listBox {
  background-color: rgba(255, 255, 255);
  padding: 30px 50px;
}
.contentPage .contentBox.listBox .pcleftNav {
  background: none;
  padding-right: 15px;
}
.contentPage .contentBox.listBox .pcleftNav .top {
  background: none;
  color: #585859;
  font-size: 22px;
  font-weight: inherit;
  line-height: 22px;
  border-bottom: 1px solid #b5b5b5;
  padding: 0;
}
.contentPage .contentBox.listBox .pcleftNav .top p {
  margin-bottom: 15px;
  border-left: 5px solid #0d3e97;
  padding-left: 15px;
}
.contentPage .contentBox.listBox .pcleftNav .top .iconfont {
  color: #585859;
}
.contentPage .contentBox.listBox .pcleftNav ul li a {
  border-bottom: 1px solid #b5b5b5;
  color: #9a9a9a;
  font-weight: normal;
  font-size: 16px;
}
.contentPage .contentBox.listBox .pcleftNav ul li a:hover {
  color: #0d3e97;
  border-color: #0d3e97;
}
.contentPage .contentBox.listBox .right {
  background: none;
}
.contentPage .contentBox .pcleftNav {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  position: sticky;
  top: 150px;
}
.contentPage .contentBox .pcleftNav .top {
  background-color: #0d3e97;
  color: white;
  line-height: 50px;
  font-size: 26px;
  text-align: left;
  padding: 5px 20px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.contentPage .contentBox .pcleftNav .top .menu_btn {
  display: none;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -28px;
}
.contentPage .contentBox .pcleftNav .top .menu_btn .line {
  height: 2px;
  background: #333;
  margin-top: 5px;
}
.contentPage .contentBox .pcleftNav .top .menu_btn .line:first-child {
  margin-top: 0;
}
.contentPage .contentBox .pcleftNav ul {
  padding-bottom: 10px;
}
.contentPage .contentBox .pcleftNav ul li a {
  display: block;
  text-align: left;
  padding-left: 25px;
  border-bottom: 1px dashed #d1d1d1;
  line-height: 50px;
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 600;
}
.contentPage .contentBox .pcleftNav ul li a:hover {
  color: #0d3e97 !important;
  border-bottom-color: #0d3e97;
}
.contentPage .contentBox .pcleftNav ul li.active a {
  font-weight: bold;
  color: #0d3e97 !important;
  border-bottom-color: #0d3e97;
}
.contentPage .contentBox .right {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  min-height: 400px;
}
.contentPage .contentBox .right .top {
  display: flex;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.contentPage .contentBox .right .top h4 {
  margin-left: 20px;
  border-left: 4px solid #0d3e97;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #585859;
}
.contentPage .contentBox .right .top .link {
  flex: 1;
  text-align: right;
  margin-right: 20px;
  font-size: 18px;
  color: #585859;
}
.contentPage .contentBox .right .top .link a {
  color: #585859;
}
.contentPage .contentBox .right .top .link a:hover {
  color: #0d3e97;
}
.contentPage .contentBox .right .artice {
  padding: 40px 160px;
  min-height: 600px;
  text-align: justify;
}
.contentPage .contentBox .right .artice .title {
  font-size: 24px;
  text-align: center;
  color: #0d3e97;
}
.contentPage .contentBox .right .artice .abs {
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
  color: #888888;
}
.contentPage .contentBox .right .artice .abs span {
  margin-right: 25px;
}
.contentPage .contentBox .right .artice .abs span:last-child {
  margin-right: 0;
}
.contentPage .contentBox .right .artice .contentAtice table {
  width: 100%;
}
.contentPage .contentBox .right .artice .contentAtice img {
  max-width: 100%;
  height: auto;
}
.contentPage .contentBox .right .list {
  margin-top: 30px;
}
.contentPage .contentBox .right .list li a {
  display: flex;
  padding: 25px 0px;
  border-bottom: 1px solid #d6d6d6;
}
.contentPage .contentBox .right .list li a span {
  margin-right: 15px;
  transition: all 0.36s ease;
}
.contentPage .contentBox .right .list li a .imgBox {
  overflow: hidden;
  width: 160px;
  margin-right: 15px;
  height: 100px;
  position: relative;
}
.contentPage .contentBox .right .list li a .imgBox img {
  width: 100%;
  height: 100%;
}
.contentPage .contentBox .right .list li a .imgBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 87, 15, 0.1);
  left: 0;
  top: 0;
  transition: all 0.36s ease;
  opacity: 0;
}
.contentPage .contentBox .right .list li a .imgBox::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  border: 1px solid white;
  transition: all 0.36s ease;
  transform: scale(1.3);
  top: 6px;
  left: 8px;
}
.contentPage .contentBox .right .list li a .textBox {
  flex: 1;
}
.contentPage .contentBox .right .list li a .textBox .title {
  font-size: 20px;
  color: #737373;
  margin-bottom: 20px;
  margin-top: 13px;
  height: 23px;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contentPage .contentBox .right .list li a .textBox .des {
  color: #737373;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contentPage .contentBox .right .list li a .timeBox {
  width: 100px;
  text-align: right;
  color: #737373;
}
.contentPage .contentBox .right .list li a .timeBox .time {
  font-family: courier;
  font-size: 30px;
}
.contentPage .contentBox .right .list li a .timeBox .iconfont {
  font-size: 30px;
}
.contentPage .contentBox .right .list li a:hover .imgBox::before {
  transform: scale(1);
}
.contentPage .contentBox .right .list li a:hover .imgBox::after {
  opacity: 1;
}
.contentPage .contentBox .right .list li a:hover .title {
  color: #0d3e97;
}
.contentPage .contentBox .right .list li a:hover .timeBox {
  color: #0d3e97;
}
.contentPage .contentBox .right .list li a:hover .timeBox .iconfont {
  color: #0d3e97;
}
@media (max-width: 1600px) {
  header .header .logo {
    width: 400px;
    margin-right: 50px;
  }
}
@media (max-width: 1300px) {
  header {
    box-shadow: 1px 2px 5px #dbdbdb;
  }
  header .topBox {
    display: none;
  }
  header .pcNav {
    width: 100%;
  }
  header .pcNav .logo {
    width: 300px;
  }
  footer .f-logo {
    display: none;
  }
  footer .copyRight {
    text-align: left;
  }
  .Inotice-left,
  .Inotice-right,
  .major-left,
  .major-right,
  .style-left,
  .style-right {
    display: none;
  }
  .contentPage .contentBox .right .artice {
    padding: 40px;
  }
  .contentPage .contentBox .pcleftNav .top {
    font-size: 16px;
  }
  .contentPage .contentBox .pcleftNav .top p {
    font-size: 16px;
  }
  .contentPage .contentBox .pcleftNav ul li a {
    font-size: 14px !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
  }
  header .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #0d3e97;
    padding: 10px 20px;
  }
  header .header > .logo {
    width: 280px;
  }
  .banner {
    padding-top: 60px;
  }
  .banner .notice {
    flex-direction: column;
    bottom: -20px;
  }
  .banner .notice a {
    padding-right: 50px;
    line-height: 50px;
  }
  .banner .notice #notice .notice-button > div {
    width: 30px;
    font-size: 26px;
  }
  .banner .notice ._notice {
    padding: 0;
  }
  .two .importantNotice .swiper-slide {
    display: block;
    padding: 0;
  }
  .two .importantNotice .swiper-slide a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .one .newsBox {
    padding: 0;
    display: block;
  }
  .one .newsBox #picNews .imgBox {
    height: auto;
  }
  .one .newsBox .newsList {
    margin-left: 0;
    margin-top: 40px;
  }
  .one .newsBox .picNews {
    width: 100%;
  }
  .contentPage {
    margin-top: -70px;
  }
  .contentPage .listBox {
    padding: 0 20px !important;
  }
  .c_banner {
    height: 160px;
  }
  .contentPage .contentBox.listBox {
    background: rgba(255, 255, 255, 0.8);
  }
  .contentPage .contentBox .pcleftNav .top {
    line-height: 40px;
    background: none;
    color: #0d3e97;
    border-bottom: 2px solid #0d3e97;
    display: block;
  }
  .contentPage .contentBox .pcleftNav .top .menu_btn {
    display: block;
  }
  .contentPage .contentBox .right {
    margin-top: 0;
  }
  .contentPage .contentBox .right .artice {
    padding: 20px;
  }
  .contentPage .contentBox .right .top {
    padding: 0;
    display: block;
    padding: 15px 0;
  }
  .contentPage .contentBox .right .top .link {
    text-align: left;
    padding-left: 15px;
  }
  .contentPage .contentBox .right .artice .title {
    font-size: 16px;
    text-align: left;
  }
  .contentPage .contentBox .right .list {
    margin-top: 0;
  }
  .contentPage .contentBox .right .list li a {
    flex-wrap: wrap;
  }
  .contentPage .contentBox .right .list li a .imgBox {
    height: auto;
    margin-right: 0;
  }
  .contentPage .contentBox .right .list li a > div {
    flex: 150% 1 1;
  }
  .contentPage .contentBox .right .top h4 {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1320px;
  }
}
/* 分页 */
.pagination {
  width: 100%;
  text-align: center;
}
.pagination ul span,
.pg-1 .total {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #0d3e97;
  background-color: #0d3e97;
}
.pagination ul a,
.pg-1 a,
.pg-1 .current {
  display: inline-block;
  margin: 0 5px 8px;
  padding: 2px 7px;
  color: #7e7e7e;
  border: 1px solid #dbdbdb;
}
.pagination ul li.active a,
.pg-1 .current {
  color: #fff;
  border: 1px solid #0d3e97;
  background-color: #0d3e97;
}
.pagination ul li a:hover,
.pg-1 a：hover {
  color: #0d3e97;
}
/*# sourceMappingURL=home.css.map */
