@charset "UTF-8";
main{
  background: url(../img/mainBg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  min-height: 160px;
  object-fit: cover;
}
/* 导航 */
.nyNav{
  margin-bottom: 0.1rem;
  transform: translateY(-100%);
  position: relative;
  z-index: 19;
}
.nyNav::before{
  display: block;
  content: "";
  width: 65%;
  height: 0.65rem;
  background: rgba(141,22,23,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0.35rem 0.35rem 0;
}
.nyNav .left{
  width: auto;
}
.nyNav .left h2{
  font-size: 0.24rem;
  line-height: 0.65rem;
  color: #fff;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.nyNav .left h2 img{
  display: block;
  width: auto;
  height: auto;
  margin-right: 0.1rem;
}
.nyNav .left h2::before{
  display: block;
  content: "";
  width: 0.3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
}
.nyNav .left h2::after{
  display: block;
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  background: url(../img/nyNavBg.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  right: -0.45rem;
  top: 0.05rem;
}
.nyNav .left p.xl{
  display: none;
}
.nyNav .right{
  width: calc(100% - 2.4rem);
  height: 0.65rem;
  background: #fff;
  border-radius: 0.35rem;
  padding: 0 0.35rem;
  box-sizing: border-box;
  transform: translateY(0.2rem);
}
.nyNav .right .erNav{
  width: auto;
}
.erNav li{
  float: left;
  width: auto;
  margin-right: 0.4rem;
}
.erNav li a{
  display: block;
  position: relative;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #333333;
}
.erNav li a:hover{
  font-weight: bold;
  color: #b9213b;
}
.erNav li a.hover{
  font-weight: bold;
  color: #b9213b;
  border-bottom: 1px solid #b9213b;
}
.erNav li a.hover::before{
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.15rem;
  background: #fff url(../img/erNavIcon.png) no-repeat center;
  background-size: auto 0.1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
}
.erNav li:last-of-type{
  margin-right: 0;
}
.nyNav .right .dqwz{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nyNav .right .dqwz p img{
  display: block;
  max-height: 0.22rem;
  margin-right: 0.1rem;
}
.nyNav .right .dqwz{
  font-size: 0.15rem;
  line-height: 0.4rem;
  color: #333333;
}
.nyNav .right .dqwz a{
  display: block;
  color: #333;
}
.nyNav .right .dqwz a:hover{
  color: #b9213b;
}
/* 翻页 */
.fy{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fy a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0 0.1rem;
  color: #000;
  background: #fff;
  margin: 0 0.05rem;
}
.fy a.on{
  background: #8c2422;
  color: #fff;
}
.fy a:hover{
  background: #8c2422;
  color: #fff;
}
/* 返回顶部 */
.fhTop{
  margin: 0.4rem auto 0;
  width: 1.56rem;
  height: auto;
  cursor: pointer;
}
.fhTop img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.fhTop:hover  .button{
  animation: bouns2 .6s infinite;
}
.fhTop .button img{
  margin: 0 auto 0.05rem;
}

/* 科学研究 */
.kxyjList{}
.kxyjList li{
  float: left;
  margin-bottom: 0.6rem;
  width: 21.55%;
  margin-right: 4.6%;
}
.kxyjList li:nth-of-type(4n){
  margin-right: 0;
}
.kxyjList li a{
  display: block;
  width: 100%;
  height: auto;
}
.kxyjList li a .img{
  width: 100%;
  padding: 70.85% 0 0;
  background: url(../img/kxyjBg.png) no-repeat center;
  background-size: cover;
}
.kxyjList li a .img img{object-fit: cover;
  display: block;
  width: auto;
  height: 92%;
  max-width: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.kxyjList li a .con{
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.09);
  padding: 0.3rem 0.35rem;
  box-sizing: border-box;
  position: relative;
}
.kxyjList li a .tit{
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.56rem;
}
.kxyjList li a .txt{
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(51,51,51,0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 0.88rem;
  margin: 0.1rem 0 0.15rem;
}
.kxyjList li a .time{
  font-size: 0.14rem;
  color: #9b7635;
  line-height: 1;
}
.kxyjList li a .con::before{
  display: block;
  content: "";
  width: 0;
  height: 0.03rem;
  background: #b9213b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kxyjList li a:hover .con::before{
  width: 100%;
}
.kxyjList li a:hover .con .tit{
  color: #b9213b;
  font-weight: bold;
}
.kxyjList li a:hover .con .txt{
  color: #333333;
}
/* 图片文章列表 */
.imgList{}
.imgList li{
  float: left;
  width: 31.7%;
  margin-right: 2.45%;
  margin-bottom: 0.5rem;
}
.imgList li:nth-of-type(3n){
  margin-right: 0;
}
.imgList li a{
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0rem 0rem 0.24rem 0 rgba(0,0,0,0.05);
}
.imgList li .img{
  width: 100%;
  padding: 63.14% 0 0;
}
.imgList li a .con{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0.25rem 0.35rem;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #8d1617;
}
.imgList li a .tit{
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
}
.imgList li a .txt{
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(51,51,51,0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.6rem;
  margin: 0.1rem 0 0.15rem;
}
.imgList li a .time{
  font-size: 0.14rem;
  color: #9b7635;
  line-height: 0.2rem;
  padding-left: 0.2rem;
  background: url(../img/timeIcon2.png) no-repeat left center;
}
.imgList li a .con::before{
  display: block;
  content: "";
  width: 0;
  height: 0.06rem;
  background: #8d1617;
  position: absolute;
  left: 0;
  bottom: 0;
}
.imgList li a:hover .con::before{
  width: 100%;
}
.imgList li a:hover .con .tit{
  font-weight: bold;
}
.imgList li a:hover{
  box-shadow: 0rem 0rem 0.24rem 0 rgba(0,0,0,0.12);
}
/* 文字列表 */
.txtList ul.clearfix{
  margin-bottom: 0.2rem;
}
.txtList li{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.4rem;
}
.txtList li:nth-of-type(2n){
  margin-right: 0;
}
.txtList li a{
  width: 100%;
  height: 1.78rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff url(../img/txtListBg.png) no-repeat right bottom;
  border-top: 2px solid #8d1617;
  box-shadow: 0 0.15rem 0.3rem 0 rgba(0,0,0,0.09);
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.txtList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #8d1617 url(../img/txtListBg.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.txtList li a .time{
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #8d1617;
  text-align: right;
  white-space: nowrap;
}
.txtList li a .time span{
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
}
.txtList li a .sx{
  width: 1px;
  height: 0.54rem;
  background: rgba(51,51,51,0.3);
  margin: 0 0.24rem;
}
.txtList li a .tit{
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.54rem;
}
.txtList li a .txt{
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(51,51,51,0.4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.66rem;
  margin-top: 0.05rem;
}
.txtList li a:hover .time,.txtList li a:hover .tit{
  color: #fff;
}
.txtList li a:hover .sx{
  background: #fff;
}
.txtList li a:hover .txt{
  color: rgba(255,255,255,0.4);
}
.txtList li a:hover{
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.15rem 0.3rem 0 rgba(141,22,23,0.2);
}
.txtList li a:hover::before{
  left: 0;
  width: 100%;
}
/* 文章内容 */
.content{
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 0.6rem;
}
.content .conTit{
  padding: 0.3rem 0 0.15rem;
  border-top: 1px solid #8d1617;
  border-bottom: 1px solid #8d1617;
  background: url(../img/contentBg.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 0.1rem;
}
.conTit h2.tit{
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.conTit .conXq{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.conTit .conXq p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #888888;
  box-sizing: border-box;
  margin: 0 0.2rem;
}
.conTit .conXq p.time,.conTit .conXq p.click{
  padding-left: 0.4rem;
  position: relative;
}
.conTit .conXq p.time::before,.conTit .conXq p.click::before{
  display: block;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.conTit .conXq p.time::before{
  background: #fff url(../img/contentIcon1.png) no-repeat center;
  background-size: auto 0.15rem;
}
.conTit .conXq p.click::before{
  background: #fff url(../img/contentIcon2.png) no-repeat center;
  background-size: auto 0.15rem;
}
.content .conSub p,.content .conSub span{
  font-family: Microsoft YaHei;
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  color: #333 !important;
  text-align: justify !important;    background: none !important;
}
.content .conSub p{
  text-indent: 2em;
  margin: 0.15rem 0;
}
.content .conSub img{
  /*display: block;*/
display: inherit;
  height: auto!important;
  margin: 0.15rem auto;
  max-width: 100%;
}
.content .conSub .conSub_rw{
  margin: 0.5rem 0;
}
.content .conSub .conSub_rw p{
  margin: 0;
}
.conP_N{
  border-top: 2px solid #8d1617;
  padding: 0.2rem 0 0;
}
.conP_N a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333333;
  transition: all .3s;
}
.conP_N a:hover{
  font-weight: bold;
  color: #8d1617;
  text-indent: 0.1rem;
}
/* 人才培养 */
.rcpy{
  background: url(../img/rcpyBg.png) no-repeat right bottom 0.2rem;
  width: 100%;
  max-width: 15.5rem;
  margin: 0 auto 0.6rem;
}
.rcpy h2.tit{
  font-size: 0.3rem;
  line-height: 1;
  padding-bottom: 0.16rem;
  font-weight: bold;
  text-indent: 0.25rem;
  color: #333333;
  border-bottom: 2px solid #c0101d;
  position: relative;
}
.rcpy h2.tit::before{
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: url(../img/rcpyTitBg.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.rcpyCon{
  margin: 0.35rem 0;
}
.rcpyCon .fl{
  width: 32.88%;
}
.rcpyCon .fl a{
  display: block;
  width: 100%;
  height: auto;
}
.rcpyCon .fl a .img{
  padding: 3.2rem 0 0;
}
.rcpyCon .fr{
  width: 64.4%;
}
.rcpyCon .fr li{
  width: 100%;
  height: auto;
  margin-bottom: 0.18rem;
}
.rcpyCon .fr li:last-of-type{
  margin-bottom: 0;
}
.rcpyCon .fr a{
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 0.25rem;
  box-sizing: border-box;
  transition: all .3s;
}
.rcpyCon .fr a span{
  display: block;
  font-size: 0.16rem;
  margin-left: 10px;
  width: auto;
  font-weight: normal;
}
.rcpyCon .fr a::before{
  display: block;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #8e1617;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rcpyCon .fr a:hover{
  color: #8d1617;
  font-weight: bold;
  text-indent: 10px;
}
.rcpy .more{
  width: 100%;
  position: relative;
}
.rcpy .more::before{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #c0101d;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: -1;
}
.rcpy .more a{
  display: block;
  width: 0.9rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: center;
  background: #c0101d;
  float: right;
  color: #fff;
}
.rcpy .more a:hover{
  background: #8d1617;
}
/* 师资队伍 */
.content.teaCon .conSub p{
  margin: 0;
}
.content.teaCon .conSub p, .content.teaCon .conSub span{
  line-height: 0.42rem;
}
.teaCon .img img{
  display: block;
  height: auto!important;
  margin: 0.3rem auto;
}
.content.teaCon .bt,.content.dp .bt{
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  font-weight: bold;
}
/* 学院概况 */
.dpzwSub{
  width: 100%;
  position: relative;
  padding-top: 1rem;
  background: url(../img/contentBg.png) no-repeat center bottom 0.25rem;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.dpzwSub::before{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #8d1617;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  z-index: -1;
}
.dpzwSub .tit{
  width: 3rem;
  height: 0.5rem;
  background: #b9213b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.dpzwSub .tit h2{
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  font-weight: normal;
}
.dpzwSub .tit p{
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  font-weight: bold;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(255,255,255,0.14);
  border-radius: 100%;
  text-align: center;
  position: relative;
  margin-right: 0.1rem;
}
.dpzwSub .tit p::before{
  display: block;
  content: "";
  width: 50%;
  height: 50%;
  background: rgba(255,255,255,0.14);
  border-radius: 100%;
  position: absolute;
  left: -0.12rem;
  top: 0.02rem;
}
.content .dpzw .conSub p{
  margin: 0 0 0.36rem;
}
.content .dpzw .conSub p.wow{
  margin-bottom: 0;
}
/* 师资队伍 */
.teacher{
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
  overflow: hidden;
}
.teacherList{
  margin-bottom: 1.4rem;
}
.teacherList h2{
  position: relative;
}
.teacherList h2::before{
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  background: #9e0001;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.teacherList h2 p{
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 0.85rem;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  float: left;
}
.teacherList h2 p::before{
  display: block;
  content: "";
  width: 13rem;
  height: 0.06rem;
  background: #f5e5e5;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.teacherList h2 p::after{
  display: block;
  content: "";
  width: 1.35rem;
  height: 1.15rem;
  background: url(../img/teacherIcon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0.1rem;
  top: -0.22rem;
}
.teacherList ul{
  margin-top: 0.8rem;
}
/*
.teacherList ul li{
  float: left;
  margin-right: 0.4rem;
width: 6.5%;
}*/
.teacherList ul li {
    display: flex;
    float: left;
    margin-right: 0;
    width: 10%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}
.teacherList ul li a{
  display: block;
  width: auto;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333333;
  margin: 0.1rem 0;
  transition: all .3s;
}
.teacherList ul li a:hover{
  color: #9e0001;
  font-weight: bold;
  text-indent: 5px;
}
.teaNav{
  border-bottom: 1px solid #b9213b;
  margin-bottom: 0.8rem;
  padding-top: 0.6rem;
  background: url(../img/contentBg2.png) no-repeat right top;
  position: relative;
}
.teaNav::before{
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: url(../img/rcpyTitBg2.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.teaNav>div{
  float: left;
  margin-right: 0.8rem;
  position: relative;
}
.teaNav>div:last-of-type{
  margin-right: 0;
}
.teaNav div a{
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #b9213b;
  position: relative;
  padding-bottom: 0.1rem;
}
.teaNav div a:hover{
  font-weight: bold;
}
.teaNav div.on::before{
  display: block;
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/teaNavIcon.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -0.6rem;
}
.teaNav div.on a{
  font-weight: bold;
}
.teaNav div.on a::before{
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #b9213b;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.teaNav div.on a::after{
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #b9213b;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) rotate(45deg);
}
/* 教学组织 */
.jxzzList{
  float: left;
  width: 24.25%;
  margin-right: 1%;
  background: url(../img/jxzzBg1.png) no-repeat center;
  background-size: cover;
  border-radius: 0 0.5rem 0 0;
  overflow: hidden;
  padding: 0.7rem 0 0.35rem;
}
.jxzzList:nth-of-type(4n){
  margin-right: 0;
}
.jxzzList .con{
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.jxzzList .con.min{
  min-height: 3rem;
  margin-top: 1.3rem;
}
.jxzzList .con p{
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.jxzzList .con .txt{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
}
.jxzzList .con .txt p{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333333;
}
.jxzzList .con p:nth-of-type(1){
  white-space: nowrap;
}
.jxzz .tit{
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #8e1617;
  padding-left: 0.45rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.9rem;
}
.jxzz .tit::before{
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.06rem;
  background: #8e1617;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jxzz .tit p{
  display: inline-block;
  position: relative;
  z-index: 9;
}
.jxzz .tit p::before{
  display: block;
  content: "";
  width: 1.56rem;
  height: 1.56rem;
  background: url(../img/jxzzTitIcon.png) no-repeat left center;
  background-size: 1.56rem auto;
  position: absolute;
  right: -0.9rem;
  top: -0.5rem;
  z-index: -1;
}
.jxzzCon{
  background: url(../img/jxzzBg2.png) no-repeat center;
  background-size: cover;
  border-radius: 0 0.5rem 0 0;
  overflow: hidden;
  padding: 0.7rem 0 0.35rem;
  margin: 0.4rem 0 0.8rem;
}
.jxzzCon .con{
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.jxzzCon .con p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
  text-indent: 2em;
  text-align: justify;
}
.jxzzCon .con.noIndet p{
  text-indent: 0;
}
.jxzzCon .team{
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.jxzzCon .team .teamCon{
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.teamCon div.clearfix p{
  float: left;
  width: 20%;
  font-size: 0.18rem !important;
  line-height: 0.3rem !important;
  color: #333;
  text-align: left;
  margin-top: 0.25rem;
}
.teamCon h2{
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #333;
  font-weight: bold;
  position: relative;
}
.teamCon h2::before{
  display: block;
  content: "";
  width: 16rem;
  height: 1px;
  background: #8e1617;
  position: absolute;
  top: 50%;
  left: 100%;
}
/* 媒体查询 */
@media only screen and (min-width: 1921px){
   .fhTop img{
       width: 100%;
    }
    .fhTop .button img{
        width: 0.28rem;
    }
    .nyNav .left h2 img{
      min-height: 0.15rem;
    }
    .nyNav .right .dqwz p img{
      min-height: 0.2rem;
    }
}
@media only screen and (max-width: 1660px){
  .erNav li{
    margin-right: 0.25rem;
  }
  .erNav li a{
    font-size: 0.18rem;
  }
  .kxyjList li{
    width: 23.5%;
    margin-right: 2%;
  }
  .txtList li{
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1440px){
  .content{
    max-width: 100%;
  }
  .teacher{
    max-width: 100%;
  }
  .teaNav{
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1040px){
  .nyNav .right{
    display: flex!important;
  }
}
@media only screen and (max-width: 1040px){
  .nyNav{
    transform: none;
    margin: 30px 0;
  }
  .nyNav::before{
    display: none;
  }
  .nyNav .left{
    width: 100%;
    float: none;
    background: #7c1314;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .nyNav .right{
    display: none;
  }
  .nyNav .right .dqwz{
    display: none!important;
  }
  .nyNav .left p.xl{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/subNav.png) no-repeat right center;
    cursor: pointer;
    transition: all .3s;
    background-size: 100% auto;
  }
  .nyNav .left p.xl.on{
    transform: rotate(-90deg);
  }
  .nyNav .right{
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    box-sizing: border-box;
    border-radius: 0;
    transform: none;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  }
  .erNav{
    width: 100%;
    height: auto;
  }
  .erNav li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .erNav li a{
    font-size: 0.2rem;  
    line-height: 0.4rem;   
    padding: 0.1rem 0; 
    border-bottom: 1px solid #f1f1f1;
  }
  .kxyjList li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .kxyjList li:nth-of-type(4n){
    margin-right: 2%;
  }
  .kxyjList li:nth-of-type(3n){
    margin-right: 0;
  }
  .kxyjList li a .con{
    padding: 20px;
  }
  .imgList li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .imgList li a .con{
    padding: 15px 20px;
  }
  .imgList li a .con::before{
    height: 0.04rem;
  }
  .txtList li a:hover{
    border-radius: 0.1rem;
  }
  .txtList li a{
    padding: 15px 10px;
    height: 145px;
  }
  .txtList li a .sx{
    margin: 0 15px;
  }
  .content{
    margin: 0 auto 50px;
  }
  .conTit h2.tit{
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .content.teaCon .bt,.content.dp .bt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .content .conSub .conSub_rw{
    margin: 0.4rem 0;
  }
  .rcpyCon .fl{
    width: 49%;
  }
  .rcpyCon .fr{
    width: 49%;
  }
  .rcpy{
    margin: 0 auto 0.5rem;
  }
  .content .dpzw .conSub p{
    float: none!important;
    margin: 0 auto 20px!important;
  }
  .content .dpzw .conSub p{
    margin: 0;
  }
  .dpzwSub{
    padding-top: 50px;
    margin-bottom: 40px;
    background-size: auto 72px;
  }
  .teaNav{
    padding-top: 40px;
    background: none;
    margin-bottom: 60px;
  }
  .teaNav div.on::before{
    top: -40px;
  }
  .teacherList{
    margin-bottom: 1rem;
  }
  .jxzzList{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .jxzzList:nth-of-type(2n){
    margin-right: 0;
  }
  .jxzzCon{
    margin: 0.2rem 0 0.6rem;
  }
  .teamCon div.clearfix p{
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px){
  .kxyjList li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .kxyjList li:nth-of-type(3n){
    margin-right: 2%;
  }
  .kxyjList li:nth-of-type(2n){
    margin-right: 0;
  }
  .fhTop{
    margin-top: 30px;
  }
  .imgList li{
    width: 49%;
    margin-bottom: 30px;
  }
  .imgList li:nth-of-type(3n){
    margin-right: 2%;
  }
  .imgList li:nth-of-type(2n){
    margin-right: 0%;
  }
  .txtList ul.clearfix{
    margin-bottom: 0;
  }
  .txtList li{
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 30px;
  }
  .txtList li a{
    padding: 15px 10px;
    height: auto;
  }
  .content{
    margin: 0 auto 40px;
  }
  .conTit h2.tit{
    font-size: 0.22rem;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .content.teaCon .bt,.content.dp .bt{
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  .content .conTit{
    padding: 20px 0 10px;
  }
  .content .conSub p, .content .conSub span{
    line-height: 0.3rem;
  }
  .content .conSub p{
    margin: 0.1rem 0;
  }
  .content .conSub img{
    margin: 10px auto;
  }
  .content .conSub .conSub_rw{
    margin: 0.3rem 0;
  }
  .rcpy{
    margin: 0 auto 0.4rem;
  }
  .rcpyCon .fl{
    width: 100%;
    margin-bottom: 20px;
  }
  .rcpyCon .fr{
    width: 100%;
  }
  .rcpyCon .fl a .img{
    padding: 62.86% 0 0;
  }
  .rcpy h2.tit{
    text-indent: 0;
    font-size: 24px;
  }
  .teaCon .img img{
    margin: 20px auto;
  }
  .content.teaCon .conSub p, .content.teaCon .conSub span{
    line-height: 0.36rem;
  }
  .dpzwSub{
    padding-top: 40px;
    margin-bottom: 30px;
    background-size: auto 62px;
  }
  .content .dpzw .conSub p{
    margin: 0 auto 10px!important;
  }
  .dpzwSub .tit h2{
    font-size: 20px;
    line-height: 30px;
  }
  .dpzwSub .tit p{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .dpzwSub .tit p::before{
    left: -8px;
    top: 1px;
  }
  .teacherList{
    margin-bottom: 80px;
  }
  .teacherList ul{
    margin-top: 60px;
  }
  .teacherList ul li{
 width: 20%;
  }
  .jxzzList{
    width: 100%;
    padding: 50px 0 25px;
    border-radius: 0 20px 0 0;
  }
  .jxzzList .con.min{
    min-height: auto;
    margin-top: 50px;
  }
  .teamCon div.clearfix p{
    width: 50%;
  }
  .jxzzList .con .txt{
    margin-bottom: 10px;
  }
  .jxzz .tit{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .jxzz .tit p::before{
    width: 100px;
    height: 100px;
    background-size: 100px auto;
    right: -58px;
    top: -30px;
  }
  .jxzzCon{
    padding: 50px 0 25px;
    border-radius: 0 20px 0 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .jxzzCon .team .teamCon{
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 560px){
  .nyNav .left{
    padding: 0 10px;
  }
  .nyNav{
    margin: 20px 0;
  }
  .kxyjList li{
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 25px;
  }
  .kxyjList li a .con{
    padding: 15px;
  }
  .fhTop{
    margin-top: 25px;
  }
  .nyNav .left h2{
    font-size: 0.2rem;
    line-height: 0.48rem;
  }
  .nyNav .left h2::after{
    width: 0.48rem;
    height: 0.48rem;
  }
  .nyNav .right{
    padding: 0 10px 10px;
  }
  .erNav li a{
    font-size: 18px;
    line-height: 30px;
  }
  .imgList li{
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 25px;
  }
  .imgList li a .con{
    padding: 10px;
  }
  .imgList li a .txt{
    margin: 8px 0 10px;
  }
  .txtList li a .txt{
    display: none;
  }
  .txtList li{
    margin-bottom: 15px;
  }
  .txtList ul.clearfix{
    margin-bottom: 10px;
  }
  .txtList li a .tit{
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
  }
  .content .conTit{
    padding: 10px 0 10px;
  }
  .content{
    margin: 0 auto 30px;
  }
  .conTit h2.tit{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .content.teaCon .bt,.content.dp .bt{
    font-size: 18px;
    line-height: 28px;
  }
  .conTit .conXq p{
    font-size: 14px;
    margin: 0 0.05rem;
  }
  .conTit .conXq p.time, .conTit .conXq p.click{
    padding-left: 0.2rem;
  }
  .conTit .conXq p.time::before, .conTit .conXq p.click::before{
    width: 0.2rem;
    height: 0.3rem;
    border-radius: 0;
  }
  .conTit .conXq p.time::before{
    background: url(../img/contentIcon1.png) no-repeat left center;
    background-size: auto 0.15rem;
  }
  .conTit .conXq p.click::before{
    background: url(../img/contentIcon2.png) no-repeat left center;
    background-size: auto 0.15rem;
  }
  .content .conSub p, .content .conSub span{
    font-size: 15px;
    line-height: 26px;
  }
  .content .conSub p{
    margin: 5px 0;
  }
  .content .conSub img{
    margin: 5px auto;
  }
  .content .conSub .conSub_rw{
    margin: 0.2rem 0;
  }
  .conP_N{
    padding: 5px 0;
  }
  .conP_N a{
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
  }
  .rcpy{
    margin: 0 auto 0.3rem;
  }
  .rcpy h2.tit{
    font-size: 20px;
  }
  .rcpyCon{
    margin: 20px 0;
  }
  .rcpy .more a{
    line-height: 30px;
    width: 80px;
  }
  .rcpyCon .fr a{
    padding-left: 15px;
    display: flex;
    flex-direction: column-reverse;
    white-space: normal;
    text-overflow: clip;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0.18rem;
  }
  .rcpyCon .fr a span{
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .rcpyCon .fr a::before{
    width: 6px;
    height: 6px;
    top: 11px;
  }
  .rcpyCon .fr li:last-of-type a{
    padding-bottom: 0;
    border-bottom: none;
  }
  .teaCon .img img{
    margin: 15px auto;
  }
  .content.teaCon .conSub p, .content.teaCon .conSub span{
    font-size: 15px;
    line-height: 30px;
  }
  .dpzwSub{
    padding-top: 30px;
    margin-bottom: 20px;
    background-size: auto 50px;
  }
  .dpzwSub .tit h2{
    font-size: 18px;
  }
  .dpzwSub .tit{
    height: 40px;
  }
  .dpzwSub::before{
    bottom: 20px;
  }
  .kxyjList li a .tit{
    font-size: 16px;
    line-height: 24px;
    height: auto;
    max-height: 48px;
  }
  .kxyjList li a .txt{
    font-size: 14px;
    line-height: 22px;
    height: auto;
    max-height: 88px;
  }
  .imgList li a .tit{
    font-size: 16px;
    line-height: 24px;
    height: auto;
    max-height: 48px;
  }
  .imgList li a .txt{
    font-size: 14px;
    line-height: 22px;
    height: auto;
    max-height: 66px;
  }
  .teacherList{
    margin-bottom: 40px;
  }
  .teacherList ul{
    margin-top: 35px;
  }
  .teacherList ul li{
    width: 33.33%;
  }
  .teacherList ul li a{
    margin: 5px 0;
  }
  .teacherList h2 p{
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 65px;
  }
  .teacherList h2 p::after{
    width: 100px;
    background-size: 100px auto;
    right: 10px;
    top: -25px;
  }
  .teaNav>div{
    margin-right: 30px;
  }
  .teacherList h2::before,.teacherList h2 p::before{
    height: 3px;
  }
  .teaNav div a{
    font-size: 20px;
  }
  .teaNav{
    padding-top: 30px;
    background: none;
    margin-bottom: 50px;
  }
  .teaNav div.on::before{
    top: -30px;
  }
  .teamCon div.clearfix p{
    width: 100%;
    margin-top: 0;
    line-height: 36px;
  }
  .jxzzList .con{
    padding: 0 15px;
  }
  .jxzz .tit::before{
    height: 4px;
  }
  .jxzzList .con .txt p{
    font-size: 16px;
    line-height: 26px;
  }
  .jxzz .jxzzCon .tit p::before{
    display: none;
  }
  .jxzz .tit{
    margin-bottom: 15px;
  }
  .jxzzCon{
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .jxzzCon .con{
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .jxzzCon .con p{
    font-size: 16px;
    line-height: 30px;
  }
  .jxzzCon .team{
    padding: 0 15px;
  }
  .teamCon h2{
    margin-bottom: 10px;
  }
  .jxzzCon .team .teamCon{
    margin-bottom: 20px;
  }
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #cd3944 !important;
    color: #fff;
    background-color: #cd3944 !important;border-radius: 5px !important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    border: 1px solid #cd3944;
    padding: 0px 12px !important;
    margin: 0px 0px 0px 5px !important;
    height: 30px !important;
    line-height: 29px !important;border-radius: 5px !important;
background: none;
}


.pb_sys_common {
    line-height: 0.4rem !important;}