* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

.toggle-content a:hover {
  text-decoration: underline;
}

.desc-img {
  overflow: hidden;
  cursor: pointer;
  background-color: #003974;
}
.desc-img img {
  transform: scale(1);
  transition: transform 0.5s;
}
.desc-img img:hover {
  transform: scale(1.2);
}
.desc-img .default-img {
  width: 50px;
  object-fit: contain !important;
  margin: 0 auto;
}
.desc-img:hover img {
  transform: scale(1.2);
}

.ct-part {
  background-color: #fff;
  padding: 1.2rem 1.32rem 0.8rem;
}
.ct-part:nth-child(n+2) {
  margin-top: max(0.24rem, 10px);
}
.ct-part .depart-name {
  font-size: 14px;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: rgba(51, 51, 51, 0.27);
  line-height: 1.4;
}
.ct-part h2 {
  margin-top: 0.22rem;
  padding-bottom: 0.38rem;
  font-size: 0.6rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #1d4f92;
  line-height: 1;
}

.news-wrapper {
  position: relative;
  padding-bottom: 1.3rem;
  background: #f9f9f9;
}
.news-wrapper a:hover {
  color: #a88337;
}
.news-wrapper .m-category {
  margin: 0.24rem 0 0.16rem;
  font-size: 0.14rem;
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  text-align: left;
  color: #b49764;
  line-height: 1;
}
.news-wrapper .m-title {
  margin-bottom: 0.4rem;
  font-size: max(0.24rem, 14px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.3;
}
.news-wrapper .m-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.14rem;
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  line-height: 1;
  letter-spacing: 0.5px;
}

.news-container .research-list {
  position: relative;
}
.news-container .ct-desc .top {
  display: flex;
}
.news-container .ct-desc .top .desc-img {
  flex: 1;
  height: 100%;
}
.news-container .desc-detail {
  flex: 1;
  margin-top: 0.1rem;
  margin-left: 0.54rem;
}
.news-container .desc-detail .m-title {
  margin-bottom: 0.14rem;
  font-size: 0.14rem;
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  text-align: left;
  color: #b49764;
  line-height: 1.5;
}
.news-container .desc-detail h3 {
  margin: 0.15rem 0;
  font-size: 0.36rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.3;
}
.news-container .desc-detail p {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: max(0.18rem, 14px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 1.6;
}
.news-container .desc-detail .time {
  margin-top: 0.36rem;
  font-size: 12px;
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  line-height: 1.6;
  letter-spacing: 0.43px;
}
.news-container .bottom {
  display: flex;
  margin-top: 0.38rem;
}
.news-container .bottom .desc-part {
  position: relative;
  flex: 1;
  margin-bottom: 10px;
}
.news-container .bottom .desc-part:nth-child(n+2) {
  margin-left: 0.18rem;
}
.news-container .bottom .desc-part .desc-img {
  height: 2.52rem;
}
.news-container .bottom .desc-part .desc-img img {
  object-fit: cover;
  height: 100%;
}
.news-container .case-list {
  display: flex;
  flex-wrap: wrap;
}
.news-container .case-list .case-part {
  position: relative;
  margin-left: 2%;
  width: 32%;
}
.news-container .case-list .case-part:nth-child(n+4) {
  margin-top: 0.6rem;
}
.news-container .case-list .case-part:nth-child(3n-2) {
  margin-left: 0;
}
.news-container .case-list .case-part .desc-img {
  height: 2.52rem;
}
.news-container .case-list .case-part .desc-img img {
  object-fit: cover;
  height: 100%;
}
.news-container .per-list {
  display: flex;
}
.news-container .per-list .per-part {
  position: relative;
  flex: 1;
}
.news-container .per-list .per-part:nth-child(n+2) {
  margin-left: 0.26rem;
}
.news-container .per-list .desc-img {
  height: 2.52rem;
}
.news-container .per-list .desc-img a {
  display: block;
  height: 100%;
}
.news-container .per-list .desc-img img {
  width: 100%;
  height: 100%;
}
.news-container .per-list .desc-img .default-img {
  width: 50px;
}
.news-container .cooperate-case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-container .cooperate-case .cooperate-part {
  width: 47.5%;
}
.news-container .cooperate-case .cooperate-part:nth-child(n+3) {
  padding-top: 0.33rem;
  border-top: 1px solid rgba(80, 80, 80, 0.3);
}
.news-container .cooperate-case .cooperate-part:nth-child(n-3) {
  padding-bottom: 0.33rem;
}
.news-container .cooperate-case .cooperate-part .desc-img {
  height: 1.77rem;
}
.news-container .cooperate-case .cooperate-part .desc-img img {
  object-fit: cover;
  height: 100%;
}
.news-container .cooperate-case .co-detail {
  width: 48%;
  float: right;
  position: relative;
}
.news-container .cooperate-case .co-img {
  width: 48%;
  float: left;
}
.news-container .cooperate-case .m-category {
  margin-top: 0.1rem;
}
.news-container .media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-container .media-list .media-part {
  position: relative;
  width: 32%;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid rgba(80, 80, 80, 0.3);
}
.news-container .media-list .media-part:nth-child(n+4) {
  padding-top: 0.36rem;
}
.news-container .media-list .m-time {
  bottom: 0.36rem;
}
.news-container .media-list .m-category {
  margin-top: 0;
}

.news-list-wrapper {
  position: relative;
  margin-top: 0.26rem;
  padding: 1rem 1.2rem 1.2rem;
  width: 100%;
  background-color: #fff;
}
.news-list-wrapper.nodata {
  display: none;
}
.news-list-wrapper .news-media .nl-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.news-list-wrapper .news-media .nl-list.nl-information li {
  width: 100%;
}
.news-list-wrapper .news-media .nl-list.nl-information li:nth-child(2n) {
  margin-left: 0;
}
.news-list-wrapper .news-media .nl-list.nl-information li:nth-child(n+2) {
  padding-top: 0.32rem;
}
.news-list-wrapper .nl-part {
  display: flex;
  align-items: center;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid rgba(80, 80, 80, 0.3);
}
.news-list-wrapper .nl-part:nth-child(n+2) {
  padding-top: 0.24rem;
}
.news-list-wrapper .nl-part .desc-img {
  flex: 1;
}
.news-list-wrapper .nl-part .nl-detail {
  flex: 2;
  margin-left: 0.5rem;
}
.news-list-wrapper .nl-part .nl-category {
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  text-align: left;
  color: #b49764;
  line-height: 1.6;
}
.news-list-wrapper .nl-part .nl-category a:hover {
  color: unset;
}
.news-list-wrapper .nl-part .nl-title {
  margin: 0.3rem 0 0.4rem;
  font-size: max(0.36rem, 16px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.6;
}
.news-list-wrapper .nl-part .nl-time {
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.news-list-wrapper .nl-part .nl-img {
  height: 3rem;
}
.news-list-wrapper .nl-part .nl-img img {
  object-fit: cover;
  height: 100%;
}
.news-list-wrapper .nl-media-part {
  width: 48%;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid rgba(80, 80, 80, 0.3);
}
.news-list-wrapper .nl-media-part:nth-child(2n) {
  margin-left: 4%;
}
.news-list-wrapper .nl-media-part:nth-child(n+3) {
  padding-top: 0.32rem;
}
.news-list-wrapper .nl-media-part .nl-category {
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  text-align: left;
  color: #b49764;
  line-height: 1.6;
}
.news-list-wrapper .nl-media-part .nl-category a:hover {
  color: unset;
}
.news-list-wrapper .nl-media-part .nl-title {
  margin: 0.24rem 0 0.24rem;
  font-size: max(0.24rem, 16px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.6;
}
.news-list-wrapper .nl-media-part .nl-time {
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.news-list-wrapper .nl-pagination {
  margin-top: 0.6rem;
}
.news-list-wrapper .nl-pagination .pagination {
  bottom: 0;
}
.news-list-wrapper .nl-pagination .page-list {
  display: flex;
  justify-content: center;
  font-size: max(0.16rem, 14px);
  font-family: Arial, Arial-Bold;
  font-weight: 400;
  text-align: left;
  color: rgba(19, 19, 19, 0.3);
  line-height: 18px;
}
.news-list-wrapper .nl-pagination .page {
  border: unset;
  border-radius: unset;
  width: unset;
  height: unset;
  cursor: pointer;
}
.news-list-wrapper .nl-pagination .page:hover {
  font-weight: 700;
  color: #c9bd97;
}
.news-list-wrapper .nl-pagination .page.active {
  font-weight: 700;
  color: #c9bd97;
  pointer-events: none;
}
.news-list-wrapper .nl-pagination .page.unclick {
  font-weight: 400;
  color: rgba(19, 19, 19, 0.3);
}
.news-list-wrapper .nl-pagination .page.unclick:hover {
  font-weight: 400;
  color: rgba(19, 19, 19, 0.3);
}
.news-list-wrapper .nl-pagination.research-list .page-dot {
  margin-left: 0.2rem;
  cursor: default;
}
.news-list-wrapper .nl-pagination.research-list .right-arrow {
  margin-left: 0.3rem;
}
.news-list-wrapper .nl-pagination .page-num {
  margin-left: 0.3rem;
}
.news-list-wrapper .list-button .page-numbers.current {
  font-weight: 700;
  color: #c9bd97;
}
.news-list-wrapper .list-button .page-numbers .pre-button::before {
  content: "";
}
.news-list-wrapper .list-button .page-numbers .button-net {
  display: block;
  transform: unset;
  -webkit-transform: unset;
}
.news-list-wrapper .list-button .page-numbers .button-net::before {
  content: "";
}
.news-list-wrapper .nl-list.event-list .nl-category {
  text-transform: Uppercase;
}
.news-list-wrapper .nl-list.event-list .nl-title {
  margin: 0.2rem 0;
}
.news-list-wrapper .nl-list.event-list .nl-info {
  margin-bottom: 0.1rem;
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #b49764;
  line-height: 1.4;
}
.news-list-wrapper .nl-list.event-list .nl-time {
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #b49764;
  line-height: 1.4;
}
.news-list-wrapper h2 {
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #1d4f92;
  line-height: 1.2;
}

.news-detail-wrapper {
  font-size: 16px;
}
.news-detail-wrapper .nd-main {
  display: flex;
  margin-top: 0.26rem;
}
.news-detail-wrapper .nd-main .nd-left {
  flex: 3;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
}
.news-detail-wrapper .nd-main .nd-right {
  flex: 1;
  margin-left: 0.24rem;
}
.news-detail-wrapper .nd-left .nd-title, .news-detail-wrapper .nd-left h2 {
  margin-bottom: 0.48rem;
  font-size: max(0.48rem, 20px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
}
.news-detail-wrapper .nd-left .nd-article, .news-detail-wrapper .nd-left p {
  margin-top: 0.32rem;
  font-size: max(0.18rem, 16px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
.news-detail-wrapper .nd-left p:nth-child(n+2) {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.news-detail-wrapper .nd-left p + p {
  margin-bottom: 0;
}
.news-detail-wrapper .nd-left h3 {
  position: relative;
  margin-top: 0.32rem;
  padding-left: max(0.14rem, 10px);
  font-size: max(0.24rem, 18px);
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  color: #363d45;
  line-height: 1.5;
}
.news-detail-wrapper .nd-left h3::before {
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 4px;
  height: max(0.24rem, 18px);
  background: #63cae1;
}
.news-detail-wrapper .nd-left img {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.news-detail-wrapper .nd-right .nd-info {
  padding: 0.6rem 0 0.54rem 0.42rem;
  background-color: #fff;
}
.news-detail-wrapper .nd-right .info-part:nth-child(n+2) {
  margin-top: 0.4rem;
}
.news-detail-wrapper .nd-right .info-title {
  margin-bottom: 0.16rem;
  font-size: max(0.18rem, 12px);
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #002f6b;
  line-height: 1.4;
}
.news-detail-wrapper .nd-right .info-content {
  font-size: max(0.2rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #414042;
  line-height: 1.5;
}
.news-detail-wrapper .nd-right .nd-share {
  margin-top: 0.24rem;
  padding: 0.24rem 0 0.24rem 0.42rem;
  background: url("../images/news/share-bg.jpg") no-repeat center/100% 100%;
}
.news-detail-wrapper .nd-right .share-link {
  display: block;
  width: max(0.38rem, 20px);
  height: max(0.38rem, 20px);
}
.news-detail-wrapper .nd-right .share-link:nth-child(n+2) {
  margin-left: 0.14rem;
}
.news-detail-wrapper .nd-subcribe {
  margin-top: 0.24rem;
  padding: 0.42rem;
  background: #003366;
}
.news-detail-wrapper .nd-subcribe .title {
  font-size: 0.18rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 1.4;
}
.news-detail-wrapper .nd-subcribe .subc-ipt {
  margin: 0.3rem 0 0.18rem;
  padding-left: 0.2rem;
  width: 100%;
  height: 0.46rem;
  background-color: #fff;
}
.news-detail-wrapper .nd-subcribe .subc-ipt::-webkit-input-placeholder {
  font-size: 12px;
  font-family: Muli, Muli-Regular;
  color: rgba(51, 51, 51, 0.47);
  line-height: 1;
  text-align: center;
  position: relative;
  left: -0.1rem;
}
.news-detail-wrapper .nd-subcribe .subc-ipt::-moz-placeholder {
  font-size: 12px;
  font-family: Muli, Muli-Regular;
  color: rgba(51, 51, 51, 0.47);
  line-height: 1;
  text-align: center;
}
.news-detail-wrapper .nd-subcribe .subc-ipt::-ms-input-placeholder {
  font-size: 12px;
  font-family: Muli, Muli-Regular;
  color: rgba(51, 51, 51, 0.47);
  line-height: 1;
  text-align: center;
}
.news-detail-wrapper .nd-subcribe .subc-btn {
  width: 100%;
  border-radius: 4px;
}
.news-detail-wrapper .nd-subcribe .subc-btn a {
  display: block;
  width: 100%;
  height: 0.46rem;
  background: #b49764;
  font-size: 0.14rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 0.46rem;
}
.news-detail-wrapper .nd-next {
  margin-top: 0.24rem;
  padding: 1.2rem;
  background-color: #fff;
}
.news-detail-wrapper .nd-next a[href]:hover {
  text-decoration: underline;
}
.news-detail-wrapper .nd-next .next-title {
  font-size: 0.6rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #1d4f92;
  line-height: 1;
}
.news-detail-wrapper .nd-next .next-list {
  display: flex;
  margin-top: 0.48rem;
}
.news-detail-wrapper .nd-next .next-part {
  position: relative;
  width: 32%;
}
.news-detail-wrapper .nd-next .next-part:nth-child(n+2) {
  margin-left: 2%;
}
.news-detail-wrapper .nd-next .category {
  margin-top: 0.24rem;
  margin-bottom: 0.15rem;
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Semibold;
  font-weight: 600;
  text-align: left;
  color: #b49764;
  line-height: 1.6;
}
.news-detail-wrapper .nd-next .title {
  margin-bottom: 0.45rem;
  font-size: 0.24rem;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.6;
}
.news-detail-wrapper .nd-next .time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: max(0.14rem, 12px);
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.news-detail-wrapper .nd-next .next-img {
  height: 3rem;
}
.news-detail-wrapper .nd-next .next-img img {
  object-fit: cover;
  height: 100%;
}

.social-share a {
  margin: 0;
}
.social-share .social-share-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social-share .social-share-icon:nth-child(n+2) {
  margin-left: 5px;
}
.social-share .social-share-icon:hover {
  background-color: #fff;
}
.social-share .icon-facebook {
  font-size: 18px;
  color: #fff;
  border-color: unset;
  background-color: #0074bc;
}
.social-share .icon-facebook:hover {
  color: #0074bc;
}
.social-share .icon-linkedin {
  font-size: 14px;
  color: #fff;
  border-color: unset;
  background-color: #ff5c64;
}
.social-share .icon-linkedin:hover {
  color: #ff5c64;
}
.social-share .icon-wechat {
  font-size: 16px;
  color: #fff;
  border-color: unset;
  background-color: #5fc572;
}
.social-share .icon-wechat:hover {
  color: #5fc572;
}
.social-share .icon-weibo {
  font-size: 16px;
  color: #fff;
  border-color: unset;
  background-color: #ee4c3b;
}
.social-share .icon-weibo:hover {
  color: #ee4c3b;
}

@media screen and (max-width: 1200px) {
  .news-container .case-list .case-part .desc-img {
    height: 200px;
  }
  .news-container .cooperate-case .m-category {
    margin-top: 20px;
  }
  .news-container .cooperate-case .cooperate-part {
    position: relative;
  }
  .news-container .cooperate-case .cooperate-part .desc-img {
    height: 200px;
  }
  .news-container .cooperate-case .co-img {
    width: unset;
    float: unset;
  }
  .news-container .cooperate-case .co-detail {
    position: static;
    width: unset;
    float: unset;
  }
  .news-container .cooperate-case .m-title {
    margin-bottom: 30px;
  }
  .news-container .cooperate-case .m-time {
    bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-container .desc-detail {
    margin-top: 0;
  }
  .news-container .desc-detail h3 {
    font-size: 18px;
  }
  .news-container .desc-detail p {
    -webkit-line-clamp: 2;
    line-height: 1.2;
  }
  .news-container .desc-detail .time {
    margin-top: 10px;
  }

  .news-detail-wrapper .nd-right .nd-info {
    padding: 20px 15px;
  }
  .news-detail-wrapper .nd-right .nd-share {
    padding: 20px 15px;
  }
  .news-detail-wrapper .nd-subcribe {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-detail-wrapper .nd-subcribe .subc-ipt {
    padding: 10px;
  }
  .news-detail-wrapper .nd-subcribe .subc-ipt::-webkit-input-placeholder {
    font-size: 12px;
  }
  .news-detail-wrapper .nd-subcribe .subc-ipt::-moz-placeholder {
    font-size: 12px;
  }
  .news-detail-wrapper .nd-subcribe .subc-ipt::-ms-input-placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 910px) {
  .news-wrapper {
    overflow: hidden;
    padding-bottom: 0;
  }
  .news-wrapper .lds-head {
    padding-top: 0;
  }
  .news-wrapper .m-category {
    font-size: 12px;
    margin: 20px 0 0;
  }
  .news-wrapper .m-title {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .news-wrapper .m-time {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .news-container .ct-desc .top {
    flex-direction: column;
  }
  .news-container .desc-detail {
    margin-top: 10px;
    margin-left: 0;
  }
  .news-container .desc-detail .m-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .news-container .desc-detail h3 {
    margin: 15px 0;
    font-size: 14px;
  }
  .news-container .desc-detail p {
    font-size: 12px;
  }
  .news-container .desc-detail .time {
    margin-top: 20px;
  }
  .news-container .bottom {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-container .bottom .desc-part {
    flex: unset;
    width: 48%;
  }
  .news-container .bottom .desc-part:nth-child(n+2) {
    margin-left: 0;
  }
  .news-container .case-list .case-part {
    width: 49%;
    margin-left: 0;
  }
  .news-container .case-list .case-part:nth-child(n+4) {
    margin-top: 0;
  }
  .news-container .case-list .case-part:nth-child(2n) {
    margin-left: 2%;
  }
  .news-container .per-list .desc-img {
    height: 2rem;
  }
  .news-container .cooperate-case .cooperate-part {
    flex-direction: column;
  }
  .news-container .cooperate-case .cooperate-part:nth-child(n-3) {
    padding-bottom: 10px;
  }
  .news-container .cooperate-case .cooperate-part:nth-child(n+3) {
    padding-top: 30px;
  }
  .news-container .media-list {
    flex-direction: column;
  }
  .news-container .media-list .media-part {
    width: unset;
  }
  .news-container .media-list .media-part:nth-child(n-3) {
    padding-bottom: 10px;
  }
  .news-container .media-list .media-part:nth-child(n+2) {
    padding-top: 30px;
  }
  .news-container .media-list .media-part:last-child {
    border-bottom: unset;
  }
  .news-container .media-list .m-time {
    bottom: 10px;
  }

  .news-list-wrapper {
    margin-top: 40px;
    padding: 20px;
    padding-bottom: 40px;
  }
  .news-list-wrapper .nl-list {
    padding-top: 20px;
  }
  .news-list-wrapper .nl-list .nl-part {
    align-items: unset;
  }
  .news-list-wrapper .nl-list.event-list .nl-category {
    margin-top: 8px;
  }
  .news-list-wrapper .nl-list.event-list .nl-title {
    margin: 10px 0 15px;
  }
  .news-list-wrapper .nl-list.event-list .nl-info {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .news-list-wrapper .nl-list.event-list .nl-time {
    font-size: 12px;
  }
  .news-list-wrapper .nl-part .nl-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
  }
  .news-list-wrapper .nl-part .nl-img {
    height: 2rem;
  }
  .news-list-wrapper .nl-detail {
    flex: 2;
    position: relative;
    justify-content: center;
  }
  .news-list-wrapper .nl-detail .nl-category {
    font-size: 12px;
  }
  .news-list-wrapper .nl-detail .nl-title {
    margin: 10px 0 15px;
    font-size: 16px;
  }
  .news-list-wrapper .nl-detail .nl-time {
    font-size: 12px;
  }
  .news-list-wrapper .nl-media-part {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .news-list-wrapper .nl-media-part:nth-child(n+2) {
    padding-top: 20px;
  }
  .news-list-wrapper .nl-media-part .nl-detail {
    margin-left: 0;
  }
  .news-list-wrapper .nl-media-part .nl-category {
    font-size: 12px;
  }
  .news-list-wrapper .nl-media-part .nl-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .news-list-wrapper .nl-media-part .nl-time {
    position: static;
  }
  .news-list-wrapper .list-button {
    margin-bottom: 30px;
  }
  .news-list-wrapper .nl-pagination {
    margin-top: 30px;
  }
  .news-list-wrapper .nl-pagination .pagination {
    position: static;
    transform: translateX(0);
  }
  .news-list-wrapper h2 {
    font-size: 16px;
  }

  .news-detail-wrapper .nd-main {
    margin-top: 24px;
    flex-direction: column;
  }
  .news-detail-wrapper .nd-main .nd-left {
    flex: unset;
    padding: 30px 20px 40px;
  }
  .news-detail-wrapper .nd-main .nd-right {
    display: flex;
    flex: unset;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .news-detail-wrapper .nd-main .nd-title, .news-detail-wrapper .nd-main h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .news-detail-wrapper .nd-main .nd-article, .news-detail-wrapper .nd-main p {
    margin-top: 20px;
    font-size: 14px;
  }
  .news-detail-wrapper .nd-left p:nth-child(n+2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-detail-wrapper .nd-left h3 {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 16px;
  }
  .news-detail-wrapper .nd-left h3::before {
    top: 5px;
    height: 18px;
  }
  .news-detail-wrapper .nd-right .nd-info {
    flex: 1;
    padding: 20px 20px 30px;
  }
  .news-detail-wrapper .nd-right .info-part:nth-child(n+2) {
    margin-top: 10px;
  }
  .news-detail-wrapper .nd-right .info-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .news-detail-wrapper .nd-right .info-content {
    font-size: 12px;
  }
  .news-detail-wrapper .nd-right .nd-share {
    flex: 1;
    margin-top: 0;
    margin-left: 20px;
    padding: 20px;
  }
  .news-detail-wrapper .nd-right .share-software {
    margin-top: 20px;
  }
  .news-detail-wrapper .nd-right .share-link {
    width: 30px;
    height: 30px;
  }
  .news-detail-wrapper .nd-right .share-link:nth-child(n+2) {
    margin-left: 5px;
  }
  .news-detail-wrapper .nd-subcribe {
    margin-top: 0;
    margin-left: 20px;
    padding: 20px 30px;
  }
  .news-detail-wrapper .nd-subcribe .title {
    font-size: 14px;
  }
  .news-detail-wrapper .nd-subcribe .subc-ipt {
    margin: 15px 0;
    height: 30px;
    padding: 10px;
  }
  .news-detail-wrapper .nd-subcribe .subc-btn a {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .news-detail-wrapper .nd-next {
    padding: 30px 20px 40px;
  }
  .news-detail-wrapper .nd-next .next-title {
    font-size: 24px;
  }
  .news-detail-wrapper .nd-next .next-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .news-detail-wrapper .nd-next .next-part {
    width: 49%;
  }
  .news-detail-wrapper .nd-next .next-part:nth-child(n+2) {
    margin-left: 0;
  }
  .news-detail-wrapper .nd-next .next-part:nth-child(2n) {
    margin-left: 2%;
  }
  .news-detail-wrapper .nd-next .category {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .news-detail-wrapper .nd-next .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news-detail-wrapper .nd-next .time {
    position: static;
    margin-bottom: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .news-container .case-list .case-part {
    width: 100%;
  }
  .news-container .case-list .case-part:nth-child(n+2) {
    margin-top: 10px;
  }
  .news-container .case-list .case-part:nth-child(2n) {
    margin-left: 0;
  }
  .news-container .case-list .case-part .desc-img {
    height: unset;
  }
  .news-container .per-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-container .per-list .per-part {
    flex: unset;
    width: 48%;
  }
  .news-container .per-list .per-part:nth-child(n+2) {
    margin-left: 0;
  }
  .news-container .per-list .desc-img {
    height: 200px;
  }
  .news-container .cooperate-case .cooperate-part {
    width: 100%;
  }
  .news-container .cooperate-case .cooperate-part:nth-child(n+2) {
    padding-top: 30px;
    border-top: 1px solid rgba(80, 80, 80, 0.3);
  }

  .news-list-wrapper {
    margin-top: 30px;
  }
  .news-list-wrapper .nl-list .nl-part {
    flex-direction: column;
  }
  .news-list-wrapper .nl-list .nl-part:nth-child(n+2) {
    padding-top: 30px;
  }
  .news-list-wrapper .nl-part .nl-detail {
    margin-top: 5px;
    margin-left: 0;
  }
  .news-list-wrapper .nl-part .nl-title {
    margin-top: 8px;
  }
  .news-list-wrapper .news-media .nl-list {
    display: block;
  }
  .news-list-wrapper .nl-media-part {
    width: 100%;
    padding-top: 30px;
  }
  .news-list-wrapper .nl-media-part:nth-child(2n) {
    margin-left: 0;
  }
  .news-list-wrapper .nl-media-part:nth-child(n+2) {
    padding-top: 30px;
  }

  .list-button {
    margin-bottom: 20px;
  }

  .news-detail-wrapper .nd-main .nd-right {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-detail-wrapper .nd-main .nd-title, .news-detail-wrapper .nd-main h2 {
    font-size: 16px;
  }
  .news-detail-wrapper .nd-right .nd-info {
    flex: unset;
    width: 100%;
  }
  .news-detail-wrapper .nd-right .nd-share {
    flex: unset;
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .news-detail-wrapper .nd-right .nd-subcribe {
    margin-top: 10px;
    margin-left: 0;
    width: 48%;
  }
  .news-detail-wrapper .next-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-detail-wrapper .next-list .next-part {
    flex: unset;
    width: 48%;
  }
  .news-detail-wrapper .next-list .next-part:nth-child(n+2) {
    margin-left: 0;
  }
  .news-detail-wrapper .next-list .next-part:nth-child(n+3) {
    margin-top: 20px;
  }
  .news-detail-wrapper .next-list .category {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .news-detail-wrapper .next-list .title {
    font-size: 16px;
  }
  .news-detail-wrapper .next-list .time {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .news-wrapper .m-category {
    margin-top: 10px;
  }

  .news-container .bottom .desc-part {
    width: 400px;
  }
  .news-container .bottom .desc-part .desc-img {
    height: 200px;
  }
  .news-container .per-list .per-part {
    width: 300px;
  }
  .news-container .desc-detail {
    margin-top: 10px;
  }
  .news-container .desc-detail h3 {
    margin: 10px 0;
  }
  .news-container .desc-detail .time {
    margin-top: 10px;
  }
  .news-container .cooperate-case .m-category {
    margin-top: 10px;
  }

  .news-detail-wrapper .nd-right .nd-info {
    width: 100%;
  }
  .news-detail-wrapper .nd-right .nd-share {
    width: 100%;
    margin-top: 10px;
  }
  .news-detail-wrapper .nd-right .nd-subcribe {
    width: 100%;
  }
  .news-detail-wrapper .nd-next .next-img {
    height: unset;
  }
  .news-detail-wrapper .next-list .next-part {
    width: 100%;
  }
  .news-detail-wrapper .next-list .next-part:nth-child(n+2) {
    margin-top: 30px;
  }
  .news-detail-wrapper .next-list .category {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .news-detail-wrapper .next-list .title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .news-detail-wrapper .next-list .time {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .news-list-wrapper .nl-list .nl-title {
    font-size: 14px;
  }
  .news-list-wrapper .nl-pagination .pagination {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=news.css.map */
