@charset "UTF-8";
/**
 * 达州市公共资源
 * date: 2024-4-25
 * author: hcong;
 */
/* article */
.detail {
  background-color: #fff;
  border-radius: 17px;
  padding: 14px 26px 47px 26px;
}

.detail-tt {
  text-align: center;
  min-height: 90px;
  line-height: 40px;
  font-size: 26px;
  font-weight: 600;
}

.detail-info {
  height: 39px;
  line-height: 39px;
  background-color: #f7fafe;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-info > p {
  color: #888;
  margin: 0 35px;
}

.detail-process {
  height: 335px;
  background: url("../images/transaction_information_detail/detail_process_bg.png") center no-repeat;
  background-size: 100%;
  padding-left: 30px;
}

.detail-process-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-process-box:nth-child(1) {
  height: 180px;
}

.detail-process-box:nth-child(1) .detail-process-list {
  margin-right: 244px;
}

.detail-process-box:nth-child(1) .process-list-name {
  top: 47px;
}

.detail-process-box:nth-child(1) .circle {
  top: 113px;
  left: 66px;
}

.detail-process-box:nth-child(1) .process-list-date {
  top: 131px;
}

.detail-process-box:nth-child(2) {
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.detail-process-box:nth-child(2) .detail-process-list {
  margin-right: 149px;
}

.detail-process-box:nth-child(2) .detail-process-list:nth-child(1) {
  margin-right: 191px;
}

.detail-process-box:nth-child(2) .process-list-name {
  top: 89px;
}

.detail-process-box:nth-child(2) .circle {
  top: 58px;
  left: 66px;
}

.detail-process-box:nth-child(2) .process-list-date {
  top: 13px;
}

.detail-process-list {
  width: 140px;
  position: relative;
  height: 100%;
}

.circle {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
}

.process-list-name {
  width: 100%;
  padding: 0 4px;
  position: absolute;
  height: 45px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
}

.process-list-name > p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process-list-date {
  position: absolute;
  line-height: 29px;
  height: 29px;
  width: 100%;
  text-align: center;
}

.done {
  cursor: pointer;
}

.done .process-list-name {
  background-color: #007de6;
  color: #fff;
}

.done .circle {
  background-color: #007de6;
  border-color: #007de6;
}

.done .process-list-date {
  color: #007de6;
}

.detail-process-list.active .process-list-name,
.detail-process-list:hover .process-list-name {
  background-color: #fe8714;
  color: #fff;
}

.detail-process-list.active .circle,
.detail-process-list:hover .circle {
  background-color: #fe8714;
  border-color: #fe8714;
}

.detail-process-list.active .process-list-date,
.detail-process-list:hover .process-list-date {
  color: #fe8714;
}

.detail-process-list.notdo:hover,
.notdo {
  cursor: normal;
}

.detail-process-list.notdo:hover .process-list-name,
.notdo .process-list-name {
  background-color: #eaf2fd;
  color: #777;
}

.detail-process-list.notdo:hover .circle,
.notdo .circle {
  background-color: #fff;
  border-color: #dee3e6;
}

.detail-process-list.notdo:hover .process-list-date,
.notdo .process-list-date {
  display: none;
}

.detail-article {
  padding-top: 45px;
}

.detail-article-paragraph {
  margin-bottom: 10px;
}

/* 第一行有四个的情况 */
.line-4 .detail-process-box:nth-child(1) .detail-process-list {
  margin-right: 149px;
}

.detail-content.middle .process-list-name {
  font-size: 18px;
}

.detail-content.middle .process-list-date {
  font-size: 14px;
}

.detail-content.middle .detail-article-paragraph {
  text-indent: 32px;
  line-height: 20px;
  font-size: 16px;
}

.detail-content.big .process-list-name {
  font-size: 20px;
  font-weight: 600;
}

.detail-content.big .process-list-date {
  font-size: 16px;
  font-weight: 600;
}

.detail-content.big .detail-article-paragraph {
  text-indent: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}

.detail-content.small .process-list-name {
  font-size: 12px;
}

.detail-content.small .process-list-date {
  font-size: 10px;
}

.detail-content.small .table-item {
  font-size: 12px;
}

.detail-content.small .detail-article-paragraph {
  text-indent: 24px;
  line-height: 16px;
  font-size: 12px;
}

.detail-process-box:nth-child(2) .process-list-date {
  top: 35px;
}

.detail-process-box:nth-child(1) .process-list-date {
  top: 115px;
}

.process-info-list {
  position: absolute;
  bottom: -35px;
  height: 70px;
  width: 140px;
  z-index: 2;
  overflow: auto;
}

.process-info-li {
  line-height: 23px;
  height: 23px;
  width: 100%;
}

.process-info-click {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}

.process-info-click:hover,
.process-info-click.active {
  color: #fe8714;
}

/* 修改 */
.process-table {
  margin-right: 40px;
}

@media (max-width: 1400px) {
  .process {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
  }
}
@media (max-height: 600px) {
  .process {
    top: 203px;
  }
  .show .process-table {
    min-height: 390px;
  }
}
.process-legends {
  text-align: center;
  margin: 20px 0;
}

.process-legends > span {
  display: inline-block;
  padding-left: 61px;
  font-size: 20px;
  margin: 0 30px;
  line-height: 40px;
  color: #333333;
  background: url("../images/transaction_information_detail/icon_process_legend.png") left center no-repeat;
}

.process-legends > span.finish {
  background: url("../images/transaction_information_detail/icon_process_legend_finish.png") left center no-repeat;
}

.process-legends > span.cur {
  background: url("../images/transaction_information_detail/icon_process_legend_cur.png") left center no-repeat;
}

.process-legends > span.wait {
  background: url("../images/transaction_information_detail/icon_process_legend_wait.png") left center no-repeat;
}

.process-legends > span.current {
  padding-left: 33px;
  background: url("../images/transaction_information_detail/icon_process_legend_current.png") left center no-repeat;
}

.process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.process-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 14.5%;
  text-align: center;
  overflow: hidden;
  padding-top: 55px;
}

.process-item a {
  display: block;
  padding: 0 5px;
  cursor: pointer;
}

.process-item > a {
  padding-top: 62px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
}

.process-item > a::after,
.process-item > a::before {
  content: "";
  position: absolute;
  top: 24px;
  width: calc(50% - 25px);
  height: 2px;
  background-color: #cdcdcd;
}

.process-item:first-child > a::before,
.process-item:last-child > a::after {
  display: none;
}

.process-item > a::before {
  left: 0;
}

.process-item > a::after {
  right: 0;
}

.process-item .item-name {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
  color: #333333;
}

.process-item .item-date {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.process-item.finish a::after,
.process-item.finish a::before {
  background-color: #01bb53;
}

.process-item.cur a::after,
.process-item.cur a::before {
  background-color: #007de6;
}

.process-item.wait a::after,
.process-item.wait a::before {
  background-color: #fb8d1d;
}

.process-item.current {
  position: relative;
}

.process-item.current::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 38px;
  height: 45px;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/transaction_information_detail/icon_process_list_current.png");
}

.process-item.process1 > a {
  background-image: url("../images/transaction_information_detail/icon_process1.png");
}

.process-item.process2 > a {
  background-image: url("../images/transaction_information_detail/icon_process2.png");
}

.process-item.process3 > a {
  background-image: url("../images/transaction_information_detail/icon_process3.png");
}

.process-item.process4 > a {
  background-image: url("../images/transaction_information_detail/icon_process4.png");
}

.process-item.process5 > a {
  background-image: url("../images/transaction_information_detail/icon_process5.png");
}

.process-item.process6 > a {
  background-image: url("../images/transaction_information_detail/icon_process6.png");
}

.process-item.process7 > a {
  background-image: url("../images/transaction_information_detail/icon_process7.png");
}

.process-item.process8 > a {
  background-image: url("../images/transaction_information_detail/icon_process8.png");
}

.process-item.process1.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process1_finish.png");
}

.process-item.process2.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process2_finish.png");
}

.process-item.process3.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process3_finish.png");
}

.process-item.process4.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process4_finish.png");
}

.process-item.process5.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process5_finish.png");
}

.process-item.process6.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process6_finish.png");
}

.process-item.process7.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process7_finish.png");
}

.process-item.process8.finish > a {
  background-image: url("../images/transaction_information_detail/icon_process8_finish.png");
}

.process-item.process1.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process1_cur.png");
}

.process-item.process2.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process2_cur.png");
}

.process-item.process3.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process3_cur.png");
}

.process-item.process4.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process4_cur.png");
}

.process-item.process5.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process5_cur.png");
}

.process-item.process6.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process6_cur.png");
}

.process-item.process7.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process7_cur.png");
}

.process-item.process8.cur > a {
  background-image: url("../images/transaction_information_detail/icon_process8_cur.png");
}

.process-item.process1.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process1_wait.png");
}

.process-item.process2.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process2_wait.png");
}

.process-item.process3.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process3_wait.png");
}

.process-item.process4.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process4_wait.png");
}

.process-item.process5.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process5_wait.png");
}

.process-item.process6.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process6_wait.png");
}

.process-item.process7.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process7_wait.png");
}

.process-item.process8.wait > a {
  background-image: url("../images/transaction_information_detail/icon_process8_wait.png");
}

.table .table-ul .table-li {
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.table .table-ul .table-li .label {
  width: 142px;
  text-align: right;
  padding-right: 28px;
  background: #f2f6ff;
  color: #333;
  font-size: 14px;
  border: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul .table-li .text {
  width: calc(100% - 142px);
  padding-left: 47px;
  border-top: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul .table-li:nth-child(even) .text {
  border-right: solid 1px #e2eaff;
}

.table .table-ul .table-li:nth-child(5) .text,
.table .table-ul .table-li:nth-child(6) .text {
  border-bottom: solid 1px #e2eaff;
}


.article {
  padding: 35px 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 71, 140, 0.08);
          box-shadow: 0 0 8px 0 rgba(34, 71, 140, 0.08);
  word-break: break-all;
}
.article-title {
  line-height: 36px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.article-sources {
  margin-top: 20px;
  padding: 10px;
  line-height: 1.7;
  color: #666;
  background-color: #F5F5F5;
  text-align: center;
}
.article-sources > * {
  margin-right: 30px;
}
.article-sources > *:last-child {
  margin-right: 0;
}
.article-content {
  margin-top: 30px;
}
.article-p {
  line-height: 1.8;
  font-size: 16px;
  text-indent: 2em;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-img {
  display: block;
  max-width: 100%;
  margin: 25px auto;
}






.article {
  padding: 20px;
  border: 1px solid #e3e3e3;
  min-height: 880px;
  background: #fff;
}
.article h3 {
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  color: #000;
}

.article-sources {
  margin-top: 10px;
  line-height: 36px;
  text-align: center;
  color: #999;
  background-color: #f7f7f7;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.article-sources a {
  color: #999;
}

.article-info {
  word-break: break-all;
}

.article-p {
  margin-top: 14px;
  line-height: 32px;
  font-size: 14px;
  text-indent: 2em;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-img {
  display: block;
  margin: 18px auto 0;
  padding-bottom: 4px;
}



.article-fj-header {
    position: relative;
    height: 27px;
    font-size: 18px;
    color: #353b4b;
    font-weight: 600;
    line-height: 27px;
    padding-left: 12px;
    box-sizing: border-box;
    z-index: 1;
}

    .article-fj-header::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 14px;
        background-color: #e1313f;
        content: "";
        z-index: 1;
    }

.article-fj-list {
    box-sizing: border-box;
}

    .article-fj-list .item {
        display: block;
        height: 32px;
        color: #333;
        font-size: 14px;
        line-height: 16px;
        padding-left: 50px;
        box-sizing: border-box;
        background: no-repeat left center;
        background-size: 36px 36px;
        margin-top: 0px;
    }

    .article-fj-list .item-name {
        height: 16px;
        margin-bottom: 6px;
    }

    .article-fj-list .item-size {
        height: 16px;
        color: #8992a9;
    }

    .article-fj-list .item:hover {
        color: #e1313f;
    }

    .article-fj-list .item[data-type=doc], .article-fj-list .item[data-type=docx] {
        background-image: url("../images/doc.png");
    }

    .article-fj-list .item[data-type=gif] {
        background-image: url("../images/gif.png");
    }

    .article-fj-list .item[data-type=jpg] {
        background-image: url("../images/jpg.png");
    }

    .article-fj-list .item[data-type=png] {
        background-image: url("../images/png.png");
    }

    .article-fj-list .item[data-type=pdf] {
        background-image: url("../images/pdf.png");
    }

    .article-fj-list .item[data-type=xls] {
        background-image: url("../images/xls.png");
    }

    .article-fj-list .item[data-type=other] {
        background-image: url("../images/other.png");
    }

.article.big .article-msg [data-type=big] {
    color: #fff;
    background-color: #e1313f;
}

.article.big .article-con {
    font-size: 20px;
}

.article.big .article-fj {
    font-size: 20px;
}

.article.big .article-fj-list .item {
    font-size: 20px;
}

.article.middle .article-msg [data-type=middle] {
    color: #fff;
    background-color: #e1313f;
}

.article.middle .article-con {
    font-size: 16px;
}

.article.middle .article-fj {
    font-size: 16px;
}

.article.middle .article-fj-list .item {
    font-size: 16px;
}

.article.small .article-msg [data-type=small] {
    color: #fff;
    background-color: #e1313f;
}

.article.small .article-con {
    font-size: 12px;
}

.article.small .article-fj {
    font-size: 12px;
}

.article.small .article-fj-list .item {
    font-size: 12px;
}