@charset "UTF-8";
/*新闻列表页*/
.notice_txt .view{
	display:block;
	padding-top:5px;
	font-size:1.2rem;
	color:#999;
}
.notice_txt .view i{
	margin-right:4px;
}

.notice_txt .go{
	position:absolute;
	right:0;
	top:50%;
	z-index:11;
	width:30px;
	height:30px;
	margin-top:-10px;
	text-align:center;
}
.notice_txt .go{
	font-size:1.2em;
	color:#999;
}
.notice_txt .new{
	color:#ff7f14;
}

.notice_body .tip{
	padding:50px 30px 50px 120px;
	background:#fff url(/images/face5.png) no-repeat 25px center;
	background-size:70px 64px;
	color:#666;
}

/*新闻详情页*/
.notice_details{
	padding:10px;
	overflow:hidden
}
.notice_details h3{
	padding:10px 0 5px 0;
	font-size:1.8rem;
	font-weight:normal;
	text-align:center;
	line-height:1.6em;
}
.notice_inf{
	display:box;
	display:-webkit-box;
	display:-moz-box;
	padding-top:10px;
}
.notice_inf li{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	font-size:1.2rem;
	color:#999;
	line-height:1.6em;
}
.notice_inf .view{
	text-align:right;
}
.notice_inf .view i{
	margin-right:4px;
}
.notice_p{
	padding:10px;
	border:solid 1px #ddd;
	border-radius:5px;
}
.notice_p img{
	max-width:100%;
}
.notice_p p{
	padding:10px 0;
	line-height:1.7em;
	color:#666;
}
.faq-zan{
	padding-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.faq-zan a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #999;
    background: #f0f0f0;
    font-size: 1.8rem;
    border-radius: 50%;
}
.faq-zan span {
    display: inline-block;
    margin-left: 4px;
}
.faq-zan a.cursor{
    color: #fff;
    background-color: #ff7f14;
}