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

}
body,
html {
  overflow-x: hidden;

}
a {
  text-decoration: none;

}

li {
  list-style: none;
}

img,
video:hover {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}

.hand:hover {
  color: rgb(217, 100, 45);
}

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

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


body,
html {
  position: relative;
}

.bgtop {
  background-color: rgb(217, 100, 45);
}

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


}

.top-n  p{
  font-size: 1.6rem;
  color: #fff;
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;
}
.logo-box img{
  width: 70px!important;
}
.flex {
  display: flex;
}

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

.flex {
  display: flex;
}

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

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


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

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

.net a {
  color: #fff;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.szbox{
  display: flex;
  flex-wrap: wrap;
}
.search-line {
  border: 1px solid transparent;
  /* width: 250px; */
  height: 48px;
  margin-left: 22px;
}

.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;
 }
 @media (max-width: 1550px) {
   .topright .serbb {
    top:37px
   }
 }
 .search-box {
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
.search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.vertical-line {
  width: 2px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-left: 20px;
}

.nav {
  padding: 0 14.6%;
  line-height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
}

.rwtop {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

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

}

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

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

.navigator-menu .menu-item {
  position: relative;
  width: 100%;

}

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

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


}

.menu-item .children-menu li:first-child {
  border-top: 4px solid#d9642d;
}

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

.children-menu li a {
  color: #d9642d;
  font-size: 14px;
}



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

.navigator-menu .menu-item .children-menu>li {
  line-height: 2.5rem;
}

.swiper {
  height: 38.9rem;
}

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

.swiper-button-prev {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-next {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

.swiper-button-next::after {
  content: '';
}



.edu {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.edu-txt {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}

.edu-txt p:nth-child(1) {
  font-size: 3.75rem;
}

.edu-txt p:nth-child(2) {
  padding: 12px 56px;
}

.edu-txt p:nth-child(3) {
  padding: 0 74px;
}

.edu .box {
  width: 20%;
  height: 212px;
  text-align: center;
  /* margin-left: 72px; */
  /* margin-right: 40px; */
  padding-top: 20px;
}

.edu .num {
  font-size: 80px;
  font-weight: 600;
}


.news {
  background-color: #fcfcfc;
  padding: 96px 7.5% 60px;
}

.newbox {
  flex-wrap: wrap;
  justify-content: space-around;
}

.newbox li {
  width: 30%;
  margin-bottom: 50px;
}

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

.newbox li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.newbox li a p {
  color: #404F66;
}


.newbox div:nth-child(2) {
  margin: 0 58px;
}

.newbox div:nth-child(5) {
  margin: 0 60px;
}

.notice {
  /* height: 677px; */
  padding: 96px 7.5% 80px;
  display: flex;
  flex-direction: column;
}

.notice-ti-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.notice-top-line {
  width: 60px;
  height: 8px;
  background-color: #404F66;
}

.notice-mid-txt {
  font-size: 28px;
  color: #404F66;
  margin: 5px 0;
}

.notice-bot-title {
  font-size: 24px;
  color: #404F66;
  font-weight: 500;
  margin-bottom: 40px;
}

.notice-more {
  font-size: 14px;
  color: rgb(104, 109, 114, .7);
  margin-top: 20px;
  line-height: 80px;
}

.notice-box {
  flex-wrap: wrap;
  margin-top: 64px;
  justify-content: space-around;
}

.notice-box li {
  width: 30%;
  margin-bottom: 46px;
}


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

.notice-box div:nth-child(2) {
  margin: 0 58px;
}

.notice-box div:nth-child(5) {
  margin: 0 60px;
}

.noti-item-title {
 display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;

}

.noti-item-title:hover {
  cursor: pointer;
  color: #d9642d;
}

.noti-time {
  margin: 30px 0;
  color: #807e7e;
}

.notice-check-dec {
  display: flex;
  color: #807e7e;
  align-items: center;

}

.notice-check-dec:hover {
  color: #d9642d;
}

.notice-check-dec span {
  margin-right: 50px;
}



.disci {

  background-color: #fcfcfc;
  padding: 96px 7.5% 130px;
}

.dis-ti-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.disc-top-line {
  width: 60px;
  height: 8px;
  background-color: #404F66;
}

.disc-mid-txt {
  font-size: 28px;
  color: #404F66;
  margin: 5px 0;
}

.disc-bot-txt {
  font-size: 24px;
  color: #404F66;
  font-weight: 500;
  margin-bottom: 40px;
}

.disc-more {
  font-size: 14px;
  color: rgb(104, 109, 114, .7);
  margin-top: 20px;
  line-height: 80px;
}

.focus-box {
  width: 68%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 36px;
}

.focus-box p:nth-child(1) {
  font-size: 3.75rem;
  margin-bottom: 10px;
}

.focus-box p:nth-child(2) {
  color: #404F66;
  line-height: 30px;
}

.box-width-one {
  position: relative;
  width: 48%;
  margin-bottom: 26px;
}

.box-width-two {
  position: relative;
  width: 48%;
  margin-bottom: 26px;
}

.box-width-thr {
  position: relative;
  width: 48%;
}

.box-width-four {
  position: relative;
  width: 48%;
}

.disci-img-box {
  flex-wrap: wrap;
  justify-content: space-around;
}

.disci-img-box li {
  width: 48%;
  position: relative;
  margin-bottom: 25px;
}

.disci-img-box li a {
  color: #333;
}

.disci-img-box img {
  height: 100%;
}

.disci-img-box li a div {
  background-color: rgb(255, 255, 255, .4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 180px;
  text-align: center;
  line-height: 44px;
  color: #333;
}

.excellent {
  background-color: #333;
  padding: 0 0 8% 7.5%;
}
.wmt3{
  width: 100%;
  margin-top: 30px;
}
.exce-more {
  font-size: 14px;
  color: rgb(255, 255, 255, .8);
  margin-top: 40px;
  line-height: 80px;
  padding-right: 7.5%;
}

.exc-ti-box {
  display: flex;
  flex-direction: column;
}

.exc-top-line {
  width: 60px;
  height: 8px;
  background-color: #fff;
  margin-top: 40px;
}

.exc-mid-txt {
  font-size: 28px;
  color: #fff;
  margin: 5px 0;
}

.exc-bot-txt {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}

.img-show {
  width: 35%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  margin-right: 36px;
}

.img-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yxbox {
  width: 100%;
  display: flex;
}
.img-show-right {
  width: 65%;
  background-color: #fff;
  padding: 36px;
  margin-right: 36px;
  cursor: pointer;
  box-sizing: border-box;
}
.img-show-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-right-txt {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
}

.show-right-txt div:nth-child(1) {
  color: #333;
  font-size: 1.5rem;
}

.img-show-right:hover .show-right-txt div:nth-child(1) {
  color: #d9642d;

}

.show-right-txt div:nth-child(2) {
  /* margin-bottom: 180px; */
  color: #333;
}

.show-right-txt div:nth-child(3) {
  color: #888787;
}

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

.friend {
  margin-bottom: 24px;
}

.friend a {
  margin-right: 24px;
  color: #666;
  text-decoration: none;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 1;
  display: inline-block;
}

.swiper-pagination-bullet-active {
  background-color: rgb(217, 100, 45)
}

.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;
}

.ibox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.width-29 {
  width: 29%;
}

.new-ti-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.news-top-line {
  width: 60px;
  height: 8px;
  background-color: #404F66;
}

.news-mid-txt {
  font-size: 28px;
  color: #404F66;
  margin: 5px 0;
}

.news-bot-txt {
  font-size: 24px;
  color: #404F66;
  font-weight: 500;
  margin-bottom: 40px;
}

.news-more {
  font-size: 14px;
  color: rgb(104, 109, 114, .7);
  margin-top: 20px;
  line-height: 80px;
}

.new-bot-title {
  margin: 18px 0;
  font-size: 18px;
}

.new-bot-time {
  font-size: 14px;
  color: #333;
}

/* yejiao */

.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;
}

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

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

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

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

/* 专业设置 */

.zyszbox {
  height: 250px;
  background: url(../images/rwys/major\ \ set.png);
  background-position: 5px 24px;
  background-repeat: no-repeat;
}

.main h3 {
  text-align: center;
  font-size: 32px;
  color: #333;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 50px;
}


.main .mainimg {
  width: 100%;
  height: 600px;
  margin: 50px 0;
}

.main .mainimg img {
  width: 100%;
  height: 100%;
}

.main p {
  text-align: justify;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 36px;
  margin-bottom: 20px;
}

.main {
  margin-bottom: 120px;
}

/* 学院简介 */

.ysbox {
  height: 250px;
  background: url(../images/rwys/Group\ 68.png);
  background-position: -240px -34px;
  background-repeat: no-repeat;
}

.jjbox {
  display: flex;
  align-items: center;

}

.jjbox .title {
  font-size: 5.25rem;
  color: #333;
  padding-top: 92px;

}

.jjbox .jright {
  margin-left: 42px;
  padding-top: 78px;
}

.jjbox .jright .loca {
  font-size: 14px;
  color: #666;
  padding-top: 38px;
}

.jjbox .jright .rbot {
  display: flex;
  font-size: 20px;
  color: #333;
  padding-top: 10px;
}

.jjbox .jright .rbot span {
  margin-right: 36px;
}

.jjbox .jright .rbot li {
  margin-right: 11px;
}

.jjbox .jright .rbot a {
  color: #333;
}

.jjbox .jright .rbot .act a {
  color: #d9642d !important;
}

.jimgbox {
  height: 800px;
  margin-top: 40px;
  margin-bottom: 44px;
}
.jimgbox  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kdes li h4 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}

.kdes li p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 40px;
  text-indent: 2em;
  text-align: justify;
}

/* 学院领导 */
.tlist {
  display: flex;
  flex-wrap: wrap;
}

.tlist li {
  width: 30%;
}

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

.tlist li div {
  width: 100%;
  margin-bottom: 40px;
}

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

.tlist li p:first-child {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.tlist li a {
  color: #333;
}

.tlist li p:last-child {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  margin-bottom: 50px;
}

/* 分页 */
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 144px;
}


.page span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: 4px;
}

.page span:first-child {
  border: 1px solid #CCCCCC;
  padding: 6px 14px;
}

.page span:last-child {
  border: 1px solid #CCCCCC;
  padding: 6px 14px;
}

.now {
  color: #d9642d !important;
}

.down-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgb(109, 108, 108);
  /* 改变颜色即可改变箭头颜色 */
}

/* 领导详情单页 */
.ldxqbox {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;

}

.ldxqbox .left {
  width: 240px;
  margin-right: 46px;
}

.ldxqbox .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ldxqbox .right {
  flex: 1;
  position: relative;
}

.ldxqbox .right .name {
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

.ldxqbox .right .name span:first-child {
  font-size: 48px;
  position: relative;
  padding-left: 26px;
}

.ldxqbox .right .name span:first-child::before {
  content: '';
  width: 6px;
  height: 30px;
  background: #d9642d;
  position: absolute;
  left: 4px;
  top: 20px;
}

.ldxqbox .right .name span:last-child {
  font-size: 20px;

}

.ldxqbox .right p {
  font-size: 16px;
  color: #969696;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.ldxqbox .right p:nth-child(3) {
  margin-bottom: 40px;
}

.ldxqbox .right p:not(:nth-child(3)) {
  margin-bottom: 10px;
}

.right .leftimg {
  width: 240px;
  position: absolute;
  left: -280px;
  top: 6px;
}

.right .leftimg img {
  width: 100%;
  height: auto;
}

/* 组织机构 */
.jgimg {
  width: 100%;
}

.jgimg img {
  width: 100%;
  display: block;
}

.mtop {
  margin-top: 0px;
}

.zzym .foot .footbox {
  margin-top: 0px !important;
}

/* 学校荣誉 */
.rybox {
  margin-top: 44px;
  /* height: 836px; */
  background: #d9642d;
  padding-top: 50px;
  padding-bottom: 60px;
}

.rybox h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}

.rybox h4 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.rybox p {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.rybox .ry-bot {
  display: flex;
  margin-top: 50px;
}

.rybox .ry-bot .onoff {
  position: relative;
  width: 200px;
  padding-top: 50px;
}

.rybox .ry-bot .onoff li {
  display: flex;
  margin-bottom: 40px;

}

.rybox .ry-bot .onoff li img {
  width: 24px;
  height: 24px;
  margin-top: 4px;
}

.rybox .ry-bot .onoff li div {
  font-size: 20px;
  color: #e4e4e4;
  margin-right: 20px;
  width: 50px;
}

.rybox .ry-bot .onoff li .ac {
  color: #fff;
}

.rybox .ry-bot .onoff:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 600px;
  background: #fff;
  right: 59%;
  top: 1px;
}

.right-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid rgb(255, 255, 255);
  border-bottom: 6px solid transparent;
  margin-right: 12px;
}

/* 特聘教授 */

.tpbg {
  height: 250px;
  background: url(../images/rwys/tbg.png);
  background-position: -240px -34px;
  background-repeat: no-repeat;
}

.tpjs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 30px;
}

.tpjs li {
  position: relative;
  width: 30%;
  margin-bottom: 70px;
}

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

.tpjs li .imgbox {
  width: 200px;
}

.tpjs li .imgbox img {
  width: 100%;
  height: auto;
}

.tpjs li .intro {
  position: absolute;
  width: 92%;
  background: #F3F5FB;
  top: 45px;
  left: 30px;
  z-index: -1;
  padding: 24px 28px 80px 200px;
}

.tpjs li .intro h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.tpjs li .intro p {
  font-size: 16px;
  color: #333;
  margin-bottom: 64px;
}

.tpjs li .intro div {
  /* display: flex;
  align-items: center; */
  position: relative;
}

.tpjs li .intro div span {
  font-size: 14px;
  color: #333;
}

.tpjs li .intro div img {
  width: 48px;
  position: absolute;
  left: 40px;
  top: -7px;
  z-index: -1;
}

/* tp教授详情 */
.mb10 {
  margin-bottom: 10px !important;
}

/* 科学研究 */
.kybg {
  height: 250px;
  background: url(../images/rwys/kybg.png);
  background-position: -235px 15px;
  background-repeat: no-repeat;
}

.kybox {
  margin-top: 40px;
  margin-bottom: 50px;
}

.new-msg {
  display: flex;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  margin-top: 16px;
  font-weight: 500;
}

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

.new-msg span:last-child {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.new-msg:hover {
  color: #d9642d;
}

.mt70 {
  margin-top: 70px !important;
}

.mt0 {
  margin-bottom: 0px !important;
}

/* 科研团队详情 */

.tdxq {
  margin-top: 30px;
  padding-bottom: 10px;
}

.tdxq h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.tdxq .from {
  text-align: center;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.tdxq ul li h4 {
  font-size: 24px;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.tdxq ul li p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 30px;
}

.xqfoot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 8px;
}

.xqfoot .one span:first-child {
  color: #999;
}

.xqfoot .one span:last-child {
  color: #31373D;
  font-weight: 500;
}

/* 教学资源 */
.zybg {
  height: 250px;
  background: url(../images/rwys/zybj.png);
  background-position: -235px 15px;
  background-repeat: no-repeat;
}

.tw {
  width: 100%;
  height: 430px;
  position: relative;
  margin-bottom: 50px;
}

.tw .imgbox {
  width: 48%;
  height: 388px;
}

.tw .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw .word {
  width: 100%;
  height: 100%;
  background-color: #d9642d;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  padding: 40px 40px 46px 50%;
}

.tw .word p:first-child {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-align: justify;
  text-indent: 2em;
}

.tw .word p:last-child {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  border-top: 7px solid #fff;
  width: 168px;
  padding-top: 16px;
  position: absolute;
  bottom: 46px;
}

.wt {
  width: 100%;
  height: 430px;
  position: relative;
}

.wt .imgbox {
  width: 48%;
  height: 388px;
  position: absolute;
  right: 0;
  top: 0;
}


.wt .word {
  width: 100%;
  height: 100%;
  background-color: #d9642d;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  padding: 40px 50% 46px 40px;
}

/* 党建工作 */
.djbg {
  height: 250px;
  background: url(../images/rwys/djbg.png);
  background-position: -235px 15px;
  background-repeat: no-repeat;
}

/* 学生工作 */
.xsbg {
  height: 250px;
  background: url(../images/rwys/xsbg.png);
  background-position: -235px -35px;
  background-repeat: no-repeat;
}

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

.zzlist li {
  width: 24%;
  background-color: rgb(217, 100, 45, .1);
  margin-bottom: 50px;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  color: #d9642d;
}

.zzlist li:not(:nth-child(4n)) {
  margin-right: 1.3%;
}

.mt14 {
  margin-top: 14px !important;
}

/* 团学架构 */
.jgbox {
  height: 916px;
  background: linear-gradient(316deg, #E9FDFD 0%, #FFFFFF 100%);

}

.linebox {
  height: 100%;
  background-image: linear-gradient(to right, rgb(0, 0, 0, .04) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(0, 0, 0, .04)1px, transparent 1px);
  background-size: 86px 86px;
  /* 网格大小 */
  background-position: center;
}

.mtp0 {
  margin-top: 0px !important;
}

/* 学生风采 */
.fcbox {
  margin-top: 16px;
}

.fcbox .exc {
  text-align: center;
  margin-bottom: 30px;
}

.fcbox .exc span {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 32px;
  border-radius: 20px;
  background: #F7F7F7;
  margin-right: 40px;
}

.fcbox .exc .act {
  background: #d9642d;
  color: #fff;
}

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

.xslist li {
  width: 30%;
  height: 330px;
  position: relative;
  margin-bottom: 60px;
}

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

.xslist li img {
  width: 100%;
  height: 240px;
}

.xslist li .title {
  font-size: 18px;
  color: #333;
  margin-top: 38px;
}

.xslist li .time {
  font-size: 14px;
  position: absolute;
  left: 0px;
  bottom: 24%;
  background-color: #d9642d;
  width: 103px;
  height: 28px;
  color: #fff;
  padding: 3px 16px;
}

.mt60 {
  margin-top: 60px !important;
}

/* 学院动态 */
.xwbg {
  height: 250px;
  background: url(../images/rwys/xwbg.png);
  background-position: -235px 15px;
  background-repeat: no-repeat;
}

/* 下载专区 */
.image-container {
  position: relative;
  height: 44px;
  padding-left: 50px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
}

.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  /* 小图标宽度 */
  height: 44px;
  /* 小图标高度 */
  background-image: url(../images/rwys/xiazai.png);
  background-size: cover;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

/* 优秀作品 */
.yxzpbox {
  height: 250px;
  background: url(../images/rwys/excellent\ .png);
  background-position: 5px 24px;
  background-repeat: no-repeat;
}

.yxmain li a {
  display: flex;
}

.yxmain li .imgbox {
  width: 120px;
  height: 90px;
}

.yxmain li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yxmain li a {
  color: #333;

}

.yxmain li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.yxmain li a .text {
  flex: 1;
  margin-left: 28px;
}

.yxmain li a .text h4 {
  font-size: 18px;
  margin-bottom: 24px;
}

.yxmain li:hover a .text h4 {
  color: #d9642d;
}

.yxmain li a .text p {
  font-size: 14px;
}

.yxmain li a .time {
  margin-top: 10px;
  font-size: 16px;
}

.zpxq {
  text-align: center;
}

.zpxq h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 28px;
}

.zpxq h4 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 28px;
}

.zpxq h5 {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 28px;
}

.zpxq p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: justify;
  text-indent: 2em;
  line-height: 36px;
}

.zpxq img {
  width: 53%;
  height: auto;
  object-fit: cover;
}

.smallnav{
  position: absolute;
  top: 6rem;
  right: 1.2rem;
  z-index: 499;
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: rgb(255, 255, 255,.6);
  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/rwys/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/rwys/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;
}
.right  #allzwbox  img {
  width: 100%!important;
  height: auto!important;
  object-fit: cover!important;
}

@media (max-width: 1400px) {
  .tpjs li {
    width: 46%;
    margin-right: 4%!important;
  ;
}
}
@media (max-width: 1330px) {
 
}
@media (max-width: 1230px) {
  

}
@media (max-width: 1160px) {
  .rybox .ry-bot .onoff {
    display: none;
  }
.focus-box {
  width: 94%;
}

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

  .img-show-right {
    padding: 14px;
  }
  .show-right-txt {
    padding-right: 0;
}
.img-show {
  padding: 14px;
}
.zybg .jjbox .title {
  font-size: 4.4rem;
}
  .zyszbox .jjbox .title {
  font-size: 4rem;
}
}
@media (max-width: 920px) {
  .zyszbox .jjbox .title {
    font-size: 3rem;
  }
  .zyszbox .jjbox .jright .rbot li {
    margin-right: 14px;
  }
  .notice-box li {
   width: 47%;
    margin-right:6%!important;
  }
  .notice-box li:nth-child(2n) {
    margin-right: 0!important;
  }
  .newbox li {
    width: 47%;
    margin-right:6%!important;
}
.newbox li:nth-child(2n) {
  margin-right:0!important;
}
.zybg .jjbox .title {
  font-size: 3rem;
}
.zybg .jjbox .jright .rbot span {
  margin-right: 14px;
}
.zybg .jjbox .jright {
  margin-left: 22px;
}
.navigator-menu {
  display: none;
}
.smallnav{
  display: block;
 
}
}
@media (max-width: 860px) {
  .tpjs li{
    width: 100%;
    margin-right: 0!important;
  }
  .xsbg .jjbox .title {
    font-size: 3.5rem;
  }
  .xsbg .jjbox .jright .rbot span {
    margin-right: 14px;
  }
  .gkt .jjbox .title {
    font-size: 3.2rem;
  }
  .gkt .jjbox .jright .rbot li {
    margin-right: 10px;
  }
  .xslist li {
    width: 48%;
    margin-right: 4%!important;
   
}
.xslist li:not(:nth-child(2n)) {
  margin-right: 4%!important;
}
.xslist li:nth-child(2n) {
  margin-right: 0%!important;
}
 .topright .form {
  width:180px;
 }
 .topright .serbb{
  width: 55px;
 }
.yxbox {
flex-wrap: wrap;
}
.img-show {
  width: 100%;
 margin-bottom: 30px;
}
.img-show-right {
  width: 100%;
 height: 13rem;
}
}
@media (max-width: 780px) {
 .topright .form {
  width: 144px;
}
  .kybg .jjbox .title {
    font-size: 4rem;
  }
.friend{
  flex-wrap: wrap;
  margin-bottom:.5rem ;
}
.foot-item {
  margin-bottom:.5rem ;
}
.adr {
  margin-top: .8rem;
}
.disci-img-box li {
  width: 100%;
}
.focus-box {
  width: 94%;
}
.edu .box .num{
  font-size: 60px;
}
.yxzpbox .jjbox .title {
  font-size: 3.8rem;
}
.tpbg .jjbox .title {
  font-size: 3.8rem;
}
.zzlist li {
  width: 32%;
  margin-right: 2%!important;
}
.zzlist li:nth-child(3n){
  margin-right: 0!important;

}
.xwbg .jjbox .title {
  font-size: 3.8rem;
}
.gkt .jjbox .title {
  font-size: 3rem;
}
.gkt .jjbox .jright {
  margin-left: 16px;
}
.zyszbox .jjbox .title {
  font-size: 2.5rem;
}
.zyszbox .jjbox .jright .rbot li {
  margin-right: 10px;
}
.zyszbox .jjbox .jright {
  margin-left: 16px;
}
.swiper{
  height: 20rem;
}
.swiper .swiper-slide img {
  height: 100%;
}
}
@media (max-width: 750px) {

 .logo-box {
 margin-right: .5rem;
  }
 }
@media (max-width: 660px) {
  .zyszbox .jjbox .title {
    font-size: 2rem;
  }
  .zyszbox .jjbox .jright .rbot li {
    margin-right: 4px;
  }
  .zyszbox .jjbox .jright .rbot li  a{
    font-size: 16px;
  }
  .zyszbox .jjbox .jright {
    margin-left: 10px;
  }
  .xwbg .jjbox .title {
    font-size: 3rem;
  }
  .xwbg .jjbox .jright{
  margin-left: 20px;
  }
  .top-n  p{
    font-size: 1.4rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }

  .edu .box{
    width: 33%;
    height: 150px;
  }
  .edu-txt p{
    padding: 0 10px!important;
  }
  .zybg .jjbox .title {
    font-size: 3.75rem;
  }
  .zybg .jjbox{
    flex-wrap: wrap;
  }
  .zybg .jjbox .title {
    padding-top: 22px;
}
.zybg .jjbox .jright {
    padding-top: 0;
}
.zybg .jjbox .jright .rbot {
    font-size: 14px;
  }
  .kybg .jjbox .title {
    font-size: 3rem;
  }
  .kybg .jjbox .jright .rbot span {
    margin-right: 20px;
  }
  .tpbg .jjbox .title {
    font-size: 3.4rem;
  }
  .xsbg .jjbox .title {
    font-size: 2.5rem;
  }
  .xsbg .jjbox .jright .rbot span {
    margin-right: 6px;
  }
  .xsbg .jjbox .jright {
    margin-left: 15px;
  }
  .gkt .jjbox .title {
    font-size: 2.5rem;
  }
  .gkt .jjbox .jright .rbot li {
    margin-right: 6px;
  }
}
 @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{
    width: 14rem;
  }
 }
@media (max-width: 570px){

  .xsbg .jjbox .jright .rbot{
    font-size: 18px;
  }
  .gkt .jjbox .jright .rbot{
    font-size: 18px;
  }
  .footbox .footR{
      padding-left: 4%;
     }
     .footbox  .foot-logo-box{
       display: none;
     }
     .friend  .foot-item{
       margin-right: .5rem;
     }
   
    .logo-box{
      margin-right: .5rem;
    }


    .newbox li {
      width: 100%;
      margin-right:0!important;
  }
  .jjbox .title {
    font-size: 2.5rem;
  }
  .kybg .jjbox .title {
    font-size: 2.6rem;
  }
  .kybg .jjbox .jright .rbot span {
    margin-right: 10px;
  }
  .tpbg  .jjbox .jright .rbot span {
    margin-right: 15px;
}
  .tpbg .jjbox .title {
    font-size: 2.8rem;
  }
  .xslist li {
    width: 100%;
    margin-right: 0!important;   
}
  .xslist li:not(:nth-child(2n)) {
    margin-right: 0 !important;
}
.xwbg .jjbox .title {
  font-size: 2.5rem;
}
.xwbg .jjbox .jright{
margin-left: 20px;
}
.xwbg .jjbox .jright .rbot span{
  margin-right: 10px;
}
.jjbox .jright .rbot li {
  margin-right: 11px;
}
}
 @media (max-width: 540px) {
 .logo-box img{
  width: 12rem;
}
 }
  @media (max-width: 500px){
.ldxqbox .right .name span:first-child {
  font-size: 30px;
}
 .right img{
  width: 100%!important;
  height:auto!important;
  object-fit: cover!important;
}
.img-show-right {
  width: 100%;
 height: 16rem;
}
    .top-n p {
      font-size: 1.3rem;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
    }
    .logo-box img{
      width: 11rem;
    }
    .navigator-menu {
      padding: 0 ;
    }
    .focus-box p:nth-child(1) {
      font-size: 3rem;
  }
  .jjbox{
    flex-wrap: wrap;
  }
  .jjbox .title {
    padding-top: 22px;
}
.jjbox .title {
font-size: 3rem!important;
padding-top: 22px!important;
}
  .jjbox .jright {
    padding-top: 0;
}
  .jjbox .jright .rbot {
    font-size: 17px;
  }
  .jjbox .jright .rbot span {
    margin-right: 17px;
}
.tw .word p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}
.ldxqbox {
  flex-wrap: wrap;
  flex-direction: column;
  /* text-align: center; */
  align-items: center;
}
.zzlist li {
  width: 48%;
  margin-right: 4%!important;
}
.zzlist li:nth-child(2n){
  margin-right: 0!important;
}
.zzlist li:nth-child(3){
  margin-right: 4%!important;
}
.zzlist li:nth-child(9){
  margin-right: 4%!important;
}
.yxmain li a{
  flex-wrap: wrap;
  flex-direction: column;
}
.yxmain li a .text {
  margin-left: 0;
  margin-top: 20px;
}
.edu-txt {
  margin-top: 40px;
}
.edu {
  margin-bottom: 40px;
 
}
.news{
  padding-top: 30px;
  padding-bottom: 30px;
 
}
.notice {
  padding: 0 20px 30px;
}
.notice-box {
  margin-top: 30px;
}
.disci{
  padding-top: 0;
  padding-bottom: 40px;
}

.jjbox .jright .rbot li{
  margin-right: 4px;
}
.jjbox .jright .rbot a{
  font-size: 14px;
}
  .jjbox .jright {
      margin-left: 0;
   }
  .jjbox{
 display: block;
}
  }
  @media (max-width: 400px){

}
.document{
  text-indent: 0!important;
}
.document p:has(img) {
  text-indent: 0!important;
}
.document img {
  width: 100%!important;
  height: auto!important;
  object-fit:cover!important;
}
.right  p:has(img) {
  text-indent: 0!important;
}
 .right {
        overflow-x: hidden;
        word-break: break-word;
        white-space: normal;
      }