.container {
  background-color: #FFF;
  max-width: 1920px;
  min-width: 1440px;
}

.navigation-box {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.navigation-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: #000;
  padding-bottom: .2rem;
  opacity: .3;
  z-index: -1;
}

.main-box {
  width: 92% !important;
  margin: 0px auto;
  min-height: 5rem;
  border-radius: 10px;
}


.first-index-row {
  margin-top: -1.5rem;
  background-color: #fff;
  min-height: 10.8rem;
  padding: .5rem .5rem 0px .5rem;
  border-radius: 10px;
  background-image: url(/static/wcsl/default/img/新闻背景.png);
  background-size: 100% 100%;
}

.third-index-row {
  min-height: 6.7rem;
  margin-top: 0.25rem;
  margin-right: .5rem;
  background: url(/static/wcsl/default/img/背景体形.png);
  background-size: 100% 100%;
}

.fourth-index-row {
  position: relative;
  width: 100%;
  min-height: 8.0rem;
  margin-top: -0.5rem;
  padding-top: .875rem;
  background-image: url(/static/wcsl/default/img/往届回顾bg.png);
  background-size: cover;
}

.fifth-index-row {
  width: 100%;
  margin-top: .6rem;
  height: 6.5rem;
  position: relative;
  display: inline-block;
  background-image: url(/static/wcsl/default/img/出版物bg.png);
  background-size: cover;
}


.footer-background {
  margin-top: .3rem;
  width: 100%;
  background-image: url(/static/wcsl/default/img/资源共享bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}


.col-md-3,
.col-md-9 {
  padding-left: 0px;
  padding-right: 0;
}

.swiper-pagination5 {
  bottom: 5px !important
}

.swiper-pagination5 .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
}

.navigation-logo-container {
  display: flex;
  height: .8rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.navigation-logo-container .col-md-4,
.navigation-logo-container .col-md-8 {
  padding: 0px;
}



.search-container {
  display: flex;
  margin: 10px 10px;
  height: 30px;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  padding-right: 100px;
  font-size: 18px;
  text-align: right;
}

.search-container a {
  padding-right: 50px;
  color: #FFF;
}

.search-container span {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #FFF;
}

.search-container input:focus-visible {
  outline: none;
}

#searchInputBox {
  width: 20px;
  height: auto;
  margin-right: -30px;
  opacity: 0;
  /*visibility: hidden;*/
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

#searchInputBox input {
  width: 100%;
  height: 100%;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 26px;
  border: none;
  background-color: #FFF;
  border-radius: 20px;
}


.logo-container {
  width: 100%;
}

.logo-container img {
  width: 20%;
  margin-left: 10%;
}

.logoUS {
  width: 90% !important;
  margin-left: 10%;
}


.horizontal-navigation-container a {
  color: #000;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}


.horizontal-navigation-container li {
  list-style-type: none
}

.horizontal-navigation-container a:hover {
  text-decoration: none;
}

.horizontal-navigation-container {
  width: 100%;
  /*text-align: center;*/
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.horizontal-navigation-container .one-level-li {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}



.horizontal-navigation-container .one-level-li .one-level-a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.horizontal-navigation-container .one-level-li .one-level-a .one-level-title {
  display: flex;
  flex-direction: column;
  height: 45px;
  line-height: 1;
  justify-content: center;
  align-content: center;
}

.horizontal-navigation-container .one-level-line {
  height: 5px;
  width: 40%;
  margin-left: 30%;
  margin-top: 5px;
  background-color: transparent;
}

.horizontal-navigation-container .one-level-li:hover .one-level-line,
.horizontal-navigation-container .one-level-li.active .one-level-line {
  background-color: #FFF;
}

.horizontal-navigation-container .one-level-li:hover .one-level-a,
.horizontal-navigation-container .one-level-li.active .one-level-a {
  color: #FFF;
}

.horizontal-navigation-container .one-level-ul .one-level-li:hover .two-level-ul {
  top: 150%;
  visibility: visible;
  opacity: 1;
}

.horizontal-navigation-container .two-level-ul .two-level-li,
.horizontal-navigation-container .three-level-ul .three-level-li,
.horizontal-navigation-container .three-level-ul .three-level-li {
  width: 100%;
  position: relative;
  color: #000;
  line-height: 30px;
}

.horizontal-navigation-container .one-level-li .two-level-ul {
  position: absolute;
  left: 10px;
  top: 150%;
  min-width: 140px;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 9;
  text-align: center;
  background-image: linear-gradient(#2075d2, #FFF);
}

.horizontal-navigation-container .two-level-ul .two-level-li {
  position: relative;
  display: inline-block;
  min-width: 140px;
  text-align: center;
}


.horizontal-navigation-container .two-level-ul .two-level-li:hover .three-level-ul,
.horizontal-navigation-container .two-level-ul .three-level-li:hover .four-level-ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.horizontal-navigation-container .two-level-ul .two-level-li:hover .two-level-a,
.horizontal-navigation-container .two-level-ul .two-level-li.active .two-level-a {
  color: #FFF;
}

.two-level-a div,
.three-level-a div,
.four-level-a div {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
}

.horizontal-navigation-container .three-level-ul,
.horizontal-navigation-container .four-level-ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 140px;
  padding: 0;
  background-image: linear-gradient(#2075d2, #FFF);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 9;
  text-align: center;
}


.horizontal-navigation-container .three-level-ul .three-level-li:hover .three-level-a,
.horizontal-navigation-container .three-level-ul .three-level-li.active .three-level-a {
  background: #2075d2;
  color: #FFFFFF;
}

.horizontal-navigation-container .two-level-ul .two-level-li:hover,
.horizontal-navigation-container .two-level-ul .two-level-li.active,
.horizontal-navigation-container .three-level-ul .three-level-li:hover,
.horizontal-navigation-container .three-level-ul .three-level-li.active {
  background: #2075d2;
  color: #FFFFFF;
}


@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .horizontal-navigation-container .one-level-li {
      width: 120px;
  }

  .horizontal-navigation-container .one-level-li .one-level-a {
      font-size: 18px;
  }
}


@media only screen and (max-width: 1600px) {
  .horizontal-navigation-container .one-level-li {
      width: 100px;
  }

  .horizontal-navigation-container .one-level-li .one-level-a {
      font-size: 16px;
  }
}


#banner .swiper-slide {
  width: 100%;
}

.swiper-item-img,
.swiper-item-video {
  width: 100%;
  height: 10.80rem;
  object-fit: cover;
}

#banner .swiper-button-next {
  right: 50px;
  left: auto;
}

#banner .swiper-button-prev {
  left: 50px;
  right: auto;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
  width: .8rem;
  height: .8rem;
  border-radius: .40rem;
  background-color: rgba(0, 0, 0, .3);
  color: #FFF;
}


.index-news-left {
  padding-right: 3%;
}

#newTitleLogo {
  width: 1.8rem;
  height: .95rem;
}

#newTitle h1 {
  font-size: .5rem;
  line-height: .6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  text-align: justify;
  text-justify: newspaper;
}

.headlines-container-content {
  margin-top: 10px;
  color: #888888;
  font-size: .22rem;
  line-height: .4rem;
  letter-spacing: .03rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  word-break: break-word;
  text-align: justify;
  text-justify: newspaper;
}

#searchContainer {
  height: .9rem;
  width: 98%;
  position: relative
}

#searchLogo {
  width: .44rem;
  height: .44rem;
  position: absolute;
  top: .15rem;
  right: .2rem;
  cursor: pointer;
}

#select {
  padding-left: .26rem;
  font-size: .32rem;
  display: inline-block;
  height: .70rem;
  width: 100%;
  border: 1px solid #D1D1D1;
  border-radius: .1rem;

}

#newCoreLogo {
  width: 3rem;
  height: .35rem;
}

#newMore {
  width: 1.20rem;
  height: .35rem;
  float: right;
}

#newOption {
  margin-top: .28rem;
}

.newMessageBox {
  display: flex;
}

.newTitleList {
  width: .8rem;
  height: .8rem;
  background-color: #F2F2F2;
  display: inline-block;
  text-align: center;
  margin: .02rem;
  padding: .11rem;
}

.newTitleList label {
  color: #2075D2;
  font-size: .14rem;
  line-height: .20rem;
  margin-bottom: 0.05rem
}

.newTitleList .day {
  font-size: .30rem;
}

.newMessage {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  height: .70rem;
  width: 85%;
}

.newMessage label {
  padding-left: .2rem;
  font-size: .26rem;
  color: #000;
  margin-bottom: 0
}

/**
弹出提示框样式修改
**/
.tooltip-inner {
  min-width: 4rem;
  top: .10rem;
  color: #FFF;
  background-color: #2075D2 !important;
  font-size: .20rem;
  text-align: left;
  border-radius: .05rem;
  padding: .1rem !important;
}

/**
弹出提示框小三角的样式修改
**/
.bs-tooltip-top .arrow::before {
  border-width: 0.2rem 0.2rem 0;
  border-bottom-color: #2075D2 !important;
  border-top-color: #2075D2 !important;
}

.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.2rem 0.2rem;
  border-bottom-color: #2075D2 !important;
  border-top-color: #2075D2 !important;
}


#select::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #D1D1D1;
  font-size: .32rem;
}

#select:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #D1D1D1;
  font-size: .32rem;
}

#select::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #D1D1D1;
  font-size: .32rem;
}

#select:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #D1D1D1;
  font-size: .32rem;
}

.more-button {
  position: relative;
  display: inline-block;
  height: .35rem;
  min-width: 1.25rem;
  float: right;
  text-align: center;
  -webkit-text-size-adjust: none;
  background-color: #007bff;
  color: #FFF;
  border-radius: .1rem;
}

.more-button span {
  height: .27rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: .2rem;
}

.more-button:hover,
.more-button:focus {
  background-color: #2075D2;
  color: #FFF;
}

.new-message-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}


.newCard {
  margin-top: .3rem;
  width: 100%;
}

.swiper-container-new {
  width: 100%;
  height: 100%;
}

.swiper-slide-new {
  text-align: left;
  font-size: .18rem;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.new-title-font {
  font-size: .18rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.new-title-font-box {
  margin: .2rem 0px 0px 0px;
  width: 100%;
  height: .375rem;
}

.new-title-message {
  width: 100%;
  display: inline-block;
  margin: .25rem 0 .5rem 0;
  font-size: .18rem;
  font-weight: bold;
}

.new-more {
  width: 1.15rem;
  height: .3rem;
}

.pic img {
  width: 100%;
  height: 2.9rem;
  border-radius: 20px;
  object-fit: cover;
}

.contactInformation {
  display: inline-block;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}

.contactInformation img {
  width: 20px;
  height: 20px;
}



#pics {
  width: 100%;
}

#pics img {}


.image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}


.picShow {
  position: relative;
  display: block;
  height: 4.5rem;
  overflow: hidden;
}

.image-item-title-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 99999;
}


.image-item-title-container::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  opacity: .4;
  z-index: -1;
}

.image-item-title-box {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /*height: 100%;*/
  width: 80%;
  padding: 0 0 0.2rem 0.2rem;
}

.image-item-title {
  font-size: .3rem;
  line-height: .35rem;
}

.image-item-title::before {
  content: "";
  border-left: .1rem solid #e0a800;
  top: .05rem;
  margin: 0 .1rem;
}

.image-item-side-container {
  width: 15%;
}

.picShow:focus .image-item,
.picShow:hover .image-item {
  transform: scale(1.2);
}

.picShow:focus .image-item-title-container,
.picShow:hover .image-item-title-container {
  display: none;
}


.wonderfulReviewTitle {
  padding: .2rem;
  margin-left: 4.3%;
}

.wonderfulTime {
  width: 5rem;
  height: .55rem;
}

.wonderfulReviewMore {
  width: 1.25rem;
  height: .5rem;
  float: right;
  padding-top: .12rem
}


.wonderful-review-container .swiper-slide {
  padding: .20rem;
  background-color: #FFF;
  height: 100%;
}

.wonderful-review-container .wonderful-img-box {
  width: 100%;
  height: auto;
}

.wonderful-review-container .wonderful-img-box img {
  width: 100%;
}

.wonderful-review-container .wonderful-main-title {
  height: .5rem;
  line-height: .5rem;
  font-size: .24rem;
  font-weight: 600;
  color: #2D2D2D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.wonderful-review-container .wonderful-vice-title {
  height: .3rem;
  line-height: .3rem;
  font-size: .18rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.wonderful-review-container .wonderful-message {
  display: flex;
  align-items: center;
  height: .3rem;
}

.wonderful-review-container .wonderful-message .time {
  width: 50%;
}

.wonderful-review-container .wonderful-message .visit {
  width: 50%;
  text-align: right;
}

.wonderful-review-container .wonderful-message .visit img {
  height: .24rem;
}



.reviewTitleLogo {
  width: 5rem;
  height: .55rem;
  float: right;
  margin-right: 5%;
}

.reviewTitleLogo img {
  height: 100%;
}


.past-review-option-container {
  height: 100%;
  background-color: white;
  border-radius: .1rem
}

.past-review-option-box {
  width: 100%;
  padding: .3rem;
}

.past-review-option-item {
  margin: .1rem 0;
  width: 100%;
  height: 25%;
  border-radius: 10px;
}

.past-review-option-item:hover {
  background-color: #EAF0FC;
  color: #003CFF;
}

.past-review-option-item.active {
  background-color: #EAF0FC;
  color: #003CFF;
}

.reviewYear {
  height: .8rem;
  line-height: .8rem;
  font-size: .38rem;
  font-weight: bold;
  text-align: center;
}

.reviewTitle {
  height: .55rem;
  font-size: .28rem;
  line-height: .3rem;
  text-align: center;
}

.swiper-container5 {
  width: 100%;
  height: 100%;
}

.swiper-slide5 {
  height: 100%;
}

.reviewBannerBox {
  position: relative;
  display: block;
  padding: .3rem .3rem 0px .3rem;
  width: 100%;
  min-height: 5.1rem;
  border-radius: .1rem;
}

.reviewTitleLogo img {
  width: 4.9rem;
  height: .54rem;
}

.reviewBanner {
  position: relative;
  display: block;
  width: 100%;
}

.reviewBannerPngBox {
  width: 100%;
  height: 100%;
  height: 4.8rem;
}

.reviewBannerPngBox img {
  width: 100%;
  ;
  height: 4.3rem;
  object-fit: cover;
}


.publicationTitle {
  width: 50%;
  display: inline-block;
}

.publicationTitle img {
  width: 5rem;
  height: .55rem;
}


.publicationBannerBox {
  width: 100%;
  height: 5rem;
  display: inline-block;
}

.publicationBannerBox .swiper-container {
  width: 100%;
  height: 100%;
}

.publicationBannerBox .swiper-slide {
  text-align: center;
  font-size: .18rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.75);
}

.publicationBannerBox .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(.95);
}

.publicationBannerBox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 .05rem .06rem .04rem rgb(64 6 6 / 20%);
}

.publication-banner-item {
  display: block;
  height: 100%;
  width: 100%;
}


#publicationOption {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: .26rem;
  background: linear-gradient(to top, #ebedf2, #FFF);
}

.publicationOpts {
  position: relative;
  width: 100%;
  min-height: 16.66%;
  font-size: .28rem;
  color: #000;
}

.publication-option-item-title {
  /*position: absolute;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  /*top: 0;*/
  /*left: 0;*/
  /*margin: auto;*/
  /*text-align: center;*/
}

.publication-option-item-title .title {
  padding: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}

.publicationOpts:hover .publication-option-item-title,
.publicationOpts.active .publication-option-item-title {
  color: #2986ff;
  width: 110%;
  margin-left: -10%;
  background-image: url(/static/wcsl/default/images/index/actived.png);
  background-size: 100% 100%;
}

.resourceTitle {
  width: 5rem;
  height: .55rem;
}

.resourceOptBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.resourceShare {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1rem;
  color: #000
}

.resourceShare:hover {
  background-color: white;
  background-image: url(images/资源共享选中.png);
  color: #2075d2;
  width: calc(100% - 10px);
}


.resourceShare img {
  width: .76rem;
  height: .76rem;
  margin-left: .24rem;
}

.resourceShare:hover img {
  margin-left: .4rem;
}

.resourceOptionTitle {
  padding: .1rem .3rem .1rem .1rem;
  margin-left: .1rem;
  font-weight: bold;
  font-size: .25rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.resourceMessage {
  height: 6.8rem;
}

.resourceMessage img {
  width: 100%;
  height: 100%;
}

.partnerTitle {
  margin-left: 4.3%;
  width: 90%;
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: .3rem;
}

.partnerTitle img {
  width: 5rem;
  height: .55rem;
}


.swiper-slide4 {
  border-radius: 1.5625rem;
}

.swiper-container4 {
  height: 22%;
}

.swiper-container4 img {
  width: 100%;
}


.footer-container {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 72%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: .18rem;
  line-height: .70rem;
  color: #000;
}

.footer-container .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.footer-container .col-md-5,
.footer-container .col-md-3,
.footer-container .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-container a {
  color: #107ED6;
}


.navigation-container .row {
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-container .navigation-box {
  display: flex;
  padding: 10px;
}

.navigation-container .col-lg-8 {
  width: 65%;
}

.navigation-container .col-lg-4 {
  width: 35%;
  display: flex;
  justify-content: end;
  align-content: center;
  align-items: center;
  color: #FFF;
}

.navigation-container .hamburger-menu>a {
  padding-left: 10px;
  font-size: 24px;
}

.navigation-container .hamburger-menu>a>i {
  padding: 2px;
  font-size: 18px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
}

.navigation-container .close-mobile-menu a {
  color: #0b0b0b;
}

.navigation-container .onchannel {
  color: #432c7c !important;
}

.navigation-container .slide-bar {
  background-color: rgba(255, 255, 255, .8);
}

.navigation-container .side-mobile-menu ul li a {
  color: #666666;
}

.navigation-container .side-mobile-menu li:hover>a {
  color: #432c7c !important;
  padding-left: 0px;
}

.navigation-container a:before {
  background: transparent !important;
  border-color: transparent !important;
}

.navigation-container .side-mobile-menu ul li a[aria-expanded="true"] {
  color: #432c7c !important;
  padding-left: 0px;
}

.navigation-container .side-mobile-menu ul li ul {
  padding-left: 20px;
}

.navigation-container .side-mobile-menu ul li ul li:hover>a:before {
  background-color: transparent;
  border-color: transparent;
}

.navigation-container a:not([href]):not([tabindex]) {
  color: #666666;
  text-decoration: none;
}

