.edu-news-wrap {
  width: 1360px;
  margin: 0px auto;
}

ul {
  margin: 0;
  padding: 0;
}
.edu-news-banner {
  background:url(../img/news.png);
  height: 250px;
  color: #252b3a;
  background-size: cover;
}

.edu-news-banner h3 {
  padding-top: 80px;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
}

.edu-news-banner p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
.edu-news-nav-wrap {
  width: 100%;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}

.edu-news-nav {
  display: table;
  margin: auto;
}

.edu-news-nav li {
  display: inline-block;
  color: #252b3a;
  font-size: 14px;
  line-height: 22px;
  margin: 14px 35px 13px 35px;
  cursor: pointer;
}

.edu-news-nav-active {
  position: relative;
  font-weight: 600;
}

.edu-news-nav-active:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  background: #2468f2;
  bottom: -12px;
  left: 0px;
}

.sidebar-box {
  height: 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  overflow: hidden;
  display: block;
}

.sidebar-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 1;
  min-height: 48px;
  height: 48px;
  z-index: 10;
  width: 100% !important;
  margin: 0 !important;
  background-color: #fff;
  overflow: visible;
  -webkit-box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
  box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
}

.sidebar-content {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
.sidebar-menu .item a:after{
  bottom:2px;
}
.fixed .sidebar-menu .item a
.sidebar-menu .item {
  display: inline-block;
  padding: 0 !important;
  font-size: 0;
  color: #252b3a !important;
  text-align: center;
  margin: 0 25px;
  
  background: #fff;
  font-weight: normal;
}

.sidebar-menu .item a {
  box-sizing:border-box;
  height:50px;
   display: block;
   font-size: 14px;
   color: #252b3a !important;
   letter-spacing: 0;
   text-align: center;
   line-height: 22px;
   padding: 14px 0px 12px 0px;
   position: relative;
}

.fixed .sidebar-menu .item a {
 
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.sidebar-menu .item:after{
  bottom:2px;
}
.fixed .sidebar-menu .item:after{
  bottom:0px;
}
.sidebar-menu .item a:after {
  background: #2468f2;
  bottom: 0px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -50%;
}

.fixed .sidebar-menu .item a:hover,
.sidebar-menu .item:hover a {
  color: #2468f2;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.sidebar-box2 {
  height: 48px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 1;
  text-align: center;
  z-index: 3;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.sidebar-box2.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.sidebar-menu .item a:hover{
  color: #2468f2!important;
}
.edu-news-information {
    background-color: #f9f9f9;
    overflow: hidden;
}
.edu-news-information-tab-wrap {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 55px;
}

.edu-news-information-tab-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  top: 37px;
}

.edu-news-information-tab {
  display: table;
  margin: auto;
  height: 40px;
  box-sizing: border-box;
}

.edu-news-information-tab-wrap a {
  display: inline-block;
  position: relative;
  line-height: 22px;
  padding-bottom: 16px;
  color: #252b3a;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
  pointer-events: auto;
}

.edu-news-information-tab-wrap a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #2468f2;
  opacity: 0;
  -webkit-transition: width 0.2s, opacity 0s 0.2s;
  transition: width 0.2s, opacity 0s 0.2s;
}

.edu-news-information-tab-wrap a:hover {
  color: #2468f2;
}

.edu-news-information-tab li {
  display: inline-block;
  color: #252b3a;
  font-size: 20px;
  line-height: 22px;
  margin: 0px 50px;
  cursor: pointer;
}
.edu-news-information-tab li.active a:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.edu-news-information-content > li {
  display: none;
  overflow: hidden;
  padding-bottom: 56px;
}

.information-business-news-list {
  margin-top: 18px;
}
.edu-news-lecturer-list .page-customize{
  padding-top: 32px;
  clear: both;
}
.information-business-news-list .page-customize{
  padding:25px 0;
      display: flex;
      justify-content: center;
}
.information-business-news-list>.business-news-list-card {
  background-color: #fff;
  height: 188px;
  border-radius: 15px;
  border-top: 1px solid #eee;
}
.information-business-news-list>.business-news-list-card:first-child{
  border-top:none;
}
.information-business-news-list>.business-news-list-card>a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s; 
  position: relative;
  height: inherit;
}

.information-business-news-list>.business-news-list-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}

.information-business-news-list>.business-news-list-card>a>span {
  width: 310px;
  height:150px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  align-self: center;
  top: 50%;
    left: 32px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}
.information-business-news-list>.business-news-list-card img {
  width: 100%;
  height: auto;
}
.business-news-list-content {
  overflow: hidden;
  position: absolute;
  left: 380px;
  top: 50%;
  transform: translateY(-50%);
}

.business-news-list-title {
  display: flex;
  margin-bottom: 8px;
}

.business-news-list-title h2 {
  color: #252b3a;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  max-width: 744px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.business-news-list-detail {
  width: 76%;
  overflow: hidden;
} 

.business-news-list-tag {
  display: inline-block;
  margin-left: 16px;
  color: #fff;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  padding: 1px 4px;
  border-radius: 2px;
}

.business-news-list-tag.adjust-notice {
  background-color: #fa9841;
}

.business-news-list-tag.service-offline-notice {
  background-color: #2468f2;
}

.business-news-list-tag.other-notice {
  background-color: #526ecc;
}

.business-news-list-tag.online-notice {
  background-color: #3ac295;
}

.business-news-list-detail {
  color: #575d6c;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.business-news-list-date {
  color: #575d6c;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.edu-news-carousel {
  height: 250px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.por-carousel-slide {
    width: 100%;
    height: 100%;
	display: flex;
}
.swiper-slide {
  width: calc(33.333% - 16px);
  height: 250px;
  margin-left: 16px;
  border-radius: 4px;
  flex-grow: 1;
}
.swiper-slide:first-child{
  margin-left: 0;
}
.swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  border-radius: 4px;
  background-color: #dfe1e6 !important;
  opacity: 1 !important;
}

.swiper-pagination {
  bottom: -6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #2468f2 !important;
}
.swiper-slide a .por-col-6 {
  width: 100%;
  background-position: 50%;
  max-width: 100%;
  height: 250px;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  background-size: 88% auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide a .por-col-6 .outer {
  padding: 32px;
  height:250px;
  box-sizing: border-box;
  background: rgb(18 17 17 / 10%);
}

.swiper-slide a .por-col-6 .outer h3 {
  padding-right: 174px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
  position: relative;
}

.por-text-seperate-line {
  display: block;
  width: 32px;
  height: 2px;
  margin: 24px 0px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-slide a .por-col-6 .outer .por-text-body-t1 {
  padding-right: 142px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  opacity: 0;
}

.swiper-slide a .por-col-6 .outer p {
  font-size: 16px;
  margin-top: 16px;
  text-align: left;
  opacity: 0;
}

.swiper-slide a .por-col-6:hover {
  background-size: 100% auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide a .por-col-6:hover .outer {
  height:250px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.swiper-slide a .por-col-6:hover .outer .por-text-body-t1,
.swiper-slide a .por-col-6:hover .outer p {
  opacity: 1;
}

/* carousel e */
.edu-news-newsexpress-wrapper{
  padding-bottom:56px;
}
.edu-news-newsexpress-list {
  margin-top: 32px;
}

.edu-news-newsexpress-list .news-newsexpress-list-card {
  color: #252b3a;
  
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.edu-news-newsexpress-list .news-newsexpress-list-card a{
  display:block;
  padding: 25px 0px 23px 0px;
}
.edu-news-newsexpress-list .news-newsexpress-list-card:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}


.newsexpress-list-title{
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 32px;
  position: relative;
  top: -5px;
  max-width: 1110px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsexpress-list-title span{
  
}
.edu-news-newsexpress-list .news-newsexpress-list-card a:hover .newsexpress-list-content-calender ~ span,.edu-news-newsexpress-list .news-newsexpress-list-card a:hover .newsexpress-list-title {
  color: #2468f2;
}

.newsexpress-list-content-calender {
  display: inline-block;
  padding: 6px 32px 7px 32px;
  border-left: #e2e2e2 1px solid;
}

.newsexpress-list-content-calender h1 {
  display: inline-block;
  font-size: 50px;
  line-height: 40px;
}

.newsexpress-list-content-calender span {
  color: #575d6c;
  font-size: 23px;
  display: inline-block;
  font-family: serif;
  position: relative;
  top: -6px;
  margin-left: 2px;
}

.list-content-calender-date {
  display: inline-block;
  position: relative;
  top: 3px;
}

.list-content-calender-date h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: right;
    font-weight: 600;
}

.list-content-calender-date p {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}
.por-carousel-pagination{
  bottom:-8px!important;
  margin-bottom: 2px;
  z-index: 1000;
}
	#content{
		    background: #f7f7f7;
		
	}
	.notice-detail-content {
	  max-width: 1360px;
	  margin: 0 auto;
	  background-color: #fff;
	}
	.notice-detail-content .notice-news-break {
	  padding-top: 15px;
	  font-size: 14px;
	  padding-bottom: 15px;
	  letter-spacing: 0;
	  line-height: 18px;
	}
	.notice-detail-content .notice-news-break i {
	  display: inline-block;
	  font-size: 12px;
	  margin-right: 6px;
	  margin-left: 6px;
	}
	.notice-detail-content .notice-news-break a {
	  color: #666A75;
	}
	.notice-detail-content .notice-news-break span {
	  color: #252B3A;
	}
	.notice-detail-content .notice-wrapper {
	  padding: 50px 0;
	}
	.notice-detail-content .notice-wrapper h1 {
	  font-size: 24px;
	  color: #242B3B;
	  text-align: center;
	  line-height: 30px;
	  margin-bottom: 20px;
	}
	.notice-detail-content .notice-wrapper h6 {
	  font-size: 12px;
	  color: #666A75;
	  text-align: center;
	  line-height: 30px;
	  margin-bottom: 30px;
	}
	.notice-detail-content .notice-wrapper h6 i {
	  width: 14px;
	  height: 14px;
	  display: inline-block;
	  background: url(./../img/custom-notice-detail-time.svg) no-repeat center;
	  background-size: cover;
	  margin-right: 10px;
	  vertical-align: sub;
	}
	.notice-detail-content .notice-wrapper p {
	  font-size: 16px;
	  color: #666A75;
	  letter-spacing: 0;
	  line-height: 32px;
	  margin-bottom: 20px;
	}
	.notice-detail-content .notice-wrapper .sign {
	  text-align: right;
	}
	.notice-detail-content .notice-wrapper .sign p:last-of-type {
	  margin-bottom: 0;
	}
	.action{
		border-top: 1px solid #E4E2E2;
	    margin-top:20px;
		padding: 15px 0 39px;
	}
	.action .prev{
	width: 45%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
	.action .next{
	width: 45%;
	float: right;
	text-align: right;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
	.notice-content img{width: 100% !important;height: auto !important;}
	.pep-common-banner.second-banner{
		width: 100%;
		overflow: hidden;
	}
	.pep-common-banner.second-banner img {
	    vertical-align: middle;
	}
.article-desc{width: 100% !important;}
@media (max-width: 1080px) {
	.edu-news-wrap {
	  width: 100%;
	  padding: 0 15px;
	}
	.edu-news-banner {
	    height: 130px !important;
		text-align: center;
	}
	.edu-news-banner h3 {
	    padding-top: 30px !important;
	    font-size: 30px;
	    line-height:35px;
	}
	.edu-news-information-tab li {
	    margin: 0;
		font-size: 16px;
	    padding: 0 12px;
	}
	.edu-news-carousel {
		height: 200px;
	    display: none;
	}
	.swiper-slide {
	    width: 100%;
		height: 200px;
	    margin-left: 0;
	}
	.swiper-slide a .por-col-6 .outer {
	    padding: 20px;
	    height: 200px;
	}
	.swiper-slide a .por-col-6 {
	    height: 200px;
	}
	.swiper-slide a .por-col-6 .outer h3,.swiper-slide a .por-col-6 .outer .por-text-body-t1{
	    padding-right: 0;
	}
	.por-text-seperate-line {
	    margin: 10px 0px;
	}
	.business-news-list-detail {
	    width:82%;
		    -webkit-line-clamp: 1;
	}
	.information-business-news-list {
	    margin-top: 0;
	}
	.business-news-list-date {
	    top:auto;
		bottom:15px;
		    right: 25px;
	    transform: translateY(0);
	}
	.newsexpress-list-content-calender {
	    padding:0;
	    border-left: none;
	}
	.newsexpress-list-content-calender h1 {
	    font-size: 14px;
	    line-height:16px;
	}
	.newsexpress-list-content-calender span {
	    font-size: 14px;
	    top: 0;
		    margin-left: 0;
	}
	.list-content-calender-date h2 {
	    font-size: 14px;
	    line-height:22px;
	    margin-bottom: 0;
	    text-align: left;
		float: left;
		margin-right: 5px;
		font-weight: 500;
	}
	.list-content-calender-date {
	    top:0;
	}
	.business-news-list-content {
		    position: relative;
			    top: 41%;
			left: 30px !important;
	}
	.information-business-news-list>.business-news-list-card>a>span{
	    width: 72px;
	    height: 72px;
	    left: 16px;
		position: relative;
	}
	.information-business-news-list>.business-news-list-card {
	    height: 128px;
	}
	.business-news-list-title h2 {
	    font-size: 16px;
	    line-height: 20px;
	    max-width:65%;
	}
	
	
	.notice-detail-content .notice-news-break {
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  font-weight: normal;
	  padding: 17px 22px 13px 20px;
	}
	.notice-detail-content .notice-wrapper {
	  padding: 0;
	  background-color: #f7f7f7;
	}
	.notice-detail-content .notice-wrapper .notice-content {
	  padding: 30px 20px;
	  background-color: #fff;
	}
	.notice-detail-content .notice-wrapper h1 {
	  font-size: 16px;
	  line-height: 20px;
	  margin-bottom: 20px;
	  color: #252B3A;
	  font-weight: bold;
	}
	.notice-detail-content .notice-wrapper h6 {
	  font-size: 12px;
	  margin-bottom: 20px;
	}
	.notice-detail-content .notice-wrapper p {
	  font-size: 14px;
	  line-height: 28px;
	  margin-bottom: 14px;
	}
	}