*{
	tap-highlight-color: rgba(0,0,0,0);  
	focus-ring-color: rgba(0,0,0,0);  
	-webkit-tap-highlight-color: rgba(0,0,0,0);  
	-webkit-focus-ring-color: rgba(0,0,0,0);  
	-moz-tap-highlight-color: rgba(0,0,0,0);  
	-moz-focus-ring-color: rgba(0,0,0,0); 
}

body{
    padding:0px; 
    margin:0px;
    font-family:Helvetica-Light,'Microsoft YaHei';
    background-color:#fff;
}
        
img{border:0;}

.news-loading{
	text-align:center;
	margin-top:150px;
}

.news-container{
	font-size:16px;
	padding:0px;
	margin:0 16px;
}

.news-title{
	color: #313131;
	padding: 0;
	margin:25px 0 20px 0;
	line-height:1.3;
	font-weight:normal;
	font-size:22px;
	word-wrap:break-word;
	word-break:normal;
}
.news-title-android{color: #333333;font-size:20px;}

.news-banner{position:relative;margin-top:10px;}
.news-banner img{width:100%;border-radius:3px;}

.news-attr{font-size:13px;color:#A0A0A0;}

.news-attr a{color:#2d9ad2; text-decoration:none;}

.news-attr-box{position:relative;}

.subsection-icon{
	font-size:0;
}
.subsection-icon img{
	width:36px;
	height:36px;
	border-radius:18px;
}
.subsection-name-box{
	display: inline-block;
	margin-left:6px;
	line-height: 1.1;
	position:relative;
	top:-3px;
	font-size:0;
}
.subsection-name{
	font-weight: bold;
	color:#323232;
	display:block;
	padding-bottom:4px;
}
.publish-time{
	color:#b0b0b0;
	font-size:12px!important;
}

.video-box{
	position:relative;
	text-align:center;
	margin-top:10px;
}
      
video{
	max-height:250px;
	width:100%;
	outline:none;
}

.news-summary{
	font-size:16px;
	text-align:justify;
	line-height:1.5;
	color:#787878; 
	margin-top:15px;
	padding-left:18px;
	position: relative;
}
.news-summary .left-border{
	width:1px;
	height:calc(100% - 8px);
	border-left: 1px solid #a0a0a0;
	position: absolute;
	top:4px;
	left:0;
}

.news-content{
	font-size:18px;
	color:#333333;
	line-height:1.65em;
	text-align:justify;
	letter-spacing:0.5px;
	word-wrap:break-word;
	word-break:normal;
}
.news-content-android{
	font-size:16px;
	color:#555;
}

.news-content p{
	margin:1.75em 0 0 0;
}

.news-content img{
	max-width:100%;
	vertical-align: bottom;  /* 去除图片间的空白 */
}

.news-content iframe{
	width:100%;
}

.news-content a{
	text-decoration: none;
}

.xiazai-top{
	background-color:#fff;
	position:relative;
	padding:10px 0 5px 0;
	border-bottom:1px solid #dddddd;
}
    	
.open-app{
	position:absolute;
	top:23%;
	right:4%;
}

.xiazai-bottom{
	width:100%;
	font-size:0;
	padding:10px 0 10px 0;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	bottom:0;
	left:0;
}

.news-edit-info{
	margin:25px 16px 15px 16px;
}
.news-edit-info span{
	color:#a0a0a0;
	display:block;
	font-size:13px;
	line-height:165%;
}
.news-edit-info .copyright{
	color:#8c8c8c;
}
.custom-attr{
	font-family: "Microsoft Yahei";  
    color:#a0a0a0;  
    font-size:13px;
	line-height:165%;
    margin:0;
    padding:0;
    word-wrap:break-word; 
    white-space:pre-wrap; 
    width:100%;       
}

.active-label-box{
	margin:20px 0;
	text-align: center;
}
.active-label-box a{
	text-decoration: none;
}
.active-label{
    font-size:13px;
    padding:5px 30px;
    border:1px solid #fff;
    border-radius:15px;
    color:#fff;
    letter-spacing:2px;
}
.active-label-split-line{
	display: block;
	width:160px;
	height:1px;
	margin:25px auto 0 auto;
	background-color: #e5e5e5;	
}

.naire-btn a{
	display:block;
	padding: 12px 0;
	text-align: center;
	color:#fff;
	text-decoration: none;
	background-color: #C52026;
	font-size: 16px;
	letter-spacing:0.5px;
	margin:25px 10px 25px 10px;
	border-radius:2px;
}

