@charset "UTF-8";
/**!
 * 政府公报
 * date:2021-08-05
 * author: lengyy;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.main {
  padding: 0 37px;
  margin-bottom: 45px;
  box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
}

.sec {
  padding-top: 25px;
  min-height: 500px;
}

.gazette-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.gazette-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #015293, #0578d5);
}

.gazette-title img {
  max-width: 90%;
}

.gazette-list {
  margin: 24px -24px 25px;
  min-height: 600px;
}

.gazette-list::after {
  content: "";
  display: block;
  clear: both;
}

.gazette-list > li {
  float: left;
  width: 50%;
  margin-bottom: 47px;
}

.gazette-content {
  margin: 0 24px;
  padding-bottom: 25px;
  border: 1px solid #e7efff;
}

.gazette-hd {
  line-height: 49px;
  border-bottom: 1px solid #e7efff;
}

.gazette-hd::after {
  content: "";
  display: block;
  clear: both;
}

.gazette-name {
  position: relative;
  float: left;
  padding-left: 22px;
  font-size: 20px;
  color: #015293;
}

.gazette-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 4px;
  height: 16px;
  background: #015293;
}

.gazette-depart {
  float: right;
  margin-right: 20px;
  font-size: 16px;
  color: #666;
}

.gazette-bd {
  padding: 0 20px;
}

.gazette-overview {
  padding: 20px 0;
  line-height: 30px;
  font-size: 16px;
}

.gazette-count {
  margin-left: 20px;
}

.gazette-pic {
  position: relative;
  float: left;
  width: 42%;
  height: 259px;
  border: 1px solid #e7efff;
  background: #f6f9fd url("../images/gazette_pic.jpg") no-repeat center;
}

.gazette-year {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.gazette-files {
  float: left;
  width: 58%;
  padding-left: 20px;
  height: 259px;
  font-size: 16px;
  overflow: auto;
}

.gazette-files li {
  margin-bottom: 20px;
}

.gazette-files a {
  display: block;
  padding: 0 10px 0 40px;
  background: url("../images/icon_file.png") no-repeat left center;
  line-height: 33px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 7px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #f2f7fd;
  border-radius: 4px;
}

/* 小滚动条hover和在滚动时的颜色 */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #dcecfe;
}

/* 1200以下 */
@media (max-width: 980px) {
  .gazette-list li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .main {
    padding: 0 10px;
  }
  .sec {
    padding-top: 20px;
  }
  .gazette-title {
    padding-bottom: 20px;
  }
  .gazette-list {
    margin: 20px 0 0;
  }
  .gazette-list li {
    width: 100%;
  }
  .gazette-content {
    margin: 0;
  }
  .gazette-name {
    padding-left: 10px;
  }
  .gazette-depart {
    margin-right: 10px;
  }
  .gazette-count {
    margin-left: 10px;
  }
  .gazette-pic {
    width: 100%;
  }
  .gazette-files {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
