﻿#userSetting{ display:none;  }

/* 新闻中心-首页 ============================ */

/*pageInfoBox*/
.pageInfoBox { padding:0 6px; }
.pageInfoBox .infoList {}
.pageInfoBox .infoList>li { padding:0 8px; height: 30px; line-height: 30px; overflow: hidden; font-size:17px;
    text-overflow: ellipsis; border-bottom: 1px solid #eee; box-shadow:0 1px 0 #fff;
    background-image:url(/images/mobile/dot.png); background-position: 5px center; background-repeat: no-repeat; background-size: 5px auto; padding-left: 20px; }
.pageInfoBox .infoList>li:nth-last-child { border-bottom: none; }
.pageInfoBox .infoList>li.t { padding:10px 0; overflow: hidden; background-image: none; white-space: normal; height: auto; line-height:180%; }
.pageInfoBox .infoList>li.t h5 { font-size:15px; height: 20px; line-height: 20px; margin-bottom:4px; color: #666;  font-weight: 600; 
    max-width: 100%; text-overflow: ellipsis; white-space: normal; overflow: hidden; }
.pageInfoBox .infoList>li.t .pic { width: 80px; height: 60px; float: left; margin: 0 8px 0px 0; display: inline-block; overflow: hidden; border: #eceef0 1px solid; }
.pageInfoBox .infoList>li.t img { width: 80px; float: left; }
.pageInfoBox .infoList>li.t .intro { color: #999; font-size:12px; line-height: 20px; height:40px; overflow:hidden;}
.pageInfoBox .infoList>li.n { font-size:17px; }
.pageInfoBox .infoList>li.n:first { margin-top: 2px; }
.pageInfoBox .infoList .loading { background: url(/images/mobile/list_loading.gif) no-repeat center; border-bottom: none; }
.pageInfoBox .infoList.hideMore>li:nth-child(n+9) { display: none; }


/*部门文件*/
.publicList li{ border: 1px solid #eee;  margin-top:10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;  
	background:#fff; color:#666; line-height:150%; 
	-webkit-box-shadow: #fff 0 1px 0;
	-moz-box-shadow: #fff 0 1px 0;
	box-shadow: #fff 0 1px 0;
 }
.publicList .noData{ padding:10px }
.publicList .dt{ padding:10px 10px 5px 10px; border-bottom:1px solid #eee;
	background:#fffbf2;
}
.publicList .dd{ font-size:12px; color:#999;  padding:5px 10px }
.publicList .dd i{ margin:0 10px;  }
.publicList .touchOn .dt{ background:#ffe3a3 }
.publicList .dd span {display: block;}

/*头条*/
.singlePage_tit{ text-align:center; color:#0167b5; font-size:24px; line-height:130%; padding:10px 0 15px;}
.singlePage{line-height:1.8; word-break : break-all; font-size:17px; }


/*部门文件-内容页*/
.pageContent{ padding:10px 6px; }
.content_title{border-bottom:1px solid #e2d1cd; text-align:center; color:#0167b5; font-size:24px; line-height:130%; padding:10px 0 15px;}
.DataCont li{padding: 5px 0;border-bottom:1px solid #e2d1cd;border-top:1px solid #fff;line-height:24px;font-size:14px;}
.DataCont li .title{font-weight:bold;}


/* 通用内容页 */
.pageContent { position:relative; z-index:0; padding: 10px 6px 10px 6px; }
.content_info { padding:10px 0 10px 0; font-size:14px; line-height:150%; text-align:center; color:#999; 
	-webkit-box-shadow: #fff 0 1px 0;
	-moz-box-shadow: #fff 0 1px 0;
	box-shadow: #fff 0 1px 0;
}
.content_info span { padding-right:5px;  }
.content_article { padding:0 6px;  }
.content_article p { margin:10px 0; text-align: left;  line-height:1.8; word-break : break-all; font-size:17px; }
.content_article img { border: solid 1px #cccccc; margin: 0 auto; max-width: 100%; height: auto !important; float:left;}
.content_article embed{ width:300px !important; height:225px !important;   }
.vedioPlayer{margin:0 auto;text-align:center;}

/* 文章内容图片缩小显示 */
.postContent .picWrap { width: 70%; max-width: 462px; margin:0 auto 10px auto; position: relative; }
.postContent .picWrap img { width: auto !important;}
.postContent .picWrap:after {background:url(/images/mobile/content_fdj.png) no-repeat; position: absolute; right: 0; bottom: 0; content: ""; width: 25px; height: 25px; }
.postContent .picWrap.open { width: 90%; max-width: 90%;}
.postContent .picWrap.open:after { display: none; }

/* 上一篇、下一篇 */
.relList li{ height: 34px; margin: 10px 0 1px 0; border: 1px solid #eee; text-align: left; padding:0  10px; line-height: 34px; font-size:17px; text-shadow: #fff 1px 1px 1px; overflow:hidden; 
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; 
	background: #f7f7f7;
}
.relList li span{color:#0166b3;}
.relList li:active{background:#c7d7ed;}
