.index-common-title-img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.index-common-title-text {
  font-weight: 400;
  font-size: 26px;
  color: #ff6600;
  line-height: 26px;
}

.about-content {
  margin-top: 26px;
}

.about-content-left {
  font-weight: 400;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 32px;
}

.about-content-right {
  width: 578px;
  margin-left: 20px;
  font-size: 0;
}

.about-content-video {
  box-shadow: 0px 6px 36px 4px rgba(72, 113, 158, 0.24);
}

.slogan-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.about-img {
  width: 578px;
  height: 240px;
}

.project-wrap {
  position: relative;
  background: linear-gradient(135deg, #b5d5f2 0%, #457cb0 100%);
  padding: 100px 0;
  width: 100%;
  overflow: clip;
}

.project-swiper {
  height: 400px;
}

.each-project {
  width: 80.5%;
  cursor: pointer;
}

.each-project-left {
  flex: 0 0 53%;
}
.each-project-right {
  flex: 0 0 46%;
}

.each-project-img {
  width: 100%;
  height: 100%;
}

.each-project-right {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.project-header-img {
  width: 40px;
  height: 40px;
}

.project-header-text {
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  margin-left: 6px;
}

.project-title {
  max-height: 76px;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  margin: 25px 0 15px 0;
  overflow-y: hidden;
  padding-right: 30px;
}

.project-desc {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  overflow-y: hidden;
  padding-right: 30px;
}

.each-project .see-more-btn {
  border-color: #fff;
}

.each-project .see-more-text {
  color: #fff;
}

.each-project .see-more-img {
  background-image: url('../images/arrow-white-icon.png');
}

.each-project:hover .see-more-btn {
  border-color: #ff6600;
  background-color: #ff6600;
}

.project-button-prev,
.project-button-next {
  position: absolute;
  top: 270px;
  width: 60px;
  height: 60px;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.project-button-prev {
  left: 16.5%;
  background-image: url('../images/border-arrow-left.png');
}

.project-button-prev:hover {
  background-image: url('../images/circle-arrow-left-active.png');
}

.project-button-next {
  left: 80.5%;
  background-image: url('../images/border-arrow-right.png');
}

.project-button-next:hover {
  background-image: url('../images/circle-arrow-right-active.png');
}

.news-wrap {
  background: url('../images/news-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.news-type-each {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-left: 44px;
  cursor: pointer;
}

.news-type-each.active,
.news-type-each:hover {
  color: #ff6600;
}

.news-type-each::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #ff6600;
  transition: all 0.3s;
}

.news-type-each.active::before,
.news-type-each:hover::before {
  width: 100%;
}

.news-body {
  display: none;
  margin-top: 20px;
}

.news-body.active {
  display: block;
}

.latest-news-left {
  width: 750px;
  height: 380px;
  background-color: #fff;
  cursor: pointer;
}

.latest-news-big-img-div {
  width: 390px;
  height: 260px;
}

.latest-news-big-img {
  width: 390px;
  height: 260px;
  object-fit: cover;
}

.latest-news-big-word {
  padding: 0 40px;
}

.latest-news-big-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  line-height: 32px;
}

.latest-news-big-desc {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
}

.latest-news-right {
  width: 440px;
  flex-direction: column;
}

.latest-news-small {
  display: flex;
  align-items: center;
  width: 440px;
  height: 185px;
  background-color: #fff;
  cursor: pointer;
  padding: 0 26px;
}

.latest-news-small-img-div {
  width: 180px;
  height: 120px;
  margin-right: 26px;
}

.latest-news-small-title {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.latest-news-small-desc {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.notice-body,
.bidding-body {
  background-color: #fff;
  padding: 18px 40px;
}

.news-line-each {
  height: 50px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}

.news-line-each:hover .news-line-text,
.news-line-each:hover .news-line-time {
  color: #ff6600;
}

.news-line-text {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.news-line-time {
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.notice-body .news-line-each:last-of-type,
.bidding-body .news-line-each:last-of-type {
  border-bottom-width: 0;
}

.see-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #b9a69a;
  transition: all 0.3s;
  margin-top: 28px;
}

.see-more-btn:hover {
  border-color: #ff6600;
  background-color: #ff6600;
}

.see-more-btn:hover .see-more-text {
  color: #fff;
}

.see-more-btn:hover .see-more-img {
  background-image: url('../images/arrow-white-icon.png');
}

.see-more-text {
  font-weight: 400;
  font-size: 16px;
  color: #b9a69a;
  line-height: 16px;
  transition: all 0.3s;
}

.see-more-img {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow-gray-icon.png');
  margin-left: 10px;
  transition: all 0.3s;
}

.party-wrap {
  height: 780px;
  background: url('../images/party-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.party-body-left {
  width: 570px;
  margin-right: 45px;
  cursor: pointer;
}

.party-body-left:hover .party-body-left-title {
  color: #ff6600;
}

.party-img-div {
  position: relative;
}

.party-img-time {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  background-color: #ff6600;
  padding: 8px 20px;
}

.party-body-left-img-div {
  width: 100%;
  height: 380px;
}

.party-body-left-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin: 20px 0 10px 0;
}

.party-body-left-desc {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.party-body-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.party-news-div {
  width: 270px;
  cursor: pointer;
}

.party-news-div:hover .party-news-text {
  color: #ff6600;
}

.party-news-img-div {
  width: 100%;
  height: 180px;
}

.party-news-text {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 12px;
}

.party-body-right-bottom {
  border-top: 1px solid #ececec;
}

.party-news-line {
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}

.party-news-line:hover > div {
  color: #ff6600;
}

.party-news-line-text {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.party-news-line-time {
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
