.flex {
  display: flex;
  align-items: center;
}
.fff {
  color: #fff;
}
.img-box {
  width: 100%;
  position: relative;
}
.img-box img {
  width: 100%;
}
.h3 {
  font-family: Arial-BoldMT;
  font-size: 22px;
  font-weight: bold;
}
.news-box {
  width: 100%;
  height: 278px;
  background-color: #f6f6f6;
  padding: 20px 16px 20px;
}
.no-top {
  padding-top: 0;
}
.noheight {
  width: 100%;
  background-color: #f6f6f6;
  padding-left: 16px;
}
.news-box .top {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.news-box .top .title {
  width: 197px;
  height: 100%;
}
.news-box .top .title .p2 {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
}
.no-top .list-box--pre li {
  padding-left: 22px;
  white-space: normal;
  text-overflow: initial;
  margin-bottom: 8px;
}
.new-title {
  justify-content: space-between;
}
.gray-6 {
  color: #666666;
}
.news-ul li {
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px;
}
.news-ul li a {
  font-family: ArialMT;
  line-height: 22px;
}
.news-ul li .block {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #d0d0d0;
  border-radius: 1px;
  margin-right: 20px;
}
.about {
  font-family: Arial-BoldMT;
  height: 70px;
  background-color: #3b58ad;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 20px;
}
.left {
  margin-right: 15px;
}
.abstract {
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px 15px;
}
.abstract .morep {
  width: 84px;
  height: 35px;
  background-color: #3b58ad;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  margin-top: 18px;
}
.right .other-color {
  font-family: Arial-BoldMT;
  font-size: 16px;
  line-height: 22px;
  color: #3b58ad;
}

.carousel-caption {
  position: absolute;
  right: 66px;
  bottom: 0px;
  left: 66px;
  z-index: 10;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 51px;
  line-height: 51px;
  padding: 0 5px;
}
.carousel-control-prev, .carousel-control-next {
  display: inline-block;
  width: 66px;
  height: 51px;
  background-color: #333333;
  opacity: 0.6;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
  top: auto;
  bottom: 0;
}

