/* 信息公开网 */
.main {
  margin-top: 5.8rem;
}
.main .img-container {
  height: 7.25rem;
}
.main .img-container .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 153, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main .img-container .title {
  height: 1.4rem;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.4rem;
  letter-spacing: 3px;
  position: absolute;
  left: 4.97rem;
  bottom: 3.85rem;
}
.main .img-container .crumbs-container {
  width: auto;
  height: auto;
  background: none;
  padding-left: 0;
  position: absolute;
  left: 4.97rem;
  top: 3.9rem;
  font-size: 0.5rem;
  color: #fff;
}
.main .img-container .crumbs-container li {
  margin-right: 0.1rem;
}
/* 首页 */
.index {
  /* 信息公开制度/信息年度报告 */
  /* 公开事项 */
  /* 联系我们/监督投诉 */
}
.index .img-container {
  height: 12.5rem;
}
.index .img-container .mask-top {
  width: 100%;
  height: 3.98rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.index .img-container .mask-bottom {
  width: 100%;
  height: 6.58rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .system-report {
  width: 100%;
  height: 13rem;
  padding: 2rem 5.28rem 0 5.23rem;
}
.index .system-report .system-container,
.index .system-report .report-container {
  width: 18rem;
}
.index .system-report .system-container .title-container,
.index .system-report .report-container .title-container {
  height: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1rem;
  text-align: center;
  position: relative;
}
.index .system-report .system-container .title-container:before,
.index .system-report .report-container .title-container:before {
  content: "";
  width: 1.5rem;
  height: 0.13rem;
  background: #023793;
  position: absolute;
  left: 4.33rem;
  top: 0.5rem;
}
.index .system-report .system-container .title-container:after,
.index .system-report .report-container .title-container:after {
  content: "";
  width: 1.5rem;
  height: 0.13rem;
  background: #023793;
  position: absolute;
  right: 4.33rem;
  top: 0.5rem;
}
.index .system-report .system-container .list-container,
.index .system-report .report-container .list-container {
  position: relative;
  width: 18rem;
  height: 6.23rem;
  margin-top: 1rem;
  padding-top: 0.7rem;
  background: #ffffff;
  box-shadow: 0.13rem 0.13rem 0.5rem 0rem rgba(195, 195, 195, 0.5);
}
.index .system-report .system-container .list-container li,
.index .system-report .report-container .list-container li {
  height: 0.9rem;
  font-size: 0.6rem;
  color: #000;
  line-height: 0.9rem;
  margin-bottom: 0.4rem;
  padding: 0 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .system-report .system-container .list-container li:hover a,
.index .system-report .report-container .list-container li:hover a {
  color: #003899;
}
.index .system-report .system-container .list-container .more,
.index .system-report .report-container .list-container .more {
  height: 0.75rem;
  font-size: 0.55rem;
  color: #003899;
  line-height: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}
.index .system-report .system-container .list-container .more a,
.index .system-report .report-container .list-container .more a {
  color: #003899;
}
.index .system-report .system-container .list-container .line,
.index .system-report .report-container .list-container .line {
  width: 100%;
  height: 0.25rem;
  margin-bottom: 0;
  background: rgba(2, 55, 147, 0.6);
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}
.index .matter-container {
  width: 100%;
  padding: 0rem 5.28rem 0rem 5.23rem;
}
.index .matter-container .title-container {
  height: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1rem;
  text-align: center;
  position: relative;
}
.index .matter-container .title-container:before {
  content: "";
  width: 1.5rem;
  height: 0.13rem;
  background: #023793;
  position: absolute;
  left: 14.75rem;
  top: 0.45rem;
}
.index .matter-container .title-container:after {
  content: "";
  width: 1.5rem;
  height: 0.13rem;
  background: #023793;
  position: absolute;
  right: 14.75rem;
  top: 0.45rem;
}
.index .matter-container .list-container {
  width: 100%;
  padding-top: 1.25rem;
  margin: 1rem 0 3.95rem 0;
  background: #fff;
  box-shadow: 0.13rem 0.13rem 0.5rem 0rem rgba(195, 195, 195, 0.5);
}
.index .matter-container .list-container li {
  display: flex;
  margin-bottom: 0.75rem;
  padding: 0 1.2rem;
}
.index .matter-container .list-container li .title {
  width: 6.6rem;
  background: rgba(2, 55, 147, 0.04);
  position: relative;
}
.index .matter-container .list-container li .title p {
  width: 100%;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 56, 153, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index .matter-container .list-container li .links-container {
  width: 28rem;
  margin-left: 1rem;
  padding: 0.4rem 0;
  line-height: 1rem;
}
.index .matter-container .list-container li .links-container a {
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
@media screen and (max-width: 1200px){
  .index .matter-container .list-container li .links-container a {
white-space: inherit;
}
}
.index .matter-container .list-container li .links-container a:hover {
  color: #003899;
}
.index .matter-container .list-container li .links-container span {
  display: inline-block;
  width: 1px;
  height: 0.8rem;
  background: #d8d8d8;
  position: relative;
  top: 0.18rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.index .matter-container .list-container .line {
  width: 100%;
  height: 0.25rem;
  margin-top: 0.98rem;
  background: rgba(2, 55, 147, 0.6);
  opacity: 0.1;
}
.index .contact-complaint {
  width: 100%;
  height: 5.75rem;
  padding-left: 5.7rem;
  background: rgba(0, 56, 153, 0.08);
  /* 联系我们 */
  /* 监督投诉 */
}
.index .contact-complaint .contact-container {
  width: 20.6rem;
  height: 100%;
  padding-left: 3.83rem;
  background-image: url(/xxgkw/images/information/dianhua.png);
  background-position: left -1.23rem;
  background-repeat: no-repeat;
  background-size: 6.95rem 7.18rem;
}
.index .contact-complaint .contact-container p {
  height: 0.9rem;
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.9rem;
  margin-top: 0.3rem;
}
.index .contact-complaint .contact-container p.title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
.index .contact-complaint .complaint-container {
  width: 16rem;
  height: 100%;
  padding-left: 5rem;
  background-image: url(/xxgkw/images/information/dubanbaogao.png);
  background-position: left -0.85rem;
  background-repeat: no-repeat;
  background-size: 6.23rem 6.45rem;
}
.index .contact-complaint .complaint-container p {
  height: 0.9rem;
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.9rem;
  margin-top: 0.3rem;
}
.index .contact-complaint .complaint-container p.title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
/* 公开制度/年度报告/公开申请/党务校务公开 */
.system,
.report,
.apply,
.affairs {
  padding-bottom: 2.75rem;
}
.system .list-container,
.report .list-container,
.apply .list-container,
.affairs .list-container {
  padding: 2.03rem 5.28rem 0 5.25rem;
}
.system .list-container li,
.report .list-container li,
.apply .list-container li,
.affairs .list-container li {
  height: 0.8rem;
  font-size: 0.6rem;
  color: #000;
  line-height: 0.8rem;
  margin-bottom: 1rem;
  position: relative;
  transition: 0.3s all;
}
.system .list-container li a,
.report .list-container li a,
.apply .list-container li a,
.affairs .list-container li a {
  width: 30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.system .list-container li:hover,
.report .list-container li:hover,
.apply .list-container li:hover,
.affairs .list-container li:hover {
  transition: 0.3s all;
  padding-left: 0.5rem;
}
.system .list-container li:hover a,
.report .list-container li:hover a,
.apply .list-container li:hover a,
.affairs .list-container li:hover a,
.system .list-container li:hover span,
.report .list-container li:hover span,
.apply .list-container li:hover span,
.affairs .list-container li:hover span {
  color: #003899;
}
.system .list-container li:hover:before,
.report .list-container li:hover:before,
.apply .list-container li:hover:before,
.affairs .list-container li:hover:before {
  width: 0.1rem;
}
.system .list-container li:before,
.report .list-container li:before,
.apply .list-container li:before,
.affairs .list-container li:before {
  content: "";
  width: 0;
  height: 0.8rem;
  background: #003899;
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
.system .paging-container,
.report .paging-container,
.apply .paging-container,
.affairs .paging-container {
  margin-top: 5rem;
}
/* 公开指南 */
.guide .content {
  width: 30rem;
  margin: 2.28rem auto 4.8rem;
}
.guide .content h2 {
  height: 1.25rem;
  font-size: 0.75rem;
  color: #003899;
  line-height: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.guide .content p {
  font-size: 0.5rem;
  color: #333;
  line-height: 0.75rem;
  margin-bottom: 0.8rem;
  text-align: justify;
}
/* 监督投诉 */
.complaint .content {
  padding: 2rem 5.25rem;
}
.complaint .content p {
  height: 0.9rem;
  font-size: 0.6rem;
  color: #000;
  line-height: 0.9rem;
  margin-bottom: 0.9rem;
}
/* 详情页 */
.detail .content {
  width: 30rem;
  margin: 2.28rem auto 3.98rem;
  padding-bottom:0.5rem;
  /* 标题 */
}
.detail .content .contentTitle {
  width: 100%;
}
.detail .content .contentTitle h1 {
  font-size: 0.75rem;
  color: #003899;
  line-height: 1.25rem;
  text-align: center;
}
.detail .content .contentTitle .info {
  margin-top: 0.6rem;
}
.detail .content .contentTitle .info p {
  height: 0.6rem;
  font-size: 0.45rem;
  color: #777;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.15rem;
}
.detail .content .contentN {
  margin-top: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 0.03rem solid #979797;
}
.detail .content .contentN img {
  max-width: 100%;
}
.detail .content .contentN p {
  font-size: 20px;
  color: #333;
  line-height: 1.3;
  margin-top: 5px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  /* 信息公开网 */
  .main {
    margin-top: 4.2rem;
  }
  .main .img-container .title {
    left: 2rem;
  }
  .main .img-container .crumbs-container {
    left: 2rem;
  }
  /* 首页 */
  .index {
    /* 信息公开制度/信息年度报告 */
    /* 公开事项 */
    /* 联系我们/监督投诉 */
  }
  .index .img-container {
    height: 8.9rem;
  }
  .index .system-report {
    width: 100%;
    height: auto;
    padding: 2rem 0.8rem;
  }
  .index .system-report .system-container,
  .index .system-report .report-container {
    float: none;
    width: 100%;
  }
  .index .system-report .system-container .list-container,
  .index .system-report .report-container .list-container {
    width: 100%;
  }
  .index .system-report .report-container {
    margin-top: 2rem;
  }
  .index .matter-container {
    padding: 0rem 0.8rem;
  }
  .index .matter-container .title-container:before {
    left: 5rem;
  }
  .index .matter-container .title-container:after {
    right: 5rem;
  }
  .index .matter-container .list-container li {
    padding: 0 0.5rem;
  }
  .index .matter-container .list-container li .title {
    width: 10rem;
  }
  .index .matter-container .list-container li .title p {
    padding: 0 0.3rem;
  }
  .index .contact-complaint {
    height: auto;
    padding-left: 0.8rem;
    /* 联系我们 */
    /* 监督投诉 */
  }
  .index .contact-complaint .contact-container {
    float: none;
    width: 100%;
    height: 4.75rem;
    padding-left: 0rem;
    padding-top: 0.1rem;
    background-size: 4.75rem;
    background-position: left top;
  }
  .index .contact-complaint .complaint-container {
    float: none;
    width: 100%;
    height: 4.75rem;
    padding-left: 0;
    padding-top: 0.1rem;
    margin-top: 0.5rem;
    background-size: 4.75rem;
    background-position: left top;
  }
  /* 公开制度/年度报告/公开申请/党务校务公开 */
  .system .list-container,
  .report .list-container,
  .apply .list-container,
  .affairs .list-container {
    padding: 2rem 0.8rem 0;
  }
  .system .list-container li a,
  .report .list-container li a,
  .apply .list-container li a,
  .affairs .list-container li a {
    width: 12rem;
  }
  .system .paging-container,
  .report .paging-container,
  .apply .paging-container,
  .affairs .paging-container {
    margin-top: 3rem;
  }
  /* 公开指南 */
  .guide .content {
    width: 100%;
    padding: 0 0.8rem;
  }
  .guide .content h2 {
    margin-bottom: 1.5rem;
  }
  /* 监督投诉 */
  .complaint .content {
    padding: 2rem;
  }
  /* 详情页 */
  .detail .content {
    width: 100%;
    padding: 0 0.8rem;
  }
}