/* public s */

.edu-news-wrap {
  width: 1280px;
  margin: 0px auto;
  /* padding-bottom: 56px; */
}

ul {
  margin: 0;
  padding: 0;
}

/* public e */

/* banner s */

.edu-news-banner {
  background:url(../images/news/edu-news-banner.png);
  height: 350px;
  color: #252b3a;
}

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

.edu-news-banner p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}

/* banner e */

/* nav s */

.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 li a {
}

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

.edu-news-nav-active:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  background: #c7000b;
  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: #c7000b;
  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: #c7000b;
  -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: #c7000b!important;
}
/* nav e */

/* information s */

.edu-news-information {
  background-color: #fafafa;
  overflow: hidden;
  /* padding-bottom: 56px; */
}
#section-3{
   padding-bottom:56px; 
}
.edu-news-title {
  color: #252b3a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 56px 0px 32px 0px;
  font-weight:600;
}

.edu-news-information-tab-wrap {
  position: relative;
  width: 100%;
  height: 40px;
}

.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: #c7000b;
  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: #c7000b;
}

.edu-news-information-tab li {
  display: inline-block;
  color: #252b3a;
  font-size: 18px;
  line-height: 22px;
  margin: 0px 92px 0px 92px;
  cursor: pointer;
}

.edu-news-information-tab li.active a {
  font-weight: 700;
}

.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 e */

/* type select s */

.micro-authentication-list-search-condition {
  padding: 24px 0px 0px 0px;
}

.list-search-condition-level-block {
  overflow: hidden;
}

.list-search-condition-level-block span {
  float: left;
}

.list-search-condition-level-item {
  float: left;
  width: 90%;
}

.list-search-condition-level-item li {
  float: left;
  margin-right: 12px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.nav_level li{
  margin-bottom:9px;
}
.list-search-condition-level-item li a {
  color: #575d6c;
  font-size: 14px;
  padding: 7px 16px;
  line-height: 18px;
  display: inline-block;
  border: #adb0b8 1px solid;
  border-radius: 2px;
}

.list-search-condition-level-item li a:hover {
  border-color: #c7000b;
  color: #c7000b;
}

.list-search-condition-level-block span {
  color: #575d6c;
  font-size: 14px;
  line-height: 18px;
  margin-right: 4px;
  position: relative;
  padding: 7px 16px 7px 0px;
}

.pc_selected a {
  color: #c7000b !important;
  border: #c7000b 1px solid !important;
}

/* type select e */

/* latest activity s */

.news-latest-activity {/* margin-bottom: 17px; */}

.news-latest-activity .news-latest-activity-card {
  position: relative;
  height: 379px!important;
}

.news-latest-activity .news-latest-activity-card a > img {
  height: 206px;
}

.news-latest-activity-content {
  padding: 17px 24px 19px 24px;
  color: #252b3a;
}

.news-latest-activity-content h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  word-break: break-all;
  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: 44px;
}
.activity-content-title-tag {
  color: #c7000b;
}
.news-latest-activity-content p {
  font-size: 12px;
  line-height: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 54px;
  margin-top: 8px;
}

.news-latest-activity-status {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding-left: 24px;
  width: 100%;
}

.news-latest-activity-date {
  display: inline-block;
}

.news-latest-activity-date-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/news/edu-news-time.svg);
  float: left;
  position: relative;
  top: 3px;
}

.news-latest-activity-time {
  display: inline-block;
  color: #575d6c;
  margin-left: 8px;
}

.news-latest-activity-time span {
  font-size: 12px;
  line-height: 18px;
}

.news-latest-activity-status-tag {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  padding: 0px 6px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 2px;
}

.news-latest-activity-status-tag.not-start {
  background-color: #526ecc;
}

.news-latest-activity-status-tag.in-progress {
  background-color: #fa9841;
}

.news-latest-activity-status-tag.completed {
  background-color: #8a8e99;
}

/* latest activity e */

/* business news s */

.edu-news-information-business-news {/* padding-bottom: 56px; */}

.information-business-news-list {
  margin-top: 32px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  /* padding-bottom: 32px; */
  /* overflow: hidden; */
}
.edu-news-newsexpress-list .page-customize{
  padding-top:32px;

  clear: both;

}
.news-latest-activity .page-customize{padding-top: 19px;/* padding-bottom:17px; */}
.edu-news-lecturer-list .page-customize{
  padding-top: 32px;
  /* padding-bottom:14px; */
  clear: both;
}
.information-business-news-list .page-customize{
  padding-top:32px;
  /* padding-bottom: 17px; */
  clear: both;
}
.information-business-news-list>.business-news-list-card {
  background-color: #fff;
  height: 138px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.information-business-news-list>.business-news-list-card>a {
  display: block;
  justify-content: space-between;
  -webkit-transition: 0.2s;
  /* transition: 0.2s; */
  padding: 32px 0px;
  position: relative;
  height: inherit;
}

.information-business-news-list>.business-news-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);
}

.information-business-news-list>.business-news-list-card:nth-child(2n) {
  background-color: #f5f5f6;
}

.information-business-news-list>.business-news-list-card img {
  width: 48px;
  height: 48px;
  float: left;
  align-self: center;
  top: 50%;
    left: 32px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.business-news-list-content {
  overflow: hidden;
  position: absolute;
  left: 113px;
  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: 825px;
  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: #c7000b;
}

.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: 2;
  overflow: hidden;
  max-height: 44px;
}

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

/* business news e */

/* news express s */

/* carousel  s */

.edu-news-carousel {
  height: 364px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide:nth-child(2n){
  margin-left: 8px;
}
.swiper-slide:nth-child(2n+1){
  margin-right: 8px;
}
.swiper-slide {
  width: 632px;
  height: 335px;
  border-radius: 4px;
  float: left;
}

.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: #c7000b !important;
}

.swiper-slide a {
  display: inline-block;
}

.swiper-slide a .por-col-6 {
  width: 632px;
  background-position: 50%;
  max-width: 100%;
  height: 335px;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.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: 110% 110%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide a .por-col-6:hover .outer {
  height: 335px;
  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: #c7000b;
}

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

.newsexpress-list-content-calender h1 {
  display: inline-block;
  font-size: 40px;
  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;
}

/* news express e */

/* lecturer s */

.edu-news-tab-wrap {
  padding-bottom: 15px;
}

.edu-news-tab {
  border-bottom: 1px solid #dfe1e6;
  overflow: hidden;
  padding: 0px 32px;
}

.edu-news-tab li a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
  pointer-events: auto;
}

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

.edu-news-tab li a:hover {
  color: #c7000b;
}

.edu-news-tab li {
  color: #252b3a;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.edu-news-tab li:not(:last-child) {
  margin-right: 8.39%;
}

.edu-news-tab li.active a {
  font-weight: 700;
}

.edu-news-tab li.active a:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.edu-news-lecturer-list {
}

.edu-news-lecturer-list .news-latest-activity-card {
  width: 415.5px;
  height: 612px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
  margin-top: 17px;
}

.edu-news-lecturer-list .news-latest-activity-card:hover {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.edu-news-lecturer-list-content {
  padding: 24px;
  color: #252b3a;
}

.edu-news-lecturer-list .news-latest-activity-card img {
  width: 415.5px;
  height: 245.5px;
  display:block;
}
.news-latest-activity .news-latest-activity-card a > img {
  height:193px;
}
.edu-news-lecturer-list-content h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.edu-news-lecturer-list-content p {
  font-size: 14px;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}

.lecturer-list-content-skills {
  margin: 12px 0px 4px 0px;
  overflow: hidden;
}
.list-content-skills-wrap{
  overflow: hidden;
}
.lecturer-list-content-skills span {
  color: #252b3a;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #adb0b8;
  display: inline-block;
  padding: 0px 12px;
  float: left;
  max-width: 217px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 8px 8px;
}
.list-content-skills-wrap span{
  overflow: hidden;
  color: #575d6c;
}
.list-content-skills-title {
  font-size: 12px;
  line-height: 18px;
  color: #252b3a;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  position:relative;
  top:1px;
}

.lecturer-list-content-course {
  margin-top: 16px;
  border-top: 1px solid #dfe1e6;
}

.lecturer-list-content-course h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 16px 0px 8px 0px;
}

.lecturer-list-content-course a {
  display: block;
}

.lecturer-list-content-course a span {
  position: relative;
  display: inline-block;
  color: #575d6c;
  font-size: 12px;
  line-height: 22px;
  max-width: 366px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-top: 4px;
}

.lecturer-list-content-course a:hover span {
  color: #c7000b;
}

.lecturer-list-content-course a span:after {
  position: absolute;
  content: '>';
  right: 0;
}

/* lecturer  e */

/* bottom banner s */

.edu-news-bottom-banner {
  padding: 42px 0px;
  width: 100%;
  height: 160px;
  background-image: url(../images/news/edu-news-contact-experts.png);
  background-size: cover;
  color: #252b3a;
}

.edu-news-bottom-banner .edu-news-wrap {
  position: relative;
}

.edu-news-bottom-banner h1 {
  font-size: 24px;
  line-height: 40px;
}

.edu-news-bottom-banner p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}

.edu-news-bottom-banner a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 40px;
  box-sizing: border-box;
  border: #252b3a 1px solid;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  right: 230px;
  top: 14px;
}

.edu-news-bottom-banner a:hover {
  color: #c7000b;
  border-color: #c7000b;
}

/* bottom banner e */

/* no data   s */
.edu-news-nodata {
  display: table;
  margin: auto;
  text-align: center;
  padding: 60px 0px 82px 0px;
}

.edu-news-nodata p {
  color: #252b3a;
  font-size: 16px;
  line-height: 22px;
  margin-top: 2px;
}

.information-business-news-list,
.swiper-container,
.edu-news-newsexpress-list {
  display: block;
}
.news-latest-activity .news-latest-activity-card:nth-child(2),
.news-latest-activity .news-latest-activity-card:nth-child(5),
.news-latest-activity .news-latest-activity-card:nth-child(8),
.edu-news-lecturer-list .news-latest-activity-card:nth-child(2),
.edu-news-lecturer-list .news-latest-activity-card:nth-child(5){
  margin: 17px 16px 0px;
}
.news-latest-activity{

}
.edu-news-lecturer-list {

}

/* no data   e */

@media (max-width: 1439px) {
  .edu-news-wrap {
    width: 1200px;
  }
    .edu-news-tab li:not(:last-child) {
  margin-right: 8.1%;
}
   .edu-news-lecturer-list .news-latest-activity-card img {
  width: 389px;
  height: 229px;
  background-color: #f3f3f3;
}
  .edu-news-lecturer-list .news-latest-activity-card {
    width: 389px!important;
  }
  .swiper-slide a .por-col-6,.swiper-slide,.swiper-slide a .por-col-6:hover .outer,.swiper-slide a .por-col-6 .outer {
    width: 592px;
    height: 312px;
  }
  .edu-news-carousel{
    height:341px;
  }
  .edu-news-newsexpress-list .news-latest-activity-card a {
    max-width: 1030px;
  }
  .lecturer-list-content-course a span {

    max-width:341px;
  }
  .newsexpress-list-title{max-width: 1030px;}
}

@media (max-width: 1025px) {
  html,
  body,.hwc-home-header #header .header-wrapper,.hwc-home-header #header .header-container,.hwc-home-header .header-topnav {
    width: 1280px!important;
  }
}

.sidebar-box.fixed{
  height: 50px !important;
}

.fixed .sidebar-menu .item {
  line-height: 50px!important;
}

.header-search-icon{
  transition:visibility 0.01s;
}

.header-search{
  transition:visibility 0.01s;
}

.scrolled .sidebar-box.fixed{
  z-index: 19999!important;
}