/*重置样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*取消手机点击屏幕时，会出现的灰块*/
}

body {
    
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

i {
	font-style: normal;
}

ul,
ol,li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #000000;
	text-decoration: none;
}

/*公共样式*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

/* 公共样式 */
.cE9B15E {
	color: #E9B15E
}

.c1788D7{
	color: #1788D7
}

#container {
	max-width: 7.5rem;
	margin: 0 auto;
}

/* 媒体查询，当宽度大于750时，设置文字大小 */
/* @media (min-width: 640px) {
	html {
		font-size: 85.33px !important;
	}
} */
@media (min-width: 900px) {
    html {
        font-size: 120px !important;
    }
}

body,
html {
	/* height: 100%; */
	font-size: 0.34rem;
}

/* .view_more span {
	color: #E9B15E;
} */

.bg_white {
	background: #fff;
}

/*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%);
	text-align: center;
}

.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;
}

.hasDownload {
	/* padding-bottom: 1rem; */
}
#footer_bar.article_var_item{
    position: fixed;
    top:0;
    width: 100%;
}
.hasDownload .open_app {
	display: block;
}

/*文本超出1行显示...*/
.limit-line1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*文本超出2行显示...*/
.limit-line2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

/*文本超出3行显示...*/
.limit-line3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0 !important;
    text-align: left !important;
}

/*文本超出4行显示...*/
.limit-line4 {
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0.02rem;
}

/* 分区标题 */
.subarea_title {
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin:0 .32rem;
	/* border-bottom: 0.01rem solid rgba(233, 233, 233, 1); */
	/* padding: 0.24rem 0.16rem 0.22rem 0.2rem;
	box-sizing: border-box; */
}
    .subarea_title.small-height {
        height:.5rem;
    }

    .subarea_title .zone_name {
        font-size: 0.34rem;
        font-weight: normal;
        color: rgba(65, 65, 65, 1);
        display: flex;
        align-items: center;
        width: 80%;
    }

    .subarea_title .zone_name span {
        vertical-align: middle;
    }

.subarea_title .zone_name .title_img_left{
	display: block;
	width: 0.92rem;
	height: 0.78rem;
	background-size: 100% 100%;
	margin-right: -0.01rem;
}    
    .subarea_title .zone_name .title_img_mid {
        display: block;
        height: 0.78rem;
        background-size: 100% 100%;
        background-repeat: repeat-x;
        font-size: 0.32rem;
        font-weight: normal;
        color: rgba(255,255,255,1);
        line-height: 0.78rem;
        /* padding-top: 0.10rem; */
        padding: 0.14rem 0.1rem 0 0.1rem;
        box-sizing: border-box;
    }

.subarea_title .zone_name .title_img_right{
	display: block;
	width: 0.5rem;
	height: 0.78rem;	
	background-size: 100% 100%;
	margin-left: -0.01rem;
}

    .subarea_title .zone_name.hide .title_img_left, .subarea_title .zone_name.hide .title_img_mid, .subarea_title .zone_name.hide .title_img_right {
        display: none;
    }

.subarea_title .view_more {
	font-size: 0.24rem;	
	font-weight: normal;
	vertical-align: middle;
	display: flex;
	color:rgba(233,177,94,1);
	cursor: pointer;
	align-items: center;
	padding-top: 0.34rem;
	float: right;
}

.subarea_title .view_more a {
	color:rgba(233,177,94,1);
	padding-top: 0.01rem;
	margin-right: 0.06rem;
	display: flex;
	align-items: center;
}

    .subarea_title .view_more .right_arrowIcon {
        display: inline-block;
        width: 0.12rem;
        height: 0.22rem;
        margin-left: 0.1rem;
        background: url(../images/you_icon@2x.png) center center no-repeat;
        background-size:100% 100%;
    }

.subarea_title .view_more .right_arrowIcon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 轮播图，视频直播标题 */
/* 标题有阴影 */
.news_title {
	width: 100%;
	/* max-height: 0.9rem; */
	min-height: 0.6rem;
	/* max-height: 47px; */
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	box-sizing: border-box;
	padding: 0.08rem 0.15rem;
	font-size: .34rem;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 97%); */
	z-index: 9;
}

/* 显示阴影 */
/* .has_mask{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 97%);
} */

.red{
	color: red;
}

/* 朝下加载的查看更多 */
.view_more_bottom {
	display: flex;
	font-size: 0.2rem;
	justify-content: center;
	align-items: center;
	color: #E9B15E;
	height: 0.5rem;
}

.view_more_bottom span:nth-of-type(2) {
	padding-top: 4px;
	margin-left: 0.06rem;
}

/*打开App*/
.open_app,.top_open_app {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    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('https://my-h5news.app.xinhuanet.com/h5/images/logoNew.png') 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;
}

.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;
}
/*loading*/
.loading.page {
    width: 100%;
    max-width: 640px;
    height: 100%;
    display: block;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
}

.loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.loading.page {
    background: none;
}
.loading_content {
   color:#999;
}
.loading_content img {
    display: block;
    width: .6rem;
    margin: 0 auto .2rem;
}
/* 底部打开app */
/* .article_limit_img{
    width: 7.5rem;
    height: 2.29rem;
    background: url(../../images/footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: .45rem 0;
    box-sizing: border-box;
} */
.arrow_down{
    width: 0.31rem;
    height: .33rem;
    display: block;
    margin: 0 auto .22rem;
    transform: translateY(-.2rem);
    animation: slide-right 1s ease-in infinite alternate;
}
@keyframes slide-right {
	0%{
		transform: translateY(-.2rem);
	}
	100%{
		transform: translateY(0);
	}
}
.wonderful{
    width: 6.78rem;
    height: .84rem;
    background: url(../../images/openapp_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size:.28rem;
    font-weight:400;
    color:rgba(245,246,247,1);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wonderful img{
    width: 0.41rem;
    height: .4rem;
    display: block;
    margin-left: .11rem;
}