@charset "UTF-8";
/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
/* 选择按钮样式 */
.main {
  padding-bottom: .4rem;
}

.nav-tab {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-tab li.active a {
  background: #ff8200;
  color: #fff;
}

.nav-tab li a {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  color: #fff;
  background: #ff8200;
  border-radius: 0.13rem;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  margin-right: .2rem;
}

.nav-tab li a.cancel {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.nav-tab li a.cancel:hover {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

/* exam-side */
.top .exam-side {
  flex-shrink: 0;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  padding-top: 10px;
  border-radius: 6px;
}

.top .exam-side .head {
  margin: 12px 0;
  line-height: 15px;
  font-size: 16px;
  color: #666;
  padding-left: 10px;
  border-left: 3px solid #ff8200;
}

@media (min-width: 1600px) {
  .top .exam-side .head {
    margin: 15px 0;
    line-height: 30px;
    font-size: 18px;
    padding-left: 15px;
  }
}

.top .exam-side .content {
  padding: 0 10px 10px;
}

.top .exam-side .content span {
  display: inline-block;
  padding: 8px;
  font-size: 0.13rem;
  color: #666;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .top .exam-side .content span {
    padding: 10px;
  }
}

.top .exam-side .content span:hover, .top .exam-side .content span.active {
  color: #ff8200;
}

.list {
  container-type: inline-size;
}

.list .block {
  display: block;
  color: #333;
  font-size: .15rem;
  line-height: 1.8;
  padding: .12rem .2rem;
  background: #fff;
  border-radius: 6px;
  margin-bottom: .1rem;
  border-left: 2px solid #ff8200;
  margin-bottom: .15rem;
}

.list .block:hover {
  background: #FFF7E6;
}

.list .block .desc {
  margin-bottom: 0;
  margin-top: .08rem;
  display: flex;
  font-size: 13px;
  color: #8a8a8a;
  flex-wrap: wrap;
}

.list .block .title {
  font-size: .16rem;
  margin-bottom: 4px;
}

.list .block .desc span {
  padding-right: .5rem;
}

.list .line {
  display: block;
  color: #333;
  font-size: .15rem;
  line-height: 1.8;
  padding: .12rem .2rem;
  background: #fff;
  border-radius: 6px;
  margin-bottom: .1rem;
}

.list .line:hover {
  background: #FFF7E6;
}

.list .line .desc {
  margin-bottom: 0;
  margin-top: .08rem;
  display: flex;
  font-size: 13px;
  color: #8a8a8a;
  flex-wrap: wrap;
}

.list .line.group {
  position: relative;
  margin-bottom: .15rem;
}

.list .line.group:hover::after {
  background: #FFF7E6;
}

.list .line.group::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: .5%;
  width: 99%;
  height: .06rem;
  border: 1px solid #f2f2f2;
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.list .line .title {
  margin-bottom: 0;
}

.list .line .tag {
  margin-right: 8px;
  font-size: .13rem;
  padding: 1px 4px;
  color: #ff8200;
  border: 1px solid #ff8200;
  border-radius: 3px;
}

.list .line .desc span {
  width: 28%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list .line .desc span:first-of-type {
  width: 15%;
}

@container (max-width: 550px) {
  .list .line .desc span {
    width: 50%;
    font-size: 12px;
  }
  .list .line .desc span:first-of-type {
    width: 50%;
  }
}

.info-nav {
  padding: 20px 0;
  font-size: .13rem;
}

.detail {
  font-size: 16px;
  line-height: 1.7;
}

.detail article {
  background: #fff;
  overflow: hidden;
  padding: .15rem .5rem .3rem;
  margin-bottom: .4rem;
}

.detail h2 {
  font-size: .22rem;
  text-align: center;
}

.detail .time {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
}

.detail .abstract {
  margin-top: .2rem;
  border: 2px solid #fdda8c;
  border-radius: 12px;
  padding: .4rem .2rem .1rem;
  position: relative;
}

.detail .abstract::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fdda8c;
  border-top-left-radius: 10px;
  border-bottom-right-radius: .4rem;
  width: 1.46rem;
  height: .32rem;
}

.detail .abstract .head {
  position: absolute;
  top: -.08rem;
  left: -2px;
  background: linear-gradient(90deg, #ff8200, #ffb800);
  border-top-left-radius: 10px;
  border-bottom-right-radius: .25rem;
  width: 1.4rem;
  height: .32rem;
  font-size: .16rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: .32rem;
}

.detail .abstract li {
  padding: 6px;
}

.detail .abstract .key {
  font-size: .17rem;
  font-weight: bold;
  padding-right: .15rem;
}

.detail .abstract .key::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8200;
  margin-right: 8px;
}

.detail .abstract .value {
  font-size: .15rem;
  color: #666;
}

.detail .content {
  padding: 30px 15px;
}

.detail .content img {
  max-width: 100%;
}

.detail .pdf-title {
  font-weight: bold;
}

.detail .tip {
  background: #f5f7fa;
  padding: 5px 20px;
}

.detail .tip::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8200;
  margin-right: 8px;
  vertical-align: top;
  margin-top: .07rem;
}

.detail .tip .highlight {
  color: red;
}

.timeline-wrap {
  min-height: calc(100% - 80px);
  background-color: #fff;
  padding: .25rem .4rem;
  border-radius: 8px;
}

.timeline-wrap .tip {
  background: #FFF7E6;
  line-height: .2rem;
  font-size: .13rem;
  border-bottom-left-radius: .12rem;
  border-bottom-right-radius: .12rem;
  padding: .06rem .3rem;
  position: relative;
  margin-top: -.25rem;
}

.timeline-wrap .tip::before {
  content: '';
  position: absolute;
  top: .12rem;
  left: .14rem;
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background-color: #ff8200;
}

.timeline-wrap .tip .red {
  color: #FF0100;
}

.timeline {
  padding-top: .2rem;
  padding-left: .15rem;
}

.timeline .year {
  display: inline-block;
  font-size: .13rem;
  line-height: .22rem;
  padding: 0 .1rem;
  color: #fff;
  background: #ff8200;
  border-radius: .1rem;
  border-bottom-left-radius: 0;
  margin-left: -3px;
}

.timeline li {
  border-left: 1px dashed #ff8200;
  padding-left: .1rem;
  padding-top: .1rem;
  position: relative;
}

.timeline li::before {
  content: '';
  position: absolute;
  top: .22rem;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff8200;
}

.timeline .date {
  color: #888;
  font-size: .12rem;
  line-height: .3rem;
  padding-left: .1rem;
}

.timeline .dot {
  width: 9px;
  height: 9px;
  margin: 5px .2rem 0;
  background: #ff8200;
  border-radius: 50%;
  position: relative;
}

.timeline .event {
  display: inline-block;
  font-size: .14rem;
  color: #333;
  background-color: #F5F7FB;
  padding: .05rem .15rem;
  border-radius: 8px;
}

.timeline .event a {
  font-size: .13rem;
  padding-left: .15rem;
}

.pdf-wrap .pdf {
  margin-top: 5px;
  padding: 0 15px;
}

.pdf-wrap .pdf a {
  color: #4DAEFF;
}

.right {
  display: none;
}

.columns {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: .2rem;
}

.hastimeline .right {
  display: block;
}

.hastimeline .columns {
  display: grid;
  grid-template-columns: 1fr 3.6rem;
  gap: .2rem;
}

@media (min-width: 1200px) {
  .hastimeline .columns {
    grid-template-columns: 2.4rem 1fr 3.6rem;
  }
}

.hastimeline .columns .top {
  grid-column-start: span 2;
}

@media (min-width: 1200px) {
  .hastimeline .columns .top {
    grid-column-start: span 1;
  }
}
