@import "../css/public.css";
@import "../css/swiper.min.css";
.inner-header {
  background: url("/materialpub/images/work_banner.png") no-repeat center center;
}

.dj_container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.95rem 0;
}

.dj_wrapper {
  margin: 0 auto;
}
.dj_wrapper .more {
  display: block;
  margin: 0 auto;
  border: 0.01rem solid #00785A;
  color: #00785A;
  background-color: transparent;
}

.dj_list {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
  margin: 0.3rem 0 0.4rem;
}
.dj_list li {
  max-width: 2.86rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0.12rem;
  transition: all 0.3s ease-in-out 0s;
}
.dj_list li:first-child {
  max-width: 4.56rem;
  width: 100%;
  height: 100%;
  padding: 0;
}
.dj_list li:first-child img {
  width: 100%;
  height: 2.69rem;
  display: block;
}
.dj_list li:first-child .dj_text {
  width: 100%;
  height: 0.79rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.dj_list li:first-child .dj_text p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-width: calc(100% - 0.87rem);
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
.dj_list li:first-child .dj_time {
  max-width: 0.87rem;
  width: 100%;
  height: 100%;
  background: #00785A;
  color: #FFFFFF;
  font-size: 0.3rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0.12rem;
}
.dj_list li:first-child .dj_time span {
  font-size: 0.14rem;
  font-weight: 400;
  display: block;
  color: #FFFFFF;
}
.dj_list li a {
  display: inline-block;
  width: 100%;
}
.dj_list li .dj_time {
  box-sizing: border-box;
  font-size: 0.3rem;
  font-weight: bold;
  color: #00785A;
}
.dj_list li .dj_time span {
  font-size: 0.14rem;
  color: #999999;
  display: block;
  font-weight: 400;
}
.dj_list li h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.42rem;
  margin-top: 0.3rem;
}
.dj_list li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 0.72rem;
  margin-top: 0.25rem;
}
.dj_list li i {
  display: inline-block;
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.dj_list li:hover {
  background: #00785A;
}
.dj_list li:hover .dj_time {
  color: #FFFFFF;
}
.dj_list li:hover .dj_time span {
  color: #FFFFFF;
}
.dj_list li:hover h4, .dj_list li:hover p, .dj_list li:hover i {
  color: #FFFFFF;
}

.work_plate {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.92rem 0 1.5rem;
  background: url("/materialpub/images/work_plate_bg.png") no-repeat center top;
}

.work_layout {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work_fr {
  max-width: 6.55rem;
  width: 100%;
  height: auto;
}
.work_fr .work_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work_fr .work_tit .plate-title {
  color: #FFFFFF;
}
.work_fr .work_tit .plate-title:after {
  background: #FFFFFF;
  left: 0;
  transform: translateX(0);
}
.work_fr .work_tit .more {
  border: 0.01rem solid #FFFFFF;
}
.work_fr ul {
  margin-top: 0.6rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #FFFFFF;
  min-height: 5.8rem;
}

.work_list_fr {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem;
}
.work_list_fr .time {
  font-size: 0.3rem;
  color: #666666;
  font-weight: bold;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.27rem;
  border-right: 0.01rem solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.work_list_fr .time span {
  font-size: 0.16rem;
  font-weight: 400;
  display: block;
}
.work_list_fr li {
  margin-bottom: 0.5rem;
}
.work_list_fr li:last-child {
  margin-bottom: 0;
}
.work_list_fr li:hover .time {
  color: #00785A;
}
.work_list_fr li:hover .time span {
  color: #666666;
}
.work_list_fr li:hover p {
  color: #00785A;
}
.work_list_fr a {
  display: flex;
  height: 100%;
}
.work_list_fr p {
  box-sizing: border-box;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 1rem);
  transition: all 0.3s ease-in-out 0s;
  margin-top: 0.04rem;
}

.work_list_ls {
  padding: 0.22rem;
}
.work_list_ls li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #D8D8D8;
}
.work_list_ls li:hover h4 {
  color: #00785A;
}
.work_list_ls a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-bottom: 0.17rem;
}
.work_list_ls span {
  font-size: 0.16rem;
  color: #00785A;
  font-weight: bold;
}
.work_list_ls i {
  font-size: 0.2rem;
  color: #444444;
}
.work_list_ls h4 {
  max-width: 4.7rem;
  width: 100%;
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}

.work_ls {
  width: 100%;
  margin-top: 1.23rem;
}
.work_ls .work_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.work_ls .work_tit .plate-title:after {
  left: 0;
  transform: translateX(0);
}
.work_ls .work_tit .more {
  border: 0.01rem solid #00785A;
  background-color: transparent;
  color: #00785A;
}

.labour-union {
  margin-top: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.labour-union .labour-prev, .labour-union .labour-next {
  background-image: url("/materialpub/images/work_jt.png");
  width: 0.3rem;
  height: 0.32rem;
  background-size: contain;
  top: 0.9rem;
  margin-top: 0;
}
.labour-union .labour-prev {
  left: -0.63rem;
}
.labour-union .labour-next {
  right: -0.63rem;
  transform: rotate(180deg);
}

.labour-swiper {
  box-sizing: border-box;
  padding-bottom: 0.95rem;
}
.labour-swiper:after {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: inline-block;
  position: absolute;
  background-color: #00785A;
  bottom: 0.12rem;
}
.labour-swiper a {
  display: inline-block;
  width: 100%;
  height: 2.16rem;
  background-color: #D8D8D8;
  box-sizing: border-box;
  padding: 0.35rem 0.2rem;
  transition: all 0.3s ease-in-out 0s;
}
.labour-swiper a:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  border-top: 0.38rem solid #D8D8D8;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.21rem;
  z-index: -1;
}
.labour-swiper a:before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  position: absolute;
  background: url("/materialpub/images/labour-img-off.png") no-repeat center center, #FFFFFF;
  background-size: contain;
  bottom: -0.95rem;
  left: 50%;
  transform: translateX(-50%);
}
.labour-swiper a:hover {
  background-color: #00785A;
}
.labour-swiper a:hover:after {
  border-top-color: #00785A;
}
.labour-swiper a:hover p, .labour-swiper a:hover h4, .labour-swiper a:hover span {
  color: #FFFFFF;
}
.labour-swiper a:hover:before {
  background-image: url("/materialpub/images/labour-img-on.png");
}
.labour-swiper p {
  font-size: 0.14rem;
  color: #00785A;
}
.labour-swiper h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  margin: 0.3rem 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.42rem;
}
.labour-swiper span {
  font-size: 0.14rem;
  color: #00785A;
  display: flex;
  align-items: center;
}
.labour-swiper span i {
  display: inline-block;
  margin-left: 0.2rem;
}

.unitedFront {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.38rem 0 0.6rem;
  background: url("/materialpub/images/unitedFrontImg.png") repeat center top;
}

.unitedFrontWrap {
  margin: 0 auto;
}
.unitedFrontWrap .work_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unitedFrontWrap .work_tit .plate-title:after {
  left: 0;
  transform: translateX(0);
}
.unitedFrontWrap .work_tit .more {
  border: 0.01rem solid #00785A;
  color: #00785A;
  background: transparent;
}

.unitedFrontLayout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.42rem;
}

.united_left {
  max-width: 6.52rem;
  width: 100%;
  height: 5.73rem;
  background-color: #FFFFFF;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.united_left li {
  width: 100%;
  height: 33.3333333333%;
  box-sizing: border-box;
  padding: 0.36rem 0.36rem 0.25rem;
  border-bottom: 0.01rem solid #D8D8D8;
}
.united_left li:last-child {
  border-bottom: none;
}
.united_left li:hover {
  border-bottom-color: #00785A;
  border-bottom-width: 0.02rem;
}
.united_left li:hover h4 {
  font-weight: bold;
  color: #00785A;
}
.united_left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.united_left p {
  font-size: 0.14rem;
  color: #999999;
}
.united_left h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.42rem;
  margin: 0.14rem 0 0.27rem;
}
.united_left span {
  font-size: 0.14rem;
  color: #999999;
}

.united_right {
  max-width: 7.2rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.1rem 0;
}
.united_right li {
  width: 100%;
  height: 25%;
  border-bottom: 0.01rem dashed #D8D8D8;
}
.united_right li:hover {
  border-bottom-color: #00785A;
}
.united_right li:hover h4 {
  color: #00785A;
  font-weight: bold;
}
.united_right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.48rem;
}
.united_right span {
  font-size: 0.14rem;
  color: #999999;
  display: inline-block;
}
.united_right span i {
  display: inline-block;
  margin-right: 0.12rem;
}
.united_right h4 {
  font-size: 0.16rem;
  color: #666666;
  font-weight: 400;
  margin-top: 0.2rem;
}

.supervision-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1.5rem 0 1.25rem;
}

.supervision-wrapper {
  margin: 0 auto;
}

.supervision-list {
  display: flex;
  width: 100%;
  height: 0.88rem;
  margin-top: 0.37rem;
  box-sizing: border-box;
}
.supervision-list li {
  width: 20%;
  height: 100%;
  background-color: #00785A;
  box-sizing: border-box;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.supervision-list li:last-child {
  border-right: none;
}
.supervision-list li.active {
  background-color: #FFFFFF;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.supervision-list li.active a {
  color: #00785A;
}
.supervision-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.88rem;
}

.supervision-cont {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  padding: 0.53rem 0 0.56rem;
}

.supervision-layout {
  display: none;
}
.supervision-layout.active {
  display: flex;
  justify-content: space-between;
}

.supervision-left {
  max-width: 5.76rem;
  width: 100%;
  height: 5.09rem;
}
.supervision-left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.supervision-left a:hover .su_right h4, .supervision-left a:hover .su_right p {
  color: #00785A;
}
.supervision-left img {
  width: 100%;
  height: 3.82rem;
  object-fit: cover;
  display: block;
}
.supervision-left .su_layout {
  display: flex;
  margin-top: 0.2rem;
  align-items: flex-end;
}
.supervision-left .su_layout .time {
  max-width: 1rem;
  width: 100%;
  height: 0.7rem;
  font-size: 0.3rem;
  color: #666666;
  font-weight: bold;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.2rem;
  border-right: 0.01rem solid #D8D8D8;
}
.supervision-left .su_layout .time span {
  font-size: 0.16rem;
  color: #666666;
  display: block;
  font-weight: 400;
}
.supervision-left .su_layout .su_right {
  box-sizing: border-box;
  padding-left: 0.24rem;
  width: calc(100% - 1rem);
  position: relative;
}
.supervision-left .su_layout .su_right h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.supervision-left .su_layout .su_right p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.07rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.supervision-left .su_layout .su_right i {
  display: inline-block;
  font-size: 0.26rem;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: 0;
}

.supervision-right {
  max-width: 7.52rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-right: 0.22rem;
}
.supervision-right li {
  width: 100%;
  height: 1.38rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.38rem 0.2rem 0.83rem;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.supervision-right li:last-child {
  margin-bottom: 0;
}
.supervision-right li:before {
  content: "";
  width: 0.16rem;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00785A;
  transition: all 0.3s ease-in-out 0s;
}
.supervision-right li:hover {
  background-color: #F6F6F6;
}
.supervision-right li:hover:before {
  height: 100%;
}
.supervision-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.supervision-right .supervision-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supervision-right .supervision-top h4 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  width: calc(100% - 1.2rem);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.supervision-right .supervision-top span {
  font-size: 0.14rem;
  color: #999999;
}
.supervision-right .supervision-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
.supervision-right .supervision-bottom p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.48rem;
  width: calc(100% - 1rem);
}
.supervision-right .supervision-bottom i {
  font-size: 0.32rem;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .dj_list li:first-child .dj_time {
    padding: 0.1rem;
  }
  .dj_list li:first-child .dj_time span {
    font-size: 0.16rem;
  }
  .dj_list li:first-child .dj_text p {
    font-size: 0.2133333333rem;
    margin-top: 0.1rem;
  }
  .dj_list li .dj_time {
    font-size: 0.4rem;
  }
  .dj_list li .dj_time span {
    font-size: 0.1866666667rem;
  }
  .dj_list li h4 {
    font-size: 0.1866666667rem;
    height: 0.48rem;
  }
  .dj_list li p {
    font-size: 0.1866666667rem;
  }
  .work_list_fr p {
    font-size: 0.2133333333rem;
    width: calc(100% - 1.2rem);
  }
  .work_list_fr .time span {
    font-size: 0.1866666667rem;
  }
  .work_list_ls span {
    font-size: 0.2133333333rem;
  }
  .work_list_ls h4 {
    font-size: 0.2133333333rem;
  }
  .labour-swiper p {
    font-size: 0.1866666667rem;
  }
  .labour-swiper h4 {
    font-size: 0.1866666667rem;
    height: 0.48rem;
  }
  .labour-swiper span {
    font-size: 0.16rem;
  }
  .united_left p {
    font-size: 0.1866666667rem;
  }
  .united_left h4 {
    font-size: 0.1866666667rem;
    height: 0.48rem;
  }
  .united_left span {
    font-size: 0.1866666667rem;
  }
  .united_right span {
    font-size: 0.1866666667rem;
  }
  .united_right h4 {
    font-size: 0.2133333333rem;
  }
  .supervision-list a {
    font-size: 0.2133333333rem;
  }
  .supervision-left .su_layout .time span {
    font-size: 0.1866666667rem;
  }
  .supervision-left .su_layout .su_right h4 {
    font-size: 0.2133333333rem;
  }
  .supervision-left .su_layout .su_right p {
    font-size: 0.1866666667rem;
  }
  .supervision-right .supervision-top h4 {
    font-size: 0.2133333333rem;
  }
  .supervision-right .supervision-top span {
    font-size: 0.1866666667rem;
  }
  .supervision-right .supervision-bottom p {
    font-size: 0.1866666667rem;
  }
}
@media screen and (max-width: 1152px) {
  .dj_list {
    flex-wrap: wrap;
    height: auto;
  }
  .dj_list li {
    max-width: 49.5%;
    margin-top: 0.1rem;
  }
  .dj_list li a {
    width: 100%;
    height: 100%;
  }
  .dj_list li:first-child {
    max-width: 49.5%;
  }
  .dj_list li:first-child .dj_text p {
    margin-top: 0.1rem;
    display: inline-block;
  }
  .work_fr {
    max-width: 49%;
  }
  .work_list_ls h4 {
    max-width: calc(100% - 1.2rem);
  }
  .united_left, .united_right, .supervision-left, .supervision-right {
    max-width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .dj_list li {
    max-width: 100%;
  }
  .dj_list li:first-child {
    max-width: 100%;
  }
  .dj_list li:first-child img {
    max-height: 2.69rem;
    height: auto;
  }
  .work_layout, .unitedFrontLayout {
    flex-direction: column;
  }
  .work_fr, .united_left, .united_right {
    max-width: 100%;
  }
  .united_right a {
    padding: 0.2rem 0;
  }
  .supervision-container {
    padding: 0.4rem 0;
  }
  .supervision-list {
    height: 0.5rem;
  }
  .supervision-list a {
    line-height: 0.5rem;
  }
  .supervision-layout {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.1rem;
  }
  .supervision-left {
    max-width: 100%;
    height: auto;
  }
  .supervision-left img {
    max-height: 3.82rem;
    height: auto;
  }
  .supervision-right {
    max-width: 100%;
    margin-top: 0.2rem;
    padding-right: 0;
  }
  .supervision-right li {
    margin-bottom: 0.2rem;
    padding-left: 0.38rem;
  }
}
@media screen and (max-width: 475px) {
  .work_list_fr {
    padding: 0.1rem;
  }
  .united_left {
    height: auto;
  }
  .united_left li {
    padding: 0.2rem 0.1rem;
    height: auto;
  }
  .dj_container {
    padding: 0.4rem 0;
  }
}
