/*重置样式*/
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);
	/*取消手机点击屏幕时，会出现的灰块*/
}

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;
    }
}
@media (max-width: 749px) {
	::-webkit-scrollbar {
        width:0px;
        height:0px;
        background:transparent;
    }
}

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%);
}

.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 .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;
}
/*文本超出5行显示...*/
.limit-line5 {
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-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: url('../images/left_title.png') no-repeat;
	background-size: 100% 100%;
	margin-right: -0.01rem;
}

.subarea_title .zone_name .title_img_mid {
	display: block;
	height: 0.78rem;
	background: url('../images/mid_title.png');
	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: url('../images/right_title.png') no-repeat;
	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;
	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;
}



/*************好声音模块*************/
.tws_box {
	padding: 0.13rem 0.32rem 0;
}

.tws_top {
	width: 6.86rem;
	height: 1.34rem;
	background: #2869C7;
	border-radius: 0.2rem;
	padding-left: 2.25rem;
	padding-right: 0.41rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.tws_words {
	width: 3.1rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.38rem;
}

.listen {
	width: 0.66rem;
	height: 0.66rem;
	font-size: 0;
}

.listen img {
	width: 100%;
	height: 100%;
}

.tws_cover {
	width: 1.6rem;
	height: 1.28rem;
	border-radius: 0.12rem;
	position: absolute;
	left: 0.18rem;
	top: -0.25rem;
	z-index: 20;
}

.tws_dec {
	width: 1.9rem;
	height: 1.13rem;
	position: absolute;
	left: .18rem;
	top: -.1rem;
}

.tws_bottom {
	padding: 0.52rem 0.38rem 0.33rem;
	background: rgba(238, 238, 238, 1);
	border-radius: .2rem;
	width: 6.08rem;
	font-size: .28rem;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: .44rem;
	margin-top: -.2rem;
}

.tws_header {
	margin-bottom: .45rem;
}

/*****卡片模块************/
.card_article_container .article-type-1 .LZ_carousel {
	height: 8.14rem;
	background-color: #E5EEFA;
	border-radius: .08rem;
}

.card_article_container .article-type-1 .swiper-container2 img {
	height: 3.82rem;
}

.card_article_container .article-type-1 .LZ_carousel .article_title {
	position: static;
	background: none;
	font-size: .36rem;
	color: #333;
	margin: .2rem .32rem;
	width: auto;
	padding:0;
}

.card_article_container .article-type-1 .LZ_carousel .article_desc {
	color: #666;
	font-size: .28rem;
	line-height: .44rem;
	margin: 0 .32rem;
}

.card_article_container .article-type-1 .LZ_carousel .article_desc .view_desc_more {
	color: #2869C7;
}

.card_article_container .swiper-index {
	position: absolute;
	right: .32rem;
	bottom: .28rem;
	font-size: .34rem;
	color: #333;
}

.card_article_container .swiper-index .current_index {
	font-size: .4rem;
	color: #2869C7;
}

.card_article_container .article_title_container {
	position: relative;
}

/********横版3D*******/
.module_h3d .article-type-32 {
	height: 3.46rem;
	padding-bottom: 0.17rem;
	border-bottom: 0.08rem solid rgba(247, 247, 247, 1);
	margin:0 auto;
	width: 6.82rem;
    padding: 0;
}

.module_h3d .article-type-32 .swiper-container3 {
	width: 6.88rem;
	height: 2.96rem;
	border-radius: 0.2rem;
	margin: 0 auto;
}

/*******即时消息***********/
.kuaixun_article_container .leader_box {
	padding: 0 0.3rem;
	background: #ffffff;
	overflow: hidden;
	border-bottom: 0.08rem solid rgba(247, 247, 247, 1);
	height: 1.2rem;
	padding-top: 0.22rem;
	box-sizing: border-box;
}

.kuaixun_article_container .leader_icon {
	width: 2.07rem;
	height: 0.49rem;
	float: left;
	padding-top: 0.1rem;
}

.kuaixun_article_container .leader_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kuaixun_article_container .leader_articles {
	height: 1.2rem;
	margin-left: 2.3rem;
}

.kuaixun_article_container .leader_title {
	height: 1.2rem;
	position: relative;
}

.kuaixun_article_container .leader_title .leader_news {
	width: 100%;
	height: 65%;
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 0.4rem;
}

/*****全日程***/
.qrc_article_container .calendar {
	width: 6.86rem;
	margin: 0.1rem auto .25rem;
}

.qrc_article_container .top {
	width: 6.86rem;
	height: 0.48rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/top.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qrc_article_container .time {
	height: 0.48rem;
	font-size: .28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.qrc_article_container .time::before,
.time::after {
	content: "";
	display: block;
	width: 2.17rem;
	height: 0.02rem;
	background-color: #fff;
}

.qrc_article_container .time::before {
	margin-right: .15rem;
}

.qrc_article_container .time::after {
	margin-left: .15rem;
}

.qrc_article_container .middle {
	width: 6.86rem;
	height: 2.78rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/middle.png) repeat center;
	background-size: 100% 100%;
	padding: .37rem .34rem .2rem .22rem;
	box-sizing: border-box;
	display: flex;
}

.qrc_article_container .date {
	width: 0.97rem;
	height: 1.94rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/time_bg.png) no-repeat center;
	background-size: 100% 100%;

	font-size: .67rem;
	font-weight: 400;
	color: rgba(189, 30, 30, 1);
	text-align: center;
	padding: 0.1rem .17rem .23rem;
	box-sizing: border-box;
	margin-right: .4rem;
}

.qrc_article_container .date>div:last-child {
	margin-top: -.1rem;
}

.qrc_article_container .qrc_news {
	width: 4.8rem;
	height: 2rem;
	overflow: hidden;
	overflow-y: scroll;
}

.qrc_article_container .qrc_news ul li {
	font-size: .28rem;
	font-weight: 400;
	color: rgba(189, 30, 30, 1);
	line-height: .4rem;
	margin-bottom: .11rem;
}

.qrc_article_container .qrc_news ul li::before {
	content: "";
	display: inline-block;
	width: 0.13rem;
	height: 0.13rem;
	background-color: rgba(189, 30, 30, 1);
	margin-right: .1rem;
	position: relative;
	top: -.06rem;
}

.qrc_article_container .bottom {
	width: 6.86rem;
	height: 1.23rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/bottom.png) no-repeat center;
	background-size: 100% 100%;
	padding: .3rem;
	box-sizing: border-box;
	position: relative;
}

.qrc_article_container .icon-sanjiao {
	width: 0.51rem;
	height: 0.21rem;
	display: block;
	position: absolute;
	left: .39rem;
	top: 0;
}

.qrc_article_container .bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	/* flex-wrap: nowrap; */
	overflow-x: scroll;
}

.qrc_article_container .bottom ul li {
	width: 0.63rem;
	height: 0.63rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/date_bg.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	font-weight: 400;
	color: rgba(189, 30, 30, 1);
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: .18rem;
}

.qrc_article_container .bottom ul .date-active {
	width: 0.63rem;
	height: 0.63rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/date-active.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(255, 255, 255, 1);
}

.qrc_article_container .bottom ul .disabled {
	width: 0.63rem;
	height: 0.63rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/lianghui2020/images/disabled.png) no-repeat center;
	background-size: 100% 100%;
	color: rgba(189, 30, 30, 1);
}

/**信息速递****/
.kuaixun_article_container .subarea_title {
	height: .6rem;
}

/**纯文字模块***/
.text_article_container .text_article_content {
	margin: 0 .32rem;
}

.text_article_container .article_title {
	color: #17529C;
	font-weight: bold;
	font-size:.36rem;
}
.text_article_container .text_article_content.text_article_content_common_title .article_title{
	color:#333333;
	font-weight: normal;
}

.text_article_container .article_desc {
	color: #999;
	font-size: .28rem;
	line-height: .44rem;
	margin-top: .2rem;
}

/**一大N小模块***/
.big1smalln_article_container .big_img {
	width: 7.04rem;
	height: 3.86rem;
	position: relative;
	margin: 0 auto 0.21rem;
	border-radius: .08rem;
	overflow: hidden;
}

.big1smalln_article_container .big_cover {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.big1smalln_article_container .big_img .cover {
	width: 100%;
	height: 100%;
	display: block;
}

.big1smalln_article_container .cover_title {
	width: 7.04rem;
	/* height: 1.74rem; */
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	left: 0;
	bottom: 0;

	font-size: 0.34rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.48rem;
	padding: 1rem 0.3rem 0.2rem;
	box-sizing: border-box;
}

.big1smalln_article_container .imgs_box {
	padding: 0 0.3rem;
	display: flex;
	flex-wrap: wrap;
}

.big1smalln_article_container .imgs_item {
	width: 3.33rem;
	height: 3.35rem;
	box-shadow: 0px 0.02rem 0.43rem 0px rgba(197, 197, 197, 0.66);
	border-radius: 0.16rem;
	overflow: hidden;

	font-size: 0.34rem;
	font-weight: 400;
	margin-right: 0.18rem;
	margin-bottom: 0.23rem;
	/* padding-bottom: .23rem; */
	position: relative;
}

.big1smalln_article_container .play-s {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 1.5rem;
	left: .1rem;
}

.big1smalln_article_container .imgs_item:nth-of-type(2n) {
	margin-right: 0;
}

.big1smalln_article_container .top_cover {
	width: 100%;
	height: 1.86rem;
	display: block;
	position: relative;
}

.big1smalln_article_container .top_img {
	width: 100%;
	height: 1.86rem;
	display: block;
}

.big1smalln_article_container .imgs_title {
	white-space: normal;
	padding: 0.1rem 0.2rem 0.2rem 0.2rem;
	box-sizing: border-box;

	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 0.4rem;
}
.big1smalln_article_container .live2{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	bottom: .1rem;
	left: .1rem;
  }
  .big1smalln_article_container .live2 img{
	width: 100%;
	height: 100%;
  }
  
  /*****横版3D轮播*********/
  .module_h3d .article-type-32 .article_image{
	width:100%;
	height:100%;
  }
  .module_h3d .article-type-32 .article_image .article_image_overlay {
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100% );
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.34rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0.5rem 0 0.23rem;
}
.module_h3d .article-type-32 .article_title{
	padding: 0 .22rem;
    font-size: .34rem;
    line-height: .48rem;
}

/****大图文字****/
.bigpic_text_article_content .bigpic_list{
	position:relative;
	margin-bottom:.2rem;
}
.bigpic_text_article_content .bigpic_list:last-child {
	margin-bottom:0;
}
.bigpic_text_article_content .bigpic_list .data-article img{
	width:6.86rem;
	height:3.82rem;
}
.bigpic_text_article_content .bigpic_list .playvideo-type{
	left:auto;
	right:.16rem;
}
.bigpic_text_article_content .img_overlay {
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1.38rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.4;
    position: absolute;
}
.bigpic_text_article_content .article_title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 0.06rem 0.15rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 97%);
    font-size: .34rem;
	line-height: .48rem;
}
.bigpic_text_article_content .bigpic_list .article_title{
	bottom:.2rem !important;
}

/**定制专题 只有最后一个显示评论按钮***/
.special_one_vote .wdc_vote_container .btn_vote,
.special_one_vote .wdc_vote_container .people_number,
.special_one_vote .wdc_vote_container .already_finished,
.special_one_vote .wdc_vote_container .vote_finished{
	display:none;
}
.special_one_vote .wdc_vote_container:last-child .btn_vote,
.special_one_vote .wdc_vote_container:last-child .people_number,
.special_one_vote .wdc_vote_container:last-child .already_finished,
.special_one_vote .wdc_vote_container:last-child .vote_finished{
	display:flex;
}


