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

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

.position a {
  color: #333;
}

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

.schedule {
	position: relative;
	padding: 20rem 20rem 88rem;
  margin-top: 10rem;
  background: #fff;
  -webkit-box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 4rem 20rem rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule-list{
	cursor: pointer;
}

.schedule-list.head {
  height: 33rem;
}

.schedule-list.head .schedule-li {
  height: 100%;
  background: #0072DC;
  line-height: 33rem;
  color: #fff;
}

.schedule-list.head .schedule-li:nth-child(2) {
  padding: 0;
  text-align: center;
}

.schedule-info {
  margin-top: 4rem;
  min-height: 400rem;
}

.schedule-box {
  height: 40rem;
  border-bottom: 0rem dashed #dfd5c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule-box:hover .schedule-li {
  color: #0072DC;
}

.schedule-li {
  text-align: center;
  line-height: 38rem;
  font-size: 16rem;
  color: #333;
}

.schedule-li:nth-child(1) {
  width: 50rem;
}

.schedule-li:nth-child(2) {
  width: 741rem;
  padding: 0 40rem 0 20rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.schedule-li:nth-child(3) {
  width: 392rem;
}

.schedule-li:nth-child(4) {
  width: 200rem;
}

.pager {
    left: 20rem;
	right: 20rem;
}

.pager .m-pagination-page{
	padding-right: 0;
}

.layui-layer-iframe iframe{
	height: 90rem !important;
}