/*Technical Support SudyTech*/
.layout-wrapper {
  display: flex;
  flex-direction: column;
}
.nav-a .possplit{background-position: top center;}
html {
  font-size: 20px;
}
.root .css-cache-1mly3g5{background:green;}
* {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}
p {
    margin: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
}

a {
  text-decoration: none;
  /* 鍘婚櫎榛樿鐨勪笅鍒掔嚎 */
  outline: none;
  /* 鍘婚櫎鏃х増娴忚鍣ㄧ殑鐐瑰嚮鍚庣殑澶栬櫄绾挎 */
  color: #333;
  /* 鍘婚櫎榛樿鐨勯鑹插拰鐐瑰嚮鍚庡彉鍖栫殑棰滆壊 */
  background-color: transparent;
}

a.active,
a:active,
a:focus,
a:hover {
  color: #00982E !important;
  box-shadow: none;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  transition: width, height 0.25s ease-in-out 0s;
  height: 50px;
  background: url(htmRes/css/img/header-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  justify-content: space-between;
  padding: 8px 13px;
}

.header-box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  margin: 0 auto;
}

.header-box .logo img {
  width: 110px;
  height: 29px;
}

.header-right {
  display: flex;
  align-items: center;
}

.line {
  /* display: none; */
  width: 0;
  /* width: 1px;
  height: 2.1rem;
  margin-left: 1.15rem;
  margin-right: 0.9rem;
  background-color: #FFFFFF; */
}

.home-name {
  width: 126px;
  height: 14px;
  margin-left: 8px;
}

.xun {
  width: 0;
}
.header-menu{
  display: flex;
}
.header-menu img{
  width: 28px;
  height: 28px;
}
.layout-page-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0 12px 12px;
  transition: padding 0.25s ease-in-out 0s;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEEEEE;
}

.css-h2qpui {
  box-sizing: border-box;
  display: flex;
  /* margin-top: -20px; */
  flex-flow: row wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}

.css-h2qpui .MuiGrid-item {
  padding-left: 20px;
}

.css-h2qpui .MuiGrid-item {
  padding-top: 20px;
}

.comm-card2-title {
  display: flex;
  align-items: center;
  line-height: 18px;
  color: #00982E;
  justify-content: space-between;
  height: 36px;
  padding-bottom: 14px;
}

.comm-card2-title h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.box-shadow {
  background-color: rgb(255, 255, 255);
  color: rgba(58, 53, 65, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 6px;
  box-shadow: rgb(58 53 65 / 10%) 0px 2px 10px 0px;
  background-image: none;
  overflow: hidden;
}

.comm-card {
  padding: 12px;
}

.comm-card {
  background-color: rgb(255, 255, 255);
  color: rgba(58, 53, 65, 0.87);
  border-radius: 6px;
  /* box-shadow: rgb(58 53 65 / 10%) 0px 2px 10px 0px; */
  background-image: none;
  overflow: hidden;
}

.car-title {
  display: flex;
  align-items: center;
  line-height: 36px;
  color: #00982E;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  height: 36px;
  /* padding-bottom: 14px; */
  margin-bottom: 14px;
}

.car-title h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  height: 36px;
  line-height: 30px;
  position: relative;
}

.car-title h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  /* margin-bottom: -14px; */
  width: 100%;
  height: 0.2rem;
  background: #00982E;
  border-radius: 1px;
}

.more {
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0.7rem;
}

.news-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333333;
  height: 18px;
  line-height: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.news-item:last-of-type {
  margin-bottom: 0;
}

.news-item a {
  flex: 1;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 12px;
}

.noW1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item i {
  font-style: normal;
  flex: 0 0 78px;
  color: #999999;
  font-size: 14px;
  margin-top: 4px;
}

.card-2 {
  background: #FAFAFA;
  border-radius: 2px;
  padding: 20px 12px;
}

.news-item-0 {
  position: relative;
  height: 18px;
  line-height: 18px;
  padding-left: 14px;
  margin-bottom: 14px;
}

.news-item-0:last-of-type {
  margin-bottom: 0;
}

.news-item-0 a {
  height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.news-item-0::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #96D3A8;
  border-radius: 50%;
}

.menu-item.b1 {
  background: url('https://static.hainnu.edu.cn/css/img/menu-1@2x.png');

  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.menu-item.b2 {
  background: url('https://static.hainnu.edu.cn/css/img/menu-2@2x.png') no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.menu-item {
  height: 56px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 0.8rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
}

.menu-item>a {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.left-item {
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.center-item {
  /* width: 41.33%; */
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.right-item {
  /* width: 26%; */
  box-sizing: border-box;
  margin: 0px;
  flex-direction: row;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.nav-list-bg {
  display: none;
  height: 56px;
  background: #EDF8FE;
}

.nav-list-box {
  /* width: 1200px; */
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav-list a {
  display: block;
  color: #333333;
}

.nav-list a:hover {
  color: #009830;
  text-decoration: none;
}

.nav-list a{
  font-size: 16px
}

.nav-list>div.active {
  position: relative;
}

.nav-list>div.active a {
  color: #009830;
}

.nav-list>div.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
  width: 100%;
  height: 4px;
  background: #00982E;
  border-radius: 1px;
}

.search-cxt {
  display: flex;
  align-items: center;
  position: relative;
}

.search-cxt img {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
input::placeholder{font-size: 14px;}
.search-cxt input {
  width: 206px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 33px;
  font-size: 14px;
  border: none;
}

.search-cxt input::-webkit-input-placeholder {
  color: #666666;
  font-size:14px;
  font-weight: normal;
}

.search-cxt .search-btn {
  width: 72px;
  height: 32px;
  background: #00982F;
  border-radius: 0px 4px 4px 0px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  font-size:14px;
  padding: 0;
}

.banner-box {
  /* height: 180px; */
  overflow: hidden;
  position: relative;
}

.banner-box img {
  height: 180px;
  width: 100%;
}

.footer-bg {
  margin-top: 40px;
  padding: 1.5rem 0 2.5rem 0;
  background: #0070AA;
}

.footer-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-p {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  background: #fff;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #D8D8D8;
  text-align: center;
  line-height: 20px;
  font-size: 0.6rem;
  color: #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  background: #00982E;
  border-radius: 3px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-bottom: 40px;
}
.swiper-slide a:hover .baner-txt{
  color: #00982E;
}
.baner-txt {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 0px;
}
.layout-content-box .nav-a{
  display: flex;
  height: 36px;
  background: #FFFFFF;
  position: relative;
  margin-top: 1.6rem;
  padding: 0 0 0 12px;
  border-bottom: 1px solid #EEEEEE;
}
.layout-content-box .nav-a::after{
  width: 4px;
  height: 18px;
  background: #00982E;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 1px;
}
.nav-a a{
  font-size: 0.8rem;
font-weight: 600;
color: #333333;
line-height: 20px;
}
.nav-content{
  padding: 22px;
  min-height:450px;
}
.nav-content .title{
  font-size: 1.4rem;
font-weight: 600;
color: #333333;
line-height: 35px;
text-align: center;
}
.nav-content .text-time{
  font-size: 0.7rem;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  text-align: center;
}
.txt-content{
  margin-top: 20px;
  padding: 23px 0;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 24px
}
.txt-content p{
  font-size: 0.9rem;
  font-weight: 400;
  color: #333333;
  line-height: 24px
}
.flex-gr{
  display: flex;
  overflow: hidden;
  min-height: 500px;
}

.left-menu{
  display: none;
}

.right-content{
  overflow: hidden;
  flex: 1;
}
.msg-list{
  padding: 21px 0;
}
.msg-item{
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  /* line-height: 25px; */

}

.msg-item a{
  flex: 1;
  font-size: 13px;
  color: #333333;
  white-space: nowrap;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.6rem;
}
.msg-item span{
  flex: 0 0 100px;
  color: #999999;
  font-size: 13px;
}
.page-no-box{
  display: flex;
  flex-wrap: wrap;
}
.page-no-box a,.page-no-box span{
background: #FFFFFF;
border-radius: 2px;
font-size: 0.7rem;
border: 1px solid #EEEEEE;
text-decoration: none;
text-align: center;
margin-right: 8px;
padding: 4px 10px;
}

.page-no-box .active{
 border-color: #00982E; 
}
.nodorder{
  border: none !important;
}
.mask-box{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 100%;
  z-index: 999;
  transition: all 300ms;
}
.page-title{
  text-align: center;
  position: relative;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 16px;
}
.page-title>img{
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.m-nav-search{
  display: flex;
  justify-content: center;
}
.m-nav-search input{
  background-color: #F2F2F2;
  border-radius: 4px 0px 0px 4px;
}
.m-nav-list{
  display: flex;
  flex-wrap: wrap;
  padding: 14px;
}
.m-nav-item{
  width: 92px;
height: 27px;
background: #F2F2F2;
border-radius: 4px;
margin-right: 8px;
text-align: center;
line-height: 27px;
margin-bottom: 14px;
color: #333;
}
.m-nav-item a{
  color: #333;
  font-size: 16px;
}
.m-nav-item:nth-of-type(3n){
  margin-right: 0;
}
.go-home{
  text-align: center;
}


img {max-width:100%;
}
.go-home a{
  font-size: 14px;
  color: #1A9DE0;
  text-decoration: underline;
}

.m-margin-t{
  margin-top: 20px;
}
.layout-content-box{
  padding: 12px;
}

@media (min-width: 600px) {
  .nav-list{
    justify-content: space-between;
  }
  .left-item {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }

  .center-item {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }

  .right-item {
    /* width: 26%; */
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }

  .header {
    height: 7.05rem;
  }

  .header-box {
    width: 100%;
    display: flex;
    align-items: center;
    height: 80px;
    margin: 0 auto;
  }

  .header-box .logo img {
    width: 176px;
    height: 46px;
  }

  .header-right {
    display: flex;
    align-items: center;
  }

  .home-name {
    width: 202px;
    height: 22px;
  }
}

@media (min-width: 900px) {
  .layout-page-content {
    background-color: #fff;
    padding: 0;
  }
  .layout-content-box{
    padding: 0;
  }
  .nav-list-bg{
    display: block;
  }
  .nav-list{
    justify-content: space-between;
    margin-right: 24px;
  }
  .header-menu{
    display: none;
  }
  .left-item {
    flex-basis: 30%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 30%;
  }

  .center-item {
    flex-basis: 41.33%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 41.33%;
  }

  .right-item {
    /* width: 26%; */
    flex-basis: 28.66%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 28.66%;
  }

  .header {
    height: 7.05rem;
  }

  .header-box {
    width: 100%;
    display: flex;
    align-items: center;
    height: 7.05rem;
    margin: 0 auto;
  }

  .header-box .logo img {
    width: 11.4rem;
    height: 3rem;
  }

  .header-right {
    display: flex;
    align-items: center;
  }

  .line {
    width: 1px;
    height: 1.3rem;
    margin-left: 0.7rem;
    margin-right: 0.55rem;
    background-color: #FFFFFF;
  }

  .home-name {
    width: 10.05rem;
    height: 1.05rem;
  }

  .xun {
    width: 11.75rem;
    height: 1.45rem;
    margin-left: 3.2rem;
  }

  .box-shadow {
    border-radius: none;
    box-shadow: none;
    background-color: transparent;
  }
  .left-menu{
    display: block;
    flex: 0 0 240px;
    margin-top: 32px;
    margin-right: 32px;
  }
  .left-menu-item{
    width: 240px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .left-menu-item.active{
    background: #00982E;
    color: #fff;
  }
  .left-menu-item.active a{
    color: #fff;
  }
  .left-menu-item a{
    
      text-align: center;
    font-size: 0.9rem;
  color: #333333;
  line-height: 56px;
  display: block;
  }
  .left-menu-item:hover a{
    color: #fff;
  }
  .left-menu-item:hover{
    background: #00982E;
    color: #fff;
  }
  
  .left-menu-item a:hover{
    color: #fff !important;
  }
  .m-margin-t{
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .layout-page-content {
    max-width: 100%;
    background-color: #fff;
    padding: 0;
  }
  .layout-content-box{
    padding: 0;
  }
  .nav-list-box {
    width: 1200px;
  }
  .nav-list-bg{
    display: block;
  }
  .nav-list{
    justify-content: flex-start;
  }
  .left-item {
    flex-basis: 30%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 30%;
  }

  .center-item {
    flex-basis: 41.33%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 41.33%;
  }
  .nav-list>div {
    margin-right: 48px;
  }

  .right-item {
    flex-basis: 28.66%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 28.66%;
  }

  .header {
    height: 11.3rem;
  }

  .header-box {
    height: 11.3rem;
  }

  .header-box .logo img {
    width: 18.25rem;
    height: 4.8rem;
  }

  .line {
    width: 1px;
    height: 2.1rem;
    margin-left: 1.15rem;
    margin-right: 0.9rem;
  }

  .home-name {
    width: 16.1rem;
    height: 1.7rem;
  }

  .xun {
    width: 18.8rem;
    height: 2.35rem;
    margin-left: 5.15rem;
  }

  .box-shadow {
    border-radius: none;
    box-shadow: none;
    background-color: transparent;
  }
  .layout-content-box{
    width: 1200px;
    margin: 0 auto;
  }
  .left-menu{
    display: block;
    flex: 0 0 240px;
    margin-top: 32px;
    margin-right: 32px;
  }
  .left-menu-item{
    width: 240px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .left-menu-item.active{
    background: #00982E;
    color: #fff;
  }
  .left-menu-item.active a{
    color: #fff;
  }
  .left-menu-item a{
    
      text-align: center;
    font-size: 0.9rem;
  color: #333333;
  line-height: 56px;
  display: block;
  }
  .left-menu-item:hover a{
    color: #fff;
  }
  .left-menu-item:hover{
    background: #00982E;
    color: #fff;
  }
  
  .left-menu-item a:hover{
    color: #fff !important;
  }
  .m-margin-t{
    margin-top: 0;
  }
}


@media (min-width: 1440px) {
  .layout-page-content {
    max-width: 1200px;
    padding: 0;
  }
  .layout-content-box{
    padding: 0;
  }
  .nav-list-bg{
    display: block;
  }
  .nav-list{
    justify-content: flex-start;
  }
  .nav-list-box {
    width: 1200px;
  }
  .header-box {
    max-width: 1200px;
  }
  .nav-list>div {
    margin-right: 48px;
  }
  .header {
    height: 11.3rem;
  }

  .header-box {
    height: 11.3rem;
  }

  .header-box .logo img {
    width: 18.25rem;
    height: 4.8rem;
  }

  .line {
    width: 1px;
    height: 2.1rem;
    margin-left: 1.15rem;
    margin-right: 0.9rem;
  }

  .home-name {
    width: 16.1rem;
    height: 1.7rem;
  }

  .xun {
    width: 18.8rem;
    height: 2.35rem;
    margin-left: 5.15rem;
  }

  .box-shadow {
    border-radius: none;
    box-shadow: none;
    background-color: transparent;
  }
  .footer-box {
    width: 1200px;
  }
  .left-menu{
    display: block;
    flex: 0 0 240px;
    margin-top: 32px;
    margin-right: 32px;
  }
  .left-menu-item{
    width: 240px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .left-menu-item.active{
    background: #00982E;
    color: #fff;
  }
  .left-menu-item.active a{
    color: #fff;
  }
  .left-menu-item a{
    
      text-align: center;
    font-size: 0.9rem;
  color: #333333;
  line-height: 56px;
  display: block;
  }
  .left-menu-item:hover a{
    color: #fff;
  }
  .left-menu-item:hover{
    background: #00982E;
    color: #fff;
  }
  
  .left-menu-item a:hover{
    color: #fff !important;
  }
  .m-margin-t{
    margin-top: 0;
  }
}

@media (min-width: 1536px) {
  .header-box {
    max-width: 1200px;
  }
  .layout-content-box{
    padding: 0;
  }
  .nav-list-bg{
    display: block;
  }
  .nav-list{
    justify-content: flex-start;
  }
  .nav-list-box {
    width: 1200px;
  }
  .nav-list>div {
    margin-right: 48px;
  }
  .left-item {
    flex-basis: 30%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 30%;
  }

  .center-item {
    flex-basis: 41.33%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 41.33%;
  }

  .right-item {
    flex-basis: 28.66%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 28.66%;
  }

  .box-shadow {
    border-radius: none;
    box-shadow: none;
    background-color: transparent;
  }
  .footer-box {
    width: 1200px;
  }
  .left-menu{
    display: block;
    flex: 0 0 240px;
    margin-top: 32px;
    margin-right: 32px;
  }
  .left-menu-item{
    width: 240px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .left-menu-item.active{
    background: #00982E;
    color: #fff;
  }
  .left-menu-item.active a{
    color: #fff;
  }
  .left-menu-item a{
    
      text-align: center;
    font-size: 0.9rem;
  color: #333333;
  line-height: 56px;
  display: block;
  }
  .left-menu-item:hover a{
    color: #fff;
  }
  .left-menu-item:hover{
    background: #00982E;
    color: #fff;
  }
  
  .left-menu-item a:hover{
    color: #fff !important;
  }
  .m-margin-t{
    margin-top: 0;
  }
}


@media (max-width: 999px){
.nav-content .title{
  font-size: 14px;
}
.nav-content .text-time{
  font-size: 12px;}
.nav-a a{
  font-size: 12px;
}
}