@charset "UTF-8";
/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
.main {
  padding-bottom: .4rem;
  padding-top: .3rem;
  overflow: hidden;
}

.list .block {
  display: block;
  color: #333;
  font-size: .15rem;
  line-height: 1.8;
  padding: .12rem .2rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: .1rem;
  border-left: 2px solid #FFD615;
  margin-bottom: .15rem;
}

.list .block:hover {
  margin-right: .05rem;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.list .block .desc {
  margin-bottom: 0;
  margin-top: .08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #8a8a8a;
  -ms-flex-wrap: wrap;
      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-color: #fff;*/
  /*-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
  /*        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
  /*border-radius: 3px;*/
  /*margin-bottom: .1rem;*/
}

.list .line:hover {

}

.item-line {
  flex-shrink: 0;
  width:1px;
  height: 16px;
  margin: 0 4px;
  float:left;
}

.list .line .desc {
  margin-bottom: 0;
  margin-top: .08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #8a8a8a;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list .line.group {
  position: relative;
  margin-bottom: .15rem;
}

.list .line.group::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: .5%;
  width: 99%;
  height: .05rem;
  /*border-top: 1px solid #e9e9e9;*/
  /*-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
  /*        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
  /*background: #fafafa;*/
  /*border-bottom-left-radius: 7px;*/
  /*border-bottom-right-radius: 7px;*/
}

.list .line .title {
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list .line .tag {
  margin-right: 8px;
  font-size: .13rem;
  padding: 1px 4px;
  color: #FFD615;
  border: 1px solid #FFD615;
  border-radius: 3px;
}

.list .line .desc span {
  width: 28%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .list .line .desc span {
    width: 50%;
    font-size: 12px;
  }
}

.list .line .desc span:first-of-type {
  width: 15%;
}

@media (max-width: 992px) {
  .list .line .desc span:first-of-type {
    width: 50%;
  }
}

.none-item {
  width: 1.8rem;
  margin: 120px auto 0;
  color: #787878;
  font-size: .13rem;
  line-height: .2rem;
  text-align: center;
}

.none-item img {
  width: 1.5rem;
  margin-bottom: .1rem;
}

.info-nav {
  padding: 20px 0;
  font-size: .13rem;
}

.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 .head {
  text-align: center;
}

.detail .head span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c760), color-stop(40%, #FFD615));
  background: linear-gradient(#f9c760, #FFD615 40%);
  color: #fff;
  font-size: .18rem;
  font-weight: bold;
  padding: 5px .6rem;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.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: #FFD615;
  margin-right: 8px;
}

.detail .abstract .value {
  font-size: .15rem;
  color: #666;
}

.detail .content {
  padding: 30px 15px;
}

.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: #FFD615;
  margin-right: 8px;
  vertical-align: top;
  margin-top: .07rem;
}

.detail .tip .highlight {
  color: red;
}

.timeline {
  padding: 20px;
}

.timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.timeline li:last-of-type .dot::after {
  display: none;
}

.timeline .date {
  text-align: right;
  color: #666;
}

.timeline .dot {
  width: 9px;
  height: 9px;
  margin: 5px .2rem 0;
  background: #FFD615;
  border-radius: 50%;
  position: relative;
}

.timeline .dot::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 4px;
  width: 1px;
  height: 70px;
  background: #FFD615;
}

.timeline .event {
  font-size: .16rem;
  color: #000;
}

.timeline .event a {
  font-size: .14rem;
  padding-left: .15rem;
}

.nav-tab {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding: 12px 0;
}

.nav-tab li {
  float: left;
}

.nav-tab li a {
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  color: #666;
}

.nav-tab li a:hover {
  background: #f2f2f2;
}

.nav-tab li.active a {
  color: #FFD615;
}

.nav-tab li a .iconfont {
  display: inline-block;
  font-size: 22px;
  padding-top: 5px;
}

.nav-tab li a p {
  font-size: 0.12rem;
  margin-bottom: 0;
}

/* exam-side */
.exam-side {
  float: left;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: .25rem;
}

.exam-side .head {
  margin: 10px 0;
  line-height: 25px;
  font-size: 16px;
  color: #666;
  padding-left: 10px;
  border-left: 3px solid #FFD615;
}

.exam-side .content {
  padding: 0 10px 10px;
}

.exam-side .content span {
  display: inline-block;
  padding: 8px;
  font-size: 0.13rem;
  color: #666;
  cursor: pointer;
}

.exam-side .content span:hover,
.exam-side .content span.active {
  color: #FFD615;
}

.exam-main {
  float: right;
  width: 100%;
}

.exam-main .go-back-list {
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .exam-side {
    width: 240px;
    margin-right: 30px;
  }
  .exam-main {
    width: 670px;
  }
}

@media (min-width: 1200px) {
  .exam-side {
    width: 240px;
    margin-right: 30px;
  }
  .exam-main {
    width: 900px;
  }
}

@media (min-width: 1600px) {
  .exam-side {
    width: 300px;
    margin-right: 40px;
  }
  .exam-side .head {
    margin: 15px 0;
    line-height: 30px;
    font-size: 18px;
    padding-left: 15px;
  }
  .exam-side .content span {
    padding: 10px;
  }
  .exam-main {
    width: 1150px;
  }
}
