.news-info {
    padding: 5px 20px;
}
.jgszList {
  background: rgba(255, 255, 255, 0.3);
}
.jgszList .item {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin-top: 40px;
  padding-top: 50px;
}
.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: 60px;
  background: rgba(222, 222, 222, 0.51);
  padding: 0 10px;
  text-align: center;
  width:170px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #024a93;
}
.jgszList .item .itemList a:hover {
  cursor: pointer;
  background: #024a93;
  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;
  }
  .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;
  }
  .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;
  }