.main {
  background-color: #fff;
}

.main-banner {
  background: url(../images/mtzx.jpg) center/cover;
}

.pancel-me {
  margin-top: 34px;
}

.pancel-con-list {
  background: #fafafa;
  border-radius: 4px;
  border-top: 1px solid #7d7d7d;
  min-height: 456px;
}

.pancel-con a {
  display: block;
  font-size: 20px;
  padding: 26px 44px;
  border-bottom: 1px solid #dedede;
}

.pancel-con:last-child a {
  border-bottom: none;
}

.pancel-con a .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 2px;
}

.pancel-con a .text {
  font-size: 12px;
  color: #000000;
  margin-top: 16px;
  letter-spacing: 1px;
  line-height: 18px;
}

.pancel-con.active a,
.pancel-con:hover a {
  background: #ffffff;
}

.pancel-con.active a .title,
.pancel-con:hover a .title {
  color: #b91b16;
}

.pancel-con-box .page {
  margin-top: 40px;
  text-align: center;
}

.page.is-background .el-pager li:not(.disabled).active {
  background-color: #b91b16;
}

.page.is-background .el-pager li:not(.disabled):not(.active):hover {
  color: #b91b16;
}

.page-xs {
  display: none;
  border-top: 1px solid #dedede;
}

.page-xs button {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #000000;
}

.page-xs button.pre {
  background: #b91b16;
  border: 1px solid #6e0400;
  color: #ebe7e4;
}

.page-xs button.next {
  color: #646464;
  background: #fff;
}

.page-xs button.pre:disabled {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

.page-xs button.next:disabled {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}

/* 大型设备（大台式电脑，1200px 起） */
@media screen and (min-width: 1200px) {
}

/*  中型设备（台式电脑，992px 起） */
@media screen and (min-width: 992px) and (max-width: 1220px) {
}

/* 小型设备（平板电脑，768px 起） */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .pancel-con a {
    padding: 16px 26px;
  }
}

/* 超小设备（手机，小于 768px） */
@media screen and (max-width: 765px) {
  .pancel-con-box .page {
    display: none;
  }

  .pancel-me {
    margin-top: 12px;
  }

  .pancel-con-list {
    border-color: #7d7d7d;
  }

  .pancel-con a {
    padding: 10px 12px;
  }

  .pancel-con a .title {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pancel-con a .text {
    margin-top: 6px;
  }

  .page-xs {
    display: block;
    text-align: center;
    background: #f9f9f9;
    padding: 16px 0;
  }
}
