/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background-color: #f5f5f5;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 0;
}

a:hover {
  color: #87157B;
}



.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.logo img {
  height: 60px;
  margin-right: 10px;
}

.logo-text h1 {
  font-size: 24px;
  margin: 0;
  color: #8e1e1e;
}

.logo-text p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

/* 导航栏样式 */
.nav {
  background-color: #8e1e1e;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #1D1D1D;
  font-size: 14px;
  margin-right: 24px;
}

.nav-link:hover {
  color: #87157B;
}

/* 轮播图样式 */
.banner {
  position: relative;
  overflow: hidden;
  min-width: 1440px;
}

.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  position: relative;
}

.banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.banner img {
  width: 100%;
  display: block;
}



/* 通知公告样式 */

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
  }

  .banner {
    margin-top: 80px;
  }

  .logo-text h1 {
    font-size: 20px;
  }

  .logo img {
    height: 40px;
  }
}

/* 头部样式 */
.header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0.88;

}


.container {
  /* width: 80%; */
  width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  font-size: 0;
}

.logo-container {
  margin: 15px 0;
}

.logo-container img {
  width: 340px;
  height: 70px;
}

.logo-container .logo {
  height: 100px;
}

.swiper-button-prev {
  display: none !important;
}

.swiper-button-next {
  display: none !important;
}


.section {
  background-color: #fff;
  /* border-radius: 5px; 
  padding: 20px; */
}

.section:nth-of-type(odd) {
  background-color: #fff;
}

.section:nth-of-type(even) {
  background-color: #f3f3f3;
}

.section .section-container {
  width: 1440px;
  margin: 0 auto;
  padding: 60px 80px;
  z-index: 3;
  position: relative;
}



.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
}

.more-link:hover {
  opacity: 0.8;
  cursor: pointer;
}

.campus-logo-wrapper {
  display: flex;
  justify-content: center;
}

/* // 新闻 */
.news-section {
  background: url('/images/news_bg.png');
}

.news-list {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
}

.news-item {
  width: 410px;
  margin-right: 24px;
  background: #F8F8F8;
  padding: 32px 24px;
  letter-spacing: 0em;
  /* cursor: pointer; */
}

.news-item .time {
  font-size: 16px;
  font-weight: 500;
  color: #87157B;
  margin-bottom: 8px;
}

.news-item .title {
  height: 50px;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: 24px;
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
}

.news-item .title:hover {
  color: #87157B;
  cursor: pointer;
}

.news-item .detail {
  color: #9D9D9D;
}

.news-item .detail:hover {
  color: #87157B;
  cursor: pointer;
}

.news-item .img {

  width: 362px;
  height: 241px;
  overflow: hidden;
  margin-bottom: 24px;
}

.news-item img {
  width: 362px;
  height: 241px;
  transition: all 0.9s;
}

.news-item img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news-more-list {
  margin-right: 0;
  border-top: 3px solid #87157B;
  background: #fff;
  padding: 0 20px;
}

.news-more-list .news-more-item {
  height: 90px;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
}

.news-more-list .news-more-item .left {
  width: 52px;
  margin-right: 24px;
  text-align: right;
}

.news-more-list .news-more-item .left .day {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
}

.news-more-list .news-more-item .left .year {
  color: #9D9D9D;
  font-size: 12px;
  font-weight: normal;
}

.news-more-list .news-more-item .right {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.news-more-list .news-more-item .right .info {

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.news-more-list .news-more-item .right .info:hover {
  color: #87157B;
  cursor: pointer;
}


.notice-section {
  position: relative;

  font-size: 16px;
  font-weight: normal;
}

.notice-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 50%;
  height: 100%;
  background: url('/images/mask.png') no-repeat scroll top center #fff;
  /* background-attachment: fixed; */
  background-size: cover;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}


.notice-container {
  display: flex;
  background: #fff;
  text-align: center;
  margin-top: 40px;
}

.notice-container .notice-item {
  flex: 1;
  padding: 36px 0;
  cursor: pointer;
}

.notice-day {

  font-size: 36px;
  font-weight: 500;

  line-height: 50px;
}

.notice-year {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.notice-content {

  position: relative;
  margin-top: 32px;
  border-top: 2px solid #EFEFEF;
}

.notice-title {
  padding: 32px 24px 0;
  text-align: left;
}

.notice-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #EFEFEF;
}

.notice-item:hover {
  color: #87157B !important;
  position: relative;
}

.notice-item:hover.notice-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #87157B;
}

.notice-item:hover .notice-content::before {
  border: 2px solid #87157B;
}

.notice-section .btn-container {
  text-align: center;
  margin-bottom: -60px;
}

.notice-section .btn-container img:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* 页脚样式 */
.footer {
  background-color: #fff;
  color: #1D1D1D;
  font-size: 14px;
  font-weight: normal;
}

.footer-container {
  width: 1440px;
  margin: 0 auto;
  padding: 32px 80px;
}

.footer-logo {
  padding-bottom: 20px;
  border-bottom: 2px solid #EFEFEF;
}

.footer-logo img {

  width: 224px;
  height: 46px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-qrcode {
  display: flex;
}

.qrcode-item {
  margin-left: 48px;
  text-align: center;
}

.ba {
  display: flex;
  align-items: center;
}

.ba .dz {
  margin-left: 48px;
}

.footer-info p {
  margin-top: 12px;
  line-height: 20px;
  height: 20px;
}

.footer-info p span {
  margin-left: 24px;
}

.footer-info {
  margin-bottom: 20px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: #ccc;
  margin: 0 10px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #999;
}




/* 招聘 */
.nav-section .section-container {
  padding: 20px 80px;
}

.list-nav {
  display: flex;
}

.list-nav-item {
  margin-right: 24px;
}

.nav-section a {
  color: #333;
  font-size: 20px;
  opacity: 0.5;
}

.nav-section a.active {
  color: #000;
  font-size: 20px;
  opacity: 1;
}

.zp-section .section-container {
  padding: 20px 80px;
}

.zp-section .section-container .title {

  font-size: 20px;
  font-weight: 500;
  padding: 16px 0;
}

.zp-list .zp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 16px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.zp-title {
  
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.zp-list .zp-item .zp-item-left {
  display: flex;
  align-items: center;
}

.zp-list .zp-item .zp-time {

  color: #888;
  margin-right: 48px;
}

.zp-list .zp-item .zp-item-right {

}


.nav-link:hover {
  color: #87157B;
}



/* 招聘详情 */

.ryzp-content {
  width: 1280px;
  margin: 30px auto;
  padding: 30px;  
   
  background: #fff;
}
.ryzp-content .title {

    text-align: center;
    font-size: 26px;
    line-height: 36px; 
}

.ryzp-content .time {
  
    margin: 20px auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.ryzp-content .time  .label { 
    height: 20px;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
    background: #9d3a3f !important;
    color: #fff;
}
.ryzp-content .editor {
    line-height: 30px;
}

.ryzp-content .editor table{
    margin:0 auto;
}
.ryzp-content .editor img{

    height: auto;
    max-width: 100%;
}


.ryzp-content .editor p{
    margin-bottom: 10px;
}

.nav-container {
  
  width: 1280px;
  margin: 0 auto;
  padding-top: 20px;  
}
.nav-container a{
  line-height: 20px;
  height: 20px;
    font-size: 16px;
    color: #000;
    margin: 0 10px;
    /* display: inline-block; */
    vertical-align: middle;
    opacity: 1;
}
.nav-container .crumbs  {
  display: flex;
  align-items: center;
}