<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:2022-03-22
 * author: wppei;
 */
.content {
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
  border-radius: 3px;
}

.box-top {
  height: 60px;
  padding: 17px 25px;
  line-height: 24px;
  border-bottom: 1px solid #77c136;
}

.box-top-more {
  color: #999999;
}

.box-top-tt {
  color: #404742;
  font-size: 24px;
  font-weight: bold;
} 

.box {
  width: calc(50% - 10px);
  height: 307px;
  margin-bottom: 30px;
}

.box-list {
  padding: 5px 24px 0;
}

.box-item {
  height: 48px;
  padding: 11px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #ddd;
}

.box-item:last-child {
  border-bottom: none;
}

.box-item:hover .box-name,
.box-item:hover .box-time {
  color: #47b368;
}

.box-name {
  width: calc(100% - 120px);
  padding-left: 20px;
  color: #404742;
  background: url("../images/list_dian.png") no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-time {
  color: #999;
}

.intro {
  padding: 44px 24px 40px 20px;
  margin-bottom: 40px;
  min-height: 500px;
}

.intro-right {
  width: calc(100% - 277px);
  margin-left: 30px;
}

.tab-list {
  width: 247px;
}

.tab-item {
  height: 72px;
  margin-bottom: 12px;
  background-color: #f1f9f3;
  border-radius: 3px;
}

.tab-item:nth-child(1) .tab-name {
  background-image: url("../images/tab_icon1.png");
}

.tab-item:nth-child(1).active .tab-name,
.tab-item:nth-child(1):hover .tab-name {
  background-image: url("../images/tab_icon1h.png");
}

.tab-item:nth-child(2) .tab-name {
  background-image: url("../images/tab_icon2.png");
}

.tab-item:nth-child(2).active .tab-name,
.tab-item:nth-child(2):hover .tab-name {
  background-image: url("../images/tab_icon2h.png");
}
.tab-item:nth-child(3) .tab-name {
  background-image: url("../images/tab_icon9.png");
}

.tab-item:nth-child(3).active .tab-name,
.tab-item:nth-child(3):hover .tab-name {
  background-image: url("../images/tab_icon9h.png");
}

.tab-item:nth-child(4) .tab-name {
  background-image: url("../images/tab_icon3.png");
}

.tab-item:nth-child(4).active .tab-name,
.tab-item:nth-child(4):hover .tab-name {
  background-image: url("../images/tab_icon3h.png");
}

.tab-item:nth-child(5) .tab-name {
  background-image: url("../images/tab_icon4.png");
}

.tab-item:nth-child(5).active .tab-name,
.tab-item:nth-child(5):hover .tab-name {
  background-image: url("../images/tab_icon4h.png");
}

.tab-item:nth-child(6) .tab-name {
  background-image: url("../images/tab_icon5.png");
}

.tab-item:nth-child(6).active .tab-name,
.tab-item:nth-child(6):hover .tab-name {
  background-image: url("../images/tab_icon5h.png");
}

.tab-item:nth-child(7) .tab-name {
  background-image: url("../images/tab_icon6.png");
}

.tab-item:nth-child(7).active .tab-name,
.tab-item:nth-child(7):hover .tab-name {
  background-image: url("../images/tab_icon6h.png");
}

.tab-item:nth-child(8) .tab-name {
  background-image: url("../images/tab_icon7.png");
}

.tab-item:nth-child(8).active .tab-name,
.tab-item:nth-child(8):hover .tab-name {
  background-image: url("../images/tab_icon7h.png");
}

.tab-item:nth-child(9) .tab-name {
  background-image: url("../images/tab_icon8.png");
}

.tab-item:nth-child(9).active .tab-name,
.tab-item:nth-child(9):hover .tab-name {
  background-image: url("../images/tab_icon8h.png");
}

.tab-item:nth-child(10) .tab-name {
  background-image: url("../images/tab_icon9.png");
}

.tab-item:nth-child(10).active .tab-name,
.tab-item:nth-child(10):hover .tab-name {
  background-image: url("../images/tab_icon9h.png");
}

.tab-item.active, .tab-item:hover {
  background: #73cb8e;
  background: linear-gradient(to left, #73cb8e, #54b271);
}

.tab-item.active .tab-name, .tab-item:hover .tab-name {
  color: #fff;
}

.tab-item.active .tab-name:after {
  content: " ";
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -12px;
  width: 27px;
  height: 25px;
  background: url("../images/tab_jiao.png") no-repeat;
}

.tab-name {
  position: relative;
  display: block;
  padding: 24px 60px 24px 84px;
  line-height: 24px;
  color: #47b368;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: 21px center;
}

.infor-table {
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.infor-table:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
}

.infor-thead {
  position: relative;
  z-index: 9;
}

.infor-thead th {
  height: 72px;
  text-align: center;
  color: #404742;
  font-size: 18px;
  font-weight: bold;
  border-top: 4px solid #47b368;
}

.infor-thead th:first-child {
  width: 6.8%;
}

.infor-thead th:nth-child(2) {
  width: 43.18%;
}

.infor-thead th:nth-child(3) {
  width: 34.1%;
}

.infor-thead th:nth-child(4) {
  width: 15.92%;
}

.infor-tbody td {
  height: 70px;
  padding: 0 10px;
  text-align: center;
  color: #404742;
  font-size: 16px;
}

.infor-tbody a {
  color: #404742;
  display: block;
  text-align: left;
}

.infor-tbody tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

@media (max-width: 979px) {
  .intro-right {
    width: calc(100% - 200px);
    margin-left: 20px;
    overflow-x: auto;
  }
  .tab-name {
    padding: 18px 49px 18px 54px;
    line-height: 24px;
    color: #47b368;
    font-size: 16px;
    background-position: 10px center;
    background-size: 35px 35px;
  }
  .tab-list {
    width: 180px;
  }
  .tab-item {
    height: 60px;
  }
  .tab-item.active .tab-name:after {
    right: 15px;
    width: 22px;
    height: 20px;
    margin-top: -7px;
    background-size: 100% 100%;
  }
  .infor-table {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .tab-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro-right {
    width: 100%;
  }
  .box {
    width: 100%;
  }
  .box-top-tt {
    font-size: 20px;
  }
  .box-list {
    padding: 0 15px;
  }
  .box-top {
    padding: 17px 15px;
  }
  .box-name {
    width: calc(100% - 100px);
  }
}

/* 2022-01-11 wppei添加 */
.brief {
  height: auto;
  padding: 10px 0;
}

.brief-top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.brief-tt {
  margin-top: 70px;
}

.brief-box {
  padding-top: 30px;
}

.day-con:last-child,
.day-con:first-child {
  float: none;
}

.day-bdl {
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.day-con {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.news-con {
  text-indent: 2em;
}

.day-one .day-con {
  width: 100%;
}

.day-body {
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.day-main {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  text-align: left;
  max-width: 350px;
}

.day-label {
  text-align: center;
}

.day-label:after {
  left: 50%;
  margin-left: -12px;
}
</pre></body></html>