html {
	font-size: 22px;
}

html,body {
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	background-color: transparent;
}

body .wp .news {
	font-family: 'PingFangSC','Helvetica','Microsoft YaHei',"Arial";
}

.news_wap{
	width: 100%;
}


/*文章标题样式*/
.news,.label_content,.notice_wp {
	padding: 0 13px;
	background: white;
}

.news .news_title {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: normal;
	color: #1a1a1a;
	padding: 1.11rem 0;
}

.news figure {
	width: 100% !important;
	font-size: 1em;
}

.news .news_source {
	color: #999ea4;
	font-size: 14px;
	line-height: 21px;
	/*padding-bottom: 0.4rem;*/
}

.news_source span{
	margin-left: 9px;
    font-size: 10px;
    border: 1px solid #999ea4;
    padding: 2px;
}

.news_source{
	display:inline-block;
}

.news_source_logo{
	line-height: 21px;
	position: relative;
    font-size: 12px;
    text-align: left;
    color: #018CD7;
    padding-bottom: 12px;
}

.news_source_logo img{
	width: 65px;
	height: 24px;
	margin-right: 20px;
	display: inline-block;
	vertical-align:middle;
}

.original{
	border-radius:4px;
	border:1px solid rgba(1,140,215,1);
	padding: 2px 8px;
	vertical-align:middle;
}

.news_line{
	display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #018CD7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
/*.new_detail::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #018CD7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    pointer-events: none;
}
*/
/*.news_source_logo:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #018CD7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    pointer-events: none;
}*/


/*广告*/
.ad_con{
	text-align:center; 
	width:100%; 
	height:auto; 
	/* display: none; */
}

.ad_con p{
	font-size: 0.8rem;
	text-align:left;
	width: 284px; 
	margin: 0 auto;
	display: none;
}

.ad_con iframe{
	font-size:1.3888888888889px;
	height: 250px; 
	width: 300px;
	margin: 0.5rem auto 0 auto;
}
.origin_tag {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #C9323B;
	border-radius: 2px 2px;
	font-size: 9px;
	line-height: 10px;
	color: #C9323B;
	padding: 2px 4px;
	margin-right: 7px;
}

/*文章内容样式*/
.new_detail,a {
	/*margin-top: 10px;*/
	font-size: 1.15rem;
	line-height: 1.85rem;
	color: #4a4e57;
}

.new_detail a {
	text-decoration: underline;
}

.new_detail i,.new_detail em {
	font-style: italic;
}

.new_detail p {
	padding-bottom: 1.30rem;
	text-align: justify;
	background-color: transparent !important;
}

.jieshubiao {
	height: 18.6px;
    width: 30px;
    display: inline-block;
    vertical-align: sub;
    background-size: cover;
    background: url(../images/end.png) no-repeat;
    margin-right: 10px;
}


.new_detail img,.pic_head {
	display: block;
	margin-bottom: 0.55rem;
	object-fit: contain;
	width: 100% !important;
	height: auto !important;
	border: 0px #4a4e57;
	background: url(../images/default.png) center;
	background-size: 100%;
}

.new_detail table {
	border: 1px solid #e1e1e1;
	margin-bottom: 1.61rem;
	width: 100% !important;
}

.new_detail td,.new_detail th {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}

.label {
	display: none;
}

.label_title {
	line-height: 22px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	padding-left: 18px;
}

.label_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 4px;
	height: 12px;
	background: #ed2c1b;
	padding: 2px 0px;
	border-radius: 2px 2px;
}

.label_content {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.label_content a {
	margin-right: 8px;
}

.label_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 23px;
	min-width: 38px;
	padding: 0px 6px;
	border-radius: 11px 11px;
	color: #000;
	background: #F4F4F4;
}

.recommend_div,.comment_div {
	margin-top: 8px;
	padding: 10px 13px;
	background: #fff;
}

.comment_div{
	background: #F0F4F9!important;
}

.label_recommend,.label_comment {
	position: relative;
	line-height: 22px;
	font-size: 18px;
	text-align: left;
	padding: 12px 0;
}

.label_recommend:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	pointer-events: none;
}


/*推荐新闻*/
.reco_list section {
	padding: 11px 0;
	position: relative;
	font-size: 0;
}

.reco_list section:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 1px;
	bottom: 0;
	border-bottom: 1px solid #dedede;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(.5,.5);
	transform: scale(.5,.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.reco_list section .img_wrap {
	width: 36%;
	padding-bottom: 19%;
	position: relative;
	display: inline-block;
}

.reco_list section .img_wrap .img_mask {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 50%,#000000 89%);
	 /*border-radius: 6px 6px; */
}

.reco_list section .img_wrap .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/default.png) center top;
	background-size: 100%;
	 /*border-radius: 6px 6px; */
	object-fit: cover;
}

.reco_list section.img_text_news .news_intro {
	z-index: 3;
	position: absolute;
    top: 0;
	padding-left: 20px;
	display: inline-block;
	width: 55%;
	height: 100%;
}

.reco_list section .news_intro h3 {
	margin-top: 11px;
	/*font-size: 0.93rem;*/
	font-size: 16.74px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-line-break: auto;
	-webkit-box-orient: vertical;
	/*margin-bottom: 31px;*/
}

.reco_list section .news_intro p {
	color: #A5A5A5;
	font-family: PingFangSC-Regular;
	/*font-size: 0.6rem;*/
	font-size: 10.8px;
	line-height: 19px;
	position: absolute;
    bottom: 11px;
}

.reco_list section p .publish_time {
	margin-left: 8px;
}

.reco_list section p .comment {
	margin-left: 8px;
}

.reco_list section .news_intro p img {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 9px;
	border-radius: 50% 50%;
	vertical-align: bottom;
}

.reco_list section .txt_time {
	display: block;
	position: absolute;
	z-index: 3;
	top: 4px;
	right: 4px;
	background: rgba(0,0,0,0.70);
	border-radius: 11px;
	padding: 0.5% 3%;
	font-size: 12px;
	color: #fff;
}

.reco_list section.text_news .news_intro h3 {
	-webkit-line-clamp: 2;
	color: #222222;
}

.reco_list section.text_news .news_intro p {
	margin-top: 5px;
}

.img_box {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	overflow: hidden;
}

.img_box span {
	display: table-cell;
	vertical-align: middle;
}

.img_box img {
	display: block;
	width: 100%;
	vertical-align: middle;
}


.news_wap .intro {
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: justify;
	color: #4a4e57;
	padding: 6.25rem 0;
}

.news_editor {
	font-size: 1rem;
	color: #999ea4;
}

.news_editor span {
	margin-left: 10px;
}

article header,article .comment_time {
	padding-left: 4.33rem;
}


.share_icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.wx_icon {
	background: url('../images/icon_weixin@2x.png');
	background-size: 100% 100%;
}

.friend_icon {
	background: url('../images/icon_pengyouquan@2x.png');
	background-size: 100% 100%;
}

.weibo_icon {
	background: url('../images/icon_weibo@2x.png');
	background-size: 100% 100%;
}

.comment-item{
	position: relative;
	/*padding: 12px 0;*/
	margin: 15px 0;
}

.reply-div {
    margin-top: 5px;
    margin-left: 37px;
    background: #eaeaec;
    padding-left: 10px;
    padding-top: 3px;
}
.reply-item{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px 0 7px;
}

.reply-item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	pointer-events: none;
}

.reply-item .name ,.reply-item .contant,.reply-item .time{
	margin-bottom: 2px;
} 

.detail {
	padding-left: 37px;
	position: relative;
}

.detail span {
	/*display: block;*/
	word-break: break-all;
}

.detail div {
	margin-bottom: 10px;

}

.avatar {
	width: 25px;
	height: 0;
	padding-top: 25px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url(../images/icon-user.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.avatar img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url(../images/icon-user.png);
}

.name {
	font-size: 15px;
	color: #999999;
	font-family: PingFangSC-Regular;
	line-height: 20px
}

.contant {
	font-size: 17px;
	font-family: PingFangSC-Regular;
}

.time {
	font-size: 15px;
	color: #999999;
/*	position: absolute;
	right: 0;
	top: 0;*/
	font-family: PingFangSC-Regular;
}

.comment-error {
	font-size: 15px;
	line-height: 68px;
	text-align: center;
	color: #999999;
	position: relative;
}

.comment_div .icon-loading {
	font: normal 20px 'iconfont';
	content: '\e674';
}

.comment_div .icon-loading::before {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 4px;
	-webkit-animation: loadingInfinite infinite 1.5s;
	-moz-animation: loadingInfinite infinite 1.5s;
	-ms-animation: loadingInfinite infinite 1.5s;
	animation: loadingInfinite infinite 1.5s;
	content: '\e669';
}


@-webkit-keyframes loadingInfinite {
	0% {
		transform: rotate(0);
		transform: -webkit-rotate(0);
		transform: -moz-rotate(0);
		transform: -o-rotate(0);
		transform: -ms-rotate(0);
	}

	100% {
		transform: rotate(360deg);
		transform: -webkit-rotate(360deg);
		transform: -moz-rotate(360deg);
		transform: -o-rotate(360deg);
		transform: -ms-rotate(360deg);
	}
}

@-moz-keyframes loadingInfinite {
	0% {
		transform: rotate(0);
		transform: -webkit-rotate(0);
		transform: -moz-rotate(0);
		transform: -o-rotate(0);
		transform: -ms-rotate(0);
	}

	100% {
		transform: rotate(360deg);
		transform: -webkit-rotate(360deg);
		transform: -moz-rotate(360deg);
		transform: -o-rotate(360deg);
		transform: -ms-rotate(360deg);
	}
}

@-ms-keyframes loadingInfinite {
	0% {
		transform: rotate(0);
		transform: -webkit-rotate(0);
		transform: -moz-rotate(0);
		transform: -o-rotate(0);
		transform: -ms-rotate(0);
	}

	100% {
		transform: rotate(360deg);
		transform: -webkit-rotate(360deg);
		transform: -moz-rotate(360deg);
		transform: -o-rotate(360deg);
		transform: -ms-rotate(360deg);
	}
}

@keyframes loadingInfinite {
	0% {
		transform: rotate(0);
		transform: -webkit-rotate(0);
		transform: -moz-rotate(0);
		transform: -o-rotate(0);
		transform: -ms-rotate(0);
	}

	100% {
		transform: rotate(360deg);
		transform: -webkit-rotate(360deg);
		transform: -moz-rotate(360deg);
		transform: -o-rotate(360deg);
		transform: -ms-rotate(360deg);
	}
}



html.daytime {
	background-color: white;
}



@media screen and (min-width:700px) {
	html {
		font-size: 32px;
	}

	.reco_list section .news_intro h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.reco_list section .news_intro p {
		font-size: 28px;
		line-height: 36px;
	}

	.label_recommend {
		line-height: 32px;
		font-size: 32px;
	}

	.news .news_source {
		font-size: 24px;
	}
}

.listen_news {
    background: url(../images/voice.png);
    display: inline-block;
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-left: 7px;
    margin-top: 0 !important
}

.listen_news.playing {
    background: url(../images/play_voice.gif);
    background-size: cover;
}

.listen_span{
	color:#018CD7;
}


.download_box {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 87.5%;
    overflow: hidden;
    padding: 4px 6.25%;
    background-color: rgba(209,229,224,0.8);
    color: #FFFFFF;
    display: none;
}
.download_box .logo {
    float: left;
    display: block;
    width: 35px;
    height: 32px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    margin-right: 12px;
}
.download_box h2 {
    float: left;
    text-align: left;
    margin-left: 12px;
    color: rgb(23,111,202);
    font-size: 12px;
    line-height: 1.4;
    margin: 0 !important;
}

.download_box .txt {
    font-size: 12px;
    color: rgb(23,111,202);
    display: block;
}
.download_box .download {
    display: block;
    margin-top: 0;
    padding: 0 2.3%;
    line-height: 2.1;
    color: rgb(23,111,202);
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background: rgb(253,246,178);
    position: absolute;
    right: 6.25%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    text-decoration: none;
}


.unfold_field {
    text-align: center;
    position: relative;
    padding: 12px 0 12px 0;
    display: none;
}

.unfold_field .unflod_field_mask {
    position: absolute;
    top: -90px;
    height: 90px;
    width: 100%;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0.6) 0,#FFFFFF 100%);
}

.unfold_field_download .unflod_field_mask:after {
    content: '';
    display: inline-block;
    background-image: url(../images/icon_open@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 45px;
    height: 16px;
    width: 18px;
    animation: unfold-arrow-animation 300ms infinite alternate;
}

@keyframes unfold-arrow-animation{from{margin-top:45px}to{margin-top:50px}}


.unfold_field_download .download_text {
    background: rgba(30,144,255,0.6);
    display: block;
    margin: 0 auto;
    width: 85%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
}

.readMore {
    text-align: center;
    position: relative;
    padding: 12px 0 12px 0;
    /*display: none;*/
}

.readmore_text{
	border-radius: 4px;
    border: 1px solid rgba(84,136,185,1);
    margin: 0 auto;
    height: 44px;
    padding: 10px 42px;
    line-height: 44px;
    font-size: 17px;
}


/*分享*/
.share_field{
	display:flex;
	flex-wrap: wrap;
    /*width: 100%;*/
	margin-top:16px;
	width: auto;
    justify-content: space-between;
}

.share_field div{
	display: flex;
    width: 95%;
    margin: 8px auto;
    justify-content: space-between;
}

.sr_1{
	height: 1px;
	background: rgba(156, 161, 165, 0.18)
}

.share_field .op_btn{
	flex: 1 0 auto;
    /* width: 23%; */
    font-size: 12px;
    text-align: center;
    color: #999;
    /* padding: 1px 6px; */
    border-left: 1px solid rgba(156, 161, 165, 0.18);
    line-height: 1;
	/*border-radius:19px 19px;*/
	margin-left:5px;
	margin-right: 5px;
}

.share_field .op_btn:after{
	content: "";
    flex: auto;
}
.share_field .op_btn:nth-child(1){
	border-left: none;
}

.share_icon{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin:0 auto ;
	margin-right:4px;
}
.wx_icon{
	background:url('../images/icon_weixin@2x.png');
	background-size:100% 100%;
}
.friend_icon{
	background:url('../images/icon_pengyouquan@2x.png');
	background-size:100% 100%;
}
.weibo_icon{
	background:url('../images/icon_weibof@2x.png');
	background-size:100% 100%;
}
.facebook_icon{
	background:url('../images/icon_facebook@2x.png');
	background-size:100% 100%;
}
.twitter_icon{
	background:url('../images/icon_tuite@2x.png');
	background-size:100% 100%;
}

.instagram_icon{
	background:url('../images/icon_ins@2x.png');
	background-size:100% 100%;
}

.qq_icon{
	background:url('../images/icon_qq@2x.png');
	background-size:100% 100%;
}

.whatsapp_icon{
	background:url('../images/icon_whatsapp@2x.png');
	background-size:100% 100%;
}
#myFrame1 {
      margin-left: 5px;
      width: 78px;
      height: 25px;
      vertical-align: middle;
    }
h3 a {
	font-size: 18px;
	line-height: 12.5px!important;
}
.pic_head_inside{
	position: absolute;
	left: 0;
	top:0;
  }

.op_filed {
    background: #fff;
	padding-top: 33px;
	position: relative;
    padding-bottom: 28px;
}

.thumb_filed .thumb_btn {
	padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 21px;
    font-size: 14px;
    color: #fff;
    width: 25.5%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
}

.thumb_btn{
	background-color: #018CD7!important;
}

.nums{
	font-size: 18px;
    vertical-align: sub;
}

.thumb_filed .thumb_btn .thumb_icon {
	display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    background: url(../images/ic_dianzan@2x.png);
    width: 23px;
    height: 22px;
    background-size: 100% 100%;
}
@-webkit-keyframes dz1 {
    from {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0px, -130px);
        opacity: 0;
    }
}

@-webkit-keyframes dz2 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-30px, -140px) rotate(20deg);
        opacity: 0;
    }
}

@-webkit-keyframes dz3 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(-10deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-60px, -120px) rotate(-10deg);
        opacity: 0;
    }
}

@-webkit-keyframes dz4 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(-20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-18px, -130px) rotate(-20deg);
        opacity: 0;
    }
}

@-webkit-keyframes dz5 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(35deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(60px, -100px) rotate(35deg);
        opacity: 0;
    }
}

@-webkit-keyframes dzyao {
    from {
        -webkit-transform: rotate(-8deg);
    }
    to {
        -webkit-transform: rotate(8deg);
    }
}


.fa-heart{
 background:url(../images/ic_dianzany@2x.png); 
    background-size: cover;

}

#ax{
 margin: 0 auto;
 position: absolute;
 bottom: 50px;
    width: 25.5%;
    left: 37%;
}

 .banquanshuoming {
	font-size:12px;
	color:#2B2B2B;
}

@media screen and (max-width: 320px) {
    .reco_list section .news_intro h3{
    	line-height: 20px!important;
    }

    h3 a {
	    font-size: 17px!important;
	}
}