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

.news-wrapper {
  width: 100%;
  height: auto;
  background: url("/materialpub/images/news-center-bg.png") no-repeat center bottom, #F7F7F7;
  box-sizing: border-box;
  padding: 0.75rem 0 1.73rem;
}
.news-wrapper .more {
  display: block;
  margin: 0.48rem auto 0;
}

.news-layout {
  margin: 0.3rem auto 0;
  display: flex;
  justify-content: space-between;
}

.news-left {
  max-width: 8rem;
  width: 100%;
  height: 6.4rem;
  background: #FFFFFF;
}

.news-swiper {
  width: 100%;
  height: 100%;
}
.news-swiper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-swiper img {
  width: 100%;
  height: 5.53rem;
  display: block;
  object-fit: cover;
}
.news-swiper p {
  height: 0.87rem;
  width: 100%;
  line-height: 0.87rem;
  font-size: 0.22rem;
  color: #333333;
  box-sizing: border-box;
  padding: 0 1.2rem 0 0.22rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-swiper .news-pagination {
  height: 0.87rem;
  display: flex;
  align-items: center;
  bottom: 0;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.news-swiper .news-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: transparent;
  margin: 0 0.06rem;
}
.news-swiper .news-pagination .swiper-pagination-bullet-active {
  border-color: transparent;
  background: #FF8400;
}

.news-right {
  max-width: 6.2rem;
  width: 100%;
  height: auto;
  background: #FFFFFF;
}

.news-list {
  width: 100%;
  height: 100%;
}
.news-list li {
  width: 100%;
  height: 33.3333333333%;
  box-sizing: border-box;
  padding: 0.2rem 0.17rem 0.2rem 0.2rem;
  transition: all 0.3s ease-in-out 0s;
}
.news-list li:hover {
  background-color: #00785A;
  width: calc(100% + 0.15rem);
}
.news-list li:hover h4 {
  color: #FFFFFF;
  font-weight: bold;
}
.news-list li:hover p, .news-list li:hover span {
  color: #FFFFFF;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list .news-le {
  box-sizing: border-box;
  width: calc(100% - 1.95rem);
  padding-right: 0.3rem;
}
.news-list .news-le h4 {
  font-size: 0.16rem;
  height: 0.24rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list .news-le 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: 2;
  height: 0.48rem;
  margin: 0.12rem 0 0.28rem;
}
.news-list .news-le span {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.news-list .news-le span i {
  display: inline-block;
  font-size: 0.2rem;
}
.news-list .news-le span .icon-bud {
  margin-right: 0.05rem;
}
.news-list .news-le span .icon-jt-r {
  margin-left: 0.17rem;
}
.news-list .news-ri {
  width: 1.95rem;
  height: 1.5rem;
  overflow: hidden;
}
.news-list .news-ri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}

.dynamic-layout {
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.dynamic-left {
  max-width: 7.98rem;
  width: 100%;
  height: auto;
}

.dynamic-title {
  height: 1.47rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.13rem;
}
.dynamic-title .plate-title:after {
  left: 0;
  transform: translateX(0);
}

.dynamic-list {
  width: 100%;
  height: auto;
}
.dynamic-list li {
  width: 100%;
  min-height: 1.75rem;
  height: 33.3333333333%;
  background-color: #F6F6F6;
  margin-bottom: 0.3rem;
  transition: all 0.3s ease-in-out 0s;
}
.dynamic-list li:last-child {
  margin-bottom: 0;
}
.dynamic-list li:hover {
  background-color: #00785A;
}
.dynamic-list li:hover h4 {
  color: #FFFFFF;
  font-weight: bold;
}
.dynamic-list li:hover p, .dynamic-list li:hover span {
  color: #FFFFFF;
}
.dynamic-list li:hover img {
  transform: scale(1.1);
}
.dynamic-list a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.dynamic-list h4 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dynamic-list 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: 2;
  height: 0.48rem;
  margin: 0.12rem 0 0.28rem;
}
.dynamic-list span {
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.24rem;
  display: flex;
  align-items: center;
}
.dynamic-list span i {
  display: inline-block;
  font-size: 0.2rem;
}
.dynamic-list span .icon-bud {
  margin-right: 0.06rem;
}
.dynamic-list span .icon-jt-r {
  margin-left: 0.55rem;
}
.dynamic-list .dynamic-le {
  max-width: 2.54rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dynamic-list .dynamic-le img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  min-height: 1.75rem;
}
.dynamic-list .dynamic-ri {
  width: calc(100% - 2.54rem);
  height: auto;
  box-sizing: border-box;
  padding: 0.3rem 0.26rem 0 0.3rem;
}

.dynamic-right {
  max-width: 6.2rem;
  width: 100%;
  height: auto;
  position: relative;
}
.dynamic-right .notice-title {
  width: 100%;
  height: 1.13rem;
  background-color: #00785A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.13rem;
  left: 0;
}
.dynamic-right .notice-title a {
  display: inline-block;
  font-size: 0.3rem;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-bottom: 0.16rem;
  position: relative;
}
.dynamic-right .notice-title a:after {
  content: "";
  max-width: 0.82rem;
  width: 100%;
  height: 0.04rem;
  display: inline-block;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.notice-cont {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 70, 52, 0.12);
  box-sizing: border-box;
  padding: 0.28rem 0.2rem;
}
.notice-cont .more {
  display: block;
  margin: 0.34rem auto 0;
}

.notice-list {
  width: 100%;
  height: auto;
}
.notice-list li {
  width: 100%;
  height: 1.34rem;
  box-sizing: border-box;
  border: 0.01rem solid #F6F6F6;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  padding: 0.4rem 0.18rem 0.3rem 0.32rem;
  transition: all 0.3s ease-in-out 0s;
}
.notice-list li:last-child {
  margin-bottom: 0;
}
.notice-list li:hover {
  background-color: #00785A;
}
.notice-list li:hover h4 {
  color: #FFFFFF;
}
.notice-list li:hover p {
  color: #FFFFFF;
}
.notice-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.notice-list h4 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice-list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  margin-top: 0.16rem;
}
.notice-list span {
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
.notice-list span i {
  margin-right: 0.08rem;
}
.notice-list i {
  font-size: 0.2rem;
  display: inline-block;
}

.media-container {
  width: 100%;
  height: auto;
  background: url("/materialpub/images/media_bg.png") no-repeat center top, linear-gradient(180deg, rgba(0, 120, 90, 0.76) 0%, rgba(25, 155, 122, 0.86) 40%, rgba(255, 255, 255, 0.83) 74%, #FFFFFF 100%);
  box-sizing: border-box;
  padding: 0.6rem 0 0.69rem;
}

.media-wrapper {
  margin: 0 auto;
}

.media-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media-title .plate-title {
  color: #FFFFFF;
}
.media-title .plate-title span {
  color: #FFFFFF;
}
.media-title .plate-title:after {
  left: 0;
  transform: translateX(0);
  background: #FFFFFF;
}
.media-title .more {
  border: 0.01rem solid #FFFFFF;
  box-sizing: border-box;
  background: transparent;
}

.media-layout {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  margin-top: 0.34rem;
}

.media-left {
  max-width: 7.6rem;
  width: 100%;
  height: 4.11rem;
}
.media-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-right {
  max-width: 6.6rem;
  height: 3.23rem;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.37rem 0.5rem 0.3rem;
}
.media-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.media-right h4 {
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 0.26rem;
  position: relative;
}
.media-right h4:after {
  content: "";
  max-width: 0.53rem;
  width: 100%;
  height: 0.02rem;
  background: #00785A;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.media-right p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 0.96rem;
  margin: 0.34rem 0 0.46rem;
}
.media-right span {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #999999;
}
.media-right .to-detail {
  font-size: 0.18rem;
  color: #333333;
  float: right;
}

.media-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.43rem;
}
.media-list li {
  box-sizing: border-box;
  padding-left: 0.55rem;
  padding-right: 0.4rem;
  width: 33.3333333333%;
  position: relative;
}
.media-list li:first-child {
  padding-left: 0.2rem;
}
.media-list li:last-child {
  padding-right: 0;
}
.media-list li:last-child:after {
  display: none;
}
.media-list li:after {
  content: "";
  width: 0.01rem;
  height: 0.4rem;
  display: inline-block;
  background: #D8D8D8;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.media-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.media-list h4 {
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.media-list p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.64rem;
  margin: 0.07rem 0 0.24rem;
}
.media-list span {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333333;
}

.iNewsContainer {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1.1rem 0 0.78rem;
  background: #F7F7F7;
}

.iNewsWrapper {
  margin: 0 auto;
}
.iNewsWrapper .media-title h4 {
  color: #333333;
}
.iNewsWrapper .media-title h4:after {
  background: #00785A;
}
.iNewsWrapper .media-title h4 span {
  color: #00785A;
}
.iNewsWrapper .media-title .more {
  background: #00785A;
}

.iNewsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
  justify-content: space-between;
  position: relative;
}
.iNewsList:after {
  content: "";
  max-width: 4.67rem;
  width: 100%;
  height: 0.01rem;
  display: inline-block;
}
.iNewsList li {
  max-width: 4.67rem;
  width: 100%;
  height: 3.38rem;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 0.2rem;
}
.iNewsList li:hover p {
  background: #00785A;
  color: #FFFFFF;
}
.iNewsList a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.iNewsList img {
  width: 100%;
  height: 2.75rem;
  object-fit: cover;
  display: block;
}
.iNewsList p {
  height: 0.63rem;
  width: 100%;
  line-height: 0.63rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out 0s;
}

.express-container {
  width: 100%;
  height: auto;
  background: url("/materialpub/images/185.png") no-repeat center bottom, #00785A;
  box-sizing: border-box;
  padding: 0.95rem 0 0.84rem;
}

.express-wrapper {
  margin: 0 auto;
  text-align: center;
}
.express-wrapper .plate-title {
  color: #FFFFFF;
  display: inline-block;
}
.express-wrapper .plate-title span {
  color: #fff;
}
.express-wrapper .plate-title:after {
  background: #FFFFFF;
  left: 0;
  transform: translateX(0);
}
.express-wrapper .more {
  box-sizing: border-box;
  border: 0.01rem solid #FFFFFF;
  margin-top: 0.65rem;
}

.express-layout {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.express-left {
  max-width: 8rem;
  width: 100%;
  height: 6.31rem;
}
.express-left a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.express-left a:before, .express-left a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.express-left a:after {
  background: linear-gradient(180deg, rgba(114, 94, 94, 0) 0%, rgba(0, 0, 0, 0.67) 99%);
  top: 0;
  left: 0;
}
.express-left a:before {
  max-width: 0.38rem;
  max-height: 0.38rem;
  background: url("/materialpub/images/54.png") no-repeat center center;
  background-size: contain;
  z-index: 99;
  bottom: 0.25rem;
  right: 0.25rem;
}
.express-left a:hover img {
  transform: scale(1.1);
}
.express-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}
.express-left p {
  position: absolute;
  bottom: 0.25rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  z-index: 9;
  box-sizing: border-box;
  padding: 0 0.25rem;
  max-width: 7.2rem;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.express-right {
  max-width: 6.2rem;
  width: 100%;
  height: auto;
}
.express-right li {
  width: 100%;
  height: 3.05rem;
  margin-bottom: 0.2rem;
}
.express-right li:last-child {
  margin-bottom: 0;
}
.express-right li:hover img {
  transform: scale(1.1);
}
.express-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.express-right a:before, .express-right a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.express-right a:after {
  background: linear-gradient(180deg, rgba(114, 94, 94, 0) 0%, rgba(0, 0, 0, 0.67) 99%);
  top: 0;
  left: 0;
}
.express-right a:before {
  max-width: 0.38rem;
  max-height: 0.38rem;
  background: url("/materialpub/images/54.png") no-repeat center center;
  background-size: contain;
  z-index: 99;
  bottom: 0.13rem;
  right: 0.13rem;
}
.express-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}
.express-right p {
  position: absolute;
  bottom: 0.18rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  z-index: 9;
  box-sizing: border-box;
  padding: 0 0.25rem;
  max-width: 5.6rem;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.scenery-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.85rem 0 0.64rem;
}

.scenery-layout {
  margin: 0 auto;
}

.scenery-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.scenery-list li {
  width: 50%;
  height: 4.37rem;
  position: relative;
  overflow: hidden;
}
.scenery-list li:hover img {
  transform: scale(1.1);
}
.scenery-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.scenery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.scenery-list p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0.74rem;
  line-height: 0.74rem;
  padding: 0 0.45rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  box-sizing: border-box;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .news-list .news-le h4 {
    font-size: 0.2133333333rem;
    height: 0.32rem;
  }
  .news-list .news-le p {
    font-size: 0.1866666667rem;
  }
  .news-list .news-le span {
    font-size: 0.1866666667rem;
  }
  .dynamic-list h4 {
    font-size: 0.2133333333rem;
  }
  .dynamic-list p {
    font-size: 0.1866666667rem;
  }
  .dynamic-list span {
    font-size: 0.1866666667rem;
  }
  .notice-list h4 {
    font-size: 0.2133333333rem;
  }
  .notice-list span {
    font-size: 0.1866666667rem;
  }
  .notice-list i {
    font-size: 0.2666666667rem;
  }
  .media-right h4 {
    font-size: 0.24rem;
  }
  .media-right p {
    font-size: 0.1866666667rem;
  }
  .media-list h4 {
    font-size: 0.2133333333rem;
  }
  .media-list p, .media-list span {
    font-size: 0.1866666667rem;
  }
  .iNewsList p {
    font-size: 0.1866666667rem;
  }
  .express-left p {
    font-size: 0.2666666667rem;
  }
  .express-right p {
    font-size: 0.1866666667rem;
  }
}
@media screen and (max-width: 1152px) {
  .news-left, .dynamic-left, .express-left {
    max-width: 55%;
  }
  .news-right, .dynamic-right, .express-right {
    max-width: 44%;
  }
  .iNewsList li {
    max-width: calc(33.3333333333% - 0.1rem);
    height: auto;
  }
  .iNewsList img {
    height: 2.1rem;
  }
  .express-left {
    height: 4.5rem;
  }
  .express-left p {
    padding-right: 0.8rem;
  }
  .express-right p {
    padding-right: 0.8rem;
  }
  .express-right li {
    height: 2.15rem;
  }
  .scenery-list li {
    height: 3.37rem;
  }
}
@media screen and (max-width: 996px) {
  .news-layout, .dynamic-layout {
    flex-direction: column;
  }
  .news-left, .news-right, .dynamic-left, .dynamic-right {
    max-width: 100%;
  }
  .news-right {
    margin-top: 0.4rem;
  }
  .dynamic-right {
    margin-top: 0.4rem;
  }
  .dynamic-right .notice-title {
    position: initial;
  }
  .media-right {
    width: 60%;
  }
  .media-list li {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .media-layout {
    flex-direction: column;
  }
  .media-left {
    height: auto;
  }
  .media-right {
    max-width: 100%;
    width: 100%;
  }
  .media-list {
    flex-direction: column;
  }
  .media-list li {
    width: 100%;
    margin-top: 0.2rem;
  }
  .media-list p {
    margin-bottom: 0.07rem;
    height: 0.32rem;
    -webkit-line-clamp: 1;
  }
  .iNewsContainer {
    padding: 0.5rem 0;
  }
  .iNewsList li {
    max-width: calc(50% - 0.1rem);
  }
  .express-layout {
    flex-direction: column;
  }
  .express-left {
    max-width: 100%;
    max-height: 4.5rem;
  }
  .express-right {
    max-width: 100%;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .express-right li {
    width: 49%;
  }
  .scenery-list li {
    width: 100%;
    height: auto;
    max-height: 4.37rem;
  }
}
@media screen and (max-width: 616px) {
  .news-swiper img {
    height: 3.96rem;
  }
  .news-left {
    height: auto;
  }
}
@media screen and (max-width: 578px) {
  .iNewsList li {
    max-width: 100%;
  }
  .iNewsList img {
    height: 2.78rem;
  }
  .express-left {
    height: auto;
  }
  .express-right {
    flex-direction: column;
  }
  .express-right li {
    width: 100%;
    height: auto;
    max-height: 2.66rem;
  }
}
@media screen and (max-width: 515px) {
  .news-swiper img {
    height: 3.24rem;
  }
  .news-swiper p {
    padding-right: 0.8rem;
  }
  .dynamic-list p {
    margin-bottom: 0.12rem;
  }
  .dynamic-list .dynamic-le {
    display: none;
  }
  .dynamic-list .dynamic-ri {
    width: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 475px) {
  .news-list .news-le {
    width: 100%;
  }
  .news-list .news-ri {
    display: none;
  }
  .news-swiper img {
    height: 2.44rem;
  }
}
