p,
ul,
li,
body,
div {
  padding: 0;
  margin: 0;
  font-family: MicrosoftYaHei;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #cbcbcb;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #f1f1f1;
}
a:hover {
  color: #122b88;
  cursor: pointer;
}
.search_page {
  position: fixed;
  background: #122b88;
  width: 100vw;
  height: 100vh;
  left: -100%;
  z-index: 999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.search_page .search_com {
  max-height: 80vh;
  overflow: auto;
}
.search_page .search_com ._close {
  position: absolute;
  top: 60px;
  right: 60px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.search_page .search_com ._close i {
  color: white;
  font-size: 38px;
}
.search_page .search_com ._close:hover {
  cursor: pointer;
  transform: rotate(180deg);
}
.search_page .search_com .textBox {
  text-align: center;
  margin-bottom: 160px;
}
.search_page .search_com .textBox h1 {
  font-size: 70px;
}
.search_page .search_com .searchBox {
  margin-bottom: 80px;
}
.search_page .search_com .searchBox .search_form {
  width: 940px;
  border-bottom: 6px solid white;
  display: flex;
}
.search_page .search_com .searchBox .search_form input {
  background-color: transparent;
  border: none;
  font-size: 36px;
  flex: 1;
  width: 100%;
  padding-bottom: 15px;
}
.search_page .search_com .searchBox .search_form input:focus-visible {
  outline: none;
}
.search_page .search_com .searchBox .search_form input::placeholder {
  color: white;
}
.search_page .search_com .searchBox .search_form ._btn {
  display: block;
  width: 50px;
  background-color: transparent;
  padding: 0;
  transition: all 0.3s ease;
  border: none;
}
.search_page .search_com .searchBox .search_form ._btn i {
  font-size: 36px;
}
.search_page .search_com .searchBox .search_form ._btn:hover {
  color: white;
  transform: scale(1.1);
}
.search_page .search_com .searchBox .search_form ._btn:focus-visible {
  outline: none;
}
.search_page .search_com .hot h3 {
  font-size: 34px;
  margin-bottom: 40px;
}
.search_page .search_com .hot .hotList {
  display: flex;
  flex-wrap: wrap;
}
.search_page .search_com .hot .hotList a {
  display: block;
  color: white;
  font-size: 18px;
  padding: 15px 35px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  transition: all 0.3s ease;
  border-bottom: 3px solid #122b88;
}
.search_page .search_com .hot .hotList a:hover {
  border-bottom-color: white;
}
header .header_top {
  background: #122b88;
}
header .header_top .header_top_con {
  display: flex;
  padding: 15px 0;
}
header .header_top .header_top_con > div {
  height: 16px;
}
header .header_top .header_top_con > div a {
  font-size: 12px;
  color: white;
}
header .header_top .header_top_con > div a .iconfont {
  font-size: 12px;
  margin-right: 2px;
}
header .header_top .header_top_con > div a:hover {
  border-bottom: 1px solid white;
}
header .header_top .header_top_con .header_top_nav {
  width: 40%;
}
header .header_top .header_top_con .header_top_nav a {
  margin-right: 15px;
}
header .header_top .header_top_con .system {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_top .header_top_con .system .search {
  color: white;
  margin-left: -12px;
  z-index: 20;
}
header .header_top .header_top_con .system .search:hover {
  cursor: pointer;
}
header .header_top .header_top_con .system a {
  padding: 0 20px;
  position: relative;
}
header .header_top .header_top_con .system a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 2px;
  height: 12px;
  background: white;
  left: 0px;
}
header .header_top .header_top_con .system a:first-child::before {
  display: none;
}
header .header {
  position: fixed;
  top: -130px;
  left: 0;
  width: 100%;
  z-index: 110;
  background: url("/SITE_RES/default/image/navBg.png");
  background-size: 100% 100%;
  transition: all 0.3s ease-out;
}
header .header .daohangBox .navigation {
  display: flex;
  padding: 13px 0;
}
header .header .daohangBox .navigation .logo {
  width: 322px;
  margin-right: 20px;
}
header .header .daohangBox .navigation .logo img {
  width: 100%;
}
header .header .daohangBox .navigation .daohang {
  flex: 1;
  transition: all 0.36s ease;
}
.navbar-nav .header_top .header_top_con {
  display: block;
  width: 100%;
}
.navbar-nav .header_top .header_top_con > div {
  width: 100%;
  height: auto;
  text-align: left;
}
.navbar-nav .header_top .header_top_con > div a {
  line-height: 40px !important;
  padding: 0px !important;
}
.navbar-nav .header_top .header_top_con .system {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-nav .header_top .header_top_con .system a {
  margin-right: 15px !important;
}
.navbar-nav .header_top .header_top_con .system a:before {
  display: none;
}
.navbar-nav .header_top .header_top_con .system .search {
  display: none;
}
/*  轮播  */
.home {
  overflow: hidden;
}
._logo1 {
  display: block;
}
._logo2 {
  display: none;
}
.home.active ._logo1 {
  display: none;
}
.home.active ._logo2 {
  display: block;
}
.home.active header .header {
  background: white;
}
.home.active header .header .daohangBox {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}
.home.active header .header .pcNav > li > a {
  font-weight: bold;
  color: #161616;
  text-shadow: none;
}
.home.active header .header .pcNav > li > a:before {
  box-shadow: none;
  background: #161616;
}
.home.active header .header .daohangBox .navigation .daohang {
  margin-bottom: -10px;
}
.main {
  position: fixed;
  bottom: -100%;
  width: 100%;
  height: 100vh;
  overflow: auto;
  transition: all 0.8s ease-in-out;
  background: white;
  z-index: 99;
}
.main .con_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.main .con_top .info {
  display: flex;
  align-items: center;
}
.main .con_top .info .icon {
  width: 50px;
  height: 50px;
  background: #122b88;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.main .con_top .info .icon i {
  font-size: 32px;
}
.main .con_top .info h4 {
  font-size: 30px;
  color: #161616;
}
.main .con_top .info .more {
  margin-left: 25px;
  color: #666666;
  font-size: 14px;
  margin-top: 8px;
}
.main .con_top .info .more p {
  display: flex;
  white-space: nowrap;
}
.main .con_top .info .more p span {
  padding: 0 15px;
  transition: all 0.3s ease;
  font-weight: bold;
}
.main .con_top .info .more p .iconfont {
  display: block;
  transform: rotate(90deg);
  font-size: 18px;
  margin-top: -2px;
}
.main .con_top .info .more:hover {
  cursor: pointer;
  color: #122b88;
}
.main .con_top .info .more:hover span {
  padding-right: 0;
  padding-left: 30px;
}
.main .con_top .btn_news {
  font-size: 18px;
  background: #122b88;
  color: white;
  padding: 15px 40px;
  border-radius: 80px;
  background: #122b88 url("../image/logo3.png") no-repeat;
  background-size: 30px;
  background-position: 30px center;
  padding-left: 65px;
  transition: all 0.3s ease-in;
  white-space: nowrap;
}
.main .con_top .btn_news:hover {
  border-radius: 0;
}
.main .one {
  background: url("/SITE_RES/default/image/news_bg.png") no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 30px;
}
.main .one #newsList {
  height: 720px;
  position: relative;
}
.main .one #newsList .news_pagination {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.main .one #newsList .news_pagination .swiper-pagination-switch {
  display: block;
  width: 56px;
  height: 4px;
  background: #cccccc;
  margin-right: 8px;
  overflow: hidden;
}
.main .one #newsList .news_pagination .swiper-pagination-switch.swiper-active-switch {
  background: #9faee6;
}
.main .one .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.main .pic_item {
  display: block;
  background: white;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0px 4px 4px rgba(92, 92, 92, 0.15);
}
.main .pic_item .imgBox {
  height: 238px;
  overflow: hidden;
}
.main .pic_item .imgBox img {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.main .pic_item .time {
  font-size: 16px;
  color: #b1b1b1;
  margin: 13px;
}
.main .pic_item .title {
  font-size: 16px;
  color: #171717;
  padding: 0 13px;
  height: 20px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main .pic_item:hover img {
  transform: scale(1.1);
}
.main .pic_item:hover .title {
  color: #122b88;
}
.main .text_item {
  display: flex;
  padding: 20px;
  overflow: hidden;
  border-bottom: 5px solid #122b88;
  box-shadow: 0px 0px 5px rgba(92, 92, 92, 0.5);
  padding-bottom: 40px;
  background: white url("../image/logo3.png") no-repeat;
  background-size: 80px 80px;
  background-position: calc(100% + 20px) calc(100% + 30px);
  margin-bottom: 22px;
  transition: all 0.6s ease !important;
}
.main .text_item .titleBox {
  flex: 1;
}
.main .text_item .time {
  color: #061f7e;
  text-align: center;
  width: 80px;
  height: 80px;
  background: #a0aacf;
  padding-top: 5px;
}
.main .text_item .time .day {
  font-size: 32px;
}
.main .text_item .time .year {
  font-size: 16px;
}
.main .text_item .title {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  height: 48px;
  margin-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .text_item:hover {
  background-color: rgba(16, 43, 136, 0.8);
}
.main .text_item:hover .source {
  color: white !important;
}
.main .text_item:hover .time {
  background: white;
}
.main .text_item:hover .title {
  color: white;
}
.main .a_item {
  display: block;
  background: white;
  border-bottom: 1px solid #cccccc;
}
.main .a_item .title {
  font-size: 16px;
  color: #333333;
  padding: 12px;
  margin-top: 20px;
  padding-bottom: 0;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main .a_item .time {
  font-size: 16px;
  color: #b1b1b1;
  margin: 12px;
}
.main .a_item:hover .title,
.main .a_item:hover .time {
  color: #122b88;
}
.main .two {
  padding: 50px 0;
  background: url("/SITE_RES/default/image/twoBg.png") no-repeat;
  background-size: 100%;
}
.main .two .con_top .icon {
  background: none;
  border: 2px solid white ;
}
.main .two .con_top h4 {
  color: white;
}
.main .two .con_top .more {
  color: white;
}
.main .two .con_top .more p {
  white-space: nowrap;
}
.main .two .con_top .more:hover {
  color: white;
}
.main .two .notice .text_item {
  border: none;
  box-shadow: 0px 0px 8px #9c9b9b;
  padding-bottom: 20px;
}
.main .two .notice .text_item .time {
  width: 65px;
  height: 65px;
  padding-top: 0;
}
.main .two .notice .text_item .time .day {
  font-size: 28px;
}
.main .two .notice .text_item .time .year {
  font-size: 14px;
}
.main .two .notice .text_item .source {
  color: #707070;
  font-size: 14px;
  padding-left: 15px;
}
.main .three {
  background: #eaf8ff;
  padding: 50px 0;
}
.main .three .special {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
.main .three .special .con_top {
  width: 113px;
  margin-right: 10px;
}
.main .three .special .con_top .info {
  flex-direction: column;
  align-items: flex-start;
}
.main .three .special .con_top .info h4 {
  width: 50px;
  text-align: center;
}
.main .three .special .con_top .info .more {
  margin-left: 0;
  margin-top: 30px;
}
.main .three .special .con_top .info .more span {
  padding: 0;
  padding-left: 5px;
}
.main .three .special .special_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.main .three .special .special_list a {
  width: 49%;
  display: block;
  box-shadow: 0px 0px 6px #c9c9c9;
  margin-right: 2%;
  margin-bottom: 20px;
  transition: all 0.1s ease;
}
.main .three .special .special_list a:nth-child(2n) {
  margin-right: 0%;
}
.main .three .special .special_list a img {
  width: 100%;
  height: 100%;
}
.main .three .special .special_list a:hover {
  box-shadow: 0px 0px 14px #636363;
}
.main .three .school {
  position: relative;
  margin-top: 70px;
}
.main .three .school .video {
  width: 60%;
  height: 760px;
  position: relative;
}
.main .three .school .video .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .three .school .video .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.main .three .school .video .info p {
  position: absolute;
  font-size: 30px;
  color: white;
  bottom: 50px;
  left: 40px;
}
.main .three .school .video .info .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url("/SITE_RES/default/image/play_icon.png");
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.main .three .school .video .info .play:hover {
  cursor: pointer;
  opacity: 1;
}
.main .three .school .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .three .school .schoolImgList {
  width: calc(40% + 120px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.main .three .school .schoolImgList .con_top {
  padding-left: 160px;
  margin-bottom: 35px;
}
.main .three .school .schoolImgList .iconList {
  display: flex;
  flex-wrap: wrap;
}
.main .three .school .schoolImgList .iconList a {
  display: block;
  width: 50%;
  position: relative;
  color: white;
}
.main .three .school .schoolImgList .iconList a img {
  width: 100%;
}
.main .three .school .schoolImgList .iconList a ._icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main .three .school .schoolImgList .iconList a ._icon .iconfont {
  font-size: 62px;
}
.main .three .school .schoolImgList .iconList a ._icon h4 {
  font-size: 24px;
  margin: 0;
}
.main .three .school .schoolImgList .iconList a:hover .icon-path {
  animation: icon-path-animation 5s ease-out;
}
#banner {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper-slide a .title {
  position: absolute;
  bottom: 65px;
  z-index: 20;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  font-size: 24px;
  text-shadow: 1px 3px 3px #403d3d;
  letter-spacing: 3px;
}
#banner .swiper-slide a .bg {
  position: absolute;
  bottom: 0;
  height: 123px;
  width: 100%;
  background: url("/SITE_RES/default/image/bannerBg.png");
  background-size: 100% 123px;
}
#banner .banner_pagination {
  position: absolute;
  bottom: 60px;
  z-index: 10;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 50%;
  transform: translate(-50%);
}
#banner .banner_pagination .swiper-pagination-switch {
  display: block;
  font-size: 24px;
  font-weight: 600;
  width: 36px;
  height: 33px;
  color: white;
  text-shadow: 1px 3px 3px #403d3d;
  border-bottom: 2px solid #f5f5f5;
  text-align: center;
  margin-left: 10px;
}
#banner .banner_pagination .swiper-pagination-switch:hover {
  cursor: pointer;
}
#banner .banner_pagination .swiper-pagination-switch.swiper-active-switch {
  color: #122b88;
  border-bottom-color: #122b88;
}
footer {
  background: #2d479b;
  color: white;
}
footer .info {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
footer .info ._logo3 {
  width: 363px;
}
footer .info ._logo3 .fo_logo {
  width: 100%;
}
footer .info .ewmBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
}
footer .info .ewmBox .item {
  text-align: center;
}
footer .info .ewmBox .item img {
  width: 85px;
  height: 85px;
}
footer .info .ewmBox .item h5 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #cacdd0;
}
footer .info .touch {
  padding-top: 40px;
  padding-left: 30px;
  flex: 1;
}
footer .info .touch p {
  margin-bottom: 15px;
  padding: 0 15px;
color:#FFF;
}
footer .copyright {
  font-size: 16px;
  text-align: center;
  background: white;
  padding: 30px 0;
  color: #333333;
}
/* 通用头部 */
.c_body {
  overflow: auto;
}
.c_body #main {
  top: 0;
}
.c_body .contentPage {
  background: url("/SITE_RES/default/image/news_bg.png");
  background-size: 100%;
  padding-top: 150px;
}
.c_body .contentPage .contentBox.listBox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 50px;
}
.c_body .contentPage .contentBox.listBox .pcleftNav {
  background: none;
  padding-right: 15px;
}
.c_body .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;
}
.c_body .contentPage .contentBox.listBox .pcleftNav .top p {
  margin-bottom: 15px;
  border-left: 5px solid #122b88;
  padding-left: 15px;
}
.c_body .contentPage .contentBox.listBox .pcleftNav .top .iconfont {
  color: #585859;
}
.c_body .contentPage .contentBox.listBox .pcleftNav ul li a {
  border-bottom: 1px solid #b5b5b5;
  color: #9a9a9a;
  font-weight: normal;
  font-size: 16px;
}
.c_body .contentPage .contentBox.listBox .pcleftNav ul li a:hover {
  color: #122b88;
  border-color: #122b88;
}
.c_body .contentPage .contentBox.listBox .right {
  background: none;
}
.c_body .contentPage .contentBox .pcleftNav {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  position: sticky;
  top: 150px;
}
.c_body .contentPage .contentBox .pcleftNav .top {
  background-color: #122b88;
  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;
}
.c_body .contentPage .contentBox .pcleftNav .top .menu_btn {
  display: none;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -28px;
}
.c_body .contentPage .contentBox .pcleftNav .top .menu_btn .line {
  height: 2px;
  background: #333;
  margin-top: 5px;
}
.c_body .contentPage .contentBox .pcleftNav .top .menu_btn .line:first-child {
  margin-top: 0;
}
.c_body .contentPage .contentBox .pcleftNav ul {
  padding-bottom: 10px;
}
.c_body .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;
}
.c_body .contentPage .contentBox .pcleftNav ul li a:hover {
  color: #122b88 !important;
  border-bottom-color: #122b88;
}
.c_body .contentPage .contentBox .pcleftNav ul li.active a {
  font-weight: bold;
  color: #122b88 !important;
  border-bottom-color: #122b88;
}
.c_body .contentPage .contentBox .right {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  min-height: 400px;
}
.c_body .contentPage .contentBox .right .top {
  display: flex;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.c_body .contentPage .contentBox .right .top h4 {
  margin-left: 20px;
  border-left: 4px solid #d54248;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #585859;
}
.c_body .contentPage .contentBox .right .top .link {
  flex: 1;
  text-align: right;
  margin-right: 20px;
  font-size: 18px;
  color: #585859;
}
.c_body .contentPage .contentBox .right .top .link a {
  color: #585859;
}
.c_body .contentPage .contentBox .right .top .link a:hover {
  color: #122b88;
}
.c_body .contentPage .contentBox .right .artice {
  padding: 40px 160px;
  min-height: 600px;
  text-align: justify;
}
.c_body .contentPage .contentBox .right .artice .title {
  font-size: 24px;
  text-align: center;
  color: #122b88;
}
.c_body .contentPage .contentBox .right .artice .abs {
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0;
  color: #888888;
}
.c_body .contentPage .contentBox .right .artice .abs span {
  margin-right: 25px;
}
.c_body .contentPage .contentBox .right .artice .abs span:last-child {
  margin-right: 0;
}
.c_body .contentPage .contentBox .right .artice .contentAtice table {
  width: 100%;
}
.c_body .contentPage .contentBox .right .artice .contentAtice img {
  
}
@media only screen and (max-width: 620px) {
	.c_body .contentPage .contentBox .right .artice .contentAtice img {
  			width:100%;
			height:auto;
			 
	}
}

.c_body .contentPage .contentBox .right .list {
  margin-top: 30px;
}
.c_body .contentPage .contentBox .right .list li a {
  display: flex;
  padding: 25px 0px;
  border-bottom: 1px solid #d6d6d6;
}
.c_body .contentPage .contentBox .right .list li a span {
  margin-right: 15px;
  transition: all 0.36s ease;
}
.c_body .contentPage .contentBox .right .list li a .imgBox {
  overflow: hidden;
  width: 160px;
  margin-right: 15px;
  height: 100px;
  position: relative;
}
.c_body .contentPage .contentBox .right .list li a .imgBox img {
  width: 100%;
  height: 100%;
}
.c_body .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;
}
.c_body .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;
}
.c_body .contentPage .contentBox .right .list li a .textBox {
  flex: 1;
}
.c_body .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;
}
.c_body .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;
}
.c_body .contentPage .contentBox .right .list li a .timeBox {
  width: 100px;
  text-align: right;
  color: #737373;
}
.c_body .contentPage .contentBox .right .list li a .timeBox .time {
  font-family: courier;
  font-size: 30px;
}
.c_body .contentPage .contentBox .right .list li a .timeBox .iconfont {
  font-size: 30px;
}
.c_body .contentPage .contentBox .right .list li a:hover .imgBox::before {
  transform: scale(1);
}
.c_body .contentPage .contentBox .right .list li a:hover .imgBox::after {
  opacity: 1;
}
.c_body .contentPage .contentBox .right .list li a:hover .title {
  color: #122b88;
}
.c_body .contentPage .contentBox .right .list li a:hover .timeBox {
  color: #122b88;
}
.c_body .contentPage .contentBox .right .list li a:hover .timeBox .iconfont {
  color: #122b88;
}
.jgszList {
  background: rgba(255, 255, 255, 0.3);
}
.jgszList .item {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin-top: 50px;
  padding-top: 60px;
}
.jgszList .item h4 {
  font-size: 20px;
  color: #122b88;
  font-weight: bold;
  background: white;
  position: absolute;
  top: -22px;
  padding: 0 20px;
}
.jgszList .item .itemList {
  display: flex;
  flex-wrap: wrap;
}
.jgszList .item .itemList a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 80px;
  background: rgba(222, 222, 222, 0.51);
  padding: 0 10px;
  text-align: center;
  width: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #122b88;
}
.jgszList .item .itemList a:hover {
  cursor: pointer;
  background: #122b88;
  color: white;
}
.stylelist {
  margin-top: 30px;
}
.stylelist .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  padding-top: 30px;
  border-radius: 8px;
}
.stylelist .item h4 {
  font-size: 20px;
  color: #122b88;
  font-weight: bold;
  position: absolute;
  top: -22px;
  padding: 0 20px;
  background-color: white;
  border-radius: 6px;
}
@media (max-width: 1600px) {
  footer .info ._logo3 {
    width: 250px;
  }
}
@media (max-width: 1300px) {
  header .header_top .header_top_con .system a {
    padding: 0 10px;
  }
  .main .pic_item .imgBox {
    height: 180px;
  }
  ._logo3 {
    display: none;
  }
  footer .info .touch {
    padding-left: 0;
  }
  .main .con_top .info h4 {
    font-size: 18px;
    white-space: nowrap;
  }
  @media only screen and (max-width:1300px ) {
        .main .three .special .con_top .info h4 {
            writing-mode: tb-rl;
            margin: 8px 0 0 -5px;
        }  
    }       
  .main .con_top .info .more p span {
    display: none;
  }
  .main .con_top .info .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .main .con_top .info .icon .iconfont {
    font-size: 18px;
  }
  .main .two .notice .text_item {
    padding: 15px;
  }
  .main .three .special .con_top {
    width: auto;
  }
  .main .three .special .con_top h4 {
    width: 30px !important;
  }
  .main .three .school .video {
    height: 560px;
  }
  .c_body .contentPage .contentBox .right .artice {
    padding: 40px;
  }
  .c_body .contentPage .contentBox .pcleftNav .top {
    font-size: 16px;
  }
  .c_body .contentPage .contentBox .pcleftNav .top p {
    font-size: 16px;
  }
  .c_body .contentPage .contentBox .pcleftNav ul li a {
    font-size: 14px !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .main {
    position: static;
    height: auto;
    width: 100vw;
    overflow: hidden;
  }
  .home {
    overflow: auto !important;
  }
  .jgszList .item {
    padding: 30px 10px;
    padding-bottom: 0;
  }
  .jgszList .item .itemList {
    justify-content: space-between;
  }
  .jgszList .item .itemList a {
    font-size: 14px;
    width: 150px;
    height: 50px;
    padding: 0 5px;
    margin-right: 10px;
    margin-right: 0;
  }
  .banner {
    margin-top: 50px;
  }
  .navbar-fixed-top {
    z-index: 899;
  }
  .search_page .search_com ._close {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
  }
  .search_page .search_com ._close i {
    font-size: 12px;
  }
  .search_page .search_com .textBox {
    margin-bottom: 80px;
  }
  .search_page .search_com .textBox h1 {
    font-size: 24px;
  }
  .search_page .search_com .searchBox .search_form {
    width: 300px;
    margin: 0 auto;
    border-bottom: 2px solid white;
  }
  .search_page .search_com .searchBox .search_form input {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .search_page .search_com .searchBox .search_form ._btn {
    width: 30px;
    height: 30px;
  }
  .search_page .search_com .searchBox .search_form ._btn i {
    font-size: 22px;
  }
  .search_page .search_com .hot {
    padding: 0 15px;
  }
  .search_page .search_com .hot h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .search_page .search_com .hot .hotList a {
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #banner {
    width: auto;
    height: auto;
  }
  #banner .swiper-slide a img {
    width: 100%;
    height: auto;
  }
  #banner .swiper-slide a .bg {
    height: 80px;
  }
  #banner .swiper-slide a .title {
    width: 100%;
    font-size: 16px;
    bottom: 30px;
  }
  #banner .banner_pagination {
    width: 100%;
    bottom: 5px;
  }
  #banner .banner_pagination .swiper-pagination-switch {
    font-size: 14px;
    width: 24px;
    height: 24px;
  }
  .main .one {
    padding-top: 30px;
  }
  .main .imgBox {
    height: 200px !important;
  }
  .main .one #newsList {
    height: 1800px;
  }
  .main .con_top .btn_news {
    font-size: 14px;
    padding: 5px;
    background-position: 5px center;
    padding-left: 35px;
  }
  .main .con_top {
    align-items: center;
    margin-bottom: 20px;
  }
  .main .one .swiper-slide .text_item {
    padding-bottom: 15px;
  }
  .main .two {
    background-size: 100% 200px;
  }
  .main .two .col-md-4 + .col-md-4 {
    margin-top: 25px;
  }
  .main .two .col-md-4 + .col-md-4 .con_top .icon {
    border-color: #122b88;
    background: #122b88;
  }
  .main .two .col-md-4 + .col-md-4 .con_top h4,
  .main .two .col-md-4 + .col-md-4 .con_top .more {
    color: #333333;
  }
  .main .three .special .special_list a {
    width: 100%;
    margin-right: 0;
  }
  .main .three .school {
    position: static;
  }
  .main .three .school .video {
    width: 100%;
    height: 460px;
  }
  .main .three .school .schoolImgList {
    margin-top: 40px;
    width: 100%;
    position: static;
  }
  .main .three .school .schoolImgList .con_top {
    padding-left: 0;
  }
  .main .three .school {
    margin-top: 0;
  }
  footer .info {
    display: block;
  }
  footer .info > div {
    width: 100% !important;
  }
  footer .info .ewmBox {
    padding: 20px;
  }
  footer .copyright {
    text-align: left;
    padding: 12px;
    font-size: 12px;
  }
  .c_body .contentPage {
    padding-top: 60px;
  }
  .c_body .contentPage .listBox {
    padding: 0 20px !important;
  }
  .c_body .contentPage .contentBox.listBox {
    background: none;
  }
  .c_body .contentPage .contentBox .pcleftNav .top {
    line-height: 40px;
    background: none;
    color: #122b88;
    border-bottom: 2px solid #122b88;
    display: block;
  }
  .c_body .contentPage .contentBox .pcleftNav .top .menu_btn {
    display: block;
  }
  .c_body .contentPage .contentBox .right {
    margin-top: 0;
  }
  .c_body .contentPage .contentBox .right .artice {
    padding: 20px;
  }
  .c_body .contentPage .contentBox .right .top {
    padding: 0;
    display: block;
    padding: 15px 0;
  }
  .c_body .contentPage .contentBox .right .top .link {
    text-align: left;
    padding-left: 15px;
  }
  .c_body .contentPage .contentBox .right .artice .title {
    font-size: 16px;
    text-align: left;
  }
  .c_body footer .copyright {
    padding: 15px;
  }
  .c_body .contentPage .contentBox .right .list {
    margin-top: 0;
  }
  .c_body .contentPage .contentBox .right .list li a {
    flex-wrap: wrap;
  }
  .c_body .contentPage .contentBox .right .list li a .imgBox {
    height: auto;
    margin-right: 0;
  }
  .c_body .contentPage .contentBox .right .list li a > div {
    flex: 150% 1 1;
  }
  .c_body .contentPage .contentBox .right .top h4 {
    display: none;
  }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}
/* 分页 */
.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 #122b88;
  background-color: #122b88;
}
.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 #122b88;
  background-color: #122b88;
}
.pagination ul li a:hover,
.pg-1 a：hover {
  color: #122b88;
}
@keyframes icon-path-animation {
  0% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 4917;
    fill: transparent;
  }
  70% {
    stroke-dasharray: 3917;
    stroke-dashoffset: 0;
    fill: #fff;
  }
  100% {
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
/*# sourceMappingURL=home.css.map */
