.description{
	padding:0.05rem 0.02rem;
	border:1px #e1e1e1 dashed;
	line-height:0.24rem;
	font-size:0.16rem;
	margin-top:0.10rem;
	font-family:"Microsoft YaHei", "SimHei";
}
.description span + span{
	color:#101010;
}
.description span{
	color:rgb(79,129,189);
}
@media screen and (max-width:374px){html{font-size:74px}}
@media screen and (min-width:375px) and (max-width:413px){html{font-size:90px}}
@media screen and (min-width:414px) and (max-width:767px){html{font-size:100px}}
@media screen and (min-width:768px) and (max-width:833px){html{font-size:182px}}
@media screen and (min-width:834px) and (max-width:1023px){html{font-size:186px}}
@media screen and (min-width:1024px){html{font-size:240px}}

.special-timeline {
	box-sizing: border-box;
    margin: 0;
    padding: 0 8px;
    list-style: none;
}
.special-timeline-item {
    position: relative;
    margin: 0;
    padding: 5px 0 1px;
    font-size: 14px;
    list-style: none;
}
.special-timeline-item-tail {
    position: absolute;
    top: -8px;
    left: 4px;
    height: 100%;
    border-left: 3px solid #e8e8e8;
}
.special-timeline-item-head {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid transparent;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}
.special-timeline-item-head-blue {
    color: #1890ff;
    border-color: #1890ff;
}
.special-timeline-item-content {
    position: relative;
    top: 20px;
    margin: 0 18px 0 25px;
    word-break: break-word;
    width: calc(100% - 40px);
    float: unset;
    display: flex;
    height: fit-content;
}
.special-timeline-item .line1 {
  	 display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: .26rem 18px .1rem 25px;
    background: lightgray
}
.special-timeline-item .line0 {
  	 display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: .26rem 18px .1rem 25px;
    background: lightgray
}
.special-timeline-item-content .item_left {
	margin-top: 5px;
   float: none;
}
.special-timeline-item-content .item_left .image1 {
	height: 5.4em;
   width: 7.2em;
}
.special-timeline-item-content .item_right .title_container {
	height: 0.8rem;
}
.special-timeline-item-content .title_container .news_title {
	-webkit-line-clamp: 3 !important;
}
.special-publish-time-head {
	position: absolute;
	top: 0px;
	left: 25px;
	color: red;
    font-weight: 600;
}
.special-24-loading {
   margin-top: -36px;
}


/* 专题链接稿详情页  --- begin --- */
.href-top-box {
	position: relative
}

.href-top-box .href-top-info {
	 background: #0000006e;
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.href-top-box .href-topic-img {
	max-width: 100%;
    width: 100%;
    max-height: 210px;
    object-fit: fill;
}
.href-top-box .href-top-info .info-first-line {
	display: flex;
	align-items: center;
}
.info-first-line .topic-tip {
	background: red;
	border-radius: 4px;
}
.info-first-line .topic-tip .topic-label{
	color: #fff;
   font-size: 17px;
   padding: 1px 4px;
}
.info-first-line .topic-static {
	color: #fff;
   padding-left: 6px
}
.href-top-box .href-top-info .info-title-line {
	color: #fff;
	font-size: 0.2rem;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.info-title-line .topic-title {

}
.href-topic-div .topic-iframe {
   margin: 12px 0px;
}
/* 专题链接稿详情页  --- end --- */
.specialtitle {
      font-size: 15px;
}


.spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner .spinner-blade {
  position: absolute;
  /* left: 0.4629em; */
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }

  100% {
    background-color: transparent;
  }
}