.news-nav li a {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.news-nav li a:hover {
  font-weight: bold;
}
.main-title {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.main-title-content {
  overflow: hidden;
}
.main-title-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-title {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}
.sub-title-list {
  margin-bottom: 30px;
  height: 78px;
  overflow: hidden;
}
.sub-title h5 {
  font-size: 20px;
  color: #6683d8;
  font-weight: 600;
  margin-bottom: 12px;
}
.sub-title a {
  color: #6683d8;
}
.sub-title a:hover {
  color: #3b58ad;
}
.column {
  padding-top: 30px;
  padding-bottom: 30px;
}
.column-01 .carousel-item {
  height: 466px;
}
.column-01 .carousel-item img {
  width: 100%;
  height: 434px;
}
.column-01 .carousel-bg {
  width: 90%;
  height: 64px;
  background: #3b58ad;
  position: absolute;
  left: 45px;
  bottom: 0;
  z-index: 1;
}
.column-01 .carousel-caption {
  width: 90%;
  height: 64px;
  background: #fff;
  text-align: left;
  padding-left: 30px;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 25px;
  bottom: 15px;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.column-01 .carousel-caption a {
  font-size: 18px;
}
.column-01 .carousel-indicators {
  width: 100px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 60px;
  bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  right: 60px;
  left: auto;
}

.column-01 .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3b58ad;
  cursor: pointer;
}

.column-01 .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  background: #99aada;
}
.carousel-sm a {
  display: block;
}
.carousel-sm .carousel-object {
  display: block;
  width: 100%;
  height: 187px;
  vertical-align: middle;
  text-align: center;
  background: #dfdfdf;
}
.carousel-sm .carousel-text {
  height: 66px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  padding: 0 5px;
}
.carousel-sm .carousel-control-prev,
.carousel-sm .carousel-control-next {
  width: 30px;
  height: 46px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 30%;
}
.carousel-sm .carousel-control-next {
  left: inherit;
  right: 0;
}
.carousel-sm .carousel-control-prev i {
  transform: rotate(180deg);
}
.carousel-sm .carousel-control-prev i,
.carousel-sm .carousel-control-next i {
  color: #fff;
}
.footer {
  width: auto;
}