/* .fPic {
	height: 180px;
}
.fPic .fcon {
   height: 100%;
}
.fPic .image {
	max-width: 100%;
	max-height: 100%;
}*/
/* focus 1120x378,720x243 轮播图部分*/
.mainFocus{ position:relative; width: 100%; height:210px; background-color: #000;margin:0 auto; margin-bottom: 5px;}
.mainFocus img{ width:100%;height:210px;}
.mainFocus .shadow-old{ font-size: 0.17rem;width:100%; position:absolute; bottom:0px; left:0px; z-index:10; height:56px;background:#000; filter:alpha(opacity=50);/* ie 有效*/-moz-opacity:0.50; /* Firefox  有效*/
  opacity: 0.50; /* 通用，其他浏览器  有效*/display:block;  text-align:left; }
.mainFocus .shadow{ font-size: 0.17rem;width:100%; position:absolute; bottom:0px; left:0px; z-index:10; height:56px;background:#0000006e;display:block;  text-align:left; }
.mainFocus .shadow .title{ color: #fff; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;  word-break: break-all;line-height: 1.4; height: 0.58rem;padding: 6px 12px;}
.mainFocus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.mainFocus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.mainFocus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.mainFocus .btn a:hover,.focus .btn a.current{cursor:pointer; background:#e52b38;}
/*.mainFocus .fPic{ position:absolute; left:0px; top:0px; }*/
.mainFocus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.mainFocus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000;  }
.mainFocus .fbg{bottom:3px; right:10px; position:absolute; height:18px; text-align:center; z-index: 200; *width:101px;}
.mainFocus .fbg div{margin:12px auto 0;overflow:hidden;zoom:1;height:18px}
.mainFocus .D1fBt a{position:relative; display:inline; width:6px; height:6px; border-radius:7px; margin:0 0 0 8px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.mainFocus .D1fBt .current,.focus .D1fBt a:hover{background:#e52b38;}
.mainFocus .D1fBt img{display:none}
.mainFocus .D1fBt i{display:none; font-style:normal; }
.mainFocus .prev,.focus .next{position:absolute;width:40px;height:74px;}
.mainFocus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.mainFocus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.mainFocus .prev:hover{  background-position:0 0; }
.mainFocus .next:hover{  background-position:-40px 0;}


@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
	}
}
@font-face {
    font-family: fzbiaoysk;
    src: url('../fonts/FZBiaoYS_GBK_YS.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "fzbiaoysk";
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300
}

*,*:focus {
    outline: none !important
}
.picTxt {
    display:flex;
	 flex-direction: row;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #e8e8e8;
}
.picTxt .txt-box {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.8;
}
.picTxt .txt-box  .title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 17px;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	 margin-top: 0;
   line-height: 1.8;
}
.txt-box .video-cover .video-play-img {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.other-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    padding-top: 5px;
}
.other-box .category{
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 9px;
    margin-right: 5px;
    border-radius: 25px;
    background: #dedede;
    padding: 9px;
    height: 1px;
    text-align: center;
    line-height: 1px;
}
.picTxt .pic-box {
    height: 84px;
    width: 112px;
    border-radius: 5px;
	 margin-right: 0.10rem;
}
.pic-box .pic-warp {
    height: 84px;
    width: 112px;
    border-radius: 5px;
}
.pic-box .pic-warp .img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}
.pic-box-big {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%
}
.pic-warp-big {
	border-radius: 5px;
  	width: 100%;
}
.pic-box-big .pic-warp-big .img{
   width: 100%;
}
.pic-box-three {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%
}
.pic-box-three .pic-warp-three {
  border-radius: 5px;
  width: 32%;
}
.pic-box-three .pic-warp-three .img{
   width: 100%;
}

.pic-box-two {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%
}
.pic-box-two .pic-warp-two {
  border-radius: 5px;
  width: 48%;
}
.pic-box-two .pic-warp-two .img{
   width: 100%;
}
.video-box {
    padding: 10px 12px;
    border-bottom: 1px solid #e8e8e8;
}

.video-box .video-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 17px;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}
.video-box .video-cover {
    width: 100%;
    aspect-ratio: 9/5;
    background-color: #eee;
	 position: relative;
}
.video-box .video-cover .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.video-box .video-cover .video-play-img {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    left: 12px;
    bottom: 12px;
}


.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;
  }
}
/** 顶部头条样式 - - - begin  - - - */
.toutiao-div-box {
	display:flex;
   overflow-y: hidden;
}

.toutiao-radiu-div-box {
	background: #fff;
	padding: 7px;
	z-index: 10001;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.toutiao-box {
  padding: 10px 0px;
  width: calc(100% - 38px);
}
.toutiao-item {
  display: flex;
  align-items: center;
}
.toutiao-radiu-box {
  width: 6px;
  background-color: #fff;
}
.toutiao-radiu-box .toutiao-radiu {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  padding: 3px;
}
.toutiao-title-box {
	margin-left: 8px;
	animation: 15s scrolltext linear infinite;
}
.toutiao-title-box .title {
  font-size: 16px;
  white-space: nowrap;
}

@keyframes scrolltext{
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-49.5%);
  }
  99% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/** 顶部头条样式 - - -  end  - - -  */
.specialsummary-box {
    background-color: #efefef;
    border-radius: 5px;
	margin-bottom: .1rem;
    padding: 5px 8px;
    margin-left: 10px;
    margin-right: 10px;
}
.special-summary {
    font-size: 12px;
}

/** 北京号--  **/
.bjh-video {
    display:flex;
	 flex-direction: row;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #e8e8e8;
}
.bjh-video .bjh-title-box {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.8;
}
.bjh-video .bjh-title-box .title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 17px;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	  margin-top: 0;
    line-height: 1.8;
}
.bjh-video .bjh-other-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    padding-top: 5px;
}
.bjh-video .bjh-other-box .category{
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 25px;
    background: #dedede;
    padding: 9px;
    height: 1px;
    text-align: center;
    line-height: 1px;
}
.bjh-video .bjh-video-box {
    height: 84px;
    width: 112px;
    border-radius: 5px;
	 margin-right: 0.10rem;
}
.bjh-video .bjh-video-box .bjh-video-warp {
    height: 84px;
    width: 112px;
    border-radius: 5px;
	position: relative;
}

.bjh-video .bjh-video-box .bjh-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.bjh-video-box .bjh-video-warp .bjh-video-play-img {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}
