




.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.warp {
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-width: 320px;
  max-width: 750px;
  background: #f6f6f6;
}

.advertisement {
  width: 100%;
  position: relative;
  background: #cccccc;
}

.advertisement img {
  width: 100%;
  height: auto;
}

.advertisement .tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0.04rem 0;
  color: #ffffff;
  font-size: 0.2rem;
}

.advertisement .close {
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-family: Arial;
}

.header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.16rem 0.16rem 0.12rem;
  box-shadow: 0 0 0 0 #eeeeee;
  background: #ffffff;
}

.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .logo img {
  width: 1.84rem;
}

.header .logo .p-name {
  width: 1.4rem;
  height: 0.44rem;
  margin-left: 0.16rem;
  line-height: 0.44rem;
  background: linear-gradient(135deg, #ffbc3b 0%, #ff8e1f 100%);
  border-radius: 0.08rem;
  text-align: center;
  font-size: 0.22rem;
  color: #ffffff;
}

.header .nav {
  width: 0.44rem;
  height: 0.44rem;
  background: url("../images/icon-nav.png") center no-repeat;
  background-size: contain;
}

.header .nav.close {
  background: url("../images/close.png") center no-repeat;
  background-size: 90% 90%;
}

.header .nav-content {
  position: absolute;
  padding: 0.32rem 0.2rem 0.56rem;
  width: 100%;
  z-index: 00;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
}

.header .nav-content dl {
  overflow: hidden;
  margin-bottom: 0.32rem;
}

.header .nav-content dl dt {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ff8e1f;
  line-height: 0.4rem;
}

.header .nav-content .nav-info {
  margin-top: 0.4rem;
  overflow: hidden;
}

.header .nav-content .nav-info-item {
  float: left;
  width: 23%;
  margin: 0 1%;
}

/*A start*/
.header .nav-content .nav-info-item .icon {
  display: block;
  width: 1.2rem;
  margin: 0 auto;
}

.header .nav-content .nav-info-item .text {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 0.4rem;
}
/*A end*/

.header .nav-content dl:first-child dd:last-child {
  margin-right: 0 !important;
}

.header .nav-content dl:last-of-type dd:nth-child(3n+1) {
  margin-right: 0 !important;
}

.header .nav-content dl dd {
  float: left;
  margin-bottom: 2%;
  height: 0.64rem;
  background: #f5f5f5;
}

.header .nav-content dl dd.grid-3 {
  width: 32%;
  margin-right: 2%;
}

.header .nav-content dl dd.grid-5 {
  width: 15%;
  margin-right: 1.25%;
}

.header .nav-content dl dd a {
  display: block;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333333;
  text-decoration: none;
}

.article {
  overflow: hidden; /*B*/
  background: #ffffff;
}

.article .article-title {
  padding: 0.16rem .32rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #333333;
  font-weight: bold;
}

/* skin start */

.article .article-info {
  padding: 0 0.32rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #999999;
}

.article .article-info .date {
  padding-left: 10px;
}

.article .article-info a {
  color: #999999;
}

.article .article-writer {
  width: 7.18rem;
  margin: 0.34rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.6rem;
}
.article .article-writer .writer {
  flex: 1;
  display: flex;
}
.article .article-writer .writer .avatar {
  width: 0.88rem;
  height: 0.88rem;
  background: #333333;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-writer .writer .avatar img {
  width: 100%;
  height: auto;
}
.article .article-writer .writer .info {
  flex: 1;
  max-width: 3.02rem;
  margin-top: 0.04rem;
  margin-left: 0.08rem;
  padding-right: 0.16rem;
  border-right: 1px solid #d8d8d8;
}
.article .article-writer .writer .info .name {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.article .article-writer .writer .info .tag {
  position: relative;
  padding-right: 0.28rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666666;
}
.article .article-writer .writer .info .tag:after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.28rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-attestation.png") center no-repeat;
  background-size: 100% 100%;
}
.article .article-writer .writer .info .job {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #FF8E1F;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article .article-writer .actions {
  position: relative;
  width: 2.46rem;
}
.article .article-writer .actions .action {
  float: left;
  width: 0.5rem;
  margin: 0 0.16rem;
}
.article .article-writer .actions .action .icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url("../images/sprite.png");
  background-size: 5rem 10rem;
  background-repeat: no-repeat;
}
.article .article-writer .actions .action .icon.icon-1 {
  background-position: 0 0;
}
.article .article-writer .actions .action .icon.icon-2 {
  background-position: -0.5rem 0;
}
.article .article-writer .actions .action .icon.icon-3 {
  background-position: -1rem 0;
}
.article .article-writer .actions .action .text {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #333333;
  font-style: normal;
  text-align: center;
}
.article .article-switch {
  margin-top: 0.32rem;
  overflow: hidden;
}
.article .article-switch span {
  float: left;
  padding: 0.16rem 0;
  width: 50%;
  position: relative;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.article .article-switch span.active {
  color: #FF8E1F;
}
.article .article-switch span.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background: #FF8E1F;
}

/* skin end */


.article .article-content {
  position: relative;
}

.article .article-content .switch-content {
  padding: 0.16rem 0; /*skin*/
  overflow: hidden;
}

.article .article-content .switch-content .article-body {
  position: relative;
  overflow: hidden;
}

.article .article-content .switch-content .article-body.autoHeight {
  height: auto !important;
}

/* .article .article-content .switch-content .article-all {
  display: block;
  padding: 0 0.32rem;
  overflow: hidden;
  position: relative;
  font-size: 0.30rem;
	line-height: .56rem;
}

.article .article-content .switch-content .article-all *{
    font-size:0.32rem;
    color:#333333;
    text-align: justify;
    line-height:.24rem;
    padding:.1rem 0;
	text-indent: 2em;
} */
.article .article-content .switch-content .article-all img{
    width:100%!important;
    height:auto!important
}


.article .article-content .switch-content .article-all .card {
  border: 1px solid #dddddd;
  border-radius: 0.08rem;
  overflow: hidden;
}

.article .article-content .switch-content .article-all .card .avatar {
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.16rem;
}

.article .article-content .switch-content .article-all .card .avatar img {
  width: 100%;
  height: 100%;
}

.article .article-content .switch-content .article-all .card .info {
  float: left;
  margin-top: 0.16rem;
  width: 3.24rem;
}

.article .article-content .switch-content .article-all .card .info .card-title {
  position: relative;
  padding-left: 0.48rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #999999;
}

.article .article-content .switch-content .article-all .card .info .card-title:before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url("../images/icon-tag1.jpg") center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.article .article-content .switch-content .article-all .card .info .card-detail {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}

.article .article-content .switch-content .article-all .card .buy-btn {
  float: right;
  width: 1.48rem;
  height: 0.64rem;
  margin-top: 0.48rem;
  margin-right: 0.32rem;
  text-align: center;
  background: #fff6ed;
  border-radius: 0.32rem;
}

.article .article-content .switch-content .article-all .card .buy-btn a {
  display: inline-block;
  padding-left: 0.36rem;
  background: url("../images/icon-cart.png") left center no-repeat;
  background-size: 0.28rem 0.28rem;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #FF8E1F;
  text-decoration: none;
}

.article .article-content .switch-content .article-all > p {
  margin: 0.48rem 0;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333333;
}

.article .article-content .article-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.02rem solid #eeeeee;
}

.article .article-content .article-item .article-info {
  flex: 1;
  /*margin-right: 0.2rem;*/
}

.article .article-content .article-item .article-info a {
  display: block;
  height: 0.96rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333333;
  text-decoration: none;
}

.article .article-content .article-item .cover-image {
  width: 2.2rem;
}

.article .article-content .article-item .cover-image img {
  width: 100%;
}

.article .article-content .guide-list {
  margin: 0.16rem 0.32rem;
  background: #f5f5f5;
  overflow: hidden;
}

.article .article-content .guide-list .guide-title {
  height: 0.28rem;
  margin-top: 0.28rem;
  border-left: 0.08rem solid #FF8E1F;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
  text-indent: 0.16rem;
  font-weight: bold;
}

.article .article-content .guide-list .guides {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  padding: 0.1rem 0;
}

.article .article-content .guide-list .guides .guide {
  width: 3.18rem;
  height: 0.68rem;
  margin: 0.08rem 0;
  display: block;
  background: #ffffff;
}

.article .article-content .guide-list .guides .guide a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.68rem;
  color: #333333;
  text-decoration: none;
}

.article .article-content .expand {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.64rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 30%);
}

.article .article-content .expand span {
  display: block;
  margin: 0 auto;
  width: 2.4rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 1px solid #ff8e1f;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #FF8E1F;
  text-decoration: none;
}

/*skin start */
.article .article-content .meaning-box {
  width: 6.86rem;
  margin: 0 auto;
  padding: 0.32rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 0.04rem 0.16rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.16rem;
}
.article .article-content .meaning-box .meaning-title {
  overflow: hidden;
}
.article .article-content .meaning-box .meaning-title .title-area {
  float: left;
}
.article .article-content .meaning-box .meaning-title .title-area .title-name {
  display: block;
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #1480FF;
}
.article .article-content .meaning-box .meaning-title .title-area .title-name .tag {
  display: block;
  width: 0.8rem;
  float: right;
  margin-left: 0.1rem;
  margin-top: -0.1rem;
}
.article .article-content .meaning-box .meaning-title .title-area .title-name .tag img {
  width: 100%;
}
.article .article-content .meaning-box .meaning-title .title-area .level-star {
  margin-top: 0.16rem;
  height: 0.48rem;
  padding: 0 0.12rem;
  line-height: 0.48rem;
  background: rgba(255, 142, 31, 0.1);
  border-radius: 0.08rem;
  font-size: 0.24rem;
  color: #FF8E1F;
}
.article .article-content .meaning-box .meaning-title .title-area .level-star span {
  display: block;
  float: left;
}
.article .article-content .meaning-box .meaning-title .title-area .level-star .text {
  margin-right: 0.1rem;
}
.article .article-content .meaning-box .meaning-title .title-area .level-star .star {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.12rem 0.02rem;
}
.article .article-content .meaning-box .meaning-title .title-area .level-star .star img {
  width: 100%;
  display: block;
}

.article .article-content .meaning-box .meaning-title .countdowns {
  float: right;
}
.article .article-content .meaning-box .meaning-title .countdowns span {
  display: block;
  color: #666666;
  font-size: 0.24rem;
  line-height: 0.48rem;
  overflow: hidden;
}

.article .article-content .meaning-box .meaning-title .countdowns span i {
  display: block;
  float: left;
  width: 0.32rem;
  height: 0.36rem;
  margin: 0.06rem 0.09rem 0.06rem 0;
  background: url("../images/icon-sha.png") center no-repeat;
  background-size: 100% 100%;
}
.article .article-content .meaning-box .meaning-title .countdowns span b {
  display: block;
  float: left;
  width: 0.32rem;
  height: 0.48rem;
  margin: 0.03rem;
  background: url("../images/icon-data.png") center no-repeat;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #fff6ed;
  text-align: center;
}
.article .article-content .meaning-box .meaning-content {
  margin-top: 0.48rem;
  height: 2.2rem;
  overflow: hidden;
}
.article .article-content .meaning-box .meaning-content p {
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.article .article-content .loadMore {
  margin-top: 0.24rem;
  text-align: center;
}
.article .article-content .loadMore span {
  font-size: 0.24rem;
  color: #999999;
}
.article .article-content .loadMore span img {
  width: 0.2rem;
}
.course {
  margin-top: 0.16rem;
  padding: 0.48rem 0.32rem;
  background: #ffffff;
}
.course .course-cover img {
  width: 100%;
  height: auto;
}
.course .course-title {
  margin-top: 0.32rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.course .course-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.course .course-info .digit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course .course-info .price {
  float: left;
  color: #FF5B5B;
  font-size: 0.32rem;
}
.course .course-info .price b {
  font-size: 0.8rem;
}
.course .course-info .extra {
  float: left;
  margin-left: 0.24rem;
}
.course .course-info .extra b {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: normal;
}
.course .course-info .extra b:first-child {
  color: #999999;
}
.course .course-info .extra b:last-child {
  color: #FF8E1F;
}
.course .course-info .buy-btn {
  width: 1.68rem;
  height: 0.64rem;
  font-size: 0.24rem;
  border-radius: 0.32rem;
  background: url("../images/button.png") center no-repeat;
  background-size: contain;
}
.course .course-info .buy-btn a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 0.64rem;
}
.documents {
  margin-top: 0.16rem;
  padding: 0.48rem 0 0.48rem 0.32rem;
  background: #ffffff;
}
.documents .swiper-container {
  position: relative;
}
.documents .swiper-slide {
  width: 2.24rem;
  height: 1.96rem;
  box-sizing: border-box;
  padding: 0.16rem;
}
.documents .swiper-slide .caption {
  overflow: hidden;
}
.documents .swiper-slide .caption .icon {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/sprite.png");
  background-size: 5rem 10rem;
  background-repeat: no-repeat;
}
.documents .swiper-slide .caption .icon.icon-1 {
  background-position: 0 -1.14rem;
}
.documents .swiper-slide .caption .icon.icon-2 {
  background-position: -0.8rem -1.14rem;
}
.documents .swiper-slide .caption .icon.icon-3 {
  background-position: -1.6rem -1.14rem;
}
.documents .swiper-slide .caption .icon.icon-4 {
  background-position: -2.4rem -1.14rem;
}
.documents .swiper-slide .caption .icon.icon-5 {
  background-position: -3rem -1.14rem;
}
.documents .swiper-slide .caption .download {
  float: right;
  width: 0.92rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.2rem;
  text-decoration: none;
  border-radius: 0.2rem;
}
.documents .swiper-slide .caption .download img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.01rem;
  vertical-align: baseline;
}
.documents .swiper-slide .name {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.72rem;
}
.documents .swiper-slide:nth-child(1) {
  border: 1px solid #ffcccc;
  background: #fff6f6;
}
.documents .swiper-slide:nth-child(1) .download {
  border: 1px solid #FF5F5E;
  color: #FF5F5E;
}
.documents .swiper-slide:nth-child(2) {
  border: 1px solid #ffd1b1;
  background: #fff7f1;
}
.documents .swiper-slide:nth-child(2) .download {
  border: 1px solid #FF8937;
  color: #FF8937;
}
.documents .swiper-slide:nth-child(3) {
  border: 1px solid #bcd8ff;
  background: #f5f9ff;
}
.documents .swiper-slide:nth-child(3) .download {
  border: 1px solid #4E99FF;
  color: #4E99FF;
}
.documents .swiper-slide:nth-child(4) {
  border: 1px solid #c0ebd9;
  background: #eefaf6;
}
.documents .swiper-slide:nth-child(4) .download {
  border: 1px solid #2CC184;
  color: #2CC184;
}
.documents .swiper-slide:nth-child(5) {
  border: 1px solid #dedede;
  background: #f8f8f8;
}
.documents .swiper-slide:nth-child(5) .download {
  border: 1px solid #666666;
  color: #666666;
}
.documents .mask {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  z-index: 333;
}

/*skin end */


.news {
  /*padding-bottom: 0.5rem;*/
  background: #ffffff;
}

.news .news-list {
  padding: 0 0.32rem;
}

.news .news-list li {
  padding: 0.32rem 0;
}

.news .news-list li .info {
  display: block;
  color: #999999;
  overflow: hidden;
}

.news .news-list li .info i {
  float: left;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-right: 0.32rem;
  font-style: normal;
}

.news .news-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.02rem solid #eeeeee;
}

.news .news-item .news-info {
  flex: 1;
  margin-left: 0.2rem;
}

.news .news-item .news-info a {
  display: block;
  /*height: 0.96rem;*/
  margin-bottom: 0.28rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-item .cover-image {
  width: 2.2rem;
}

.news .news-item .cover-image img {
  width: 100%;
}

.news .advertise a {
  display: block;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .advertise .advertise-cover {
  margin: 0.16rem 0;
  display: block;
}

.news .advertise .advertise-cover img {
  width: 100%;
}

/*skin start */
.news .more {
  padding: 0.48rem 0 0.64rem;
}
.news .more a {
  display: block;
  margin: 0 auto;
  width: 2.4rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 1px solid #ff8e1f;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #FF8E1F;
  text-decoration: none;
}
.rate {
  /*margin-top: 0.16rem;*/
  padding: 0 0.32rem 0;
  background: #ffffff;
}
.rate .rate-title {
  overflow: hidden;
}
.rate .rate-title .title {
  float: left;
  font-size: 0.32rem;
  line-height: 0.64rem;
  color: #333333;
}
.rate .rate-title .write {
  float: right;
  width: 1.48rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  background: #fff6ed;
  border-radius: 0.32rem;
  font-size: 0.24rem;
  color: #FF8E1F;
}
.rate .rate-title .write .pen {
  width: 0.3rem;
  height: auto;
  margin-right: 0.06rem;
  display: inline-block;
  vertical-align: baseline;
}
.rate .rate-list {
  margin-top: 0.2rem;
}
.rate .rate-item {
  display: flex;
  padding-top: 0.28rem;
}
.rate .rate-item .avatar {
  width: 0.76rem;
  height: 0.76rem;
  background: #999999;
  border-radius: 50%;
  overflow: hidden;
}
.rate .rate-item .avatar img {
  width: 100%;
}
.rate .rate-item .content {
  flex: 1;
  margin-left: 0.16rem;
}
.rate .rate-item .content .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rate .rate-item .content .caption span {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #999999;
}
.rate .rate-item .content .word {
  margin-top: 0.12rem;
  padding-bottom: 0.28rem;
  border-bottom: 0.02rem solid #eeeeee;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
}
.rate .more {
  padding: 0.48rem 0 0.64rem;
}
.rate .more a {
  display: block;
  margin: 0 auto;
  width: 2.4rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 1px solid #ff8e1f;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #FF8E1F;
  text-decoration: none;
}
/*skin end */


.search-swiper .swiper-pagination-bullet, .hot-swiper .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.06rem;
  background: rgba(221, 221, 221, 1);
  border-radius: 0.03rem;
}

.search-swiper .swiper-pagination-bullet-active, .hot-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 110, 0, 1);
}

.news .page {
  padding: 0.48rem 0 0.04rem;
  text-align: center;
}

.news .page a {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
.news .page a.prev,.news .page a.next{
  font-family: Serif;
}

.news .page a.current {
  background: rgba(255, 110, 0, 1);
  color: #ffffff;
}

.page2{ padding: .2rem 0; text-align: center}
.page2 .pagination-box{ display: inline-block; overflow: hidden}
.page2 .pagination-box li{ float: left; width: .24rem; height: .44rem; padding: 0 .1rem; margin: 0 .1rem; border-radius: .44rem; font-size: .24rem; line-height: .44rem; text-align: center}
.page2 .pagination-box li.thisclass{ background: #FF6E00; color: white;}
.page2 .pagination-box li:last-child{ display: none }

.search {
  margin-top: 0.16rem;
  padding: 0.5rem 0.32rem 0;
  background: #ffffff;
}

.search .search-tab {
  text-align: center;
}

.search .search-tab .tab {
  display: inline-block;
  width: 2.5rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 1px solid transparent;
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.64rem;
}

.search .search-tab .tab.active {
  border: 1px solid rgba(255, 110, 0, 1);
  color: rgba(255, 110, 0, 1);
  font-weight: 600;
  
}

.search .search-list {
  margin-top: 0.32rem;
  padding-bottom: 0.32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search .search-list a {
  display: block;
  width: 3.34rem;
  height: 0.64rem;
  margin-bottom: 0.16rem;
  line-height: 0.64rem;
  background: #f5f5f5;
  border-radius: 0.08rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  text-decoration: none;
}

.search .swiper-pagination-bullet-active {
  background: #ff8e1f;
}

.footer {
  margin-top: 0.16rem;
  padding: 0.48rem 0.32rem 1.2rem;
  background: #ffffff;
}

.footer .logo {
  width: 3.48rem;
  margin: 0 auto;
}

.footer .logo img {
  width: 100%;
}

.footer .func {
  position: relative;
  margin-top: 0.08rem;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.footer .func:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #eeeeee;
}

.footer .func:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #eeeeee;
}

.footer .func .func-item {
  float: left;
  width: 50%;
  padding: 0.2rem 0;
}

.footer .func .func-item .icon {
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.32rem;
  background: #f5f5f5;
  border-radius: 50%;
}

.footer .func .func-item .icon img {
  width: 100%;
  height: auto;
}

.footer .func .func-item .text {
  float: left;
  margin-left: 0.16rem;
}

.footer .func .func-item .text h6 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #666666;
}

.footer .func .func-item .text p {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #999999;
}

.footer .download {
  display: block;
  margin-top: 0.32rem;
  width: 6.88rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: linear-gradient(135deg, #ffbc3b 0%, #ff8e1f 100%);
  border-radius: 0.4rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.28rem;
  color: #ffffff;
}

.footer .download span {
  font-size: 0.2rem;
  opacity: 0.5;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 9;
}

.fixed .l-btn {
  float: left;
  width: 50%;
}

.fixed .l-btn a {
  float: left;
  width: 50%;
  text-decoration: none;
}

/*.fixed .l-btn a:first-child{
  display: none;
}*/

.fixed .l-btn .icon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-size: 5rem 10rem;
}

.fixed .l-btn .icon img {
  position: absolute;
  width: 0.44rem;
  height: auto;
  top: 0.05rem;
}

.fixed .l-btn .icon.icon-1 {
  background-position: 0 -0.5rem;
}

.fixed .l-btn .icon.icon-2 {
  background-position: -0.64rem -0.5rem;
}

.fixed .l-btn .text {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
}

.fixed .r-btn {
  float: right;
  width: 50%;
}

.fixed .r-btn a {
  display: block;
  width: 100%;
  height: 0.98rem;
  background: linear-gradient(135deg, #ffbc3b 0%, #ff8e1f 100%);
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.98rem;
  text-decoration: none;
  text-align: center;
}



/*.fixed-active .l-btn{ width: 75%}
.fixed-active .l-btn a{ width: 33.33%}
.fixed-active .l-btn a:first-child{ display: block}
.fixed-active .r-btn{ width: 25%}*/

.popup {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.full-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

.qr {
  width: 6rem;
  height: 6.7rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  margin-left: -3rem;
  margin-top: -3.35rem;
  background: url("../images/qr-bj.png") center no-repeat;
  background-size: 100% 100%;
  display: none;
}

.qr .qrcode-img {
  width: 3rem;
  height: 3rem;
  margin: 1.3rem auto;
  padding: 0.32rem;
  background: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0 0.04rem 0.36rem 0 rgba(255, 142, 31, 0.2);
}

.qr .qrcode-img img {
  width: 100%;
}

/**/
.news-list .tab-tit {
  height: 1.04rem;
  text-align: center;
}

.news-list .tab-tit a {
  font-size:0.28rem;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:0.4rem;
}

.news-list .tab-tit a:hover {
  text-decoration: none;
}

.news-list .tab-tit .swiper-slide {
  text-align: center;
  height: 1.04rem;
  line-height: 1.04rem;
  color: #999;
  position: relative;
}

.news-list .tab-tit .swiper-slide.on {
  color: #222;
}

.news-list .tab-tit .swiper-slide.on i {
  display: block;
  width: 0.48rem;
  height: .04rem;
  background:rgba(255,110,0,1);
  position: absolute;
  left: 50%;
  margin-left: -.24rem;
  bottom: .2rem;
}

.news-list .tab-con {
  padding: 0 .32rem;
}

.news-list .tab-con li {
  display: none;
  padding: .306rem 0 .36rem 0;
  *zoom: 1;
  position: relative;
}

.news-list .tab-con li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news-list .tab-con p {
  font-size: .43rem;
  line-height: .6rem;
  max-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .tab-con .tex {
  float: left;
  width: 6.226rem;
}

.news-list .tab-con .tex.auto {
  width: auto;
}

.news-list .tab-con .tags {
  padding-top: .333rem;
}

.news-list .tab-con .tags a {
  display: block;
  float: left;
  font-size: .293rem;
  color: #249FF6;
  height: .426rem;
  line-height: .426rem;
  padding: 0 .066rem;
  background: #e8f5fe;
  border-radius: .05rem;
  margin-right: .133rem;
}

.news-list .tab-con .tags .time {
  font-size: .293rem;
  color: #999;
}

.news-list .tab-con .pic {
  float: right;
  width: 2.8rem;
  height: 1.866rem;
  border-radius: .05rem;
  margin-top: .053rem;
}

.news-list .tab-con .line {
  height: 1px;
  background: #ededed;
  width: 98%;
  position: absolute;
  left: 1%;
  bottom: 0;
}

.news-list .tab-con li:last-child .line {
  display: none;
}

.news-list .tab-con .more-btn {
  display: block;
  width: 100%;
  height: 1.28rem;
  line-height: 1.28rem;
  text-align: center;
  font-size: .346rem;
  color: #777;
  margin-bottom: 1.33rem
}

.news-list .tab-con.newsList {
  display: block;
  box-shadow: none;
  margin-top: -.11rem;
}
/**/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.news-list{
  background: #ffffff;
}
/*考试报名栏目*/
.baoming-list {
  background: #fff;
  padding: 0 0.32rem 0.32rem;
  overflow: hidden;
}

.baoming-list li {
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
  line-height: 22px;
  padding: 5px 20px 0 0;
}

.baoming-list li:after {
  width: 44px;
  height: 44px;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -22px;
  background-size: 200px;
  opacity: 0.4;
  -webkit-transform: rotate(180deg) scale(0.8);
  -moz-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.baoming-list li:last-child {
  border: none;
}

.baoming-list li a {
  display: block;
  padding: 8px 0;
}

.baoming-list li a:active, .baoming-more a:active {
  background: #f7f7f7;
  border-radius: 4px;
}
.baoming-info-box{
  margin-top: 0.44rem;
  padding-bottom: 0.18rem;
  background:rgba(255,255,255,1);
  box-shadow:0 0.04rem 0.16rem 0 rgba(0,0,0,0.08);
  border-radius: 0.16rem;
}
.ul-baoming li{
  margin: 0 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

.baoming-list li a{
  padding: 0;
  font-size: 0.28rem;
}
.baoming-list li a .time-table{
  color:rgba(153,153,153,1);
}
.baoming-list li a .baom-info{
  color:rgba(51,51,51,1);
  font-size: 0.28rem;
  font-weight: 500;
}

.baom-info font {
  color: #ee4710 !important;
}

.time-table {
  color: #999;
  padding-right: 5px;
  float: left;
}

.baoming-more {
  padding: 0 0.24rem;
  text-align: center;
  overflow: hidden;
}

.baoming-more a {
  float: left;
  width: 23%;
  margin-right: 2.3333%;
  height:0.72rem;
  line-height: 0.72rem;
  background:rgba(246,246,246,1);
  border-radius:0.08rem;
  font-size:0.28rem;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.baoming-more a:last-child{
  margin-right: 0!important;
}

.baoming-btn {
  display: block;
  margin-top: 0.22rem;
  padding: 0 0.24rem;
}

.sns-btn:before {
  display: inline-block;
  background: url(../images/icon_yy@2x.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.76rem;
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}

.sns-btn {
  display: block;
  padding: 0.2rem 0 0.2rem 1.1rem;
  position: relative;
  box-shadow: 0 0.05rem 0.22rem rgba(226, 229, 231, 1);
  background: rgba(255, 110, 0, 0.15);
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: rgba(255, 110, 0, 1);
  line-height: 0.28rem;
}

.sns-btn span {
  display: block;
  margin-top: 5px;
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(255, 110, 0, 1);
  line-height: 0.24rem;
}

.phone-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.32rem;
  width: 1.6rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  background: linear-gradient(135deg, rgba(255, 188, 59, 1) 0%, rgba(255, 142, 31, 1) 100%);
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  font-style: normal;
}

.phone-btn:active {
  background: #ee4710;
  color: #fff;
}


.article .title {
  display: flex;
  display: -webkit-flex;
  /*margin-top: 0.3rem;*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.article .title h2 {
  line-height: 1rem;
  font-size: .4rem;
  font-weight: bold;
  padding-left: .3rem
}

.countdown,
.overTime {
  margin-right: 0.3rem;
  height: .6rem;
  line-height: .6rem;
  font-size: .32rem;
  padding: 0 .5rem;
  color: #777;
  position: relative;
  background: url("../picture/countdown-ico.png") no-repeat 0.1rem center #f8f8f8;
  background-size: .296rem auto;
  border-radius: .3rem;
}

.countdown em,
.overTime em {
  font-size: .347rem;
  color: #f74a52;
  font-weight: bold;
  padding: 0 .107rem;
  font-style: normal;
}

.countdown:before,
.overTime:before {
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #f74a52;
  opacity: .71;
  box-shadow: 0 .027rem .133rem 0 #f74a52;
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  right: .2rem
}

.hot-swiper {
  display: none;
}

.sideFloat {
  position: fixed;
  right: 15px;
  bottom: 2.053rem;
  z-index: 600;
}
.sideFloat li {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 1.333rem;
  border-radius: 1.333rem;
}
.sideFloat li.returnTop{margin-bottom: 0.4rem;}


.cyclopedia-pages{
  background: #FAFAFA;
  padding: .19rem .1rem;
  margin: 16px 0.1rem;
  border-radius: .04rem;
  font-size: 0.18rem;
  color: #b6b6b6;
}

.copyright {
  height: 0.35rem;
  overflow: hidden;
  line-height: 0.35rem;
  font-size: 0.2rem;
  color: #9B9B9B;
  margin: 0.3rem
}

.copyright p {
  display: block;
  text-indent: 2em
}

#LRdiv0{
  display: none !important;
}
/*end-考试报名栏目*/
/*# sourceMappingURL=style.css.map */

/*文章底部资料*/
.ziliao-wrap {
	padding-top: 0.4rem;
    margin-bottom: 0.3rem;
	padding-bottom: 0.4rem;
}
	.ziliao-wrap .wrap-title {
    padding: 0 15px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.ziliao-wrap .wrap-title {
    color: #2A2C34;
    font-weight: bold;
}
	.ziliao-box ul {
    padding: 0 15px;
}
	.ziliao-box li {
    padding: 20px 34px 20px 0;
}
.ziliao-box li {
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    position: relative;
}
	.ziliao-box li .ziliao-icon {
    width: 47px;
    margin-right: 16px;
    height: 55px;
}
.ziliao-box li .ziliao-icon {
    float: left;
    background: url(data:image/png;base64,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) bottom center no-repeat;
        background-size: auto;
    background-size: 100% auto;
}
	.ziliao-box li .info {
    overflow: hidden;
}
	.ziliao-box li .info .name {
    height: 37px;
    line-height: 18.5px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
.ziliao-box li .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
	.ziliao-box li .info a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ziliao-box li .info a {
    color: #2A2C34;
}
:link, :visited, ins {
    text-decoration: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    color: #171920;
}
	.ziliao-box li .info p {
    font-size: 11px;
    line-height: 11px;
}
.ziliao-box li .info p {
    color: #9598A2;
}
	.ziliao-box li .info p span {
    margin-right: 19px;
}
	.ziliao-box li .download-btn {
    width: 65px;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
}
.ziliao-box li .download-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #6C97ED;
    color: #FFFFFF;
}
	.ziliao-wrap .ziliao-list-more {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    color: #9598A2;
    font-size: 14px;
	padding-bottom: 15px;
}
	.ziliao-wrap .ziliao-list-more i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.ziliao-wrap .ziliao-list-more i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAG1BMVEVHcEyWmaOWmaKWmaSWmaSWmqOWmaSWmqSWmaQHVk3uAAAACXRSTlMA/hIk2efJskQDiNfLAAAAj0lEQVQoz2NgGHhgwNCugCrCIcFQmIQq1CjOwC6GooxDsICBqdAJTREDg5qIAaoiBgamxGCEUCvEGDVRuDLmQIhlSMpMYXbBlcEUAZU5OqMpYmBQgVjKHIhwD5MjmG0iguRqFRAHKgGzHMRTQXYz2GAmx2AU/wOtR3IxVJkImiKQMnRFQGXBGEHObMAw9AAAttETNx5jMSsAAAAASUVORK5CYII=);
}
/*文章底部资料-结束*/
/* 文章下载页开始 */
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.container_t {
  width: 7.5rem;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin: 0px auto;
  margin-bottom: 0.3rem;
}
.container_t .container_header {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #2a2c34;
  font-weight: bold;
}
.container_t .container_header span {
  margin-right: 0.1rem;
}
.container_t ul {
  list-style-type: none;
}
.container_t ul li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  padding: 20px 8px 20px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_t ul li a {
  font-size: 15px;
}
.container_t ul li .download_btn {
  width: 65px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
  background: #6c97ed;
  text-align: center;
  line-height: 28px;
}
.container_t ul li .download_btn a {
  color: white;
}
.container_t ul li .left_Container_show {
  display: flex;
}
.container_t ul li .left_Container_show .pdf_icon {
  width: 47px;
  margin-right: 16px;
  height: 55px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAA1CAYAAAADOrgJAAAFt0lEQVRogc2abUhUaRTHfzOOU5ZW9kKlSbO9hxlbuVnRKwaVtltRa0gEQVEslbs7EdJK0csG0cuWGLHF1gc/9KJUaFiWELPCQmbuZq5msVhuWplEpcZozuh+ODtNq/eOM3PnzvqHy8zc59znnP/c5zzP/57nGjqXLcMDvgS+B74Awj0ZaoAT+A1YCHT624nJQ9uPJCRkkJwMsbEQFuavD8+oqQlh27b5QAXwOeDwpxs1IsuZOTMDqxUiIvwN0TuMGeP6Fgs8ASYDLb52Y1Q5byU5WX8S3TEK+BsY7uuFakTimTJFU0QaEAnUAJN8uUiNSIRuOeEd+gEPgLneXqBGpDcgFPgV+Nob467JPhz4FoAVK6C9XUMYoRAVBQkJsHIlDBrkTy9G4BIQDZzoydCFtcBfwC5AGwnX9bW1kJMDGzdCcbG/PRmA48AxT0YuIqnARfRa9Ox2OHQIbDb/+zCZrMjdCVFsBqKAX7q1XL8unw4HlJfD4cPQ3Ax79sCsWdL29i0UFsL582IHkJsL/fu7+0lKcn/PzIS4OBgyxHciDgeEhKTgdI4ElgD2rkSsyCzRHWfOQFMTbNkCKSlw9qycLyuDvDwYNw5Wr4YRI4SoC7m5YtMVbW1w9Sps2uQ7EQCnE4zGeXR0/I7MaK9dTUZETymjpgZu34b79yVxXXjzBu7dg4sXhcDChTBqlLu9rg4ePJCjK0pK/CPhQkcHGAyTgD+Bj7LACHymelFkJEydKsPhyRNlm7Iy6dwtNWDJErBaYf367vYNDf4R+BSdnQAjgD+AePAsGiE9XT4rKuDKFWUboxEMBrntLvTpA+Hh0OKzZPIVAxDlvMqECLUJimaZmZLoL1+qdzV7tnw+fuw+l58PRUXK9sMVZJTFAk+f9hi1CszANRNwDdihaPLihTKJyEiIj4cJE2DNGigogMZG79wmJHQ/d+qUt0ErIynJaAJ+Ar5BbeZSwowZcrx+LQteTo5315nNsGqVP6H2CMO/T4ipwHldPHyKnTth0aLA95uU9DHZLwAdyMIY+NU9LAy2b5dpWid8OmtdAmyIaNxFaKg2vWUyQXS0VtHovbsuvxuAH4Bd5OXp6jjQCM7zSGMjbNggi2Rbmy4ugkPk9GkZWrW1cOeOLi70J+JwwN27sG4djBwpOk0H6E+kpUXIREXJsDJ5VkX+Qn8i/fqJFmtoEKUQE6OLG/2JmM2ipfLzRSVbLLq4CU6yz5kjeWKxwMCBurgIDpGlSyU34uJ0cxEcIkajPK+UlWmvzqi50KXXriguhgEDpHiRm6uLi+AQsdlE9W7eLBWXhw8D7kJ/InV18OgRJCbKMW+eFCyamgLqRn8iN25IYWLsWPmdliZry759AdVd+hKx2+HWLVi+3H0uLAz27xepkp4eMMmij15woahIitmJif89P3iwkNi9G7ZuhcWL4f17GW4OhyyiEREwebIMRbO5R1f6EXE44PJlqep/+CDVmIoKqKyUGpndLndn2DCpPjqdMH26BN/aCq9eSaWzsBCOHPkfidy8Kc8hNhtkZ0vQsbFSfUlJkbwZOlRsnz2TcmxpqZCYNg0mTpTpurraK3eBJ1JeLv9waal7fyQtTQIzqqRkTAzs3Qv19VKiraoSEqNHw9GjXrkNHJHnzyErS+q9fftKHmRl+batHR2tXGb1AoGZtUpKJGlNJin5tLfL5k4Q9yG135Hqajh4EFJTZYvBapUxvmBBAMLzHtrvyLlzMHcurF0Lx47Bu3ewY4c8TAUR2olUVUmyZmRIoh84IAIxyNBOxGKBCxdk4TtxQrcnwJ6gPUdOngxAGNrRm18Y8AlqRJqx21WaehkkzhY1IveorAxiNBogcZaqETlOQYHIhN6M5mbZLYPjIXvHj1cyeUx9fSh1dfMJDxe5oVOF0C+0tsqWeXY2lJQcBH429PBO41fAd8BMoL8nwyDjPXAXeUflGsA/0Y+cCse4BNYAAAAASUVORK5CYII=) bottom center no-repeat;
  background-size: auto;
  background-size: 100% auto;
}
.container_t ul li .left_Container_show .pdf_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container_t ul li .left_Container_show .pdf_info .downNumer {
  margin-left: 19px;
}
.container_t ul li .left_Container_show .pdf_info .pdf_header_top {
  display: flex;
  align-items: center;
}
.container_t ul li .left_Container_show .pdf_info .info_title {
  font-size: 11px;
  color: #9598A2;
  display: flex;
  align-items: center;
}
.container_t ul li .left_Container_show .pdf_info .info_title .hot_start {
  background-image: url(https://img.gaodun.cn/cfa_img/start.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0px 6px;
}
.container_t .container_error div {
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  color: #9598a2;
  font-size: 14px;
  padding-bottom: 15px;
}
.container_t .container_error div i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAG1BMVEVHcEyWmaOWmaKWmaSWmaSWmqOWmaSWmqSWmaQHVk3uAAAACXRSTlMA/hIk2efJskQDiNfLAAAAj0lEQVQoz2NgGHhgwNCugCrCIcFQmIQq1CjOwC6GooxDsICBqdAJTREDg5qIAaoiBgamxGCEUCvEGDVRuDLmQIhlSMpMYXbBlcEUAZU5OqMpYmBQgVjKHIhwD5MjmG0iguRqFRAHKgGzHMRTQXYz2GAmx2AU/wOtR3IxVJkImiKQMnRFQGXBGEHObMAw9AAAttETNx5jMSsAAAAASUVORK5CYII=);
}
