html,
body,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
a,
abbr,
b,
em,
i,
img,
samp,
span,
strong,
sub,
sup,
tt,
var,
input,
select {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
* {
  -webkit-overflow-scrolling: touch;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /*取消手机点击屏幕时，会出现的灰块*/
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
/*文本超出1行显示...*/
.limit-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}
/*文本超出2行显示...*/
.limit-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  white-space: normal;
}
.limit-line7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  white-space: normal;
}

.hasDownload {
  padding-bottom: 1.18rem;
}

.hasDownload .open_app {
  display: block;
  z-index: 1000;
}
/*404错误*/
.notFound {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.notFoundInner {
  max-width: 640px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}

.notFound_content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
}

.notFound_content img {
    width: 4.48rem;
    display: block;
    margin: 0 auto .2rem;
}

.notFound_content p {
    font-size: .28rem;
    color: rgba(107, 107, 107, 1);
    line-height: .36rem;
}
/*******打开App*********/
.open_app,.top_open_app {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
} 
.top_open_app{
  bottom: unset;
  top: 0;
}

.open_app_inner {
  max-width: 640px;
  height: 1.18rem;
  /* border-top: 1px solid #EAEAEA; */
  background: #ffffff;
  padding: 0.18rem 0.2rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.app_icon {
  width: 0.82rem;
  height: 0.82rem;
  background: url('../images/logo.png?01') no-repeat center;
  background-size: cover;
  float: left;
  margin-right: .18rem;
}

.open_disc {
  height: 0.82rem;
  font-size: 0;
  /* line-height: .82rem; */
  /* margin: 0 1.6rem 0 0.88rem; */
  display: flex;
  align-items: center;
}

.open_disc .app_name {
  display:block;
  font-size: .3rem;
  font-weight: 400;
  color: #333333;
}

.open_disc .app_desc {
  display:block;
  font-size: .24rem;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: .02rem;
}

.open_disc .app_desc:before {
  content: "";
  display: block;
  width: .02rem;
  height: .45rem;
  background: #EEEEEE;
  margin: 0 .1rem;
}

.btn_open_app {
  width:1.64rem;
  height:.58rem;
  font-size:.24rem;
  font-weight:400;
  float: right;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border:.02rem solid #3397DD;
  background-color:#5195D7;
  color: #fff;
  border-radius: .29rem;
}
/* 云直播样式 */
.zb{
  width:1.14rem;
  height:.38rem;
  background:rgba(237,71,76,1);
  border-radius:.19rem;

  font-size:.2rem;
  font-weight:400;
  color:rgba(255,255,255,1);
  display: flex;
  align-items: center;   
  justify-content: center;
  position: absolute;
  top: .16rem;
  right: .16rem;
}
.zb img{
  width: 0.18rem!important;
  height: .18rem!important;
  display: block;
  margin-right: .08rem;
}
.hf img{
  width: 0.17rem!important;
  height: .17rem!important;
  display: block;
  margin-right: .08rem;
}
.hf{
  background:rgba(131,211,63,1);
}
.yg img{
  width: 0.17rem!important;
  height: .17rem!important;
  display: block;
  margin-right: .08rem;
}
.yg{
  background:rgba(118,180,248,1);
}
/* 稿件信息 */
.article_info_img{
  width: .36rem;
  height: .36rem;
  display: block;
  margin-right: .2rem;
  border-radius: 50%;
}
.article_info_xinhuahaologo{
  position:relative;
}
.article_info_xinhuahaologo .flagimg{
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: .24rem;
}
.article-item .source_name {
  margin-right: .16rem;
}
.xh-name {
  margin-right: .16rem;
}
.article-style-1.zuowenyoutu .source_name.xh-name{
  max-width: 1.5rem;
  width: auto;
}
.zb_follow,.xh_follow{
  color: #137AD0;
  margin-right: .16rem;
  cursor: pointer;
}
.liv_img {
  width: 0.26rem;
  height: auto;
  position: absolute;
  top: 0;
  right: .1rem;
}
.article_info {
  font-size: .26rem;
  font-weight: 400;
  color: rgba(153,153,153,1);
}


