* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  overflow-x: hidden;

}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
video:hover {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}

/* 版心 */
.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width:1100px) {
  .container {
    /* min-width: 1050px; */
  }
}

.top {
  text-align: center;
  line-height: 5.8rem;
  display: flex;
  justify-content: space-between;

}

.top-n p {
  font-size: 1.6rem;
  color: #333;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}

.flex {
  display: flex;
}

.flexa {
  display: flex;
  align-items: center;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.net {
  font-size: .7rem;
  color: #A40000;
  margin-left: .5rem;
}

.net a {
  color: #A40000;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search {
  /* border: .05rem solid #ccc;
  width: 12.5rem;
  height: 2.4rem;
  margin-left: 2rem; */
}
.topright{
  display: flex;
  align-items: center;
}

.topright .form {
  margin-left:10px;
     width: 270px;
     height: 100%;
   display: none;
   position: relative;
 }
 
 .topright .inputa {
   width: 100%;
   height: 50px;
   outline: none;
   border: 1px solid #ddd;
 }
 
 .topright .serbb {
  position: absolute;
    height: 50px;
      top: 22px;
     right: 0;
    width: 70px;
    border: none;
    color: #333;
    font-size: 16px;
    background-color: #eee;
    text-align: center;
   outline:none;
  line-height: 3.125rem;
 }
.search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-box img {
  height: 1.4rem;
  /* margin-top: .5rem; */
  margin-left: .5rem;
}

.bgred {
  background-color: #A40000;
}

.navigator-menu {
  line-height: 3.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 0 36px;
}

.navigator-menu .menu-item .menu-name {
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: .9rem;
}

.menu-name img {
  position: absolute;
  bottom: 28%;
  left: 40%;
}

.navigator-menu .menu-item {
  position: relative;
  width: 8.6rem;

}

.navigator-menu .menu-item .children-menu-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 85%;
  z-index: 1;
}

.navigator-menu .menu-item .children-menu {
  width: 100%;
  margin-top: .5rem;
  display: none;
  background-color: #830819;

}

.children-menu li:hover {
  background-color: #FF9600;
}

.children-menu li a {
  color: #fff;
  font-size: .8rem;
}

.menu-item:hover {
  background-color: #830819;
}

.menu-item:hover .children-menu {
  display: block;
}

.navigator-menu .menu-item .children-menu>li {
  /* white-space: nowrap; */
  /* text-align: center; */
  line-height: 2.5rem;
}



/* 综合新闻 */

.news {
  /* height: 39.9rem; */
  padding: 2.5rem 0 3rem;
}

.bgg {
  background-color: #f5f1f1;
}

.marb27 {
  margin-bottom: 27px;
}

.banner-bot {
  display: flex;
  justify-content: space-between;
}

.ibox {
  overflow: hidden;
}

.ibox:hover img {
  transform: scale(1.2);
  transition: all 0.5s;

}

.ibox:not(:hover) img {
  transform: scale(1);
  transition: all 0.5s;
}

.tltie-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.7rem;
}

.banner-title {
  font-size: 1.3rem;
  font-weight: bold;
}


.banner-more {
  color: #969393;
  display: flex;
  position: relative;
  font-size: .8rem;
}

.banner-more div:first-child {
  margin-right: 1.2rem;
}

.banner-more div:last-child {
  position: absolute;
  right: 0%;
  bottom: 5%;
}

.banner-more:hover {
  color: #A40000;

}

.baner-img-box {
  width: 44%;
  overflow: hidden;
}

.baner-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-r {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.ban-box {
  font-size: .9rem;
  color: #222;
  background-color: #fff;
  padding: 2.8rem 2.1rem 2.5rem;
  border-bottom: .15rem solid #A40000;
  margin-left: 1.6rem;
  width: 45%;
  cursor: pointer;
}

.banner-r .ban-box:nth-child(1) {
  margin-bottom: 27px;
}

.banner-r .ban-box:nth-child(2) {
  margin-bottom: 27px;
}

.ban-box p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ban-box p:nth-child(2) {
  margin-top: 1.3rem;
  color: #b7b6b6;
}

.ban-box:hover {
  background-color: #A40000;
  color: #fff;
}

.notice-box {
  display: flex;
  align-items: center;
  margin-top: 2.7rem;
}

.notice-ti {
  background-color: #d7d5d5;
  min-width: 6.6rem;
  height: 6rem;
  text-align: center;
  /* margin-top: 1.6rem; */
  padding: 1.3rem .5rem 0;
}

.notice-ti .fir-div {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.notice-ti .more {
  display: flex;
  font-size: .7rem;
  color: #595858;
  margin-top: .5rem;
  position: absolute;
}

.notice-ti .more div:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.notice-ti .more div:last-child {
  position: absolute;
  right: 0%;
  bottom: 5%;
}

.notice-ti div:nth-child(2):hover {
  color: #A40000;
}

.noti-right {
  display: flex;
  justify-content: space-around;
  /* margin-top: 2.6rem; */
  background-color: #fff;
  height: 6rem;
}

.min-box-one {
  display: flex;
  align-items: center;
  width: 30%;
}

.min-box-two {
  display: flex;
  align-items: center;
  width: 30%;
}

.min-box-thr {
  display: flex;
  align-items: center;
  width: 30%;
  margin-right: .8rem;
}

.border-red {
  border: .1rem solid #A40000;
}

.border-red div:nth-child(1) {
  color: #A40000;
  font-weight: 500;
  text-align: center;
  padding: .1rem 0;
}

.border-red div:nth-child(2) {
  background-color: #A40000;
  color: #fff;
  padding: .2rem .4rem;
}

.notice-dec {
  color: #000;
  margin-left: .8rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}



.active-bg {
  background-color: rgb(164, 0, 0);
  height: 12rem;
  position: relative;
  margin-bottom: 20rem;
  padding-top: 50px;
}

.eve-box {
  width: 30%;
  position: relative;
}

.eve-box div:first-child {
  width: 100%;
}

.eve-box div:first-child img {
  width: 100%;
 height: 250px;
  object-fit: cover;
  display: block;
}

.event {
  font-size: 1rem;
  font-weight: 500;
  padding: .3rem .6rem .2rem;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(234, 231, 231, .5);
  z-index: 11;
}

.midbox {
  background-color: #fff;
  box-shadow: 0rem .2rem 1rem 0rem rgba(0, 0, 0, 0.08);
  padding: 54px 32px 54px;
  display: flex;
  justify-content: space-between;

}

.img-dec {
  position: relative;

}

.img-dec p:nth-child(1) {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.img-dec p:nth-child(2) {
  font-size: .8rem;
  color: #969393;
  margin-top: 2rem;
}

.img-dec p:nth-child(3) {
  position: absolute;
  top: 82%;
  right: 0%;
  font-size: .8rem;
  color: #969393;
}

.img-dec p:nth-child(1):hover {
  color: #A40000;
}

.img-dec p:nth-child(3):hover {
  color: #A40000;
}

.line {
  width: .2rem;
  height: 2.5rem;
  background-color: #A40000;
  margin-right: .6rem;
}

.student {
  padding-top: 40px;
}

.stu-ti {
  display: flex;
  align-items: center;
}

.stu-en {
  color: #333;
}

.stu-mid {
  /* padding: 0 .5rem; */
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
}

.stu-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.stu-img {
  color: #000;
  width: 23%;
  margin-top: 2.5rem;
}

.stu-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.stu-img p {
  height: 2.5rem;
  margin: 1.4rem 0;
  font-size: .9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}

.stu-img p:hover {
  color: #A40000;
}

.stu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.book-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.5rem;
}

/* 居中 */
.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stu-more {
  color: #666;
  margin-top: 1rem;
}

.stu-more:hover {
  color: #A40000;
}

.data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0;
}

.dataBox {
  width: 23%;
  margin-top: 2.5rem;
  box-shadow: 0rem .2rem 1rem 0rem rgba(0, 0, 0, 0.08);
  flex-direction: column;
  position: relative;
  padding: 4.5rem 2rem 3rem;

}

.dataBox:hover {
  background-color: #A40000;
  color: #fff;

}

.dataBox:hover .data-title {
  color: #fff;
}

.dataBox:hover .round {
  background-color: #fff;
}

.dataBox:hover .round div:nth-child(2) {
  color: #333;
}

.round {
  flex-direction: column;
  background-color: #A40000;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  color: #fff;
  position: absolute;
  top: -26%;
}

.round div:nth-child(1) {
  font-size: .9rem;
}

.round div:nth-child(2) {
  color: #cecbcb;
}

.data-title {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}

.data-more {
  width: 11.55rem;
  line-height: 2.5rem;
  border: .05rem solid #A40000;
  text-align: center;
  color: #666;
}

.container {
  position: relative;
}

.page-box {
  /* padding: 0 12.5%; */
  display: flex;
  justify-content: right;
  font-size: .7rem;
  color: #454545;
  line-height: 1.8rem;
  margin-top: 2.35rem;
}

.page-box div {
  margin-left: .8rem;
}

.foot {
  background-color: #fbfbfb;
}

.footbox {
  height: 16rem;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

.border-grey {
  border: .05rem solid #eeeeee;
  border-radius: .2rem;
  padding: 0rem .75rem;
}

.friend-link {
  margin: 1.6rem 0 .8rem;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

.friend {
  margin-bottom: 1.6rem;
  display: flex;
}

.foot-item {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
}

.friend a {
  margin-right: .2rem;
  color: #666;
  text-decoration: none;
  font-size: .8rem;
}

.phone {
  font-size: .7rem;
  color: #999;
}

.phonenum {
  font-size: 1.2rem;
  color: #666;
}

.friend a:hover {
  color: #A40000;
}

.dvi-line {
  height: .05rem;
  width: 100%;
  background-color: #F2F3F5;
}

.adr {
  color: #999;
  font-size: .7rem;
  margin-top: 1.6rem;
}

.copyright {
  color: #999;
  margin-top: 16px;
  font-size: .7rem;
}

.copyright a {
  color: #999;
  font-size: .7rem;
}

.foot-logo-box {
  padding: 0 2rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
}


.focu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bline {
  height: .05rem;
  width: 2.4rem;
  background-color: #999;
}

.flowus {
  font-size: .7rem;
  color: #999;
  margin: 0 .5rem;
}

/* 部门简介 */
.cont-box {

  display: flex;
  margin-top: 2rem;
  position: relative;
}

.inbox {
  width: 19%;
}

.leftnav {
  /* width: 100%; */
  background-color: #A40000;
  position: relative;
}

.left-title {
line-height: 3.4rem;
  font-size: 1.1rem;
  padding-top: .5rem;
  padding-left: 2rem;
  color: rgb(255, 255, 255, .7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

.line1 {
  position: absolute;
  width: .3rem;
  height: 3.2rem;
  background: #FF9600;
  top: 3.9rem;
  left: 0.8rem;
  /* display: none; */
}

.leftnav ul li {
  color: #333;
  background: #fff;
  height: 3.2rem;
  padding-top: 1rem;
  padding-left: 1rem;
  border-bottom: .05rem solid #EDEDED;
  margin-left: 1rem;
}

.leftnav ul li a {
  color: #333;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.leftnav ul li:hover a {
  color: #A40000;
}

.name-item {
  color: #333;
  background: #fff;
  height: 3.2rem;
  padding-top: 1rem;
  padding-left: 1rem;
  border-bottom: .05rem solid #EDEDED;
  margin-left: 1rem;

}

.name-item:hover {
  color: #A40000;
}

.cont-box .right {
  margin-left: 2rem;
  flex: 1;
}


.cont-box .right .right-top-name {
  font-size: 1.2rem;
  color: #A40000;
  font-weight: 500;
  margin-bottom: .4rem;
}

.cont-box .right .line-box {
  display: flex;
  align-items: center;
}

.cont-box .right .right-top {
  margin-bottom: 1rem;
}

.cont-box .right .line-box .right-solid {
  height: .2rem;
  width: 5.3rem;
  background: #A40000;
}

.cont-box .right .line-box .right-dash {
  height: .05rem;
  width: 94%;
  background: #EDEDED
}

.cont-box .loca {
  position: absolute;
  right: .5%;
  font-size: .7rem;
  color: #333;

}

.cont-box .loca span {
  margin-right: .3rem;
}

.cont-box .right p {
  color: #333;
  font-size: 16px;
  line-height: 1.6rem;
  text-indent: 2em;
  text-align: justify;

}

.cont-box .right p {
  margin-bottom: .5rem;
}

.cont-box .right a:not(:last-child) {
 /* display: block;*/
  margin-bottom: .5rem;
}

/* 部门组织 */
.line2 {
  position: absolute;
  width: .3rem;
  height: 3.2rem;
  background: #FF9600;
  bottom: 0;
  left: 0.7rem;
  /* display: none; */
}

.b-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.b-row .row-item {
    flex: 30%;
    height: 4.3rem;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
  
}

.b-row .row-item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.b-row .row-item img {
  margin-right: 1rem;
}

.b-row .row-item:hover span {
  color: #A40000;
}

/* 部门动态 */
.cont-box .h142 {
  height: 7.1rem;
}

.right .new-msg {
  display: flex;
  justify-content: space-between;
  color: #333;
  border-bottom: .05rem dashed rgb(204, 204, 204, .3);
  padding-bottom: .6rem;
  cursor: pointer;
  font-size: .8rem;
}

.new-msg span:first-child {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.right .new-msg:hover {
  color: #A40000;
}

/* 新闻详情 */
.detail-title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin-bottom: .8rem;
}

.time-from-read {
  display: flex;
  color: #666;
  justify-content: center;
  font-size: .8rem;
  margin-bottom: 1.4rem;
}

.time-from-read .item {
  display: flex;
  margin-right: 2rem;
  align-items: baseline;
}

.time-from-read .item div:first-child {
  margin-right: .3rem;
}

.new-p {
  text-align: justify;
  font-size: .8rem;

}

.text-img {
  width: 100%;
  height: 48rem;
  background-color: #A40000;
  margin-bottom: .8rem;
}

.nextpage {
  font-size: .8rem;
  color: #333;
  line-height: 1.6rem;
  margin-top: 2.35rem;
}

.nextpage a {
  color: #333;
}

.new-line {
  height: .05rem;
  width: 100%;
  background-color: #F2F3F5;
  margin-top: 2.5rem;

}

.fclist {
  display: flex;
  flex-wrap: wrap;
}

.fclist li {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fclist li:not(:nth-child(3n)) {
  margin-right: 5%;
}

.fclist li a p {
  text-indent: 0 !important;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.fclist li a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.detail-box p {
  color: #333;
  font-size: 16px;
  line-height: 1.6rem;
  text-indent: 2em;
  text-align: justify;

}
.smallnav{
  position: absolute;
  top: 6rem;
  right: 1.2rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: rgba(51, 50, 50, 0.3);
  border-radius: 14%;
}
.smallnav img{
  width: 100%;
}
#mask1.active{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  padding: 14px;
}
#mask1 .allnav{
  width: 80%;
  display: block;
 padding-left: 30px;
 margin-top: 1.8rem;
}
#mask1 .logobox{
  width: 14rem;
}
#mask1 .logobox img{
  width: 100%;
}
#mask1 .allnav li{
  border-bottom: .0625rem solid #bdbdbd;
}
#mask1 .allnav li a{
  color: #EEEEEE!important;
  padding-left: 4px;
}
#mask1 .allnav li a:hover {
  color: #A40000!important;
}
#mask1 .allnav li ul li a{
  padding-left: .5rem;
}
.allnav {
  width: 21%;
  margin-top: 7.125rem;
  margin-bottom: 12.5rem;
}

.allnav li:first-child {
  border-top: .0625rem solid #DCDCDC;
}

.allnav li {
  width: 100%;
  border-bottom: .0625rem solid #DCDCDC;
  cursor: pointer;
}

.allnav .act {
  color: #A40000 !important;
}

.allnav li a {
  font-size: 1.125rem;
  color: #777777;
  line-height: 3rem;
  display: block;
}

.allnav li ul li a {
  padding-left: .75rem;
}

.allnav li ul li:last-child {
  border-bottom: none;
}
.allnav li a:first-child {
  position: relative;
}

.allnav li .af::after {
  content: '';
  background-image: url(../images/add.png);
  background-size: cover;
  width: .75rem;
  height: .8125rem;
  position: absolute;
  left: 90%;
  top: 35%;
  transition: all .5s ease-in-out;
}

.bf::after {
  content: '';
  background-image: url(../images/h.png);
  background-size: cover;
  width: .75rem;
  height: .0625rem;
  position: absolute;
  left: 90%;
  top: 50%;
  transition: all .5s ease-in-out;
}

.allnav li ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;

}

.visible {
  max-height: 62.5rem !important;
}
.unfold {
  transition: max-height .5s ease-in-out;
  max-height: 62.5rem !important;
}



 @media (max-width: 1550px) {
   .topright .serbb {
     top:16px
   }
  }
@media (max-width: 1050px) {
  .b-row .row-item {
    flex: 45%;
  }
  .b-row .row-item:not(:last-child){
    margin-right: 5%;
  }
  .b-row .row-item:nth-child(2n) {
    margin-right: 0;
  }

}
@media (max-width: 920px) {
 

}
@media (max-width: 860px) {
 .topright .form {
  width:180px;
 }
 .topright .serbb{
  width: 55px;
 }
  .baner-img-box {
    width: 100%;
  }
  .banner-bot {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner-r {
    margin-top: 1.5rem;
  }
 
  .ban-box {
    width: 47%;
    margin-left: 0;
    margin-right: 6%;
  }
  .banner-r  .ban-box:nth-child(2n) {
    margin-right: 0;
  }
  .notice-box{
    width: 100%;
  }
  .noti-right{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    padding-left: 20px;
    padding-top: 16px;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .notice-ti {
    min-width: 140px;
    height: 185px;
  }
  .min-box-one {
    width: 100%;
    margin-bottom: 1rem;

  }
  .notice-ti .more div:first-child{
    margin-left: 2.4rem;
  }
}
@media (max-width: 780px) {
 .topright .form {
  width: 144px;
}
.friend{
  flex-wrap: wrap;
  margin-bottom:.5rem ;
}
.foot-item {
  margin-bottom:.5rem ;
}
.adr {
  margin-top: .8rem;
}
.inbox {
  display: none;
}
.cont-box .right p{
  text-indent: 0;
}
.new-msg span:first-child {
  flex: .9;
}
.cont-box .right {
  margin-left: 0;
}
}
 .logo-box {
 margin-right: .5rem;
  }
 }
@media (max-width: 660px) {
  .top-n p {
    font-size: 1.4rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }
 

}
 @media (max-width: 630px) {
  .top-n p{
    font-size: 1.2rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }
  .logo-box img{

  }
 }
@media (max-width: 570px){
  .footbox .footR{
      padding-left: 4%;
     }
     .footbox  .foot-logo-box{
       display: none;
     }
     .friend  .foot-item{
       margin-right: .5rem;
     }
   
    .logo-box{
      margin-right: .5rem;
    }

    .navigator-menu {
      display: none;
    }
 .smallnav{
      display: block;
    }
}
 @media (max-width: 540px) {
.notice-ti{
  display: none;
}
  .logo-box img{

 }
 .ban-box {
      width: 100%;
      margin-right: 0!important;
    }
    .min-box-one{
      margin-bottom: 3rem;
    }
  }
  @media (max-width: 500px){
.detail-box  p:has(img) {
  text-indent: 0!important;
}
  .eve-box div:first-child img {
  width: 100%;
 height: auto;
  object-fit: cover;
  display: block;
}
.cont-box .right img{
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
}
.right .detail-box  img{
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
}
    .logo-box img{

    }
    .navigator-menu {
      padding: 0 ;
    }
    .midbox{
      flex-wrap: wrap;
      flex-direction: column;
      /* height: 1000px; */
    }
   .eve-box{
      width: 100%;
      margin-bottom: 1rem;
    }
    .active-bg {
      height: 65rem;
    }
    .stu-img-box{
      flex-wrap: wrap;
      flex-direction: column;
      margin-bottom: 1rem;
    }
    .stu-img {
      width: 100%;
      margin-bottom: 1rem;
    }
    .stu-img p {
      margin-bottom: -2rem;
    }
    .data {
      flex-wrap: wrap;
      flex-direction: column;
    }
    .dataBox{
      width: 100%;
      margin-bottom: 1rem;
    }
    .b-row .row-item {
      flex: 50%;
      margin-right: 1%!important;
    }
    .fclist li {
      width: 100%;
      margin-right: 0!important;
    }
   }
  
  @media (max-width: 400px){
 
    .active-bg {
      margin-bottom: 6rem;
    }
}
