/* .container{
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
	padding:10px 0px;
} */
.top-nav{
	width: 100%;
	height: 68px;
	border-bottom: 2px solid #3d59cb;
}
.top-nav h1{
	font-size: 28px;
	font-weight: 400;
	color: #333;
}
.top-nav p{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.wyzx-btn{
    width: 109px;
    height: 35px;
    background-color:#f90;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}
.wyzx-btn:hover{
	opacity: .9;
}
.wyzx-btn img{
	position: relative;
	top: 10px;
    left: 15px;
}
.gross-mesage{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 35px;
	margin-bottom: 30px;
}
.gross-mesage li{
	padding: 20px;
	border:1px solid #d7d7d7;
	margin-bottom: 10px;
	border-radius: 4px;
}
.top-message,.bottom-message{
	width: 100%;
	height: auto;
	color: blue;
}
.top-message p,.bottom-message p{
	font-size: 13px;
}
.top-message p span,.bottom-message p span{
	color: #666;
	font-size: 13px;
}
.top-zw{
	width: 100%;
	line-height:18px;
	padding:10px 0px 10px 33px;
	color: #333;
	font-size: 13px;
}
.bottom-message{
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}
.f-page{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.f-page a{
	padding:0px 18px;
	border-radius: 50px;
	border:1px solid #999;
	text-align: center; 
	font-size: 11px;
}
.f-page a:hover{
	background-color: #e4e4e4;
}
.f-page a.cur{
	background-color: #333;
	color: #fff;
	border:1px solid  #333;
}

.jzxx-cont .jzxx-table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: center;
}
.jzxx-cont .jzxx-table th{
	background-color: #f2f2f2;
	height: 35px;
	color:#333;
	font-size: 14px;
	font-weight: normal;
}
.jzxx-cont .jzxx-table td{
	padding:9px 7px;
	color:#666;
	font-size: 13px;
	line-height: 21px;
	cursor:pointer;
	border-bottom: 1px dashed #e4e4e4;
}
.jzxx-cont .jzxx-table td:hover{
	color: #333;
}