@charset "utf-8";
.detail {
  padding-bottom: 30px;
}
.article-title {
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-size: 1.875em;
  line-height: 140%;
  padding: 15px 0 40px;
  font-weight: bold;
}
.wjzg_box {
  background: url(../images/index/bottom_bg.png) no-repeat bottom center;
}
.crumb a {
    color: rgba(102, 102, 102, 1);
}
.crumb span {
    color: rgba(102, 102, 102, 1);
    font-weight: 700;
}
.crumb h2:before {
    content: "";
    width: 14px;
    height: 16px;
    background: url(../images/public/icon_position.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 23px;
}
.article-subtitle {
  font-size: 1em;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
  padding-bottom: 30px;
  color: #666666;
}
.article-attr {
  padding-bottom: 6px;
  color: #888888;
  border-bottom: #e1e1e1 1px solid;
  font-size: 15px;
}
.article-attr b {
  font-weight: normal;
}
.article-attr-l span {
  margin-right: 30px;
  display: inline-block;
  white-space: nowrap;
}
.article-attr #view span {
  margin: 0;
}

.article-attr-l {
  float: left;
  line-height: 36px;
}
.favorite-tips {
  font-size: 16px;
}
.article-attr-r {
  float: right;
}
.article-attr-r .print,
.article-attr-r .fontsize {
  display: inline-block;
  line-height: 36px;
  margin-right: 12px;
}
.shareIcon {
  display: inline-block;
}
.article-attr-r .print a,
.article-attr-r .fontsize a {
  cursor: pointer;
  color: #666666;
}
.article-attr-r .fontsize a {
  margin: 0 5px;
}
.article-attr-r .print a:hover,
.article-attr-r .fontsize a:hover {
  color: #333;
}

.article-content {
  clear: both;
  padding: 30px 20px;
  line-height: 2.4;
  overflow: hidden;
}
.article-content p {
  margin: 15px 0;
}
.article-content table,
.article-content video,
.article-content img {
  max-width: 100%;
}
.article-media {
  text-align: center;
}

span.fontsize .l {
  font-size: 20px;
}
span.fontsize .m {
  font-size: 18px;
}
span.fontsize .s {
  font-size: 16px;
}
.article-attr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
span.fontsize a {
  color: #888;
}

.daying {
  margin-top: 20px;
  border-top: #e1e1e1 1px solid;
  padding-top: 30px;
  line-height: 6px;
}

.daying li {
  float: right;
}

.daying img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 1px;
}

.daying a {
  color: #888;
}
.article-extended {
  padding: 10px 0 15px;
  border-top: 1px solid #e5e5e5;
}
.article-extended .article-icon {
  padding-top: 5px;
}
.article-share {
  float: left;
  font-size: 14px;
}
.article-share span {
  float: left;
  line-height: 24px;
  margin: 6px 6px 6px 0;
  color: #888888;
}
.article-share .bshare-custom.icon-medium a {
  margin-top: 6px;
  margin-bottom: 6px;
}

.article-relDocuments {
  display: none;
  padding: 20px 30px;
  border: 1px solid #ebebeb;
}
.article-relDocuments .common-title {
  margin-bottom: 10px;
}

.article-appendix {
  display: none;
  margin-bottom: 20px;
  padding: 0 20px;
}
.article-appendix h3 {
  padding: 0 0 10px;
  color: #333333;
  font-weight: bold;
  font-size: 1.125em;
}
.article-appendix .newsList li h4:before {
  background-color: #999;
}
.article-ewm {
  text-align: center;
  padding: 30px 0 50px;
}
#qr_container {
  padding-top: 5px;
  color: #b5b5b5;
  font-size: 0.875em;
}

.article-table-layui {
  border-top: 1px solid #ebebeb;
}
.article-table-layui .layui-table-item {
  position: relative;
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-table-layui .layui-table-item:hover {
  background-color: #fafafa;
}
.article-table-layui .layui-block {
  position: relative;
  float: left;
  min-height: 48px;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.article-table-layui .layui-table-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
  border-left: 1px solid #ebebeb;
}
.article-table-layui .layui-table-label span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -12px;
  line-height: 24px;
}
.article-table-layui .layui-table-label span font {
  color: #c00;
}
.article-table-layui .layui-input-block {
  margin-left: 151px;
  padding: 10px 20px;
  line-height: 2em;
  text-align: justify;
  min-height: 28px;
  border-left: 1px solid #ebebeb;
  height: 32px;
}
.article-table-layui .layui-table-item-block .layui-table-label {
  width: 100%;
}
.article-table-layui .span6 {
  width: 50%;
}
.article-table-layui .span12 {
  width: 100%;
}
.article-table-layui .layui-block-item {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.article-table-layui .layui-block-item:hover {
  background-color: #fafafa;
}
.article-table-layui .layui-block-item .layui-table-label {
  position: relative;
  display: block;
  min-height: 48px;
  border-left: none;
  width: 100%;
}
.article-table-layui .layui-block-item .layui-input-block {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
  border-left: 0;
}
.article-table-layui .classify span {
  display: none;
}

/* 网站地图 */
.websiteMap .common-title {
  line-height: 44px;
  background-color: #f9f9f9;
}
.websiteMap .common-title h3 {
  font-size: 1.25em;
}
.websiteMap .newsList {
  padding: 15px 10px 0;
}
.websiteMap .newsList li {
  float: left;
  width: 25%;
  padding: 0;
}
.websiteMap .newsList li h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 7px 15px 7px 20px;
  overflow: hidden;
}

/*行风热线*/
.hfrx-detail .article-subtitle {
  width: 35%;
  white-space: nowrap;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* .hfrx-detail .llcs{display:none;} */

/* 意见调查内容页 */
.article-msg {
  padding: 30px;
  margin-top: 20px;
  background: url(../images/triangle_bg.png) no-repeat left top #f7f7f7;
}
.article-msg .tit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.article-msg .tit h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 1.25em;
  background: #f7f7f7;
  padding: 0 20px;
  font-weight: bold;
}
.article-msg .tit:before,
.article-msg .tit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e3e3e3;
}
.article-msg .tit:after {
  background: #fff;
  margin-top: 1px;
}
.article-msg-fbly {
  margin-bottom: 15px;
}
.article-msg .zjly_fbly {
  width: 100%;
}
.article-msg-attr {
  line-height: 38px;
}
.article-msg-attr .endTime {
  float: left;
}
.article-msg-attr .tjly {
  float: right;
}
.article-msg-attr .tips {
  display: none;
  float: right;
  color: #f00;
}
.article-msg-attr input {
  float: left;
}
.article-msg-attr img {
  float: left;
  height: 38px;
  width: 80px;
  cursor: pointer;
}
.article-msg-attr .zjly_yzm {
  width: 120px;
  margin-right: 10px;
}
.article-msg-attr .zjly_tjly {
  margin-left: 10px;
  font-size: 15px;
  background: #2e6ddd;
}

@media (max-width: 1023px) {
  .detail {
    margin-bottom: 0;
  }
  .article-content {
    padding: 20px 0;
  }
  .article-content img {
    height: auto !important;
  }
  .article-appendix {
    padding: 0;
  }
  .article-relDocuments {
    padding: 15px;
    margin-bottom: 20px;
  }
  .article-table-layui .span6 {
    width: 100%;
  }
  .article-table-layui .layui-input-block {
    height: auto;
  }
  .wzdt-zxgx {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .article-attr {
    padding-bottom: 10px;
  }

  .websiteMap .newsList {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .websiteMap .newsList li {
    width: 33.33333%;
  }
  .websiteMap .setModule-ztzl .newsList li {
    width: 50%;
  }

  .article-appendix h3 {
    padding: 20px 0 5px;
  }

  .article-attr {
    text-align: center;
  }
  .article-attr-l,
  .article-attr-r {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .article-attr-l span {
    margin: 0 5px;
    line-height: 24px;
    white-space: normal;
  }

  .hfrx-detail .article-subtitle {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .article-extended {
    padding-bottom: 10px;
  }
  .article-content,
  .article-appendix {
    padding-left: 0;
    padding-right: 0;
  }
  .websiteMap .newsList li {
    width: 50%;
  }
  .websiteMap .setModule-ztzl .newsList li {
    width: 100%;
  }

  .hfrx-detail .article-subtitle {
    width: auto;
    white-space: normal;
  }
  .hfrx-detail .article-media video {
    height: auto !important;
  }
}

@media (max-width: 640px) {
  .article-table-layui {
    border-top: none;
  }
  .article-table-layui .layui-table-item {
    border-bottom: none;
    border-right: 0;
  }
  .article-table-layui .layui-table-item:hover {
    background-color: transparent;
  }
  .article-table-layui .layui-block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e6e6e6;
  }
  .article-table-layui .layui-input-block {
    margin-left: 0;
  }
  .article-table-layui .layui-input-block {
    padding: 0;
    border-left: none;
  }
  .article-table-layui .layui-table-label {
    position: static;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
    background-color: transparent;
    border-left: none;
  }
  .article-table-layui .layui-table-label span {
    position: static;
    display: inline-block;
    margin-top: 0;
  }

  .article-msg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-msg-fbly {
    margin-bottom: 0;
  }
  .article-msg .tjly {
    float: none;
    clear: both;
  }
  .article-msg-attr .endTime {
    padding: 10px 0;
  }
  .article-msg-attr .tips {
    float: right;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .article-title {
    font-size: 1.85em;
  }
  .article-ewm {
    padding: 20px 0 35px;
  }
  .websiteMap .newsList li {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .article-msg-attr .tjly {
    display: flex;
  }
  .article-msg-attr .zjly_yzm {
    flex: 1;
  }
}

@media (max-width: 360px) {
  .article-msg-attr .zjly_yzm {
    width: 100px;
  }
  .article-msg-attr .zjly_tjly {
    padding-left: 5px;
    padding-right: 5px;
  }
  .article-msg-attr img {
    width: 60px;
  }
}
