/* 
* @Author: sabera
* @Date:   2016-11-02 09:39:48
* @Last Modified by:   sabera
* @Last Modified time: 2016-12-23 14:47:58
*/
body{
	background-color:#fff;
}

/*这是顶部*/
.fill{
	width:100%;
	height:46px;
}
.top{
	z-index:10;
	position: fixed;
	top:0px;
	left:0px;
	height:46px;
	width:100%;
	background-color:#56abe4;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
}
.top a{
	position: absolute;
	display:block;
	height:46px;
	line-height:46px;
	text-align:left;
	width:80px;
	left:15px;
	top:0px;
	color:#fff;
	z-index:10;
	font-size:20px;
}

.list{
	width:100%;
	margin-top:10px;
}
.list ul li{
	width:94%;
	margin-left: 3%;
	border-bottom:1px solid #bbb;
}
.list ul li span{
	display:block;
	float:left;
	line-height:56px;
	width:30%;
	text-align:center;
}
.list ul li .int{
	display:inline-block;
	margin:10px 0;
	height:36px;
	width:67%;
	line-height:36px;
	text-indent:1em;
	background-color:#fffaf4;
}

.shuo{
	width:94%;
	background-color:#f2ce8e;
	padding:8px;
	color:#9b6508;
	font-size:14px;
	margin:8px auto 0px;
	border-radius:5px;
	box-shadow:1px 1px 2px #d6a756;
	border:1px solid #d6a756;
}

.liuyan{
	width:94%;
	margin:10px auto 10px;
}
.liuyan .one{
	background-color:#ee302c;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	width:120px;
	color:#fff;
	margin-bottom: 10px;
}
.liuyan input{
	height:80px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
}
.liuyan button{
	background-color:#56abe4;
	width:120px;
	height:36px;
	line-height:36px;
	color:#fff;
	border:none;
	box-shadow:2px 1px 0px #666;
	margin-right: 10px;
	margin-top: 10px;
}
.news ul li{
	width:96%;
	background-color:#f2ce8e;
	padding:6px 8px;
	color:#9b6508;
	font-size:14px;
	margin:8px auto 0px;
	border-radius:5px;
	box-shadow:1px 1px 2px #d6a756;
	border:1px solid #d6a756;
	overflow:hidden;
}
.news ul li .time{
	color:#999;
}
.news ul li .content{
	line-height:30px;
	color:#56abe4;
	font-size:16px;
}
.news ul li .huifu{
	color:red;
	float:right;
	margin-right:10px;
	font-size:16px;
}
.height{
	height:50px;
}


