body .etc-service-wrap .etc-service__title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #008A45;
  background-color: #F8F8F8;
  border-top: 2px solid #008a45;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
}
body .etc-service-wrap .etc-service__content {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
body .etc-service-wrap .etc-service__content .content-left {
  width: 661px;
  height: 128px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

body .etc-service-wrap .etc-service__content .content-left img {
  width: 241px;
  height: 128px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
body .etc-service-wrap .etc-service__content .content-left img:hover {
  transform: scale(1.05);
}
body .etc-service-wrap .etc-service__content .content-left .detail-text {
  width: 399px;
  height: 120px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  overflow: hidden;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

body .etc-service-wrap .etc-service__content .content-left .detail-text .see-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #008A45;
  margin-top: 10px;
}
body .etc-service-wrap .etc-service__content .content-right {
  width: 522px;
  height: 128px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 138, 69, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .etc-service-wrap .etc-service__content .content-right .right-item-wrap {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
body .etc-service-wrap .etc-service__content .content-right .right-item-wrap img {
  width: 40px;
  height: 40px;
}
body .etc-service-wrap .etc-service__content .content-right .right-item-wrap .right-item__text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 16px;
}

body .road-network-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
body .road-network-wrap .road-network-iframe-wrap {
  width: 884px;
  box-sizing: border-box;
  border-top: 2px solid rgb(0, 138, 69);
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title {
  height: 50px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title {
  transform: perspective(1px);
  cursor: pointer;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:hover {
  color: #008a45;
  transform: scale(1.05);
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:first-child {
  color: #008a45;
  transform: scale(1.05);
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:not(:last-child) {
  margin-right: 10px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:not(:last-child)::after {
  content: '/';
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-left: 8px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network {
  width: 886px;
  height: 553px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
body .road-network-wrap .road-network-item-wrap {
  width: 295px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item {
  width: 295px;
  height: 138px;
  background: #ffffff;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #eeeeee;
  transform: perspective(1px);
  display: flex;
  cursor: pointer;
  transition: all 0.6s;
}
body .road-network-wrap .road-network-item-wrap .road-network-item:hover {
  transform: scale(1.05);
  border: 1px solid #008a45 !important;
}
body .road-network-wrap .road-network-item-wrap .road-network-item:not(:first-child) {
  margin-top: 15px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item > div {
  flex: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .road-network-wrap .road-network-item-wrap .road-network-item > div img {
  width: 33px;
  height: 30px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .icon img {
  margin-left: 84px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text {
  margin-left: 10px;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text > div {
  flex: 1;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text .tip-title {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.el-tabs__header .el-tabs__item {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: bold;
}
.el-tabs__header .el-tabs__item.is-active {
  color: #008a45 !important;
}
.el-tabs__nav {
  padding-left: 6px;
}
.el-tabs__active-bar {
  background-color: rgba(255, 255, 255, 0);
}
.el-tabs__nav-wrap::after {
  width: 0;
}
.el-tabs__header {
  margin: 0;
  background-color: #F8F8F8;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
}
.el-tabs__item::before {
  content: '/';
  position: relative;
  left: -20px;
  color: #aeaeae;
}
.el-dropdown {
  font-size: 16px !important;
  color: #3a3a3a;
}
.item-more {
  position: absolute;
  right: 10px;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}
body main .news-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
body main .news-wrap .news-list-wrap {
  width: 742px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body main .news-wrap .news-list-wrap .new-list-title {
  height: 50px;
  width: 100%;
  font-weight: bold;
  color: #3a3a3a;
  background-color: #f8f8f8;
  display: flex;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.4s;
  transform: perspective(1px);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:hover {
  color: #008a45;
  transform: scale(1.05);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:first-child {
  color: #008a45;
  transform: scale(1.05);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:not(:last-child)::after {
  content: '/';
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-left: 20px;
}

body main .news-wrap .news-list-wrap .list-item-wrap {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
}
body main .news-wrap .news-list-wrap .list-item-wrap .title-info {
  display: flex;
  align-items: flex-end;
}
body main .news-wrap .news-list-wrap .list-item-wrap .title-info .title-info__font1 {
  font-size: 20px;
  font-weight: bold;
  color: #3A3A3A;
}
body main .news-wrap .news-list-wrap .list-item-wrap .title-info .title-info__font2 {
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #3A3A3A;
}
body main .news-wrap .news-list-wrap .list-item-wrap .title-info .title-info__font3 {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #4A4A4A;
}
body main .news-wrap .news-list-wrap .list-item-wrap .info-detail {
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 24px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

body main .news-wrap .new-media {
  width: 428px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

body main .news-wrap .new-media .new-media__title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #008A45;
  background-color: #F8F8F8;
  border-top: 2px solid #008a45;
  padding: 0 12px;
  box-sizing: border-box;
}
body main .news-wrap .new-media .news-media-img {
  width: 100%;
  height: 524px;
}

body main .news-wrap .new-media .news-media-img .img-item-wrap {
  width: 428px;
  height: 241px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
body main .news-wrap .new-media .news-media-img img {
  width: 100%;
  height: 100%;
}
body main .news-wrap .new-media .news-media-img .float-layer {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 19px;
  padding: 16px 0 0 16px;
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background-color: #EA8F42 !important;
}
