body{
	font-family: '微软雅黑';
	font-size: 1.5em !important;
}

.special p{
	padding:1em;
	padding-bottom:0;
}

ul.nav-list{
	list-style: none;
	margin: 0;
	padding: 0;
	width:auto;overflow: scroll;
	white-space: nowrap;
}
ul.nav-list li{
	display: inline;
	background-color: #f2f2f2;
	margin-left:0.3em;
	padding: 0.5em;
	border-radius: 0.7em;
}
.news-list{
	margin-top:0.5em;
}
.news-list .news-item{
	border-top:1px solid #f3f3f3;
	padding:0.5em;
}
.news-list .loading{
	color:#ccc;
}


ul.nav-list li.on{
	color: white;
	background-color: #ce000c;
}

ul.nav-list li.on a{
	color: white !important;
}

ul.news-list h4{
	color:black;
	margin: 0;
}
.news-list img.news-face{
	border:2px solid white;
}

body{
	font-family:"Microsoft YaHei";
	color: black;
	/*background-color:#E4E4E4;*/
	padding-bottom: 45px;
}
.container{
	width: 100%;
}
img, iframe{
	max-width: 100% !important;
	height: auto !important;
}
#news_content{
	font-size: 1.5rem;
	word-wrap:break-word;
}
#news_content p{
	font-size: 1.2em;
}
#news_content header{
	padding-bottom: 10px;
}
.container article content{
	word-wrap:break-word;	
}
.video{
	height:200px;
	overflow: hidden;
}
.item-box{
	margin-bottom: 3px;
	background-color: white;
	padding-top:15px;
	padding-bottom:15px;
}
.answer dd{
	margin-top: 10px;
}
.answer article content{
	padding: 3px;
    background-color: #efefef;
	display: block;
}
.answer h5{
	margin: 0;
    background-color: red;
    color: white;
    padding: 3px;
    display: inline-block;
}
.comment-send{
	display: none;
	background-color: white;
	padding-top:10px;
}
.author small{
	font-size: 14px;
	color:#939393;
}
.author span{
	font-size: 20px;
	color:#347AB5;
	margin: 0;
	display: block;
}
.author .face{
	overflow: hidden;
	width:80px;
}
.author .face img{
	width:100%;
}

.count img{
	width:30%;
}
.comments .author .face{
	float:left;
	width:50px;
	margin-right: 10px;
}
.comments .author .info{
	padding-left: 10px;
}
.comments .author span{
	font-size: 16px;
	padding: 3px 0;
}

.comments .author small{
	font-size: 14px;
}

.comments article content{
	display: block;
	padding:5px 0 15px 60px;
}

.bdsharebuttonbox{
	background-color: white;
	padding: 5px;
	border-top: 1px solid #ccc;
}

.down{
	height: 45px;
	background-color: black;
	color: white;
	padding-top:3px;
	background:rgba(0, 0, 0, 0.6)!important;
	filter:Alpha(opacity=60); background:#000;
}
.down .down-btn,.down .logo{
	padding-top:3px;
}
.logo img{
	width:32px;
}
.down .down-btn,.down .logo img{
	width:32px;
}
.recommeds{
	padding-top: 8px;
}
.recommeds article header{
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.recommeds article header h5{
	margin:0;
	background-color: #888;
	color: white;
	padding:3px;
	display:inline-block; 
	*display:inline; 
	*zoom:1; 
}
dl#ad-list{
	margin-bottom: 0;
	margin-top:5px;
}

.wz-detail article content{
	display: block;
	padding:3px;
}

.wz-detail .comments article content{
	padding:10px;
}

.wz-detail .answer article content{
	padding:3px;
	background-color: #efefef;
}
.wz-detail .answer dd{
	margin-top:10px;
}

.wz-detail h5{
	margin:0;
	background-color: red;
	color: white;
	padding:3px;
	display:inline-block; 
	*display:inline; 
	*zoom:1; 
}

.wz-detail .container .container{
	padding: 0;
}
.wz-detail .has-answer{
	background-image: url('../images/answer.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.wz-detail .no-answer{
	background-image: url('../images/no-answer.png');
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.cover {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/tou.png);
    z-index: 1002;
    left: 0px;
    display: none;
    font-size: 1.5em;
    color: white;
    text-align: center;
}

.cover .to{
	text-align: right;
}