<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**!
 * [崇明区数字政府建设页面]
 * date:2023-06-01
 * author: 孙福全;
 */
@font-face {
  font-family: 'PM';
  src: url("../css/font/pangmen.eot"), url("../css/font/pangmen.ttf"), url("../css/font/pangmen.woff");
}

body {
  font-size: 18px;
}

.content-row {
  width: 1200px;
  margin: 0 auto;
}

.box-title {
  font-family: 'PM';
  color: #333;
  font-size: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.box-title::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 17px;
  background: url("../images/sub-title-bg.png") center no-repeat;
  top: 50%;
  -webkit-transform: translateX(-116%) translateY(-65%);
     -moz-transform: translateX(-116%) translateY(-65%);
          transform: translateX(-116%) translateY(-65%);
}

.box-title::after {
  content: "";
  position: absolute;
  width: 168px;
  height: 17px;
  background: url("../images/sub-title-bg.png") center no-repeat;
  top: 50%;
  -webkit-transform: translateX(10%) translateY(-65%) scaleX(-1);
     -moz-transform: translateX(10%) translateY(-65%) scaleX(-1);
          transform: translateX(10%) translateY(-65%) scaleX(-1);
}

.box-title .blue {
  color: #1C91FD;
}

.check-more {
  color: #909B9A;
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 78px;
  text-align: center;
}

.check-more::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 6px;
  background: url("../images/check-more-icon.png") center no-repeat;
}

.banner {
  height: 505px;
  background: url("../images/banner-bg.jpg") center no-repeat;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information-wrap {
  max-width: 1920px;
  height: 441px;
  margin: 0 auto;
  background: url("../images/information-bg.png") left bottom no-repeat;
}

.information-wrap .content-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.information-wrap .news-title {
  font-size: 36px;
  line-height: 41px;
}

.information-wrap .information-box {
  width: 588px;
  height: 371px;
  background: -webkit-linear-gradient(top, #FFFFFF 42.63%, #F5FCFD 100%);
  background: -moz-linear-gradient(top, #FFFFFF 42.63%, #F5FCFD 100%);
  background: linear-gradient(180deg, #FFFFFF 42.63%, #F5FCFD 100%);
  box-shadow: 0px 2px 16px #E6EDEC;
  border-radius: 4px;
  padding: 30px;
}

.information-wrap .news-list {
  margin: 30px 0 28px;
}

.information-wrap .news-item {
  height: 20px;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.information-wrap .news-item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("../images/news-item-before.png") center no-repeat;
}

.information-wrap .news-item + .news-item {
  margin-top: 24px;
}

.information-wrap .news-item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-wrap .news-item .date {
  color: #666;
  width: 105px;
  margin-left: 20px;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.information-wrap .news-item:hover .text {
  color: #00A99B;
}

.publicize-wrap {
  height: 497px;
  background: url("../images/publicize-bg.jpg") center no-repeat;
  padding-top: 50px;
}

.publicize-wrap .content-row {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.publicize-wrap .content-box {
  width: 588px;
  height: 316px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px #E6EDEC;
  border-radius: 4px;
  padding: 24px;
}

.publicize-wrap .sub-title {
  height: 34px;
  background: url("../images/publicize-title-line.png") bottom left no-repeat;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.publicize-wrap .sub-title .check-more {
  margin: 3px 0 0;
  height: 16px;
}

.publicize-wrap .pub-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.publicize-wrap .pub-wrap .pic-box {
  height: 168px;
  background: #E4E6E5;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid transparent;
}

.publicize-wrap .pub-wrap .pub-item {
  width: 164px;
  cursor: pointer;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.publicize-wrap .pub-wrap .pub-item + .pub-item {
  margin-left: 22px;
}

.publicize-wrap .pub-wrap .pub-item:hover .pic-box {
  border-color: #00A99B;
}

.publicize-wrap .pub-wrap .pub-item:hover .pub-name {
  color: #00A99B;
}

.publicize-wrap .pub-wrap .pub-pic {
  width: 100%;
  height: 100%;
}

.publicize-wrap .pub-wrap .pub-name {
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.achievement-wrap {
  height: 890px;
  background: url("../images/achievement-bg.png") top center no-repeat;
  padding-top: 50px;
}

.achievement-wrap .content-row {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.achievement-wrap .show-box {
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 386px;
  height: 796px;
  background: url("../images/achievement-box-bg.png") center no-repeat;
  padding: 60px 30px 55px 30px;
}

.achievement-wrap .show-box img {
  width: 100%;
  height: 100%;
}

.achievement-wrap .achievement-item {
  cursor: pointer;
  padding-bottom: 8px;
  float: left;
  margin: 0 0 22px 30px;
}

.achievement-wrap .achievement-item:nth-child(3n+1) {
  margin-left: 0;
}

.achievement-wrap .achievement-item:hover .item-name, .achievement-wrap .achievement-item.active .item-name {
  background-image: url("../images/achevement-item-hover.png");
  color: #00A99B;
}

.achievement-wrap .achievement-item:hover .qr-box, .achievement-wrap .achievement-item.active .qr-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.achievement-wrap .item-name {
  width: 225px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/achevement-item-bg.png") center no-repeat;
}

.achievement-wrap .qr-box {
  position: absolute;
  z-index: 10;
  width: 225px;
  height: 156px;
  border: 1px solid #9AD2CE;
  border-radius: 6px;
  box-shadow: 0px 2px 16px -3px #E6EDEC;
  display: none;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  background: #fff;
}

.achievement-wrap .qr-text {
  margin-top: 8px;
}

.achievement-wrap .right-wrap {
  padding-top: 15px;
  width: 735px;
}

.achievement-wrap .achievement-title {
  height: 74px;
  line-height: 74px;
  padding-left: 32px;
  background: url("../images/achievement-list-icon.png") left 58% no-repeat;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

@media (max-width: 1260px) {
  .banner {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .banner img {
    max-width: 80%;
  }
  .information-wrap {
    height: auto;
    padding: 0 30px 30px;
  }
  .information-wrap .content-row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrap .information-box {
    width: 100%;
  }
  .information-wrap .information-box + .information-box {
    margin-top: 30px;
  }
  .publicize-wrap {
    height: auto;
    padding: 0 30px 30px;
    background-repeat: repeat;
  }
  .publicize-wrap .content-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: auto;
  }
  .publicize-wrap .content-box {
    width: 100%;
  }
  .publicize-wrap .content-box + .content-box {
    margin-top: 30px;
  }
  .achievement-wrap {
    height: auto;
    padding: 0 30px 30px;
    background-position: center -webkit-calc(100% + 100px);
    background-position: center -moz-calc(100% + 100px);
    background-position: center calc(100% + 100px);
  }
  .achievement-wrap .content-row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .achievement-wrap .right-wrap {
    width: 990px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(3n+1) {
    margin-left: 30px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media (min-width: 735px) and (max-width: 1080px) {
  .achievement-wrap .right-wrap {
    width: 735px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(4n+1) {
    margin-left: 30px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .achievement-wrap {
    height: auto;
    padding: 0 30px 30px;
    background-position: center -webkit-calc(100% + 100px);
    background-position: center -moz-calc(100% + 100px);
    background-position: center calc(100% + 100px);
  }
  .achievement-wrap .content-row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .achievement-wrap .right-wrap {
    width: 485px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(3n+1) {
    margin-left: 30px;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner img {
    max-width: 80%;
  }
  .information-wrap {
    height: auto;
    padding: 0 30px 30px;
  }
  .information-wrap .content-row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrap .information-box {
    width: 100%;
  }
  .information-wrap .information-box + .information-box {
    margin-top: 30px;
  }
  .publicize-wrap {
    height: auto;
    padding: 0 30px 30px;
    background-repeat: repeat;
  }
  .publicize-wrap .content-row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .publicize-wrap .content-box {
    width: 100%;
  }
  .publicize-wrap .content-box + .content-box {
    margin-top: 30px;
  }
}

@media (max-width: 660px) {
  .publicize-wrap .pub-wrap .pub-item {
    width: -webkit-calc(50% - 11px);
    width: -moz-calc(50% - 11px);
    width: calc(50% - 11px);
  }
  .publicize-wrap .pub-wrap .pub-item:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 660px) {
  .publicize-wrap .pub-wrap .pub-item {
    width: -webkit-calc(50% - 11px);
    width: -moz-calc(50% - 11px);
    width: calc(50% - 11px);
  }
  .publicize-wrap .pub-wrap .pub-item:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 560px) {
  .publicize-wrap .content-box {
    height: auto;
  }
  .publicize-wrap .pub-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .publicize-wrap .pub-wrap .pub-item {
    width: 100%;
  }
  .publicize-wrap .pub-wrap .pub-item:nth-child(n+3) {
    display: block;
  }
  .publicize-wrap .pub-wrap .pub-item + .pub-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 560px) {
  .achievement-wrap .right-wrap .achievement-item:nth-child(3n+1) {
    margin-left: auto;
  }
  .achievement-wrap .right-wrap .achievement-item:nth-child(2n+1) {
    margin-left: auto;
  }
  .achievement-wrap .right-wrap .achievement-item {
    float: none;
    width: 225px;
    margin: 0 auto;
  }
}
</pre></body></html>