@charset "UTF-8";
/**!
 * 绵阳经开投控--电子采购平台
 * date:2022-08-01
 * author: qguoqiang;
 */
.content {
  padding: 27px 0 40px;
  background-color: #f1f1f1;
}

.position {
  height: 24px;
  padding-left: 31px;
  line-height: 24px;
  font-size: 16px;
  background: url("../images/position_icon.png") left center no-repeat;
  background-size: 15px 19px;
}

.position a {
  color: #333;
}

.position a:last-child {
  color: #af813c;
}

.trade {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trade-tab {
  width: 260px;
  height: 709px;
  padding-top: 10px;
  background: url("../images/serve_guide/trade_tab_icon.png") center bottom no-repeat #c4c4c4;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trade-tab-title {
  padding-left: 27px;
  line-height: 74px;
  font-size: 20px;
  font-weight: 500;
}

.trade-tab-box {
  cursor: pointer;
}

.trade-tab-box > .trade-tab-item {
  padding-left: 25px;
  border-left: 2px solid transparent;
  letter-spacing: 0.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/serve_guide/arrow_icon.png") right 26px center no-repeat;
  background-size: 8px 14px;
}

.trade-tab-box > .trade-tab-item.four-font {
  letter-spacing: 0.25em;
}

.trade-tab-box.current > .trade-tab-item, .trade-tab-box:hover > .trade-tab-item {
  border-color: #b8a589;
  color: #af813c;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../images/serve_guide/arrow_icon_hover.png");
  background-color: #fff;
}

.guide {
	position: relative;
	padding: 27px 25px 88px;
  width: 1130px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-li {
  height: 57px;
  line-height: 56px;
  display: flex;
  justify-content: space-between;
  height: 57px;
  line-height: 56px;
  border-bottom: 1px dashed #eee0bb;
}

.guide-li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #eee0bb;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-li a:hover {
  color: #af813c;
}

.guide-li:nth-child(n + 2) {
  margin-top: 9px;
}

.pager {
    left: 25px;
	right: 25px;
}

.pager .m-pagination-page{
	padding-right: 0;
}