@charset "utf-8";

.head {
  background: linear-gradient(180deg, rgba(168, 9, 7, 0.8) 0%, rgba(151, 6, 4, 0) 100%);
  background: #B41B19;
}

.head_wit {
  background: #B41B19;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1.82rem;
  background: linear-gradient(180deg, rgba(168, 9, 7, 0.8) 0%, rgba(151, 6, 4, 0) 100%);
}

.nyban-d {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
  font-family: "syh-r";
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #B41B19;
  color: #fff;
  border: 1px solid #B41B19;
}

.pagination a:hover {
  background: #B41B19;
  color: #fff;
  border: 1px solid #B41B19;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.8rem;
  background: url(../images/nybg1.jpg) no-repeat center bottom;
  background-size: cover;
}

.sztdbg {
  background: url(../images/sztd-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.nymain .leftNav {
  float: left;
  width: 3.74rem;
  border-radius: 0.4rem 0px 0.4rem 0px;
  background: #B41B19 url(../images/leftbg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: -1.6rem;
}

.nymain .leftNav>h2 {
  overflow: hidden;
  padding: 0.2rem 0.1rem 0.2rem 0.7rem;
  border-bottom: 1px solid rgba(251, 241, 233, 0.5);
}

.nymain .leftNav>h2>div {
  display: inline-block;
  line-height: normal;
}

.nymain .leftNav>h2>div>p {
  line-height: 1;
  font-family: "sysong-semi";
  font-size: 0.2rem;
  font-weight: 600;
  color: #F3E4CF;
  position: relative;
  display: flex;
  align-items: center;
}

.nymain .leftNav>h2>div>p::before {
  content: "";
  display: block;
  width: 0.46rem;
  border-top: 1px solid #F3E4CF;
  margin-right: 0.1rem;
}

.nymain .leftNav>h2>div>b {
  display: block;
  font-family: "sysong";
  font-size: 0.48rem;
  font-weight: 900;
  color: #FFFFFF;
}

.nymain .leftNav>ul {
  padding: 0 0 1rem 0;

}

.nymain .leftNav>ul>li {
  position: relative;
  font-family: "syh-m";
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding-right: 0.3rem;
}

.nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0.05rem solid #d8ac6a;
  transform: scaleY(0);
  transition: all 0.3s;
}

.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li:hover>a::before {
  transform: none;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/left-sj.png) no-repeat center center;
  background-size: 0.22rem auto;
  width: 0.4rem;
  height: 0.9rem;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 2;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.36rem;
  padding: 0.27rem 0.5rem 0.27rem 0.7rem;
  color: #fff;
  border-bottom: 1px solid rgba(251, 241, 233, 0.5);
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  background-color: #fff;
  color: #B41B19;
  font-weight: 700;
}

.nymain .leftNav>ul>li:hover>a {
  background-color: #fff;
  color: #B41B19;
  font-weight: 700;
}

.nymain .leftNav>ul>li.on>span,
.nymain .leftNav>ul>li:hover>span {
  background-image: url(../images/left-sj2.png);
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li.active>a {
  background-color: #fff;
  color: #B41B19;
  font-weight: 700;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #B41B19;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0;
  border-bottom: 1px solid rgba(251, 241, 233, 0.5);
}

.nymain .leftNav>ul>li>ul>li>a {
  font-family: "syh-r";
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.1rem 0.1rem 0.7rem;
  border-bottom: none;
}

.nymain .leftNav>ul>li>ul>li:hover>a,
.nymain .leftNav>ul>li>ul>li.active>a {
  color: #fff;
}

.ny-right {
  float: right;
  width: calc(100% - 4.39rem);
  min-height: 4rem;
}

.position>div {
  font-size: 0;
}

.position .tit {
  display: flex;
  align-items: center;
}

.position .tit h3 {
  position: relative;
  font-family: "sysong";
  font-size: 0.42rem;
  font-weight: 900;

}

.position .tit h3>span {
  color: #B41B19;
}

.position .tit .x {
  flex: 1;
  min-width: 0;
  border-top: 0.01rem solid #B41B19;
  margin-left: 0.45rem;
  position: relative;
}

.position .tit .x::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.65rem;
  border-top: 0.03rem solid #B41B19;
}

.position .weizhi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
     color: #5B5050;
    font-size: 0.14rem;
}

.position .weizhi span {
  color: #5B5050;
  font-size: 0.14rem;
  vertical-align: middle;
}

.position .weizhi img {
  height: 0.18rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position .weizhi a {
  font-size: 0.14rem;
  color: #5B5050;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position .weizhi a:hover {
  color: #B41B19;
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  transition: all 0.4s;
}

.text-list ul li a .date {
  display: block;
  width: 0.86rem;
  height: 0.95rem;
  border-radius: 0.05rem;
  background: #FFFFFF;
  border: 1px solid #B41B19;
  text-align: center;
  font-family: PingFangSC;
  overflow: hidden;
  margin-right: 0.36rem;
  transition: all 0.4s;
}

.text-list ul li a .date b {
  display: block;
  font-size: 0.42rem;
  font-weight: normal;
  line-height: 0.65rem;
  color: #B41B19;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  background: #B41B19;
  color: #FFFFFF;
}

.text-list ul li a .tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .tx h3 {
  font-family: "syh-m";
  font-size: 0.2rem;
  font-weight: 500;
  color: #3A3A3C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.text-list ul li a .tx p {
  font-family: "syh-r";
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: #6C6865;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.text-list ul li:hover a {
  padding: 0.4rem;
  background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%);
}

.text-list ul li:hover a .date {
  border-color: transparent;
}

.text-list ul li:hover a .date b {
  background: #F3E4CF;
  color: #B41B19;
}

.text-list ul li:hover a .date span {
  background-color: #fff;
  color: #333333;
}

.text-list ul li:hover a .tx h3,
.text-list ul li:hover a .tx p {
  color: #fff;
}


.notice ul li span {
  padding-left: 0;
  margin-right: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.notice ul li span::after {
  content: '';
  display: block;
  border-left: 1px solid #B41B19;
  height: 0.14rem;
  margin-left: 0.2rem;
  margin-top: 0.03rem;
  transition: all 0.4s;
}

.notice ul li .jt {
  width: 0.28rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  transition: all 0.4s;
}

.notice ul li:hover span::after {
  border-left-color: #fff;
}

.notice ul li:hover .jt {
  background-size: 100% 100%;
}

/* 内容页 */
.art-main .art-tit h3 {
  max-width: 9rem;
  margin: 0 auto;
  text-align: center;
  color: #3A3A3C;
  font-family: "syh-b";
  font-size: 0.36rem;
  margin-top: 0.73rem;
  font-weight: bold;
}

.art-main .art-body {
  padding-top: 0.4rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #3A3A3C;
  text-indent: 2em;
  font-family: "syh-r" !important;
  font-size: 0.18rem !important;
  line-height: 0.32rem !important;
  margin-bottom: 0.4rem;
  word-break: break-word;
}
.art-main .art-body table{
  margin:0px auto;
}
.art-main .art-body table td p{
  margin-bottom:0px;
  text-indent: 0em;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.art-main .art-body p img{
      margin: 0px;
    display: inline-block;
}
.art-main .cont-tit p {
  font-family: "syh-r";
  font-size: 0;
  text-align: center;
  padding-top: 0.28rem;
  padding-bottom: 0.5rem;
  background: bottom;
  border-bottom: 1px solid #D9D1CB;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.18rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #8C8C8C;
  margin: 0 0.15rem;
}

.art-info {
  border-top: 1px solid #D9D1CB;
  margin-top: 0.55rem;
}

.pnext {
  margin-top: 0.35rem;
}

.pnext p {
  font-family: "syh-m";
  font-size: 0.2rem;
  font-weight: 500;
  text-indent: initial;
  line-height: 0.32rem;
  margin: 0.1rem 0;
  color: #B41B19;
}

.pnext p a {
  color: #3A3A3C;
}

.pnext p:hover a {
  color: #B41B19;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0.4rem 1.5% 0 1.5%;
  border: 1px solid #C2C3C5;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .picbox {
  padding: 0.13rem;
}

.img-lists ul li a .pic {
  padding-top: 143.61%;
}

.img-lists ul li a>div.info {
  padding: 0.1rem;
  font-size: 0;
  text-align: center;
  background: #F5F5F5;
  border-top: 1px solid #C2C3C5;
  transition: all 0.4s;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-family: "syh-m";
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}

.img-lists ul li:hover a>div.info {
  background: #B41B19;
}

.img-lists ul li:hover a>div.info p {
  color: #fff;
}

.yxht ul li {
  border: none;
}

.yxht ul li a .pic {
  padding-top: 69.43%;
}

.yxht ul li a .pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.49rem;
  height: 0.49rem;
  background-size: 100% 100%;
}

.yxht ul li a>div.info {
  border-top-color: #F5F5F5;
}

.yxht ul li:hover a>div.info {
  border-top-color: #B41B19;
}

.rmht ul li a .pic::after {
  top: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.0001) 69%, rgba(0, 0, 0, 0.69) 100%);
}

.rmht ul li a .pic>p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 0.18rem;
  color: #fff;
  padding: 0.2rem 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.rmht ul li a .pic>p>img {
  position: static;
  width: 0.28rem;
  height: auto;
  margin-right: 0.1rem;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #B41B19;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #B41B19;
}

.list-ld ul li:hover h3 {
  color: #B41B19;
}


.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

/* 师资团队 */
.sztd {}

.sz-k {
  margin-top: 0.4rem;
}

.sz-k>h3 {
  background: #F2ECE4;
  box-sizing: border-box;
  border-width: 0px 0px 0px 0.05rem;
  border-style: solid;
  border-color: #B41B19;
  padding: 0.1rem 0.28rem;
}

.sz-k>h3>span {
  font-family: "syh-b";
  font-size: 0.34rem;
  font-weight: bold;
  color: #222222;
}

.sz-k ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sz-k ul li {
  width: 48.5%;
  margin-top: 0.3rem;
}

.sz-k ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DBCBBB;
}

.sz-k ul li a .pic {
  width: 2.23rem;
  height: 2.88rem;
  padding-top: 0;
}
.sz-k ul li a .pic img{
  height:auto;
}
.sz-k ul li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.2rem 0 0.3rem;
}

.sz-k ul li a .tx h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  color: #B41B19;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sz-k ul li a .tx h4 {
  font-family: "syh-r";
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
  color: #9B9B9B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.13rem;
}

.sz-k ul li a .tx .p {
  margin-top: 0.3rem;
}

.sz-k ul li a .tx .p p {
  font-family: "syh-r";
  font-size: 0.14rem;
  line-height: 0.32rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sz-k ul li a .tx .p p:nth-child(2) {
  max-height: 0.64rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #B41B19;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #B41B19;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;

  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-family: 'sySong';
  font-size: 0.26rem;
  font-weight: bold;
  color: #B41B19;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.36rem 0.33rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.2rem 0px rgba(176, 87, 87, 0.1);
  margin-top: 0.3rem;
  transition: all 0.4s;
}

.tw ul li:first-child a {}

.tw ul li a .pic {
  float: left;
  width: 3.2rem;
  height: 1.78rem;
  padding-top: 0;
  margin-right: 0.36rem;
}

.tw ul li a .tw-tx {
  overflow: hidden;
}

.tw ul li a .tw-tx .date {
  display: inline-block;
  font-family: "syh-r";
  font-size: 0.16rem;
  color: #B41B19;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #B4C1D4;
  margin-top: 0.22rem;
  transition: all 0.4s;
}

.tw ul li a .tw-tx h3 {
  font-family: "syh-b";
  font-size: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #3A3A3C;
  transition: all 0.4s;
}

.tw ul li a .tw-tx p {
  font-family: "syh-r";
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #6C6865;
  opacity: 0.7;
  margin-top: 0.28rem;
  transition: all 0.4s;
}

.tw ul li:hover a {
  background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%);
}

.tw ul li:hover a .date {
  color: #fff;
  border-bottom-color: #fff;
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: #fff;
}

/* 机构设置 */

.zzjg-box {
  margin-top: 0.5rem;
  overflow: hidden;
}

.zzjg-box h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}

.zzjg-box ul li {
  width: 30.333%;
  margin: 0.2rem 1.5% 0 1.5%;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
}

.zzjg-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.02rem;
  background: #B41B19;
  z-index: -1;
  transition: all 0.4s;
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.12rem 0.2rem;
  height: 0.72rem;
}

.zzjg-box ul li a span {
  font-size: 0.18rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}

.zzjg-box ul li:hover::before {
  width: 100%;
}

.zzjg-box ul li:hover a span {
  color: #fff;
}

/* 学院领导 */
.xyld-box ul li {
  width: 47%;
}

.xyld-box ul li:hover::before {
  width: 0.02rem;
}

.xyld-box ul li a {
  flex-wrap: wrap;
  height: auto;
  padding: 0.32rem 0.4rem;
}

.xyld-box ul li a h3 {
  width: 100%;
  font-family: "syh-b";
  font-size: 0.2rem;
  font-weight: 700;
}

.xyld-box ul li a h3 b {
  color: #B41B19;
  font-weight: 700;
  padding-left: 0.1rem;
}

.xyld-box ul li a p {
  font-family: "syh-r";
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  min-height: 0.6rem;
  margin-top: 0.1rem;
}

/* 电子校报详情 */
.dzxb-xq {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.dzxb-xql {
  flex: 1;
  min-width: 0;
  padding: 0.3rem 0.5rem;
  background: #FFFFFF;
  border: 1px solid #B5BFD6;
  box-shadow: 0px 0.05rem 0.3rem 0px rgba(0, 0, 0, 0.25);
}

.dzxb-xql img {
  width: 100%;
}

.dzxb-xqr {
  width: 0.35rem;
  margin-right: 0.1rem;
}

.dzxb-xqr p {
  margin: 0.19rem 0;
  border-radius: 0px 0.1rem 0.1rem 0px;
  background: #007639;
  transition: all 0.4s;
}

.dzxb-xqr p a {
  display: block;
  padding: 0.15rem 0.09rem;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}

.dzxb-xqr p a img {
  width: 0.15rem;
}

.dzxb-xqr p:nth-child(2) {
  background: #B41B19;
}

.dzxb-xqr p:hover {
  width: calc(100% + 0.05rem);
}

/* 大美河推 */

.dmht {
  padding-top: 0.5rem;
}

.dmht-t {
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  padding-top: 1rem;
  margin-bottom: 0.11rem;
}

.dmht-tpic {
  width: 69%;
}

.dmht-tpic .pic {
  padding-top: 39.71%;
}

.dmht-tpic .pic img {
  transition: all 0.4s;
}

.dmht-tpic .pic:hover img {
  transform: scale(1.05);
}

.dmht-t h3 {
  width: 31%;
  text-align: center;
  font-family: "syh-b";
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
}

.dmht-d {
  overflow: hidden;
}

.dmht-d ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}

.dmht-d ul li {
  width: 33.33%;
}

.dmht-d ul li a {
  display: block;
  position: relative;
  margin: 0.11rem;
}

.dmht-d ul li a .pic {
  padding-top: 58.46%;
}

.dmht-d ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.53rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
}

.dmht-c ul>div {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;

}

.dmht-c ul>div li {
  width: 100%;
}

.dmht-c ul li.ts {
  width: 66.66%;
}

.dmht-d ul li.ts a .pic {
  padding-top: 59.6%;
}

.dmht-d ul li a .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
}

.dmht-d ul li a .info p {
  font-family: "syh-m";
  font-size: 0.16rem;
  text-align: center;
  color: #FFFFFF;

}

/* 校徽校训 */
.xxxh {}

.xxxh h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  position: relative;
}

.xxxh h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.4rem;
  width: 0.04rem;
  height: 0.24rem;
  background: #B41B19;
}

.xxxh p {
  font-family: "syh-r";
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #333333;
  text-indent: 2em;
}

.xxxh p b {
  font-weight: bold;
}

.xh {
  margin-top: 0.45rem;
  padding: 0.4rem;
  border: 1px solid #CBCBCB;
}

.xh h3 {
  margin-bottom: 0.3rem;
}

.xh-pic {
  margin-top: 0.45rem;
}

.xh-pic>div {
  background: #F7F7F7;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xxxh img {
  max-width: 100%;
}

.xh-pic1 {
  display: flex;
  justify-content: space-between;
}

.xh-pic1>div:first-child {
  width: 35%;
}

.xh-pic1>div:nth-child(2) {
  width: 62%;
}

.xh-pic2 {
  margin-bottom: 0.4rem;
}

.xh2 p {
  margin-bottom: 0.3rem;
}

.xh3 img {
  display: block;
  margin: 0 auto;
}

.xh3 .xh-k>div {
  display: flex;
  justify-content: center;
  align-self: center;
}

.xh3 .xh-k>div>img {
  max-width: 50%;
}

/* 学院简介 */

.xyjj h3 {
  font-family: "syh-b";
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
}

.xyjj p {
  font-family: "syh-r";
  font-size: 0.18rem;
  line-height: 32px;
  color: #333333;
  margin-top: 0.34rem;
  text-indent: 2em;
}

.xyjj img {
  display: block;
  max-width: 100%;
}

.jj {
  overflow: hidden;
  margin-top: 0.45rem;
}

.jj1 .jj1-pic {
  float: right;
  position: relative;
  z-index: 1;
  padding-right: 0.18rem;
  padding-bottom: 0.18rem;
  margin-top: 0.25rem;
  margin-left: 0.55rem;
}

.jj1 .jj1-pic::before {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  right: 0;
  bottom: 0;
  background: #B41B19;
  z-index: -1;
}

.jj1 .jj1-pic img {
  width: 2.43rem;
}

.jj3-1 {
  position: relative;
  margin-top: 0.34rem;
}

.jj3-1 .bg_img {
  height: 4.4rem;
}

.jj3-1 .jj3-1tx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1.2rem 14.5% 0.75rem 14.5%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.35rem;
}

.jj3-1 .jj3-1tx>p {
  margin-top: 0;
}

.jj3-2 {
  overflow: hidden;
  margin-top: 0.34rem;
}

.jj3-2>img {
  float: left;
  margin-right: 0.55rem;
  width: 5.77rem;
}

.jj4-1 {
  overflow: hidden;
  margin-top: 0.34rem;
}

.jj4-1>img {
  float: right;
  margin-left: 0.55rem;
  width: 5.5rem;
}

@media screen and (max-width: 1300px) {
  .nymain .leftNav {
    width: 3rem;
    margin-top: -1rem;
  }

  .nymain .leftNav>h2 {
    padding: 0.2rem 0.1rem 0.2rem 0.4rem;
  }

  .nymain .leftNav ul li a {
    padding: 0.27rem 0.5rem 0.27rem 0.4rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  }

  .nymain .leftNav>h2>div>b {
    font-size: 0.36rem;
  }

  .nymain .leftNav>h2>div>p {
    font-size: 0.18rem;
  }

  .nymain .leftNav>h2>div>p::before {
    width: 0.36rem;
  }

  .ny-right {
    width: calc(100% - 3.5rem);
  }

  .position .tit h3 {
    font-size: 0.32rem;
  }


  .jj3-1 .jj3-1tx {
    margin: 1.2rem 0.3rem 0.75rem 0.3rem;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
    padding-bottom: 0.5rem;
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .zzjg-box ul li {
    width: 47%;
  }

  .dzxb-xq {
    padding-top: 0.3rem;
  }

  .art-main .art-tit h3 {
    margin-top: 0.5rem;
  }

  .sz-k ul li {
    width: 100%;
  }

  .sz-k ul li a .tx h4 {
    font-size: 0.18rem;
  }

  .sz-k ul li a .tx .p p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width:900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    text-align: left;
    background: #B41B19;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.12rem 0.1rem 0.12rem 0.2rem;
  }

  .nymain .leftNav>h2>div>b {
    font-size: 0.28rem;
    line-height: 1;
  }

  .nymain .leftNav>h2>div>p {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }

  .nymain .leftNav>h2>div>p::before {
    width: 0.26rem;
  }

  .nymain .leftNav>h2 span {
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/cd.svg) no-repeat center center;
    background-size: 0.35rem auto;
    cursor: pointer;
  }
  .nymain .leftNav>h2 p span{
   background:none;
}
  .nymain {
    padding: 0.25rem 0 0.4rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    margin-top: 0;
    border-radius: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
    padding: 0.15rem 0.4rem 0.15rem 0.4rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .nymain .leftNav>ul>li>a::before {
    border-left-width: 0.03rem;
  }

  .ny-right {
    float: none;
    width: auto;
  }

  .position .weizhi {
    justify-content: flex-start;
    margin: 0.2rem 0;
    display: inline-block;
  }

  .position .weizhi span,
  .position .weizhi a {
    font-size: 12px;
  }

  .position .tit h3 {
    font-size: 0.24rem;
  }

  .position .tit .x {
    margin-left: 0.25rem;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 0;
  }

  .nymain .leftNav>ul>li>span {
    height: 0.67rem;
  }

  .text-list {
    margin-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.2rem 0;
  }

  .text-list ul li a .tx p {
    font-size: 12px;
  }

  .text-list ul li a .date {
    margin-right: 0.25rem;
  }

  .text-list ul li a .date b {
    font-size: 0.36rem;
  }

  .text-list ul li a .date span {
    font-size: 12px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul li {
    width: 47%;
    margin: 10px 1.5%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .tw ul li a .tw-tx p {
    font-size: 12px;
    margin-top: 0.12rem;
  }

  .tw ul li a {
    padding: 0.25rem;
  }

  .tw ul li a .pic {
    width: 2.6rem;
    height: 1.45rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0.12rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }

  .art-main .cont-tit p {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .pnext p {
    font-size: 0.18rem;
    margin: 0.05rem 0;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    padding: 0.2rem;
  }

  .dzxb-xq {
    padding-top: 0.1rem;
  }

  .dzxb-xql {
    padding: 0.2rem;
  }

  .dmht {
    padding-top: 0.2rem;
  }

  .dmht-t {
    padding-top: 0.75rem;
  }

  .dmht-t h3 {
    font-size: 0.26rem;
  }

  .xh {
    margin-top: 0.3rem;
    padding: 0.3rem;
  }

  .xxxh h3::before {
    left: -0.3rem;
  }

  .jj {
    margin-top: 0.3rem;
  }

  .xyjj p {
    margin-top: 0.2rem;
  }

  .jj1 .jj1-pic {
    margin-left: 0.25rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .jj1 .jj1-pic::before {
    top: 0.1rem;
    left: 0.1rem;
  }

  .jj3-2>img,
  .jj4-1>img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
  }

  .sz-k>h3>span {
    font-size: 0.24rem;
  }
}

@media screen and (max-width:640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }

  .jj3-1 .bg_img {
    height: auto;
    padding-top: 36.36%;
  }

  .jj3-1 .jj3-1tx {
    position: static;
    margin: 0.25rem 0 0 0;
    padding: 0;
  }
 .art-main .art-body img{
  max-width: 100% !important;
}


}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    font-size: 14px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 55.62%;
    margin-bottom: 0.12rem;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .dmht-t {
    flex-wrap: wrap;
    padding-top: 0.2rem;
  }

  .dmht-t h3 {
    order: 1;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .dmht-tpic {
    order: 2;
    width: 100%;
  }

  .dmht-c ul>div {
    width: 100%;
  }

  .dmht-c ul li.ts {
    width: 100%;
  }

  .dmht-d ul li {
    width: 100%;
  }

  .jj1 {
    display: flex;
    flex-wrap: wrap;
  }

  .jj1 .jj1-pic {
    order: 3;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .sz-k ul li a .pic {
    width: 2rem;
    height: 2.58rem;
  }

  .sz-k ul li a .tx {
    padding: 0.2rem 0.2rem 0 0.2rem;
  }

  .sz-k ul li a .tx .p {
    margin-top: 0.2rem;
  }

}

@media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}

.ssjg{min-height:450px;}
.list_rsou{ width:100%;}
.list_rsou ul{ width:100%; float:left;}
.list_rsou ul li{ width:100%; float:left;border-bottom: #ccc 1px dashed;
position: relative;
}
.list_rsou ul li::before{
    content: "";
    position: absolute;
    left: 0px; top:25px;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #B41B19;
}
.list_rsou ul li a{ margin-left: 14px;
    font-size: 0.18rem; color: #333; float: left;
     line-height: 55px; height: 55px;
     overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
     width:-moz-calc(100% - 100px);
     width:-webkit-calc(100% - 100px);
     width:calc(100% - 100px);
transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;}    
.list_rsou ul li i{ float: right; 
    font-size: 16px; color: #666;
    line-height: 55px;
      font-style: normal;
 }
.list_rsou ul li:hover a{ color: #B41B19; text-indent: 16px;
    transition:all 0.4s;}


.sspage{ width:100%; float:left; text-align:center; margin-top:25px;
font-size: 14px;
    color: #333;}
.sspage a{ color: #01548a;}

.qzssjg_no { width:600px; margin:50px auto 0px; overflow:hidden; font-size:14px; color:#333; line-height:25px;}



@media only screen and (max-width:700px) {
    .qzssjg_no{
        width: 500px;
    } 
}


@media only screen and (max-width:600px) {
    .qzssjg_no{
        width: 400px;
    } 
}
@media only screen and (max-width:500px) {
    .qzssjg_no{
        width: 300px;
    } 
}


.pb_sys_style2 .p_no_d{
      border: 1px solid #B41B19!important;
    background-color: #B41B19!important;
}

@media (min-width: 471px) and (max-width: 639px) {
    html { font-size: 13px; }
   table{display: flex;
   overflow-x: auto;
   width: 100% !important;
   white-space: nowrap;}
  }
  @media (min-width: 329px) and (max-width: 470px) {
    html { font-size: 12px; }
   table{display: flex;
   overflow-x: auto;
   width: 100% !important;
   white-space: nowrap;}
  
  }
  @media (max-width: 328px) {
    html { font-size: 12px; }
   table{display: flex;
   overflow-x: auto;
   width: 100% !important;
   white-space: nowrap;}
  }