* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table{
    margin: 0 auto 20px !important;
}
a {
  text-decoration: none;s
}
.mg_15px {
  margin-top: 15px;
}
li {
  list-style: none;
}
input {
  outline: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexStat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexEnd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
}
.flexcenter {
  display: flex;
  align-items: center;
}
.flex_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.body {
  font-size: 16px;
}
.w_1300 {
  width: 1300px;
  margin: 0 auto;
}
.w_32 {
  width: 32%!important;
}
.part1 {
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px!important;
}
.container header {
  background: url(../../../image/web/yangong/topbg.png) center no-repeat;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  height: 147px;
  /* 移动端导航栏样式 */
}
.container header .alstart {
  align-items: center;
}
.container header .logo {
  width: 61.8462%;
}
.container header .search {
  width: 22.25%;
  margin-top: 10px;
  opacity: 0.8;
  height: 42px!important;
}
.container header .search .en {
  margin-bottom: 6px;
}
.container header .search .en a {
  color: #fff;
}
.container header .search .ipt-box {
  position: relative;
  width: 296px!important;
}
.container header .search .ipt-box input {
  width: 266px!important;
  height: 40px;
  padding: 0 10px 0 10px;
  border: none;
  background-color: #1E5FCA;
  color: #fff;
}
.container header .search .ipt-box input::placeholder {
  color: #fff;
}
.container header .search .ipt-box .search-icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  width: 46px;
  height: 40px;
  transform: translateY(-50%);
  padding: 9.5px 9px;
  background-color: #1980FF;
}
.container header .search .ipt-box .search-icon-box img {
  margin-left: 3px;
}
.container header .search .login-box {
  width: 13%;
  margin-left: 20PX;
  color: #fff;
}
.container header .navmob-btn {
  display: none;
}
.container header .navmob-btn .head-menu-btn {
  z-index: 999;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: -5260px;
  opacity: 1;
  transform: translateY(0);
}
.container header .navmob-btn .head-menu-btn .line-1 {
  margin-top: -11px;
  width: 30px;
}
.container header .navmob-btn .head-menu-btn .line-2 {
  margin-top: 0 !important;
  width: 30px !important;
}
.container header .navmob-btn .head-menu-btn .line-3 {
  margin-top: 11px;
  width: 30px;
}
.container header .navmob-btn .head-menu-btn.active .line-1 {
  transform: rotate(-45deg) translate(-9px, 11px);
}
.container header .navmob-btn .head-menu-btn.active .line-2 {
  opacity: 0;
}
.container header .navmob-btn .head-menu-btn.active .line-3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.container header .navmob-btn .head-menu-btn .line-1,
.container header .navmob-btn .head-menu-btn .line-2,
.container header .navmob-btn .head-menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-right: -20px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-property: transform, width, margin, background-color;
}
 
@media screen and (max-width: 992px) {
.container .newsBox3 .newsClassify .recomBox .swiper-slide-active .slider_text,
.container .newsBox3 .newsClassify .recomBox .swiper-slide-duplicate-active .slider_text {
  display: block;
    width: 72vw !important;
    margin: auto !important;
}
  .container header {
    padding: 25px 0;
  }
  .container header .search {
    display: none;
  }
  .container header .alstart {
    align-items: center;
  }
  .container header .navmob-btn {
    display: flex;
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {

  .container header .logo {
     width: 300px;
  }
  .container header .logo img {
     width: 100%;
   height:auto !important;
  }
  .container header .navmob-btn .head-menu-btn {
    width: 30px;
    height: 30px;
  }
}
.container nav {
  padding: 12px 0;
  margin-top: -15px;
}
.container nav ul {
  width: 83%;
}
.container nav .btn {
  display: flex;
  align-items: center;
  background-color: #FF6C4A;
  color: #fff;
  border-radius: 20px;
  padding: 8px 30px;
  margin-top: 10px;
}
.container nav .btn img {
  margin-right: 5px;
}
.container nav .dht {
  width: 1px;
  height: 50px;
  background: url(image/dhx.png) no-repeat center;
}
.container nav .mune_a {
  position: relative;
  width: 10.15385%;
  text-align: center;
  height: 50px;
  line-height: 60px;
}
.container nav .mune_a .blue-line {
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #1454c9;
  bottom: -8px;
}
.container nav .mune_a.active .blue-line {
  display: block;
}
.container nav .mune_a:hover .blue-line {
  display: block;
}
.container nav .mune_a .secondary-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -15%;
  width: 130%;
  background-color: #1454c9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.container nav .mune_a .secondary-menu li {
  border-bottom: 1px solid #ddd;
}
.container nav .mune_a .secondary-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.container nav .mune_a .secondary-menu li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .container nav .pc-nav {
    display: none;
  }
  .container nav .mb-nav-box {
    z-index: 999;
    padding: 0 20px;
    position: fixed;
    left: -100%;
    background-color: #0343AC;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  .container nav .mb-nav {
    font-size: 17px;
   width: 100%;
  }
.secondary-menu .flexsb {
align-items: flex-end !important;
}
  .container nav .mb-nav li {
    width: 100%;
    padding: 20px 5px;
    border-bottom: 1px solid #eee; 
  }
  .container nav .mb-nav li a {
    display: inline-block;
    color: #fff !important;
  }
  .container nav .mb-nav .secondary-menu {
    padding: 10px 15px;
    background-color: #1454c9;
  }
  .container nav .mb-nav .secondary-menu a {
    color: #fff !important;
  }
  .container nav .mb-nav .nav-down {
    display: none;
    width: 100%;
  }
  .container nav .mb-nav .nav_click {
    display: block;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #fff;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
  }
  .container nav .mb-nav .nav_click.active .caret {
  opacity: 1;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../../../image/arrow_down_on.png);
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: -33px;
    background-size: 13px 13px !important;
  }

}
@media screen and (max-width: 768px) {
  .container nav .mb-nav-box {
    top: 118px;
  }
}
@media screen and (max-width: 576px) {
  .container nav .mb-nav-box {
    top: 54px;
  }
}
@media screen and (min-width: 993px) {
  .container nav .mb-nav-box {
    display: none !important;
  }
}
.container .fgx {
  border: 2px solid #efefef;
  margin-top: -3px;
}
.container .swiperBox {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  margin-top: -4px;
  height: 500px!important;
  margin-bottom: 10px;
}
.container .swiperBox .swiper-slide {
  position: relative;
  height: 100%;
}
.container .swiperBox .swiper-slide img {
  max-width: 100%;
  height: 500px;
}
.container .swiperBox .swiper-pagination {
  position: absolute;
  bottom: 20px;
  background-color: #999999;
  opacity: 0.7;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 4px 0 1px 0;
}
.container .swiperBox .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #333;
  z-index: 99;
}
.container .swiperBox .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #0B69FF !important;
}
.container .newsBox,
.container .newsBox2 {
  margin-top: 35px;
}
.container .newsBox .newsClassify,
.container .newsBox2 .newsClassify {
  width: 53%;
  height: 460px;
}
.container .newsBox .newsClassify .teachingDynamics,
.container .newsBox2 .newsClassify .teachingDynamics {
  padding: 0px 0 20px 0;
}
.container .newsBox .newsClassify .teachingDynamics .title,
.container .newsBox2 .newsClassify .teachingDynamics .title {
  font-size: 24px;
  font-weight: 700;
}
.container .newsBox .newsClassify .teachingDynamics .plusSign,
.container .newsBox2 .newsClassify .teachingDynamics .plusSign {
  color: #666;
  margin-top: 5px;
}
.container .newsBox .newsClassify .teachingDynamics1,
.container .newsBox2 .newsClassify .teachingDynamics1 {
  padding: 0px 0 20px 0;
}
.container .newsBox .newsClassify .teachingDynamics1 .title,
.container .newsBox2 .newsClassify .teachingDynamics1 .title {
  font-size: 24px;
  font-weight: 700;
}
.container .newsBox .newsClassify .teachingDynamics1 .plusSign,
.container .newsBox2 .newsClassify .teachingDynamics1 .plusSign {
  color: #666;
  margin-top: 5px;
}
.container .newsBox .newsClassify .schoolNews,
.container .newsBox2 .newsClassify .schoolNews {
  width: 103%;
}
.container .newsBox .newsClassify .schoolNews .newsImg,
.container .newsBox2 .newsClassify .schoolNews .newsImg {
  width: 48%;
  overflow: hidden;
}
.container .newsBox .newsClassify .schoolNews .newsImg img,
.container .newsBox2 .newsClassify .schoolNews .newsImg img {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 {
  padding: 20px 25px;
  border: 3px solid #eae6e6;
  width: 100%;
  justify-content: space-between;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate {
  width: 72px;
  height: 70px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate .month,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate .day,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate .day {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2 {
  width: 72px;
  height: 70px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2 .month,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2 .month {
  display: inline-block;
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2 .day,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .newsDate2 .day {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .text,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .text {
  width: 83%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
  font-weight: 700;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .text:hover,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .text:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .text2,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .text2 {
  width: 88%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
  font-weight: 700;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord1 .text2:hover,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord1 .text2:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord {
  width: 100%;
  justify-content: space-between;
  padding: 30px 0px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate {
  width: 20%;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate .month,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate .month {
  display: inline-block;
  width: 36px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate .day,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate .day {
  font-size: 22px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate2,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate2 {
  width: 65px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate2 .month,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate2 .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .newsDate2 .day,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .newsDate2 .day {
  font-size: 22px;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .text,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .text {
  width: 83%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  color: #141414;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .text:hover,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .text:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .text2,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .text2 {
  width: 88%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
}
.container .newsBox .newsClassify .schoolNews .newsImg .newsWord .text2:hover,
.container .newsBox2 .newsClassify .schoolNews .newsImg .newsWord .text2:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsImg:hover img,
.container .newsBox2 .newsClassify .schoolNews .newsImg:hover img {
  transition: all 0.3s linear;
  transform: scale(1.2);
}
.container .newsBox .newsClassify .schoolNews .newsInfo,
.container .newsBox2 .newsClassify .schoolNews .newsInfo {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li {
  padding: 2px 0 10px 0;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a {
  display: flex;
  align-items: center;
  gap: 2%;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a .infoText,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a .infoText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #020623;
  width: 70%;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a :hover,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a :hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a .infoDate,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a .infoDate {
  position: relative;
  border: 1px solid #0347be;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a .infoDate .year,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a .infoDate .year {
  display: inline-block;
  color: #0347be;
  padding: 3px;
}
.container .newsBox .newsClassify .schoolNews .newsInfo li a .infoDate .month,
.container .newsBox2 .newsClassify .schoolNews .newsInfo li a .infoDate .month {
  color: #fff;
  padding: 3px;
  background-color: #0347be;
}
.container .newsBox .newsClassify .schoolNews .noticeList,
.container .newsBox2 .newsClassify .schoolNews .noticeList {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews .noticeList li,
.container .newsBox2 .newsClassify .schoolNews .noticeList li {
  width: 100%;
  padding: 14px 0 12px 0;
}
.container .newsBox .newsClassify .schoolNews .noticeList li a,
.container .newsBox2 .newsClassify .schoolNews .noticeList li a {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews .noticeList li a .noticeDate,
.container .newsBox2 .newsClassify .schoolNews .noticeList li a .noticeDate {
  font-size: 14px;
  padding: 2px 6px;
  color: #C3C3C3;
}
.container .newsBox .newsClassify .schoolNews .noticeList li a .noticeWord,
.container .newsBox2 .newsClassify .schoolNews .noticeList li a .noticeWord {
  display: block;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  color: #000000;
}
.container .newsBox .newsClassify .schoolNews .noticeList li a .sport,
.container .newsBox2 .newsClassify .schoolNews .noticeList li a .sport {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.container .newsBox .newsClassify .schoolNews .noticeList li a:hover .noticeWord,
.container .newsBox2 .newsClassify .schoolNews .noticeList li a:hover .noticeWord {
  color: #0762C4;
}
.container .newsBox .newsClassify .schoolNews1,
.container .newsBox2 .newsClassify .schoolNews1 {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg {
  width: 48%;
  overflow: hidden;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg img,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg img {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 {
  padding: 20px 25px;
  border: 3px solid #eae6e6;
  width: 100%;
  justify-content: space-between;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate {
  width: 72px;
  height: 70px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate .month,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate .day,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate .day {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2 {
  width: 72px;
  height: 70px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2 .month,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2 .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2 .day,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .newsDate2 .day {
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .text,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .text {
  width: 83%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
  font-weight: 700;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .text:hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .text:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .text2,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .text2 {
  width: 88%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
  font-weight: 700;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord1 .text2:hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord1 .text2:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord {
  width: 100%;
  justify-content: space-between;
  padding: 30px 0px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate {
  width: 20%;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate .month,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate .day,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate .day {
  font-size: 22px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2 {
  width: 65px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2 .month,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2 .month {
  display: inline-block;
  width: 30px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2 .day,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .newsDate2 .day {
  font-size: 22px;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .text,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .text {
  width: 83%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .text:hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .text:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .text2,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .text2 {
  width: 88%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg .newsWord .text2:hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg .newsWord .text2:hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg:hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg:hover {
  background-color: #f6f6f6;
}
.container .newsBox .newsClassify .schoolNews1 .newsImg:hover img,
.container .newsBox2 .newsClassify .schoolNews1 .newsImg:hover img {
  transition: all 0.3s linear;
  transform: scale(1.2);
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li {
  padding: 2px 0 10px 0;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a {
  display: flex;
  align-items: center;
  gap: 2%;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a .infoText,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a .infoText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #020623;
  width: 82%;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a :hover,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a :hover {
  color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a .infoDate,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a .infoDate {
  position: relative;
  border: 1px solid #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a .infoDate .year,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a .infoDate .year {
  display: inline-block;
  color: #0347be;
  padding: 3px;
}
.container .newsBox .newsClassify .schoolNews1 .newsInfo li a .infoDate .month,
.container .newsBox2 .newsClassify .schoolNews1 .newsInfo li a .infoDate .month {
  color: #fff;
  padding: 3px;
  background-color: #0347be;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li {
  width: 100%;
  padding: 14px 0 12px 0;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li a,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li a {
  width: 100%;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li a .noticeDate,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li a .noticeDate {
  font-size: 14px;
  padding: 2px 6px;
  color: #C3C3C3;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li a .noticeWord,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li a .noticeWord {
  display: block;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  color: #000000;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li a .sport,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li a .sport {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.container .newsBox .newsClassify .schoolNews1 .noticeList li a:hover .noticeWord,
.container .newsBox2 .newsClassify .schoolNews1 .noticeList li a:hover .noticeWord {
  color: #0762C4;
}
.container .newsBox .newsNotice,
.container .newsBox2 .newsNotice {
  width: 43%;
  height: 460px;
}
.container .newsBox .newsNotice .noticeTitle,
.container .newsBox2 .newsNotice .noticeTitle {
  padding-bottom: 20px;
}
.container .newsBox .newsNotice .noticeTitle .title,
.container .newsBox2 .newsNotice .noticeTitle .title {
  font-size: 24px;
  font-weight: 700;
}
.container .newsBox .newsNotice .noticeTitle .plusSign,
.container .newsBox2 .newsNotice .noticeTitle .plusSign {
  color: #666;
  margin-top: 5px;
}
.container .newsBox .newsNotice .newsImg,
.container .newsBox2 .newsNotice .newsImg {
  width: 48%;
  overflow: hidden;
}
.container .newsBox .newsNotice .newsImg:hover,
.container .newsBox2 .newsNotice .newsImg:hover {
  background-color: #f6f6f6;
}
.container .newsBox .newsNotice .newsImg img,
.container .newsBox2 .newsNotice .newsImg img {
  width: 100%;
}
.container .newsBox .newsNotice .newsImg .newsWord,
.container .newsBox2 .newsNotice .newsImg .newsWord {
  width: 100%;
  justify-content: space-between;
  padding: 20px 25px;
  border: 3px solid #eae6e6;
}
.container .newsBox .newsNotice .newsImg .newsWord .newsDate,
.container .newsBox2 .newsNotice .newsImg .newsWord .newsDate {
  width: 72px;
  height: 70px;
  position: relative;
  color: #fff;
  background-color: #0846AB;
  padding: 5px 10px;
  text-align: center;
}
.container .newsBox .newsNotice .newsImg .newsWord .newsDate .month,
.container .newsBox2 .newsNotice .newsImg .newsWord .newsDate .month {
  display: inline-block;
  width: 100%;
}
.container .newsBox .newsNotice .newsImg .newsWord .newsDate .day,
.container .newsBox2 .newsNotice .newsImg .newsWord .newsDate .day {
  display: inline-block;
  font-size: 22px;
  margin-top: 5px;
}
.container .newsBox .newsNotice .newsImg .newsWord .text,
.container .newsBox2 .newsNotice .newsImg .newsWord .text {
  width: 83%;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  color: #141414;
}
.container .newsBox .newsNotice .newsImg .newsWord .text:hover,
.container .newsBox2 .newsNotice .newsImg .newsWord .text:hover {
  color: #0347be;
}
.container .newsBox .newsNotice .newsImg:hover img,
.container .newsBox2 .newsNotice .newsImg:hover img {
  transition: all 0.3s linear;
  transform: scale(1.2);
}
.container .newsBox .newsNotice .noticeList,
.container .newsBox2 .newsNotice .noticeList {
  width: 100%;
}
.container .newsBox .newsNotice .noticeList li,
.container .newsBox2 .newsNotice .noticeList li {
  width: 100%;
  padding: 14px 0 12px 0;
}
.container .newsBox .newsNotice .noticeList li a,
.container .newsBox2 .newsNotice .noticeList li a {
  width: 100%;
}
.container .newsBox .newsNotice .noticeList li a .noticeDate,
.container .newsBox2 .newsNotice .noticeList li a .noticeDate {
  font-size: 14px;
  padding: 2px 3px;
  color: #C3C3C3;
}
.container .newsBox .newsNotice .noticeList li a .noticeWord,
.container .newsBox2 .newsNotice .noticeList li a .noticeWord {
  display: block;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  color: #000000;
}
.container .newsBox .newsNotice .noticeList li a .sport,
.container .newsBox2 .newsNotice .noticeList li a .sport {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.container .newsBox .newsNotice .noticeList li a:hover .noticeWord,
.container .newsBox2 .newsNotice .noticeList li a:hover .noticeWord {
  color: #0762C4;
}
.container .newsBox2 {
  margin-top: 0px!important;
}
.container .newsBox3 {
  padding-bottom: 0px ;
}
.container .newsBox3 .newsClassify {
  width: 53%;
  height: 560px;
}
.container .newsBox3 .newsClassify .teachingDynamics {
  border-bottom: 1px solid #eae6e6;
  padding-bottom: 28px;
}
.container .newsBox3 .newsClassify .teachingDynamics .title {
  font-size: 24px;
  font-weight: 700;
}
.container .newsBox3 .newsClassify .teachingDynamics .plusSign {
  color: #666;
  margin-top: 5px;
}
.container .newsBox3 .newsClassify .recomBox {
  padding: 52px 0px 62px 0px;
  background-color: #ffffff;
  overflow: hidden;
  margin-left: 10px;
}
.container .newsBox3 .newsClassify .recomBox .slider_text {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.container .newsBox3 .newsClassify .recomBox .slider_text .slider_text_title {
  font-weight: 700;
  margin: 30px 0 20px 0;
}
.container .newsBox3 .newsClassify .recomBox .slider_text .slider_text_word {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #5A5858;
  line-height: 28px;
  font-size: 14px;
  text-align: right;
}
.container .newsBox3 .newsClassify .recomBox .swiper1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.container .newsBox3 .newsClassify .recomBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
}
.container .newsBox3 .newsClassify .recomBox .swiper-slide .slider_text {
  display: none;
  width: 350px;
  margin-left: -65px;
}
.container .newsBox3 .newsClassify .recomBox .swiper-button-prev {
  left: -2px;
  color: #A2A1A1;
  top: 37% !important;
}
.container .newsBox3 .newsClassify .recomBox .swiper-button-next {
  right: 0px;
  top: 37% !important;
}
.container .newsBox3 .newsClassify .recomBox .swiper-slide-active,
.container .newsBox3 .newsClassify .recomBox .swiper-slide-duplicate-active {
  transform: scale(1.2);
  flex-direction: column;
}
.container .newsBox3 .newsClassify .recomBox .swiper-slide-active .slider_text,
.container .newsBox3 .newsClassify .recomBox .swiper-slide-duplicate-active .slider_text {
  display: block;
  width: 350px;
  margin-left: 30px;
}
.container .newsBox3 .newsClassify .recomBox .swiper-pagination {
  position: absolute;
  bottom: -60px;
  opacity: 1;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 4px 0 1px 0;
}
.container .newsBox3 .newsClassify .recomBox .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #333;
  z-index: 99;
}
.container .newsBox3 .newsClassify .recomBox .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #0B69FF !important;
}
.container .newsBox3 .newsNotice {
  width: 43%;
  height: 560px;
}
.container .newsBox3 .newsNotice .noticeTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #eae6e6;
}
.container .newsBox3 .newsNotice .noticeTitle .title {
  font-size: 24px;
  font-weight: 700;
}
.container .newsBox3 .newsNotice .noticeTitle .plusSign {
  margin-top: 5px;
  color: #666;
}
.container .newsBox3 .newsNotice .img_box {
  display: flex;
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eae6e6;
}
.container .newsBox3 .newsNotice .img_box img {
  width: 249px;
  height: 146px;
}
.container .newsBox3 .newsNotice .img_box .img_word {
  display: flex;
  flex: 1;
  height: 146px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.container .newsBox3 .newsNotice .img_box .img_word .word {
  margin-top: 10px;
  line-height: 28px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .newsBox3 .newsNotice .img_box .img_word .more {
  font-size: 12px;
  color: #2654B2;
}
.container .newsBox3 .newsNotice .img_box .img_word .date {
  font-size: 12px;
  color: #838383;
}
.container .newsBox3 .newsNotice .noticeList {
  width: 100%;
  margin-top: 20px;
}
.container .newsBox3 .newsNotice .noticeList li {
  width: 100%;
  padding: 14px 0 15px 0;
}
.container .newsBox3 .newsNotice .noticeList li a {
  width: 100%;
}
.container .newsBox3 .newsNotice .noticeList li a .noticeDate {
  font-size: 14px;
  padding: 2px 6px;
  color: #C3C3C3;
}
.container .newsBox3 .newsNotice .noticeList li a .noticeWord {
  display: block;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  color: #000000;
}
.container .newsBox3 .newsNotice .noticeList li a .sport {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.container .newsBox3 .newsNotice .noticeList li a:hover .noticeWord {
  color: #0762C4;
}
.container .footer {
  background: url(../../../image/web/yangong/footbg.png) no-repeat center #0343AC;
  font-size: 13px;
  padding: 25px 0 20px 0;
  color: #7e96d6;
}
.container .footer .info_box1 {
  color: #fff;
  margin: 0 20px;
}
.container .footer .info_box1 .title {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.container .footer .info_box1 .title img {
  margin-right: 5px;
}
.container .footer .info_box1 .item {
  margin-bottom: 20px;
}
.container .footer .info_box1 .item a {
  color: #fff !important;
  margin-right: 10px;
}
.container .footer .copyright {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.container .footer .copyright img {
  width: 100%;
  height: 100%;
}
.container .footer .copyright .img_bottom {
  background-color: #092E78;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.container .footer2 {
  background-color: #00307F;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  font-size: 12px;
}
.container .banner {
  position: relative;
}
.container .banner .logo_text {
  position: absolute;
  bottom: 20px;
  left: 1340px;
  font-size: 26px;
  color: #fff;
}
.container .mailbox .mailbox_top {
  padding: 30px 0 12px 0;
  border-bottom: 2px solid #e5e5e5;
}
.container .mailbox .mailbox_top .w700 {
  font-size: 20px;
  font-weight: 700;
}
.container .mailbox .mailbox_top .top_left {
  color: #9f9f9f;
}
.container .mailbox .mailbox_select {
  padding: 50px;
  background-color: #f2f2f2;
}
.container .mailbox .mailbox_select .btn {
  height: 42px;
  width: 130px;
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.container .mailbox .mailbox_select .blue {
  background-color: #0654d4;
}
.container .mailbox .mailbox_select .orange {
  background-color: #fb7557;
}
.container .mailbox .mailbox_select .skyblue {
  background-color: #5994f5;
}
.container .mailbox .mailbox_list {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}
.container .mailbox .mailbox_list .item_box {
  margin-top: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.container .mailbox .mailbox_list .item_box .item {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  margin-top: 20px;
}
.container .mailbox .mailbox_list .item_box .item .zx_btn {
  width: 140px;
  border: 2px solid #0654d4;
  border-radius: 5px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  color: #0654d4;
  font-size: 18px;
}
.container .mailbox .mailbox_list .item_box .item .jy_btn {
  width: 140px;
  border: 2px solid #FF9077;
  border-radius: 5px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  color: #FF9077;
  font-size: 18px;
}
.container .mailbox .mailbox_list .item_box .item .ly_btn {
  width: 140px;
  border: 2px solid #82AEF7;
  border-radius: 5px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  color: #82AEF7;
  font-size: 18px;
}
.container .mailbox .mailbox_list .item_box .item .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.container .mailbox .mailbox_list .item_box .item .text {
  padding-bottom: 25px;
  border-bottom: 1px dotted #dfdfdf;
  line-height: 28px;
}
.container .mailbox .mailbox_list .item_box .item .hf_btn {
  width: 140px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
}
.container .mailbox .mailbox_list .item_box .item .text2 {
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 28px;
}
.container .affairsBanner {
  z-index: 1;
  position: relative;
  margin-top: -4px;
  height: 156px;
}
.container .affairsBox {
  position: relative;
  box-sizing: border-box;
}
.container .affairsBox .w_1300 {
  background-color: #ffffff;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune {
  padding: 28px 52px 0px 0px;
  margin-bottom: 60px;
  color: #4a4a4a;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .title {
  font-size: 24px;
  background-color: #0343ac;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background: url(../../../image/web/yangong/news_center.png) no-repeat center #0343AC;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  transition: all 0.3s linear;
  content: '';
  height: 0%;
  width: 3px;
  background-color: #c73f1f;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: none;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a:hover {
  color: #1353bf;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::after {
  display: block;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem .active {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem .active a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem .active a::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  transition: all 0.3s linear;
  content: '';
  height: 100%;
  width: 3px;
  background-color: #c73f1f;
}
.container .affairsBox .w_1300 .boxLeft .affairsMune .listItem .active a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .affairsBox .w_1300 .boxRight {
  flex: 1;
  padding-top: 28px;
}
.container .affairsBox .w_1300 .boxRight .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.container .affairsBox .w_1300 .boxRight .title .w700 {
  font-weight: 700;
}
.container .affairsBox .w_1300 .boxRight .newsList {
  margin-top: 10px;
}
.container .affairsBox .w_1300 .boxRight .newsList li {
  padding: 30px 0 30px 0px ;
  border-bottom: 1px dotted #d9d9d9;
}
.container .affairsBox .w_1300 .boxRight .newsList li a {
  color: #2c2c2c;
  display: flex;
  align-items: center;
}
.container .affairsBox .w_1300 .boxRight .newsList li a .sx {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: #0343ac;
  margin-right: 35px;
}
.container .affairsBox .w_1300 .boxRight .newsList li a .newsDate {
  margin-right: 35px;
}
.container .affairsBox .w_1300 .boxRight .newsList li a .newsItem {
  font-size: 16px;
  font-weight: 700;
}
.container .affairsBox .w_1300 .boxRight .newsList li a .newsItem:hover {
  color: #1f5bc1;
}
.container .paging {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
  width: 560px;
  display: flex;
  margin-top: 58px;
  align-items: center;
}
.container .paging .pagePre,
.container .paging .pageNext {
  cursor: pointer;
  border: 1px solid #dfe1e2;
  padding: 8px 12px;
}
.container .paging li {
  cursor: pointer;
  margin: 0px 7px;
  padding: 5px 10px;
  border: 1px solid #dfe1e2;
  color: #1352c1;
}
.container .paging .active {
  color: #ffffff;
  background-color: #1352c1;
}
.container .paging .pageNum {
  margin: 0px 7px;
}
.container .paging .pageNum input {
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #dfe1e2;
}
.container .paging .pageSure {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid #dfe1e2;
  color: #1352c1;
}
.container .newsPic {
  margin-top: 44px;
  padding-bottom: 75px;
}
.container .newsPic .newspicLeft {
  width: 73.3%;
}
.container .newsPic .newspicLeft .picleftTop .picItem {
  width: 48.2%;
  color: #000000;
}
.container .newsPic .newspicLeft .picleftTop .picItem:hover .title {
  color: #2863cc;
}
.container .newsPic .newspicLeft .picleftTop .picItem .topPic {
  width: 100%;
  object-fit: cover;
}
.container .newsPic .newspicLeft .picleftTop .picItem .title {
  padding: 10px 0 18px 5px;
  font-size: 16px;
}
.container .newsPic .newspicLeft .picleftTop .picItem .picBottom {
  display: flex;
  font-size: 12px;
  color: #8a8a8a;
}
.container .newsPic .newspicLeft .picleftTop .picItem .picBottom img {
  margin-right: 7px;
}
.container .newsPic .newspicLeft .picleftTop .picItem .picBottom .browse {
  margin-left: 20px;
}
.container .newsPic .newspicLeft .picleftBottom {
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.container .newsPic .newspicLeft .picleftBottom .picItem {
  width: 48.2%;
  color: #000000;
  margin-top: 55px;
}
.container .newsPic .newspicLeft .picleftBottom .picItem:hover .title {
  color: #2863cc;
}
.container .newsPic .newspicLeft .picleftBottom .picItem .topPic {
  width: 100%;
  object-fit: cover;
}
.container .newsPic .newspicLeft .picleftBottom .picItem .title {
  padding: 10px 0 18px 5px;
  font-size: 16px;
}
.container .newsPic .newspicLeft .picleftBottom .picItem .picBottom {
  display: flex;
  font-size: 12px;
  color: #8a8a8a;
}
.container .newsPic .newspicLeft .picleftBottom .picItem .picBottom img {
  margin-right: 7px;
}
.container .newsPic .newspicLeft .picleftBottom .picItem .picBottom .browse {
  margin-left: 20px;
}
.container .newsPic .recomPart {
  width: 22.5%;
}
.container .newsPic .recomPart .title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #0841a4;
}
.container .newsPic .recomPart .title .word {
  margin-left: 7px;
  font-weight: 700;
}
.container .newsPic .recomPart ul {
  margin-top: 17px;
}
.container .newsPic .recomPart ul li {
  position: relative;
  border-left: 1px solid #d0d0d0;
}
.container .newsPic .recomPart ul li .date {
  position: relative;
  padding: 2px 0;
  margin-left: 14px;
  text-align: center;
  width: 60px;
  color: #ffffff;
  background: linear-gradient(to right, #4373fc, #9863f9);
}
.container .newsPic .recomPart ul li .date::before {
  position: absolute;
  content: '';
  left: -12px;
  top: 6px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #4373fc;
  border-bottom: 6px solid transparent;
}
.container .newsPic .recomPart ul li a {
  display: block;
  line-height: 28px;
  padding: 7px 0 14px 14px;
  color: #141414;
}
.container .newsPic .recomPart ul li a:hover {
  color: #2258be;
}
.container .newsPic .recomPart ul li img {
  position: absolute;
  left: -5px;
  top: 8px;
}
.container .newsinfo_box {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.container .newsinfo_box .w_1300 {
  background-color: #ffffff;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune {
  padding: 28px 52px 0px 0px;
  margin-bottom: 60px;
  color: #4a4a4a;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .title {
  font-size: 24px;
  background-color: #0343ac;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background: url(../../../image/web/yangong/staff_logo.png) no-repeat center #0343AC;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  transition: all 0.3s linear;
  content: '';
  height: 0%;
  width: 3px;
  background-color: #c73f1f;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: none;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a:hover {
  color: #1353bf;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem li a:hover::after {
  display: block;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem .active {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem .active a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem .active a::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  transition: all 0.3s linear;
  content: '';
  height: 100%;
  width: 3px;
  background-color: #c73f1f;
}
.container .newsinfo_box .w_1300 .boxLeft .affairsMune .listItem .active a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .newsinfo_box .w_1300 .boxRight {
  flex: 1;
  padding-top: 28px;
}
.container .newsinfo_box .w_1300 .boxRight .title {
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
.container .newsinfo_box .w_1300 .boxRight .title .top_left {
  text-align: right;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent {
  margin-top: 10px;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  justify-content: center;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute {
  margin-top: 8px;
  color: #696969;
  font-size: 12px;
  padding: 0 0  13px 0px;
  background-color: #F6F6F6;
  padding: 15px 0;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .attributeLeft {
  margin: 0 auto;
  width: 60%;
  justify-content: space-between;
  display: flex;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .attributeLeft .date {
  display: flex;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .attributeLeft .readNum span {
  color: #ed2d2d;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .print img {
  margin-right: 8px;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsWord {
  display: flex;
  flex-direction: column;
  margin-top: -5px;
  text-indent: 32px;
  line-height: 32px;
}
.container .newsinfo_box .w_1300 .boxRight .infoContent .newsWord p {
  margin: 30px 0;
}
.container .staffBanner {
  z-index: 1;
  position: relative;
}
.container .staffBox {
  padding-bottom: 100px;
  position: relative;
  box-sizing: border-box;
}
.container .staffBox .w_1300 {
  background-color: #ffffff;
}
.container .staffBox .w_1300 .boxLeft .affairsMune {
  padding: 28px 52px 0px 0px;
  margin-bottom: 60px;
  color: #4a4a4a;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .title {
  font-size: 24px;
  background-color: #0343ac;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background: url(../../../image/web/yangong/news_center.png) no-repeat center #0343AC;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  transition: all 0.3s linear;
  content: '';
  height: 0%;
  width: 3px;
  background-color: #c73f1f;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: none;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a:hover {
  color: #1353bf;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::after {
  display: block;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem .active {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem .active a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem .active a::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  transition: all 0.3s linear;
  content: '';
  height: 100%;
  width: 3px;
  background-color: #c73f1f;
}
.container .staffBox .w_1300 .boxLeft .affairsMune .listItem .active a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .staffBox .w_1300 .boxRight {
  flex: 1;
  padding-top: 28px;
}
.container .staffBox .w_1300 .boxRight .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.container .staffBox .w_1300 .boxRight .title .w700 {
  font-weight: 700;
}
.container .staffBox .w_1300 .boxRight .sx {
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: #0343ac;
  margin-right: 15px;
}
.container .staffBox .w_1300 .boxRight .staffList {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.container .staffBox .w_1300 .boxRight .staffList .staff_item {
  width: 44%;
  display: flex;
  gap: 6%;
  align-items: center;
}
.container .staffBox .w_1300 .boxRight .staffList .staff_item:nth-child(n+3) {
  margin-top: 70px;
}
.container .staffBox .w_1300 .boxRight .staffList .staff_item .flex_column {
  margin-left: 20px;
}
.container .introBanner {
  z-index: 1;
  position: relative;
  margin-top: 3px;
  height: 284px;
}
.container .introBox {
  position: relative;
  box-sizing: border-box;
}
.container .introBox .w_1300 {
  background-color: #ffffff;
}
.container .introBox .w_1300 .boxLeft .affairsMune {
  padding: 28px 52px 0px 0px;
  margin-bottom: 60px;
  color: #4a4a4a;
}
.container .introBox .w_1300 .boxLeft .affairsMune .title {
  font-size: 24px;
  background-color: #0343ac;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background: url(../../../image/web/yangong/news_center.png) no-repeat center #0343AC;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a::before {
  position: absolute;
  left: 0px;
  bottom: 51%;
  top: 51%;
  transition: all 0.3s linear;
  content: '';
  height: 0%;
  width: 3px;
  background-color: #c73f1f;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: none;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a:hover {
  color: #1353bf;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::before {
  height: 100%;
  top: 0;
  bottom: 0;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem li a:hover::after {
  display: block;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem .active {
  font-size: 18px;
  background-color: #f2f2f2;
  width: 230px;
  margin-bottom: 5px;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem .active a {
  padding: 15px 0 ;
  position: relative;
  color: #4a4a4a;
  text-align: center;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem .active a::before {
  position: absolute;
  left: 0px;
  bottom: 0%;
  top: 0%;
  transition: all 0.3s linear;
  content: '';
  height: 100%;
  width: 3px;
  background-color: #c73f1f;
}
.container .introBox .w_1300 .boxLeft .affairsMune .listItem .active a::after {
  position: absolute;
  right: 30px;
  top: 41%;
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(45deg);
  border-top: 1px solid #0343ac;
  border-right: 1px solid #0343ac;
}
.container .introBox .w_1300 .boxRight {
  flex: 1;
  padding-top: 28px;
}
.
.container .introBox .w_1300 .boxRight .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.container .introBox .w_1300 .boxRight .title .w700 {
  font-weight: 700;
}
.container .introBox .w_1300 .boxRight .sx {
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: #0343ac;
  margin-right: 15px;
}
.container .introBox .w_1300 .boxRight .introList {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .introBox .w_1300 .boxRight .introList .introtitle {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 22px;
}
.container .introBox .w_1300 .boxRight .introList p {
  width: 100%;
  margin: 15px 0;
  line-height: 28px;
}
.container .news_change {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.container .news_change .blue {
  color: #134BAF;
}
.container .news_change div {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .container .footer .w_1300 {
flex-direction: column;
}
 .container .footer .foot-info{
flex-direction: column;
margin: 15px 0;
}
  .container .footer,
  .container .footer2 {
   // display: none;
  }
  .container .w_1300 {
    width: 100%!important;
  }
  .container header {
    height: 67px;
    width: 100vw!important;
  }
  .container header .w_1300 {
    width: 100%!important;
  }
  .container header .w_1300 .wp {
    width: 100%!important;
  }
  .container nav {
    margin:  20px auto;
  }
  .container nav .pc-nav {
    display: none!important;
  }
  .container nav .btn {
    display: none;
  }
  .container .swiperBox {

   // padding-top: 47px;
  }
  .container .swiperBox img {

    width: 100%;
    box-sizing: 100%;
  }
  .container .swiperBox .swiper-pagination {
    display: none;
  }
  .container .introBanner {
    height: 150px;
    padding-top: 47px;
  }
  .container .newsBox,
  .container .newsBox2,
  .container .newsBox3 {
    width: 100%;
  }
  .container .newsBox .w_1300,
  .container .newsBox2 .w_1300,
  .container .newsBox3 .w_1300 {
    width: 100%;
    flex-direction: column;
  }
  .container .newsBox .w_1300 .newsNotice,
  .container .newsBox2 .w_1300 .newsNotice,
  .container .newsBox3 .w_1300 .newsNotice {
    width: 100%;
    padding: 0 20px;
    height: auto!important;
  }
  .container .newsBox .w_1300 .newsNotice .noticeTitle .title,
  .container .newsBox2 .w_1300 .newsNotice .noticeTitle .title,
  .container .newsBox3 .w_1300 .newsNotice .noticeTitle .title {
    font-size: 18px;
  }
  .container .newsBox .w_1300 .noticeList li,
  .container .newsBox2 .w_1300 .noticeList li,
  .container .newsBox3 .w_1300 .noticeList li {
    padding: 10px 0 10px 0;
  }
  .container .newsBox .w_1300 .noticeList li a .noticeDate,
  .container .newsBox2 .w_1300 .noticeList li a .noticeDate,
  .container .newsBox3 .w_1300 .noticeList li a .noticeDate {
    font-size: 12px!important;
  }
  .container .newsBox .w_1300 .newsClassify,
  .container .newsBox2 .w_1300 .newsClassify,
  .container .newsBox3 .w_1300 .newsClassify {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .container .newsBox .w_1300 .newsClassify .teachingDynamics .title,
  .container .newsBox2 .w_1300 .newsClassify .teachingDynamics .title,
  .container .newsBox3 .w_1300 .newsClassify .teachingDynamics .title {
    font-size: 18px;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews {
    margin-left: 0px;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews .newsWord,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews .newsWord,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews .newsWord {
    padding: 0;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews .newsWord .newsDate,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews .newsWord .newsDate,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews .newsWord .newsDate {
    padding: 5px 0;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews .newsWord .newsDate .day,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews .newsWord .newsDate .day,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews .newsWord .newsDate .day {
    font-size: 16px!important;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews .newsWord .newsDate .month,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews .newsWord .newsDate .month,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews .newsWord .newsDate .month {
    font-size: 12px;
  }
  .container .newsBox .w_1300 .newsClassify .schoolNews .newsInfo .infoDate,
  .container .newsBox2 .w_1300 .newsClassify .schoolNews .newsInfo .infoDate,
  .container .newsBox3 .w_1300 .newsClassify .schoolNews .newsInfo .infoDate {
    font-size: 9px;
  }
  .container .newsBox .w_1300 .newsClassify .recomBox,
  .container .newsBox2 .w_1300 .newsClassify .recomBox,
  .container .newsBox3 .w_1300 .newsClassify .recomBox {
    padding-bottom: 100px;
  }
  .container .newsBox .w_1300 .newsClassify .recomBox .swiper1 img,
  .container .newsBox2 .w_1300 .newsClassify .recomBox .swiper1 img,
  .container .newsBox3 .w_1300 .newsClassify .recomBox .swiper1 img {
    width: 80px!important;
    height: 150px!important;
  }
  .container .newsBox .w_1300 .newsClassify .recomBox .swiper1 .swiper-pagination,
  .container .newsBox2 .w_1300 .newsClassify .recomBox .swiper1 .swiper-pagination,
  .container .newsBox3 .w_1300 .newsClassify .recomBox .swiper1 .swiper-pagination {
    bottom: -200px;
  }
  .container .newsBox2 {
    margin-top: 10px!important;
  }
  .container .banner {
    width: 100%;
    height: 150px;
    position: relative;
    padding-top: 47px;
  }
  .container .banner .logo_text {
    display: none;
  }
  .container .mailbox {
    padding-bottom: 100px;
  }
  .container .mailbox .mailbox_top {
    padding: 10px;
  }
  .container .mailbox .mailbox_top img {
    width: 40px;
    height: 20px;
  }
  .container .mailbox .mailbox_top .w700 {
    font-size: 14px;
  }
  .container .mailbox .mailbox_select {
    padding: 10px;
    font-size: 8px;
  }
  .container .mailbox .mailbox_select select {
    width: 70px!important;
  }
  .container .mailbox .mailbox_select input {
    width: 80px!important;
    padding: 0!important;
  }
  .container .mailbox .mailbox_select .btn {
    width: 50px;
    font-size: 8px;
    height: 32px;
    line-height: 32px;
  }
  .container .mailbox .mailbox_list .zx_btn {
    font-size: 12px!important;
  }
  .container .mailbox .mailbox_list .hf_btn {
    font-size: 12px!important;
  }
  .container .mailbox .mailbox_list .item_box {
    margin-top: 20px;
  }
  .container .mailbox .mailbox_list .item_box .item .flex_column .title {
    font-size: 16px;
  }
  .container .mailbox .mailbox_list .item_box .item .flex_column .text {
    font-size: 12px;
  }
  .container .mailbox .mailbox_list .item_box .item .flex_column .text2 {
    font-size: 12px;
  }
  .container .newsinfo_box .w_1300 .boxLeft {
    display: none!important;
  }
  .container .newsinfo_box .w_1300 .boxRight .title {
    justify-content: flex-start;
  }
  .container .newsinfo_box .w_1300 .boxRight .title .top_left {
    padding: 0 10px;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent {
    margin-top: 20px;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent .title {
    font-size: 20px;
    padding: 0 10px;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute {
    padding: 0 10px;;
    margin-top: 20px;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .attributeLeft {
    width: 100%;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent .newsAttribute .attributeLeft .readNum {
    margin-right: 20px;
  }
  .container .newsinfo_box .w_1300 .boxRight .infoContent .newsWord {
    padding: 0 10px;
  }
  .container .news_change {
    margin-top: -30px;
    font-size: 12px;
    margin-left: 17%;
  }
  .container .introBox .w_1300 .boxLeft {
    display: none!important;
  }
  .container .introBox .w_1300 .boxRight .title {
    padding: 0 10px 20px;
    justify-content: flex-start;
  }
  .container .introBox .w_1300 .boxRight .title .top_left {
    padding: 0 10px;
  }
  .container .introBox .w_1300 .boxRight .introList {
    margin-top: 20px;
  }
  .container .introBox .w_1300 .boxRight .introList p {
    padding: 0 10px;
  }
  .container .staffBox {
    padding-bottom: 0px;
  }
  .container .staffBox .w_1300 .boxLeft {
    display: none!important;
  }
  .container .staffBox .w_1300 .boxRight {
    padding-bottom: 100px;
  }
  .container .staffBox .w_1300 .boxRight .title {
    padding: 0 10px;
    justify-content: flex-start;
  }
  .container .staffBox .w_1300 .boxRight .title .top_left {
    padding: 0 10px;
  }
  .container .staffBox .w_1300 .boxRight .staffList {
    padding: 0 10px;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item {
    width: 48%;
    gap: 0;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item .flex img {
    height: 138px !important;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item .flex_column {
    font-size: 8px;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item .flex_column div {
    margin-top: 20px!important;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item .flex_column div div {
    margin-top: 10px!important;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item .flex_column div div img {
    width: 10px;
    height: 10px;
  }
  .container .staffBox .w_1300 .boxRight .staffList .staff_item:nth-child(n+3) {
    margin-top: 30px!important;
  }
  .container .staffBox .w_1300 .boxRight .staff-title {
    margin-top: 20px;
  }
  .container .affairsBanner {
    height: 60px;
  }
  .container .affairsBox .w_1300 .boxLeft {
    display: none!important;
  }
  .container .affairsBox .w_1300 .boxRight .title {
    padding: 0 10px;
    justify-content: flex-start;
  }
  .container .affairsBox .w_1300 .boxRight .title .top_left {
    padding: 0 10px;
  }
  .container .affairsBox .w_1300 .boxRight .newsList li {
    padding: 20px 10px;
  }
  .container .affairsBox .w_1300 .boxRight .newsList li a .sx {
    margin-right: 15px;
  }
  .container .affairsBox .w_1300 .boxRight .newsList li a .newsDate {
    font-size: 12px;
    margin-right: 15px;
  }
  .container .affairsBox .w_1300 .boxRight .newsList li a .newsItem {
    font-size: 14px;
    line-height: 24px;
  }
  .container .paging {
    font-size: 10px;
    margin-left: 52%;
    width: 100%;
  }
}