@charset "UTF-8";
.p-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-1 .p-wrapper:nth-child(1) {
  width: 340px;
}

.p-1 .p-wrapper:nth-child(1) .block {
  margin-bottom: 24px;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav {
  padding-bottom: 2px;
  position: relative;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: url(../images/bg02.jpg) top center repeat-y;
  background-size: 100%;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 {
  background: url(../images/bg02.jpg) top center repeat-y;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 span {
  color: #fff;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 i {
  background: #fff;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul {
  padding: 0 20px;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li {
  height: 59px;
  border-bottom: 1px solid #eeeeee;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:last-child {
  border-bottom: 1px solid transparent;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div a {
  color: #0c7ed9;
  font-weight: bold;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div i::before {
  content: "";
  background: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div i::after {
  content: "";
  background: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div a {
  color: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div i::before {
  content: "";
  background: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div i::after {
  content: "";
  background: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on {
  height: auto;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on div i::after {
  content: "";
  display: none;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div {
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div a {
  display: block;
  font-size: 18px;
  color: #000;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  height: 2px;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl {
  display: none;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd {
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd:last-child {
  border-bottom: 1px solid transparent;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd:hover a {
  color: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd a {
  display: block;
  font-size: 18px;
  color: #000;
}

.p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd a.cur {
  font-weight: bold;
  color: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 59px;
  border-bottom: 1px solid #eeeeee;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li:last-child {
  border-bottom: 1px solid transparent;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li:hover::before {
  background: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li:hover a {
  color: #0c7ed9;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 10px 0 4px;
}

.p-1 .p-wrapper:nth-child(1) .block.real-time ul li a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 59px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}

.p-1 .p-wrapper:nth-child(2) {
  width: 820px;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 63px;
  border-bottom: 1px solid #dadada;
}

.crumbs h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bolder;
}

.crumbs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crumbs div span, .crumbs div a, .crumbs div i {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.crumbs div a:hover {
  color: #0c7ed9;
}

.crumbs div i {
  margin: 0 5px;
}

.crumbs div .cur {
  font-weight: bolder;
  color: #000;
}

/*文章详情*/
.article.xmjj {
  padding: 66px 0 0;
}

.article.xmjj .article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 44px;
}

.article.xmjj .article-header img {
  display: block;
  width: 35px;
  height: 31px;
  position: relative;
}

.article.xmjj .article-header img:nth-of-type(1) {
  top: -10px;
  margin-right: 30px;
}

.article.xmjj .article-header img:nth-of-type(2) {
  -ms-flex-item-align: end;
  align-self: flex-end;
  bottom: -10px;
  margin-left: 30px;
}

.article.xmjj .article-header h2 {
  color: #000064;
  font-size: 60px;
  font-weight: bolder;
}

.article.xmjj .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.article.xmjj-0802 {
  padding: 66px 0 0;
  margin-bottom: 40px;
}

.article.xmjj-0802 .article-body {
  margin-bottom: 50px;
}

.article.xmjj-0802 .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.article.xmjj-0802 .article-body p:last-child {
  margin-bottom: 0;
}

.article.xmjj-0802 .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}

.article.xmjj-0802 .feature-list::after {
  content: "";
  display: block;
  width: 260px;
  height: 0;
}

.article.xmjj-0802 .feature-list .feature {
  position: relative;
  background: #aedbff;
  border-radius: 6px;
  padding: 50px 17px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
}

.article.xmjj-0802 .feature-list .feature img {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.article.xmjj-0802 .feature-list .feature h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.article.xmjj-0802 .feature-list .feature p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.article.jfzy {
  padding: 26px 14px 0 0;
}

.article.jfzy .article-header {
  margin-bottom: 30px;
}

.article.jfzy .article-header h2 {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bolder;
}

.article.jfzy .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.article.jfzy-0802 {
  padding: 26px 14px 40px 0;
}

.article.jfzy-0802 .article-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  margin-bottom: 40px;
}

.article.jfzy-0802 .article-switcher span {
  display: block;
  text-align: center;
  width: 240px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background: #666666;
  line-height: 50px;
  cursor: pointer;
  margin-right: 15px;
}

.article.jfzy-0802 .article-switcher span:hover, .article.jfzy-0802 .article-switcher span.active {
  background: #0c7ed9;
}

.article.jfzy-0802 .article-body {
  display: none;
}

.article.jfzy-0802 .article-body:nth-of-type(2) {
  display: block;
}

.article.jfzy-0802 .article-body figure {
  display: block;
  width: 63px;
  height: 63px;
  background: url(../images/icon22.png) center no-repeat;
  background-size: contain;
  margin: 10px 0;
}

.article.jfzy-0802 .article-body img {
  display: block;
  max-width: 100%;
}

.article.jfzy-0802 .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}

.article.jfzy-0802 .article-body p:last-child {
  margin-bottom: 0;
}

.article.jnkc {
  padding: 34px 0 0 0;
}

.article.jnkc .article-header {
  margin-bottom: 37px;
}

.article.jnkc .article-header h2 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 36px;
}

.article.jnkc .article-header .article-quota {
  display: block;
  text-align: center;
  vertical-align: top;
  height: auto;
  font-size: 0;
}

.article.jnkc .article-header .article-quota span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  margin: 0 10px;
  color: #333;
}

.article.jnkc .article-body {
  padding-top: 26px;
  padding-bottom: 37px;
}

.article.jnkc .article-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.article.jnkc .article-body p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}

.article.jnkc .prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px;
  margin-bottom: 36px;
}

.article.jnkc .prev-next div {
  font-size: 0;
}

.article.jnkc .prev-next div span, .article.jnkc .prev-next div a {
  margin: 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.article.jnkc .prev-next div:hover span, .article.jnkc .prev-next div:hover a {
  color: #0c7ed9;
}

/*招生简章列表*/
.zsjz-list {
  margin-bottom: 20px;
}

.zsjz-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0;
}

.zsjz-list .wrapper::after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

.zsjz-list .wrapper > a {
  display: block;
  width: 350px;
  margin-bottom: 20px;
}

.zsjz-list .wrapper > a .img-box {
  width: 350px;
  height: 495px;
}

.zsjz-list .wrapper > a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.zsjz-list .wrapper > a span {
  padding: 20px 0;
  display: block;
  color: #000;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  white-space: normal;
}

/*招生简章*/
.zsjz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 778px;
  margin-left: calc(100% - 778px);
  padding-top: 64px;
}

.zsjz .img-win {
  position: relative;
  z-index: 900;
}

.zsjz .img-win a {
  display: block;
  width: 485px;
  height: 686px;
  margin: 0 auto -140px;
  position: relative;
}

.zsjz .img-win a img {
  display: block;
  width: 100%;
  height: 100%;
}

.zsjz .img-win a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  bottom: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 28px;
  width: 68px;
  color: #000;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.zsjz .img-win a span i {
  display: block;
  color: #000;
  font-weight: bold;
  margin: 0 4px;
}

.zsjz .bg {
  width: 100%;
  background: #516bf5;
  overflow: hidden;
  position: relative;
  z-index: 800;
}

.zsjz .bg #zsjz-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  outline: none;
  opacity: 1;
  top: 40px;
  margin-top: 0;
  left: 45px;
}

.zsjz .bg #zsjz-prev i {
  display: block;
  width: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 30px;
  color: #b5b5b5;
  margin-top: 3px;
}

.zsjz .bg #zsjz-prev.active i {
  color: #0c7ed9;
}

.zsjz .bg #zsjz-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 58px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  outline: none;
  opacity: 1;
  top: 40px;
  margin-top: 0;
  right: 45px;
}

.zsjz .bg #zsjz-next i {
  display: block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #b5b5b5;
  margin-top: 3px;
}

.zsjz .bg #zsjz-next.active i {
  color: #0c7ed9;
}

.zsjz .bg #zsjz-scrollbar {
  position: absolute;
  width: 200px;
  height: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
  background: #cbcbcb;
}

.zsjz .bg #zsjz-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.zsjz .bg #zsjz-swiper {
  margin: 180px 24px 90px;
}

.zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
}

.zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 130px;
  height: 184px;
}

.zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide.active::after {
  border: 2px solid #c00;
}

/*招生专业*/
.zszy table {
  margin: 40px 0;
}

.zszy table tr th img, .zszy table tr td img {
  display: block;
  width: 100%;
}

.zszy table tr th a, .zszy table tr td a {
  display: block;
}

/*招生问答*/
.zswd .list {
  margin: 20px 0 76px;
}

.zswd .list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zswd .list > a:hover::before {
  background: #0c7ed9;
}

.zswd .list > a:hover span {
  color: #0c7ed9;
}

.zswd .list > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #cecece;
  border-radius: 50%;
  margin: 0 22px 0 6px;
}

.zswd .list > a span {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 88%;
}

.zswd .pages {
  margin-bottom: 100px;
}

.zswd-0802 .list {
  margin: 20px 0 76px;
}

.zswd-0802 .list a {
  display: block;
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 17px;
  border-radius: 8px;
  text-decoration: none;
}

.zswd-0802 .list a:last-child {
  margin-bottom: 0;
}

.zswd-0802 .list a:nth-child(2n+2) {
  background: #f7f6f2;
}

.zswd-0802 .list a:hover {
  background: #0c7ed9;
}

.zswd-0802 .list a:hover h2, .zswd-0802 .list a:hover p {
  color: #fff;
}

.zswd-0802 .list a h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  margin-bottom: 34px;
}

.zswd-0802 .list a p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.zswd-0802 .pages {
  margin-bottom: 100px;
}

/*实践考核 + 校友分享 + 考核大纲 + 通知公告*/
.sjkh .list {
  margin: 20px 0 76px;
}

.sjkh .list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.sjkh .list div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.sjkh .list div a:hover::before {
  background: #0c7ed9;
}

.sjkh .list div a:hover span {
  color: #0c7ed9;
}

.sjkh .list div a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #cecece;
  border-radius: 50%;
  margin: 0 22px 0 6px;
}

.sjkh .list div a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sjkh .list div i {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 60px;
  margin-left: 80px;
  padding: 0 8px;
}

.sjkh .pages {
  margin-bottom: 100px;
}

/*技能课程*/
.jnkc .list {
  overflow: hidden;
  margin: 40px 0 100px;
}

.jnkc .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.jnkc .list .wrapper a {
  display: block;
  margin-bottom: 30px;
  width: 395px;
}

.jnkc .list .wrapper a:hover .img-box .infos-layer {
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.jnkc .list .wrapper a h2 {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.jnkc .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.jnkc .list .wrapper a .img-box img {
  display: block;
  width: 395px;
  height: 255px;
}

.jnkc .list .wrapper a .img-box .infos-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.jnkc .list .wrapper a .img-box .infos-layer span {
  display: block;
  width: 160px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  background: #0c7ed9;
}

.jnkc .pages {
  margin-bottom: 100px;
}

/*活动展示*/
.hdzs .list {
  overflow: hidden;
  margin: 30px 0 100px;
}

.hdzs .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.hdzs .list .wrapper a {
  display: block;
  margin-bottom: 24px;
  background: #fff;
  width: 400px;
  padding-bottom: 16px;
}

.hdzs .list .wrapper a:hover .img-box .infos-layer {
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.hdzs .list .wrapper a:hover h2 {
  color: #0c7ed9;
}

.hdzs .list .wrapper a h2 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 0 14px;
}

.hdzs .list .wrapper a span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding: 0 14px;
}

.hdzs .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.hdzs .list .wrapper a .img-box img {
  display: block;
  width: 400px;
  height: 223px;
}

.hdzs .list .wrapper a .img-box .infos-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.hdzs .list .wrapper a .img-box .infos-layer span {
  display: block;
  width: 160px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  background: #0c7ed9;
}

.hdzs .pages {
  margin-bottom: 100px;
}

/*学子风采*/
.xzfc .list {
  overflow: hidden;
  margin: 30px 0 100px;
}

.xzfc .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -26px;
}

.xzfc .list .wrapper::after {
  content: "";
  display: block;
  height: 0;
  width: 260px;
}

.xzfc .list .wrapper a {
  display: block;
  width: 260px;
  margin-bottom: 26px;
}

.xzfc .list .wrapper a:hover .img-box img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.xzfc .list .wrapper a:hover .img-box .infos-layer {
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.xzfc .list .wrapper a:hover h2 {
  color: #0c7ed9;
}

.xzfc .list .wrapper a h2 {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.xzfc .list .wrapper a .img-box {
  width: 260px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.xzfc .list .wrapper a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.xzfc .list .wrapper a .img-box .infos-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  -webkit-transition: .2s linear .2s;
  transition: .2s linear .2s;
  overflow: hidden;
  opacity: 0;
}

.xzfc .list .wrapper a .img-box .infos-layer img {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.xzfc .pages {
  margin-bottom: 100px;
}

/*技能证书*/
.jnzs .list {
  overflow: hidden;
  margin: 40px 0 100px;
}

.jnzs .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.jnzs .list .wrapper a {
  display: block;
  margin-bottom: 30px;
}

.jnzs .list .wrapper a:hover .img-box .infos-layer {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.jnzs .list .wrapper a:hover .img-box .infos-layer p {
  opacity: 1;
  -webkit-transition: opacity .2s linear .2s;
  transition: opacity .2s linear .2s;
}

.jnzs .list .wrapper a h2 {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.jnzs .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.jnzs .list .wrapper a .img-box img {
  display: block;
  width: 395px;
  height: 280px;
}

.jnzs .list .wrapper a .img-box .infos-layer {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  -webkit-transition: .2s linear .2s;
  transition: .2s linear .2s;
  overflow: hidden;
}

.jnzs .list .wrapper a .img-box .infos-layer p {
  padding: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.jnzs .pages {
  margin-bottom: 100px;
}

/*合作单位*/
.hzdw .list {
  overflow: hidden;
  margin: 0 0 100px;
}

.hzdw .list .wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 38px 0 34px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hzdw .list .wrapper a:hover .infos-box h2 {
  color: #0c7ed9;
}

.hzdw .list .wrapper a:hover .img-box {
  -webkit-box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.hzdw .list .wrapper a .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hzdw .list .wrapper a .infos-box h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 18px;
}

.hzdw .list .wrapper a .infos-box .addr-tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hzdw .list .wrapper a .infos-box .addr-tel span i {
  display: block;
  margin: 4px 0;
}

.hzdw .list .wrapper a .infos-box .addr-tel span i:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
}

.hzdw .list .wrapper a .infos-box .addr-tel span i:nth-child(2) {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.hzdw .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-left: 2px;
  margin-right: 24px;
  border-radius: 10px;
  width: 300px;
  height: 140px;
}

.hzdw .list .wrapper a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.hzdw .pages {
  margin-bottom: 100px;
}

.hzdw2 .list {
  margin: 0 0 100px;
}

.hzdw2 .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hzdw2 .list .wrapper::after {
  content: "";
  display: block;
  height: 0;
  width: 30%;
}

.hzdw2 .list .wrapper a {
  display: block;
  width: 30%;
  padding: 38px 0 10px;
  border-bottom: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hzdw2 .list .wrapper a:hover .infos-box h2 {
  color: #0c7ed9;
}

.hzdw2 .list .wrapper a:hover .img-box {
  -webkit-box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.hzdw2 .list .wrapper a .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hzdw2 .list .wrapper a .infos-box h2 {
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.hzdw2 .list .wrapper a .infos-box .addr-tel {
  font-size: 12px;
  color: #333;
  line-height: 24px;
  width: 100%;
}

.hzdw2 .list .wrapper a .infos-box .addr-tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hzdw2 .list .wrapper a .infos-box .addr-tel span i {
  display: block;
  margin: 4px 0;
}

.hzdw2 .list .wrapper a .infos-box .addr-tel span i:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
}

.hzdw2 .list .wrapper a .infos-box .addr-tel span i:nth-child(2) {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.hzdw2 .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-left: 2px;
  margin-right: 24px;
  border-radius: 10px;
  width: 100%;
  height: 115px;
}

.hzdw2 .list .wrapper a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.hzdw2 .pages {
  margin-bottom: 100px;
}

.hzdw-0802 .hzdw-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hzdw-0802 .hzdw-switcher span {
  display: block;
  text-align: center;
  width: 240px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background: #666666;
  line-height: 50px;
  cursor: pointer;
  margin-right: 15px;
}

.hzdw-0802 .hzdw-switcher span:hover, .hzdw-0802 .hzdw-switcher span.active {
  background: #0c7ed9;
}

.hzdw-0802 .list {
  display: none;
}

.hzdw-0802 .list:nth-of-type(2) {
  display: block;
}

.hzdw-0802 .list .wrapper {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hzdw-0802 .list .wrapper::after {
  content: "";
  display: block;
  height: 0;
  width: 30%;
}

.hzdw-0802 .list .wrapper a {
  display: block;
  width: 30%;
  padding: 10px 0 10px;
  margin-bottom: 38px;
  border-bottom: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hzdw-0802 .list .wrapper a:nth-child(10), .hzdw-0802 .list .wrapper a:nth-child(11), .hzdw-0802 .list .wrapper a:nth-child(12) {
  margin-bottom: 0;
}

.hzdw-0802 .list .wrapper a:hover .infos-box h2 {
  color: #0c7ed9;
}

.hzdw-0802 .list .wrapper a:hover .img-box {
  -webkit-box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.hzdw-0802 .list .wrapper a .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hzdw-0802 .list .wrapper a .infos-box h2 {
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.hzdw-0802 .list .wrapper a .infos-box .addr-tel {
  font-size: 12px;
  color: #333;
  line-height: 24px;
  width: 100%;
}

.hzdw-0802 .list .wrapper a .infos-box .addr-tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hzdw-0802 .list .wrapper a .infos-box .addr-tel span i {
  display: block;
  margin: 4px 0;
}

.hzdw-0802 .list .wrapper a .infos-box .addr-tel span i:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
}

.hzdw-0802 .list .wrapper a .infos-box .addr-tel span i:nth-child(2) {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.hzdw-0802 .list .wrapper a .img-box {
  display: block;
  position: relative;
  margin-left: 2px;
  margin-right: 24px;
  border-radius: 10px;
  width: 100%;
  height: 115px;
}

.hzdw-0802 .list .wrapper a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.hzdw-0802 .pages {
  margin-bottom: 100px;
}

/*师资力量*/
.szll .list {
  overflow: hidden;
  margin: 40px 0 100px;
}

.szll .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -38px;
}

.szll .list .wrapper::after {
  content: "";
  display: block;
  height: 0;
  width: 260px;
}

.szll .list .wrapper a {
  display: block;
  width: 260px;
  margin-bottom: 38px;
}

.szll .list .wrapper a:hover .img-box img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.szll .list .wrapper a:hover .infos-box h2 {
  color: #0c7ed9;
}

.szll .list .wrapper a .img-box {
  width: 260px;
  height: 285px;
  overflow: hidden;
}

.szll .list .wrapper a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.szll .list .wrapper a .infos-box h2 {
  width: 96%;
  padding: 21px 0 8px;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.szll .list .wrapper a .infos-box p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.szll .pages {
  margin-bottom: 100px;
}

/*师资详情*/
.szxq {
  margin: 40px 0 0;
}

.szxq .teacher-img {
  margin-bottom: 56px;
}

.szxq .teacher-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.szxq .teacher-infos {
  margin-bottom: 72px;
}

.szxq .teacher-infos h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.szxq .teacher-infos p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 30px;
}

.szxq .teacher-infos p:last-child {
  margin-bottom: 0;
}

.szxq .prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.szxq .prev-next a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  width: 400px;
  color: #0c7ed9;
  background: #fff;
}

.szxq .prev-next a:hover {
  color: #fff;
  background: #0c7ed9;
}

/*专家讲座*/
.zjjz {
  margin: 40px 0 0;
}

.zjjz .list {
  overflow: hidden;
  margin-bottom: 90px;
}

.zjjz .list .wrapper {
  margin-bottom: -40px;
}

.zjjz .list .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.zjjz .list .wrapper .item:hover .img-box span.line-top {
  width: 100%;
  transition-delay: 0S;
  -o-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.zjjz .list .wrapper .item:hover .img-box span.line-right {
  height: 100%;
  transition-delay: .1S;
  -o-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.zjjz .list .wrapper .item:hover .img-box span.line-bottom {
  width: 100%;
  transition-delay: .2s;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.zjjz .list .wrapper .item:hover .img-box span.line-left {
  height: 100%;
  transition-delay: .3S;
  -o-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.zjjz .list .wrapper .item:hover .infos-box .title {
  color: #0c7ed9;
}

.zjjz .list .wrapper .item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 390px;
  position: relative;
  /* 使用span模拟边框 */
}

.zjjz .list .wrapper .item .img-box img {
  display: block;
  width: 100%;
  height: 240px;
}

.zjjz .list .wrapper .item .img-box span {
  position: absolute;
  background: #0c7ed9;
  transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  /* 上边框 */
  /* 右边框 */
  /* 下边框 */
  /* 左边框 */
}

.zjjz .list .wrapper .item .img-box span.line-top {
  height: 1.5%;
  width: 0;
  top: 0;
  right: 0;
  transition-delay: .4S;
  -o-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.zjjz .list .wrapper .item .img-box span.line-right {
  bottom: 0;
  right: 0;
  height: 0;
  width: 1%;
  transition-delay: .3s;
  -o-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.zjjz .list .wrapper .item .img-box span.line-bottom {
  height: 1.5%;
  width: 0;
  left: 0;
  bottom: 0;
  transition-delay: .2s;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.zjjz .list .wrapper .item .img-box span.line-left {
  top: 0;
  left: 0;
  height: 0;
  width: 1%;
  transition-delay: .0s;
  -o-transition-delay: .0s;
  -moz-transition-delay: .0s;
  -webkit-transition-delay: .0s;
}

.zjjz .list .wrapper .item .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  margin-left: -20px;
  padding-left: 25px;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-right: 10px;
  position: relative;
  z-index: 900;
  overflow: hidden;
}

.zjjz .list .wrapper .item .infos-box .flag {
  color: #0c7ed9;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 3px;
}

.zjjz .list .wrapper .item .infos-box .title {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zjjz .list .wrapper .item .infos-box .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zjjz .list .wrapper .item .infos-box .date-addr span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  color: #000000;
}

.zjjz .list .wrapper .item .infos-box .date-addr span img {
  display: block;
  width: 20px;
  height: 22px;
  margin-right: 8px;
}

.zjjz .pages {
  margin-bottom: 100px;
}

/*工作流程 + 相关表格 + 自考政策*/
.gzlc .list, .xgbg .list {
  overflow: hidden;
  margin-bottom: 90px;
}

.gzlc .list .wrapper .item, .xgbg .list .wrapper .item {
  border-bottom: 2px solid #f9f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
}

.gzlc .list .wrapper .item:hover .infos-box p, .xgbg .list .wrapper .item:hover .infos-box p {
  color: #0c7ed9;
}

.gzlc .list .wrapper .item .img-box, .xgbg .list .wrapper .item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 260px;
  position: relative;
  margin-right: 38px;
  background: #ffc32d;
}

.gzlc .list .wrapper .item .img-box img, .xgbg .list .wrapper .item .img-box img {
  display: block;
  width: 100%;
  height: 160px;
}

.gzlc .list .wrapper .item .img-box span, .xgbg .list .wrapper .item .img-box span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c7ed9;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  font-family: arial;
}

.gzlc .list .wrapper .item .infos-box, .xgbg .list .wrapper .item .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.gzlc .list .wrapper .item .infos-box p, .xgbg .list .wrapper .item .infos-box p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  margin-bottom: 12px;
}

.gzlc .list .wrapper .item .infos-box .download-btn, .xgbg .list .wrapper .item .infos-box .download-btn {
  font-size: 0;
}

.gzlc .list .wrapper .item .infos-box .download-btn a, .xgbg .list .wrapper .item .infos-box .download-btn a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #535353;
  width: 40px;
  height: 34px;
}

.gzlc .list .wrapper .item .infos-box .download-btn a:nth-child(1), .xgbg .list .wrapper .item .infos-box .download-btn a:nth-child(1) {
  border: 1px solid #00428e;
  margin-right: -1px;
}

.gzlc .list .wrapper .item .infos-box .download-btn a img, .xgbg .list .wrapper .item .infos-box .download-btn a img {
  display: block;
  width: 40px;
  height: 34px;
}

.gzlc .pages, .xgbg .pages {
  margin-bottom: 100px;
}

.xgbg .list .wrapper .item .infos-box .download-btn {
  margin-left: 0;
}

.xgbg .list .wrapper .item .infos-box .download-btn a:nth-child(1) {
  border: 1px solid #535353;
  margin-right: 0;
}

.xgbg .list .wrapper .item .infos-box .download-btn a img {
  display: block;
  width: 40px;
  height: 34px;
}

.xgbg .pages {
  margin-bottom: 100px;
}

.xgbg-0802 {
  padding-top: 26px;
}

.xgbg-0802 .list {
  overflow: hidden;
  margin-bottom: 86px;
}

.xgbg-0802 .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -36px;
}

.xgbg-0802 .list .wrapper a {
  display: block;
  width: 400px;
  margin-bottom: 36px;
}

.xgbg-0802 .list .wrapper a .img {
  width: 400px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.xgbg-0802 .list .wrapper a .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.xgbg-0802 .list .wrapper a .img img.play-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 58px;
  margin: auto;
  opacity: .4;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.xgbg-0802 .list .wrapper a h2 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.xgbg-0802 .pages {
  margin-bottom: 100px;
}

/*新闻速递*/
.xwsd .list {
  overflow: hidden;
  margin-bottom: 90px;
}

.xwsd .list .wrapper .item {
  border-bottom: 2px solid #f9f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
}

.xwsd .list .wrapper .item:hover .img-box {
  -webkit-box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.3);
  box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.3);
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  transition-delay: .2S;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.xwsd .list .wrapper .item:hover .img-box span.line-top {
  width: 100%;
  transition-delay: .3S;
  -o-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.xwsd .list .wrapper .item:hover .img-box span.line-right {
  height: 100%;
  transition-delay: .2S;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.xwsd .list .wrapper .item:hover .img-box span.line-bottom {
  width: 100%;
  transition-delay: .1s;
  -o-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.xwsd .list .wrapper .item:hover .img-box span.line-left {
  height: 100%;
  transition-delay: .0S;
  -o-transition-delay: .0s;
  -moz-transition-delay: .0s;
  -webkit-transition-delay: .0s;
}

.xwsd .list .wrapper .item:hover .infos-box h2 {
  color: #0c7ed9;
}

.xwsd .list .wrapper .item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  position: relative;
  margin-right: 27px;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  transition-delay: .2S;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.xwsd .list .wrapper .item .img-box img {
  display: block;
  width: 100%;
  height: 188px;
}

.xwsd .list .wrapper .item .img-box span {
  position: absolute;
  background: #fff;
  transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  /* 上边框 */
  /* 右边框 */
  /* 下边框 */
  /* 左边框 */
}

.xwsd .list .wrapper .item .img-box span.line-top {
  height: 2%;
  width: 0;
  top: 0;
  right: 0;
  transition-delay: 0S;
  -o-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.xwsd .list .wrapper .item .img-box span.line-right {
  bottom: 0;
  right: 0;
  height: 0;
  width: 1.2%;
  transition-delay: .1s;
  -o-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.xwsd .list .wrapper .item .img-box span.line-bottom {
  height: 2%;
  width: 0;
  left: 0;
  bottom: 0;
  transition-delay: .2s;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.xwsd .list .wrapper .item .img-box span.line-left {
  top: 0;
  left: 0;
  height: 0;
  width: 1.2%;
  transition-delay: .3s;
  -o-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.xwsd .list .wrapper .item .infos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 24px;
}

.xwsd .list .wrapper .item .infos-box h2 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 25px;
}

.xwsd .list .wrapper .item .infos-box p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 24px;
}

.xwsd .list .wrapper .item .infos-box span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.xwsd .pages {
  margin-bottom: 100px;
}

/*联系方式*/
.lxfs li {
  border-bottom: 2px solid #000000;
  padding: 60px 0 36px 0;
}

.lxfs li:last-child {
  padding: 30px 0 40px;
  border-bottom: none;
}

.lxfs li:nth-child(4) p {
  font-size: 24px;
  font-family: "microsoft yahei";
}

.lxfs li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.lxfs li div span {
  display: block;
  line-height: 24px;
  margin-right: 6px;
}

.lxfs li div span:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.lxfs li div span:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.lxfs li div span:nth-child(3) {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  line-height: 18px;
}

.lxfs li p {
  font-size: 36px;
  line-height: 48px;
  font-family: arial;
  color: #000000;
  font-weight: bolder;
}

.lxfs li img {
  display: block;
  width: 100%;
}

/*交通指引*/
.jtzy {
  padding-top: 55px;
  padding-bottom: 40px;
}

.jtzy img {
  display: block;
  width: 566px;
  height: 632px;
}

.jtzy div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 20px;
}

.jtzy div img {
  width: 68px;
  height: 64px;
  margin-right: 28px;
}

.jtzy div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jtzy div p span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.jtzy div p span:nth-child(1) {
  color: #666;
}

.jtzy div p span i {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

/*华工视频 + 特色专业*/
.hgsp {
  padding-top: 26px;
}

.hgsp .list {
  overflow: hidden;
  margin-bottom: 86px;
}

.hgsp .list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -36px;
}

.hgsp .list .wrapper a {
  display: block;
  width: 400px;
  margin-bottom: 36px;
}

.hgsp .list .wrapper a .video-img {
  width: 400px;
  height: 224px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.hgsp .list .wrapper a .video-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.hgsp .list .wrapper a .video-img img.play-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 58px;
  margin: auto;
  opacity: .4;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.hgsp .list .wrapper a .video-img:hover .play-btn {
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 1;
}

.hgsp .list .wrapper a h2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hgsp .list .wrapper a .video-desc {
  margin-top: 12px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 48px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hgsp .pages {
  margin-bottom: 100px;
}

/*视频弹层*/
.video-layer {
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video-layer video {
  width: 100%;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.gb03 {
  width: 100%;
  height: 6px;
  background: url(../images/bg03.jpg) left top repeat-x;
}

/*系统翻页*/
.hzdw-0802 #wp_paging_w122{
    margin-top: 40px;
}

.hzdw-0802 #wp_paging_w122 .wp_paging{
    width: 100%;
    display: flex;
    align-items: center;
}
.hzdw-0802 #wp_paging_w122 .wp_paging .page_nav{
    display: flex;
    align-items: center;
    margin-top:0;
}
.hzdw-0802 #wp_paging_w122 .wp_paging .page_nav a{
    width:auto;
    padding:0;
    margin-bottom: 0;
    border:none;
}
.hzdw-0802 #wp_paging_w122 .wp_paging .page_jump{
    display: flex;
    align-items: center;
    margin-top:0;
}
.hzdw-0802 #wp_paging_w122 .wp_paging .page_jump .pages{
    margin-bottom:0;
}
.wp_paging li span, .wp_paging li a{
    width: auto;
    display: flex;
    align-items: center;
}
.wp_paging li span .pageNum{
margin-top: 0 !important;
}
.wp_paging li span a.pagingJump{
width: auto !important;
padding:0 !important;
margin-bottom: 0 !important;
border:none !important;
}