@charset "UTF-8";
/**!
 * 交易信息详情
 * date:2022-05-06
 * author: trh;
 */
.main-content {
  padding-bottom: 29px;
}

.content-box {
  padding: 27px 25px 26px 23px;
  box-shadow:none;
  position: relative;
}

/**信息标题**/
.article-title {
  text-align: center;
}

.article-title-txt {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}

.article-title-info {
  padding-top: 15px;
}

.article-title-info > li {
  height: 15px;
  line-height: 15px;
  color: #999;
  display: inline-block;
  margin: 0 17px 0 18px;
  max-width: calc(33% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.article-title-info .font > a {
  display: inline-block;
  color: #999;
  line-height: 15px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

/*流程图*/
.process-wrap {
  margin-top: 30px;
  min-height: 120px;
  background: #f0f9fe;
  border-radius: 10px;
}

.process-box {
  padding: 0 4px 0 5px;
}

.process-item {
  width: 20%;
  min-height: 48px;
  padding: 0 0 0 37px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  margin-top: 32px;
  margin-bottom: 28px;
  background: url(../images/tradeinfomation/process_arrow_gray.png) no-repeat right center;
  /** 不同进程颜色不同 **/
}

.process-item:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 67px;
  left: -20px;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.process-item:first-child:before {
  background-image: url(../images/tradeinfomation/process_num01.png);
}

.process-item:nth-child(2):before {
  background-image: url(../images/tradeinfomation/process_num02.png);
}

.process-item:nth-child(3):before {
  background-image: url(../images/tradeinfomation/process_num03.png);
}

.process-item:nth-child(4):before {
  background-image: url(../images/tradeinfomation/process_num04.png);
}

.process-item:nth-child(5):before {
  background-image: url(../images/tradeinfomation/process_num05.png);
}

.process-item:nth-child(6):before {
  background-image: url(../images/tradeinfomation/process_num06.png);
}

.process-item:nth-child(7):before {
  background-image: url(../images/tradeinfomation/process_num07.png);
}

.process-item:nth-child(8):before {
  background-image: url(../images/tradeinfomation/process_num08.png);
}

.process-item:nth-child(9):before {
  background-image: url(../images/tradeinfomation/process_num09.png);
}

.process-item:nth-child(10):before {
  background-image: url(../images/tradeinfomation/process_num10.png);
}

.process-item.finished {
  background-image: url(../images/tradeinfomation/process_arrow_blue.png);
}

.process-item.finished .process-number {
  background-image: url(../images/tradeinfomation/process_ico_blue.png);
}

.process-item.finished .process-name, .process-item.finished .process-date {
  color: #1261d6;
}

.process-item.current {
  background-image: url(../images/tradeinfomation/process_arrow_green.png);
}

.process-item.current .process-number {
  background-image: url(../images/tradeinfomation/process_ico_green.png);
}

.process-item.current .process-name, .process-item.current .process-date {
  color: #20a8c0;
}

.process-item:last-child {
  background-image: none;
}

.process-number {
  font-family: "arial";
  display: block;
  font-size: 36px;
  width: 48px;
  padding-right: 23px;
  height: 48px;
  color: #fff;
  text-align: center;
  background: url(../images/tradeinfomation/process_ico_gray.png) no-repeat left center;
}

.process-info {
  width: 120px;
  margin-left: -10px;
}

.process-name {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding-top: 8px;
}

.process-date {
  line-height: 14px;
  font-size: 14px;
  color: #999;
  padding-top: 5px;
}

/*tab选项卡 */
.tab {
  /*tab选项卡内容*/
}

.tab-wrap {
  padding-top: 24px;
}

.tab-hd {
  height: 37px;
  border-bottom: 1px solid #bfd3f2;
}

.tab-hd-item {
  margin-right: 40px;
}

.tab-hd-item.active .tab-hd-link {
  font-size: 20px;
  color: #1261d6;
  border-color: #1261d6;
}

.tab-hd-item.active.zbgg .tab-hd-link {
  background-image: url("../images/tradeinfomation/tab_ico1_active.png");
}

.tab-hd-item.active.bggg .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico2_active.png);
}

.tab-hd-item.active.zbgs .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico3_active.png);
}

.tab-hd-item.active.htgs .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico4_active.png);
}

.tab-hd-item:last-child {
  margin-right: 0;
}

.tab-hd-link {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  border-bottom: 3px solid transparent;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.tab-hd-item.zbgg .tab-hd-link {
  background-image: url("../images/tradeinfomation/tab_ico1.png");
}

.tab-hd-item.bggg .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico2.png);
}

.tab-hd-item.zbgs .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico3.png);
}

.tab-hd-item.htgs .tab-hd-link {
  background-image: url(../images/tradeinfomation/tab_ico4.png);
}

.tab-bd {
  /*列表*/
}

.tab-lists {
  padding: 16px 29px 16px 25px;
  background: #f5f8ff;
  margin-top: 23px;
}

.tab-lists .lists-item:hover .lists-link, .tab-lists .lists-item:hover .lists-date {
  color: #2970da;
}

.tab-lists .lists-link {
  padding-left: 0;
  margin-right: 370px;
}

.tab-lists .lists-link:before {
  content: none;
}

/*文章内容*/
.pages {
  /*印章*/
}

.pages-wrap {
  padding: 0 23px 0;
  position: relative;
  z-index: 100;
}

.pages-title {
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 27px;
}

.pages-text {
  line-height: 30px;
  font-size: 16px;
}

.seal-wrap {
  position: absolute;
  top: 16px;
  right: 40px;
  z-index: 10;
}

/*附件*/
.affix-wrap {
  padding: 15px 23px 11px;
  background: #f5f8ff;
  font-size: 16px;
  margin-top: 22px;
}

.affix-left {
  line-height: 36px;
  font-weight: bold;
  color: #333;
}

.affix-lists {
  margin-left: 84px;
}

.affix-item {
  display: block;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.affix-item:hover {
  color: #2970da;
}
