@charset "UTF-8";
.industry-banner {
  width: 100%;
  height: calc(100vh - 94px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
@media screen and (max-height: 480px) {
  .industry-banner {
    min-height: 410px;
  }
}
@media screen and (max-width: 959px) {
  .industry-banner {
    height: calc(100vh - 70px);
  }
}
.com-nav {
  float: right;
  width: 100%;
  padding-left: 10px;
}
.com-nav ul:before {
  content: "";
  clear: both;
}
.com-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.com-nav:before {
  content: "";
  clear: both;
}
.com-nav:after {
  content: "";
  clear: both;
  display: table;
}
.com-nav li {
  background-color: #9f2925;
  width: 16.666%;
  height: calc(10.53vw - 1.053px);
  min-width: 218px;
  min-height: 114px;
  display: block;
  float: left;
  position: relative;
}
.com-nav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1099px) {
  .com-nav {
    padding-left: 5px;
    overflow-x: auto;
  }
  .com-nav ul {
    display: flex;
    height: 114px;
  }
}
.com-nav li > dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.com-nav li > a.com-link {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.com-nav li > dl:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  z-index: 2;
  transition: ease-in-out all 0.15s 0.2s;
}
.com-nav li.on > dl:before,
.com-nav li:hover > dl:before {
  content: "";
  top: 5%;
  left: 2.5%;
  width: 95%;
  height: 90%;
  opacity: 1;
}
.com-nav li > dl > img {
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
  transition: linear all 0.2s;
}
.com-nav li.on > dl > img,
.com-nav li:hover > dl > img {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}
.com-nav li > div {
  position: relative;
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com-nav li > div > h4 {
  margin-top: 20px;
  color: #cc6666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transition: linear all 0.2s;
  font-family: APompadourSample;
}
.com-nav li > div > h2 {
  margin-top: 9px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.com-nav li:hover > div > h4,
.com-nav li.on > div > h4 {
  color: #fff;
}
.industry-grid {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 35px;
}
.industry-image {
  display: none;
}
.industry-info {
  width: 100%;
  background-color: #ffffff;
  height: 520px;
  padding: 80px;
  padding-bottom: 0;
  color: #666666;
}
.industry-info h2 {
  color: #9f2925;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
}
.industry-info h4 {
  color: #333;
  font-family: APompadourSample;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.industry-info p {
  max-width: 580px;
  height: 75px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.industry-grid:last-child {
  margin-bottom: 0;
}
.industry-info .sign {
  color: #333;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  max-width: 580px;
  white-space: nowrap;
}
.industry-info .sign > span {
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
  line-height: 2;
  float: left;
}
.industry-info .sign > span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #9f2925;
}
.industry-info .sign > span:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  display: inline-block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #9f2925;
}
@media screen and (min-width: 1300px) {
  .story-group {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 300px;
  }
  .story-group .story-line {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    background-color: #e0e0e0;
    transform: translateX(-50%);
  }
  .story-grid:nth-child(2n) .story-info {
    float: left;
    padding-right: 50px;
  }
  .story-grid:nth-child(2n) .story-info:before,
  .story-grid:nth-child(2n) .story-info:after {
    right: -6px;
  }
  .story-grid:nth-child(2n + 1) .story-info {
    float: right;
    padding-left: 50px;
  }
  .story-grid:nth-child(2n + 1) .story-info:before,
  .story-grid:nth-child(2n + 1) .story-info:after {
    left: -6px;
  }
  .story-info {
    width: 50%;
    height: 250px;
    position: relative;
  }
  .story-box {
    position: absolute;
    top: 0;
    width: calc(100% - 50px);
    min-height: 300px;
    background-color: #fff;
  }
  .story-info:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    background-color: #9f2925;
    border-radius: 50%;
  }
  .story-info:after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    position: absolute;
    top: 25px;
    background-color: #9f2925;
  }
  .story-info span.arrow {
    display: inline-block;
    position: absolute;
    top: 20px;
  }
  .story-grid:nth-child(2n) .story-info span.arrow {
    right: 31px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #9f2925;
  }
  .story-grid:nth-child(2n + 1) .story-info span.arrow {
    left: 31px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #9f2925;
  }
  .story-sign {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #9f2925;
    border-radius: 50%;
    top: -20px;
    left: 50%;
    z-index: 2;
    padding: 10px;
    transform: translateX(-50%);
  }
  .story-grid {
    width: 100%;
    padding-bottom: 50px;
  }
  .story-box-body {
    padding: 38px 32px;
  }
}
@media screen and (max-width: 1299px) {
  .story-group {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow-x: auto;
    width: 100%;
    max-width: 970px;
    margin: auto;
    margin-bottom: 10px;
  }
  .story-group::-webkit-scrollbar {
    height: 3px;
  }
  .story-group::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px #f45e57;
    background-color: #9f2925;
  }
  .story-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .story-group .story-line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  #story_block {
    width: 100%;
    display: table;
    white-space: nowrap;
  }
  .story-grid {
    max-width: 290px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: text-top;
  }
  .story-grid p {
    white-space: normal;
  }
  .story-sign {
    display: none;
  }
  .story-box-body {
    padding: 20px;
  }
}
.story-top {
  max-width: 100%;
  border: 3px solid #9f2925;
  width: 970px;
  min-height: 211px;
  margin: auto;
  padding: 55px 70px;
  text-align: center;
  line-height: 2;
  color: #666;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(../images/20190924140706.png);
}
.story-group {
  position: relative;
}
.story-grid:before {
  content: "";
  clear: both;
}
.story-grid:after {
  content: "";
  display: table;
  clear: both;
}
.story-box-head {
  padding: 15px 30px;
  background-color: #9f2925;
}
.story-box-head > h4 {
  display: inline-block;
  color: #e1c1a1;
  font-size: 18px;
  font-weight: 400;
}
.story-box-head > time {
  margin-left: 20px;
  display: inline-block;
  font-family: APompadourSample;
  color: #cb6f6c;
}
.story-box-body {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  background-color: #fff;
}
.story-box-body > p {
  margin-bottom: 30px;
}
.time-bar {
  display: none;
  position: fixed;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.time-bar ul {
  width: 25px;
}
.time-bar ul > li {
  cursor: pointer;
  width: 25px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  background-color: #dfdfdf;
  color: #999999;
  border-radius: 50%;
  margin-bottom: 5px;
}
.time-bar ul > li.on {
  color: #ffffff;
  background-color: #9f2925;
}
.zone-title {
  color: #dddddd;
  font-weight: 400;
  font-size: 30px;
  position: relative;
  text-transform: uppercase;
  font-family: APompadourSample;
  padding-left: 70px;
}
.zone-title > i {
  position: absolute;
  left: 0;
}
.commercial-service {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 790px;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 20px;
}
.service-title {
  color: #9f2925;
  font-size: 30px;
  font-weight: 400;
}
.service-title-en {
  margin-top: 10px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-family: APompadourSample;
  text-transform: uppercase;
}
.news-grid-border {
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 3px solid #ccc;
  padding: 25px;
  padding-bottom: 50px;
  background-color: #fff;
}
.news-grid-border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #9f2925;
  -webkit-transition: ease-in-out width 0.4s;
  transition: ease-in-out width 0.4s;
}
.news-grid-border:hover:after {
  width: 100%;
  -webkit-transition: ease-in-out width 1s;
  transition: ease-in-out width 1s;
}
.news-grid h4 {
  font-size: 18px;
  line-height: 1.4;
  height: 25px;
  -webkit-box-flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-grid h4 > a {
  color: #333333;
}
.news-grid p {
  line-height: 1.6;
  margin: 10px 0;
  font-size: 14px;
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-grid p > a {
  color: #858585;
}
.news-grid-border time {
  position: absolute;
  left: 25px;
  bottom: 15px;
  font-size: 16px;
  color: #333;
  font-family: APompadourSample;
}
.news-grid a:hover {
  color: #9f2925;
}
.news-img {
  position: relative;
}
.news-img > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: ease-in-out background-color 0.08s;
  transition: ease-in-out background-color 0.08s;
}
.news-img > a:hover {
  background-color: rgba(73, 0, 1, 0.78);
}
.news-img .cross {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: ease-in-out opacity 0.08s;
  transition: ease-in-out opacity 0.08s;
}
.news-img:hover .cross {
  opacity: 1;
}
.news-button-link {
  float: right;
  position: relative;
  z-index: 2;
  margin-top: -64px;
}
.news-block-pagination {
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  margin-top: 65px;
}
.service-system {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  padding-right: 50%;
}
.service-system .service-info {
  width: 100%;
  max-width: 500px;
}
.service-system .service-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
}
@media screen and (max-width: 679px) {
  .service-system {
    padding-right: 0;
  }
  .service-system .service-img {
    display: none;
  }
}
.service-system-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.property-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 852px;
  position: relative;
}
.property-time {
  padding-top: 30px;
  color: rgba(219, 219, 219, 0.1);
  font-size: 72px;
  font-family: APompadourSample;
}
.property-shot-title {
  font-size: 16px;
  color: #fff;
}
.property-swiper-warp {
  position: relative;
}
.property-swiper-box {
  width: 572px;
  max-width: 100%;
  height: 430px;
  background-color: #fff;
  margin: auto;
  position: relative;
  z-index: 2;
}
.property-swiper-head {
  height: 94px;
  color: #dacba9;
  padding: 24px 35px;
  padding-right: 15px;
  font-family: APompadourSample;
  background-color: #9f2925;
  text-transform: uppercase;
}
.property-swiper-head time {
  font-size: 48px;
  font-weight: 400;
}
.property-swiper-head .sign {
  font-size: 14px;
  text-align: right;
  float: right;
  line-height: 1.4;
  padding-top: 5px;
  position: relative;
  padding-right: 55px;
}
.property-swiper-head .sign > i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.property-swiper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 572px;
  max-width: 100%;
  height: 430px;
  z-index: 3;
  transform: translateX(-50%);
}
.property-swiper .property-swiper-head,
.property-swiper .property-swiper-box {
  background-color: transparent;
}
.property-swiper-body {
  margin: 30px 35px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  height: 290px;
  /* border-bottom: 1px solid #e1e1e1; */
}
.property-swiper .property-swiper-body {
  border-bottom: none;
}
.property-swiper-footer {
  display: none;
  margin: 0px 35px;
  padding-top: 10px;
  color: #999;
  position: relative;
  text-transform: uppercase;
  font-family: APompadourSample;
  font-size: 14px;
}
.property-swiper-footer > span {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 11px;
  height: 6px;
  background-color: #d7d7d7;
}
.property-swiper-warp .swiper-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(80, 81, 84);
  display: block;
  z-index: 4;
  text-align: center;
  width: 35px;
  height: 56px;
  padding: 19px 0;
  -webkit-transition: ease-in-out background-color 0.08s;
  transition: ease-in-out background-color 0.08s;
}
.property-swiper-warp .swiper-btn.swiper-button-disabled {
  opacity: 1 !important;
}
.property-swiper-warp .swiper-btn:hover {
  background-color: #9f2925;
}
.property-swiper-warp .left-btn {
  left: 0px;
}
.property-swiper-warp .right-btn {
  right: 0px;
}
.mouse-icon {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.property-bg-swiper {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  transform: translateY(-50%);
}
.property-bg-swiper li.swiper-slide {
  padding-bottom: 10px;
  height: 47px;
  font-size: 24px;
  font-family: APompadourSample;
  margin-bottom: 40px;
  border-bottom: 2px solid #9f2925;
}
.property-bg-swiper li.swiper-slide > span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 11px;
  display: inline-block;
  background-color: #9f2925;
}
.select-group:before {
  content: "";
  clear: both;
}
.select-group:after {
  content: "";
  display: table;
  clear: both;
}
.property-area-block {
  position: absolute;
  width: 100%;
  max-width: 366px;
  left: 0;
  top: 50%;
  padding: 20px 15px;
  transform: translateY(-50%);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.property-area-block .select-group {
  margin-top: 50px;
}
.property-area-block .select-group .select {
  width: calc(50% - 2px);
  margin: 0 1px;
  height: 46px;
  padding: 14px 15px;
  float: left;
  color: #666666;
  margin-bottom: 13px;
  border: 1px solid #c6c6c6;
  position: relative;
  background-color: #fff;
}
.property-area-block .select-group select.select {
  padding: 10px 15px;
}
.property-area-block .search-btn {
  width: calc(100% - 2px);
  margin: 0 1px;
  height: 44px;
  display: block;
  background-color: #9f2925;
  text-align: center;
  line-height: 40px;
  border: 2px solid #9f2925;
  color: #fff;
  -webkit-transition: ease-in-out all 0.08s 0.1s;
  transition: ease-in-out all 0.08s 0.1s;
}
.property-area-block .search-btn:hover {
  background-color: #fff;
  color: #9f2925;
}
.select-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 2;
  border: 1px solid #c6c6c6;
  border-top: none;
  background-color: #fff;
}
.select-drop > li {
  cursor: pointer;
  height: 36px;
  padding: 0px 15px;
  line-height: 36px;
  font-size: 13px;
  display: block;
}
.select-drop > li:hover {
  background-color: #eee;
}
.select-arrow {
  position: absolute;
  display: block;
  top: 20px;
  right: 17px;
  width: 0;
  height: 0;
  z-index: 2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
}
.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.col-p-30 {
  padding: 0 30px;
}
.project-grid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.project-grid a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-grid-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
}
.project-grid:hover .project-grid-border {
  border: 5px solid #9f2925;
}
.project-info {
  padding: 30px 40px;
  color: #666;
  font-size: 14px;
  background-color: #f8f8f8;
  -webkit-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
}
.project-info h4 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.project-info .cross {
  float: right;
  position: relative;
  right: -12px;
  top: -27px;
}
.project-info p {
  height: 16px;
  color: #666;
  -webkit-box-flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-info .cross:before,
.project-info .cross:after {
  background-color: #cccccc;
}
.project-grid:hover .project-info {
  background-color: #9f2925;
  color: #fff;
}
.project-grid:hover .project-info p {
  color: #fff;
}
.project-grid:hover .project-info h4 {
  color: #fff;
}
.project-grid:hover .project-info .cross:before,
.project-grid:hover .project-info .cross:after {
  background-color: #fff;
}
@media screen and (min-width: 1800px) {
  .project-img {
    height: 340px;
  }
  .industry-grid:nth-child(2n + 1) {
    padding-left: 50%;
    background-position: left center;
  }
  .industry-grid:nth-child(2n) {
    padding-right: 50%;
    background-position: right center;
  }
}
@media screen and (max-width: 1799px) {
  .project-img {
    height: calc(20.6vw - 18.54px);
  }
  .industry-grid {
    width: 50%;
    display: block;
    padding: 0 15px;
    float: left;
    background: none;
    background-image: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .industry-info .sign {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .industry-info {
    max-width: 800px;
    width: 100%;
    height: auto;
    min-height: 520px;
    padding: 30px;
    margin: auto;
    border: 1px solid #f8f8f8;
  }
  .industry-image {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .project-img {
    height: calc(30.9vw - 18.54px);
  }
}
@media screen and (max-width: 1299px) {
  .com-nav li > div > h4 {
    margin-top: 8px;
  }
  .com-nav li > div > h2 {
    margin-top: 2px;
    font-weight: 400;
    font-size: 14px;
  }
  .time-bar {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  .property-bg {
    height: 710px;
  }
  .property-time {
    padding-top: 0;
  }
  .news-block-pagination {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .project-grid {
    margin-bottom: 20px;
    max-width: 100%;
    width: 550px;
  }
  .project-img {
    height: 340px;
  }
}
@media screen and (max-width: 579px) {
  .project-img {
    height: calc(61.82vw - 18.54px);
  }
}
@media screen and (max-width: 599px) {
  .zone-title {
    font-size: 25px;
    height: 50px;
    padding-left: 70px;
  }
  .zone-title > i > img {
    height: 50px;
  }
  .service-title {
    font-size: 25px;
  }
  .service-title-en {
    font-size: 13px;
    line-height: 1.2;
  }
  .commercial-service,
  .property-swiper-body,
  .service-info {
    font-size: 14px;
  }
  .project-info {
    padding: 20px 30px;
  }
  .story-box-body {
    font-size: 13px;
    line-height: 1.6;
  }
  .story-top {
    min-height: unset;
    font-size: 14px;
    line-height: 1.7;
    padding: 25px 20px;
  }
  .story-group {
    padding-bottom: 0;
  }
  .industry-grid {
    width: 100%;
  }
  .industry-info p {
    line-height: 1.7;
    height: 117px;
    -webkit-line-clamp: 5;
  }
  .industry-info h2 {
    font-size: 20px;
  }
  .industry-info h4 {
    font-size: 16px;
  }
  .industry-info {
    padding: 25px 15px;
  }
  .property-swiper-head time {
    font-size: 28px;
  }
  .property-swiper-head {
    height: 75px;
  }
  .property-swiper-head .sign {
    padding-top: 0;
    font-size: 12px;
    padding-right: 45px;
  }
  .property-swiper-head .sign > i > img {
    width: 40px;
    height: 40px;
  }
  .property-swiper-warp .swiper-btn {
    width: 25px;
  }
}
@media screen and (max-width: 499px) {
  .service-title {
    font-size: 18px;
  }
  .news-grid-border {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .news-grid-border time {
    left: 15px;
  }
  .project-info {
    padding-left: 15px;
  }
  .property-time {
    font-size: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1799px) {
  .industry-grid:nth-child(2n + 3) {
    clear: both;
  }
}
