p,
ul,
h1,
h2,
h3,
h4 {
  padding: 0px;
  margin: 0px;
}
html,
body {
  font-size: 14px;
  color: #333;
  font-family: '微软雅黑';
  line-height: 1.5 !important;
  margin: 0;
  overflow-x: hidden;
}
li {
  list-style: none;
}
img {
  width: 100%;
  border: 0px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #c60304;
}
.clear {
  height: 0px;
  overflow: hidden;
  clear: both;
}
.ys1 {
  background: #f8f8f8;
}
.hr-grey {
  background: #f0f0f0;
  height: 23px;
  margin: 0 -15px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.clearfix:after {
  clear: both;
}
/*------------导航-------------*/
.header {
  background: #fff;
  overflow: hidden;
  padding: 15px 10px;
}
.logo {
  float: left;
  width: 75%;
}
.logo img {
  width: 100%;
  display: block;
}
.mobile-menu {
  float: right;
  margin-top: 5px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
}
.mobile-menu2 {
  float: right;
  margin-top: 12px;
  width: 34px;
  height: 24px;
  background: url(./images/mobile-menu2.jpg) no-repeat;
  background-size: 100% 100%;
}

.mobile-menu3 {
  float: right;
  display: none;
  margin-top: 12px;
  width: 34px;
  height: 24px;
  background: url(./images/mobile-menu3.jpg) no-repeat;
  background-size: 100% 100%;
}
.lmcd {
  height: 40px;
  line-height: 40px;
  background: rgb(249 249 249);
  border-bottom: 1px #e0dfdf solid;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.lm_menu {
  position: fixed;
  display: none;
  margin-top: -41px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  width: 100%;
  left: 0;
}
.lm_menu ul {
  float: left;
  width: 90%;
  background: #fff;
  height: 100%;
}
.lm_menu ul li {
  line-height: 48px;
  font-size: 18px;
  border-bottom: 1px #f3f3f3 solid;
  text-indent: 1em;
  font-weight: normal;
}
.lm_menu ul li i {
  padding-right: 5px;
}
.lm_menu .jtzs {
  float: left;
  width: 8%;
  padding-top: 20px;
  padding-left: 2%;
}
.lm_menu .jtzs .jt {
  color: #fff;
  font-size: 24px;
}
@keyframes clickfirst {
  0% {
    transform: translatey(4px) rotate(0deg);
  }
  100% {
    transform: translatey(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translatey(-4px) rotate(0deg);
  }
  100% {
    transform: translatey(0) rotate(-45deg);
  }
}
@keyframes outfirst {
  0% {
    transform: translatey(0) rotate(-45deg);
  }
  100% {
    transform: translatey(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translatey(0) rotate(45deg);
  }
  100% {
    transform: translatey(4px) rotate(0deg);
  }
}

/*------------main-------------*/
.main {
  padding: 10px 15px 0px 15px;
}
.bta {
  height: 36px;
  font-size: 18px;
  color: #c40001;
  font-weight: bold;
  line-height: 36px;
  padding: 10px 0;
}
.bta a {
  color: #888888;
  float: right;
  font-size: 13px;
  line-height: 36px;
}
.bta span {
  background: url('18178.png') no-repeat center center/100%;
  padding: 5px 10px;
  font-size: 17px;
}

.index-table table {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 10px;
}
.index-table table td {
  height: 35px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.index-table table td a {
  font-size: 14px;
  font-weight: bold;
  color: #c40001;
}
.index-table table .table-tit {
  color: #000;
}

.jp-class {
  background: #f0f0f0;
}
.sign-box {
  margin: 0 -15px;
}
.sign-box .bta,
.sign-box .img-items {
  margin: 0 15px;
}
.jp-class .img-items {
  overflow: hidden;
}
.jp-class-btn {
  margin: 0 15px;
  background: #f0f0f0;
  padding-bottom: 20px;
  display: none;
}
.jp-btn {
  width: 100%;
  height: 35px;
  display: block;
  background: #fff url('18167.png') no-repeat center center/7%;
  border-radius: 5px;
}

.index-nav {
  background: #c40001;
  padding: 10px;
}
.index-nav ul {
  overflow: hidden;
}
.index-nav ul li {
  float: left;
}
.index-nav a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 31.3%;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #fff;
  margin-bottom: 5px;
}
/*------------图片卡片---------------*/
.img-items {
  width: 105%;
}
.img-items .img-item {
  margin: 0 10px 10px 0;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  width: 43%;
  height: 17vh;
}
.img-items .img-item img {
  width: 100%;
  display: block;
}
.img-items .img-item p {
  text-align: center;
  height: 30px;
  background: #fff;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold; /* border-radius: 11px; */
}

.teachers .img-items .img-item {
  -moz-box-shadow: 0px 0px 7px #888888;
  box-shadow: 0px 0px 7px #888888;
}
.teachers .img-items .img-item p {
  font-weight: 500;
}
.teachers .img-swiper-pagination {
  text-align: center;
  margin: 5px 0px 10px 0px;
}
.teachers .img-swiper-pagination span {
  width: 5px;
  height: 5px;
  border: 2px solid #dbdbdb;
  background: #dbdbdb;
}
.teachers .img-swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #bd1d1d;
}

.trends .bta {
  border-bottom: 1px dashed #c5c5c5;
}

.teacher-tit {
  color: #c40001;
  text-align: center;
  margin: 15px 0;
}
.swiper-box1 {
  overflow: hidden;
}
/*.lead1 .leader-box{width: 100%}*/
.lead4 .leader-box {
  width: 25%;
}
.lead4 .leader-box img {
  width: 100%;
}

/*------------cont-------------*/
.cont-tit {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.des {
  color: #a8a8a8;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.cont-cont {
  padding: 10px 0;
}
.cont-cont img {
  width: 100% !important;
  height: auto !important;
}

/*------------学院风光-------------*/
.fg-banner {
  width: 100%;
  height: 300px;
}
.fg-banner .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fg-banner .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 73%;
  width: 100%;
  margin-bottom: 10px;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*------------footer-------------*/
.footer {
  padding: 10px 10px 20px 10px;
}
.footer p {
  text-align: center;
}
.footer .p1 {
  line-height: 25px;
  color: #555555;
  margin: 0 -5px 20px -5px;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.footer .p2 {
  line-height: 19px;
  color: #888888;
  font-size: 12px;
  margin: 0 -10px;
}

.footer-nav {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  height: 50px;
  text-align: center;
  background: #f4f4f4;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #ddd;
}
.footer-nav a {
  width: 19%;
  display: inline-block;
  font-size: 12px;
}
.footer-nav b {
  display: block;
  height: 30px;
}
.footer-nav .nav1 b {
  background: url('18185.png') no-repeat center center/30%;
}
.footer-nav .nav2 b {
  background: url('18181.png') no-repeat center center/25%;
}
.footer-nav .nav3 b {
  background: url('18182.png') no-repeat center center/29%;
}
.footer-nav .nav4 b {
  background: url('18183.png') no-repeat center center/31%;
}
.footer-nav .nav5 b {
  background: url('18184.png') no-repeat center center/25%;
}
/*------------补充-------------*/
.page-tt {
  background: url('18186.png') no-repeat center/40%;
  padding: 10px 0;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  font-size: 0 !important;
  border-radius: 15px;
  border: 0;
  margin: 0 5px;
}
.top {
  height: 45px;
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  line-height: 45px;
  background: #d93422;
}
.tt {
  text-align: center;
  padding: 10px 10px;
}
.tt a {
  color: #b71100;
  font-size: 22px;
  font-weight: bold;
}
.xydt-tit {
  width: calc(100% - 30px);
  height: 40px;
  box-sizing: border-box;
  margin: 0 15px;
  background: url(./images/xydt-tit.jpg);
  background-size: 100% 100%;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.xydt .pic {
  margin: 15px 15px 0;
  height: 210px;
}

.xydt .pic .pos-a {
  height: 40px;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 40px;
  width: 100%;
  background: url(./images/slide-bg.png);
}

.xydt .pic .pos-a a {
  color: #fff;
  font-size: 14px;
}

.flex {
  display: flex;
}

.flex_1,
.flex-1 {
  flex: 1;
}

.flex-align-center,
.ac,
.flex-ac {
  align-items: center;
}

.bys,
.flex-bys {
  flex-shrink: 0;
}

.jz,
.flex-jz {
  justify-content: center;
}

.flex-between,
.lb,
.flex-lb {
  justify-content: space-between;
}

.pp,
.flex-pp {
  justify-content: space-around;
}

.flex-end,
.jy,
.flex-jy {
  justify-content: flex-end;
}

.flex-sp,
.sp {
  flex-direction: column;
}

.flex-hh {
  flex-wrap: wrap;
}

.xydt .item {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.xydt .item .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.xydt .item .tit a {
  font-size: 16px;
  line-height: 30px;
}

.xydt .item .time {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  text-align: center;
  background: url(./images/xydt-time.jpg);
  background-size: 100% 100%;
  color: #fff;
}
.xydt .item .time .d {
  font-size: 28px;
  padding-bottom: 3px;
}
.jxzy {
  background: url(./images/jxzy.jpg);
  background-size: 100% 100%;
  height: 398px;
  width: 100%;
  box-sizing: border-box;
  padding: 110px 15px 0;
}
.jxzy-box {
  height: 270px;
}
.jxzy-slide {
  padding: 0 16px;
  box-sizing: border-box;
  height: 250px;
}
.ynsz-slide {
  padding: 0 16px;
  box-sizing: border-box;
  height: 250px;
}
.jxzy-slide .item {
  width: calc(100% - 11px);
  background: #fff;
  border-radius: 10px;
  height: 230px;
}
.ynsz-slide .item {
  width: calc(100% - 11px);
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 10px;
  height: 230px;
}
.ynsz-slide .item img {
  height: 130px;
}
.jxzy-box .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  font-size: 0 !important;
  border-radius: 15px;
  border: 0;
  margin: 0 5px;
}
.jxzy-slide .item .tit {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 4px;
  font-weight: 500;
  text-align: center;
  color: #d92129;
}
.jxzy-slide .item .txt {
  font-size: 12px;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制为 3 行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.jxzy-slide .item img {
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.jxzy-slide .item .more,
.jpkc-list .more,
.morety {
  border: 1px solid #963d34;
  border-radius: 40px;
  color: #963d34;
  margin: 0 auto;
  padding: 0 5px;
}
.jxzy-slide .item .more {
  font-size: 13px;
}
.morety {
  font-size: 16px;
  padding: 4px 15px;
}
.jpkc-tit,
.szdw-tit,
.pxjy-tit,
.xyyx-tit {
  margin: 20px 0;
  width: 100%;
  height: 54px;
  background: url(./images/jpkc-tit.jpg);
  background-size: 100% 100%;
}
.pxjy-tit {
  background: url(./images/pxjy-tit.jpg);
  background-size: 100% 100%;
}
.szdw-tit {
  background: url(./images/szdw-tit.jpg);
  background-size: 100% 100%;
}
.xyyx-tit {
  background: url(./images/xyyx-tit.jpg);
  background-size: 100% 100%;
}
.jpkc-list .item {
  float: left;
  width: calc(50% - 22px);
  margin-left: 15px;
}
.jpkc-list .item .tit {
  height: 36px;
}
.ellipsis,
.slh,
.jpkc-list .item .tit {
  text-align: center;
  overflow: hidden; /* 隐藏超出部分 */
  white-space: nowrap; /* 不换行 */
  text-overflow: ellipsis; /* 省略号 */
}
.jpkc-list .item .name {
  background: url(./images/jpkc-tit.png);
  background-size: 100% 100%;
  bottom: 0;
  box-sizing: border-box;
  padding-left: 18px;
  height: 22px;
  color: #fff;
  width: 100px;
}
.ynsz {
  margin: 0 15px;
  border: 2px solid #e1c9c7;
  border-radius: 15px;
  height: 226px;
  overflow: hidden;
}
.ynsz .tit {
  height: 100%;
  width: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  background: #f5eeed;
  line-height: 23px;
}
.ynsz .tit a {
  color: #d93422;
}
.ynsz .img-item {
  width: 30%;
}
.ynsz .item p {
  text-align: center;
  font-size: 20px;
}
.ynsz .item .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynsz .item .line {
  width: 24px;
  margin: 0 auto;
  height: 2px;
  margin-bottom: 2px;
  background: #cc000b;
}
.xyyx-pic {
  text-align: center;
  margin: 0 15px;
}
.xyyx-pic .txt {
  padding-top: 10px;
}
.dz {
  background: url(./images/dz.jpg);
  background-size: 100% 100%;
  height: 190px;
  padding: 0 15px;
}
.nytop {
  background: url(./images/nytop.jpg);
  background-size: 100% 100%;
  height: 170px;
  color: #fff;
  font-size: 24px;
  box-sizing: border-box;
  padding-top: 127px;
  padding-left: 18px;
}
.dqwz {
  padding: 10px 14px;
  background: #f5efef;
  color: #333;
  line-height: 24px;
}
.dqwz a {
  color: #333;
}
.dqwz img {
  width: 14px;
  padding-right: 5px;
  height: 12px;
  float: left;
  padding-top: 6px;
}
.kcmk .item {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #ccc;
}
.kcmk .item img {
  height: 100px;
  width: 45%;
}
.kcmk .item .flex-1 {
  padding-left: 15px;
}
.kcmk .item .flex-1 a {
  color: #333333;
  font-weight: bold;
  font-size: 19px;
}
.kcmk .item .flex-1 .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.page {
  height: 30px;
  text-align: center;
  padding: 15px 5px 5px;
}
.page a {
  border: 1px solid #e8dcdc;
  color: #6e4d4d;
  padding: 4px 8px;
  border-radius: 5px;
}
.page a.on {
  background: #cc000b;
  border-color: #cc000b;
  color: #fff;
}
.nr {
  padding: 15px;
}
.nr .tit {
  font-size: 24px;
  text-align: center;
}
.nr .time {
  color: #866b68;
  background: #f5efef;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.nr .txt {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
.xydt .item {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #ccc;
}
.szdw {
  padding: 10px 0;
}
.szdw .item {
  width: calc(33.3% - 8px);
  margin: 0 4px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dcc8c7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.szdw .item .name {
  font-weight: bold;
}
.szdw .item .line {
  width: 10px;
  margin: 0 auto;
  height: 2px;
  background: #cc000b;
}
.szdw .item .txt {
  font-size: 12px;
}
.xygk {
  text-align: justify;
  padding: 15px;
}
.xlld {
  padding: 15px;
}
.xlld .item {
  background: #f5efef;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #e6dcdc;
  margin-bottom: 15px;
}
.xlld .item img {
  width: 100px;
  padding: 3px;
  margin-right: 15px;
  background: #fff;
  height: 120px;
  float: left;
}
.xlld .item .name {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
}
.xyyx {
  padding: 15px;
}
.xyyx img {
  height: 200px;
}
.xyyx .item {
  line-height: 30px;
  padding-bottom: 10px;
}
.jxzy-ny {
  padding: 15px;
}
.jxzy-ny .item {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 10px;
  height: 158px;
  box-sizing: border-box;
}
.jxzy-ny .item1 {
  background: url(./images/jxzy-bg1.jpg) no-repeat;
  background-size: 100% 100%;
}
.jxzy-ny .item2 {
  background: url(./images/jxzy-bg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.jxzy-ny .item3 {
  background: url(./images/jxzy-bg3.jpg) no-repeat;
  background-size: 100% 100%;
}
.jxzy-ny .tit {
  color: #cc000b;
  font-size: 20px;
}
.jxzy-ny .txt {
  margin: 2px 0 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.jxzy-ny .see {
  display: block;
  width: 150px;
  text-align: center;
  color: #cc000b;
  line-height: 42px;
  font-size: 16px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #d5aca1;
}
.jxzy-ny-nr {
  padding: 15px 0;
}
.jxzy-ny-nr .tit {
  color: #d93422;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url(./images/jxzy-tit.jpg) no-repeat;
  background-size: 100% 100%;
  height: 57px;
}
.jxzy-ny-nr .txt {
  padding: 15px;
  text-align: justify;
}

.dbdzd {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.dbdzd .prev {
  position: absolute;
  left: 15px;
  width: 46px;
  height: 46px;
  top: 65px;
  z-index: 6;
  background: url(./images/jxzy-l.png);
  background-size: 100% 100%;
}

.dbdzd .next {
  position: absolute;
  right: 15px;
  width: 46px;
  height: 46px;
  top: 65px;
  z-index: 6;
  background: url(./images/jxzy-r.png);
  background-size: 100% 100%;
}
.dbdzd .prev:active {
  background: url(./images/jxzy-lc.png);
  background-size: 100% 100%;
}
.dbdzd .next:active {
  background: url(./images/jxzy-rc.png);
  background-size: 100% 100%;
}

.dbdzd .pic img {
  width: 100%;
  height: 195px;
}

.dbdzd .num {
  padding-top: 15px;
}

.dbdzd .num li {
  width: calc(33.3% - 16px);
  height: 108px;
  float: left;
  margin-left: 15px;
  text-align: center;
  padding: 2px;
  border: 1px solid #dbcaca;
}

.dbdzd .num li:nth-child(1) {
  margin-left: 0;
}

.dbdzd .num li.on {
  border: 1px solid #cc0000;
}

.dbdzd .num li img {
  width: 100%;
  height: 64px;
}
.dbdzd .num li .txt {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为 3 行 */
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
