html,body {
	width: 100%;
	height: 101%;
	padding: 0px;
	margin: 0px;
}

body {
	border-top: 1px solid #0000FF;
}

.content>.article {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}
/*头部*/
.header {
	width: 100%;
	height: 30px;
	background-color: #EEEEEE;
}

.header .hcontent {
	width: 1080px;
	margin: 0 auto;
}

.header .userstatus {
	width: 200px;
	float: right;
	margin-top: -5px;
}

/*logo图片*/
.top_img {
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
	display: block;
}

/*菜单*/
.menu {
	width: 1080px;
	margin: 0 auto;
	background-color: #0099FF;
	color: #fff;
	height: 40px;
	margin-top: 10px;
}

.menu a {
	padding: 10px 6px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.menu a:HOVER {
	color: #CCFF00;
}

/*当前位置*/
.curposition {
	width: 1080px;
	margin: 0 auto;
	height: 30px;
}

.curposition .curposition_home {
	background: url("poss.png") no-repeat;
	background-position: 0px -5px;
	display: inline-block;
}

.curposition .postext {
	font-size: 12px;
	display: inline-block;
	color: #DDDDDD;
	padding-top: 10px;
}

/*内容区域*/
.content {
	width: 1080px;
	margin: 0 auto;
	margin-top: 5px;
}

.content .c_left {
	width: 780px;
	float: left;
}

.content .c_right {
	width: 300px;
	float: right;
}

/*内容块*/
.content .item {
	width: 94%;
	margin-left: 3%;
	clear: both;
}

.content .item a {
	text-decoration: none;
	color: #333;
}

.content .item a:HOVER {
	color: #0099FF;
	cursor: pointer;
}

.content .item .tiptitle {
	color: #DDDDDD;
	font-size: 14px;
	margin: 5px;
}

.content .item p {
	margin: 5px;
}

.content .itemc {
	display: block;
	float: left;
}

/*底部*/
.footer {
	margin-top: 10px;
	clear: both;
	background-color: #EEEEEE;
	width: 100%;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}

.footer .f_content {
	width: 1080px;
	margin: 0 auto;
	padding-left: 10px;
}

/*友情连接*/
.footer .f_content>p {
	margin: 0px;
}

.footer .f_content>.links {
	width: 1000px;
	margin-left: 65px;
}

.footer .f_content>.links>a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #999999;
}

.footer .f_content>.links>a:HOVER {
	color: #0099FF;
	cursor: pointer;
}

/*通用*/
.ptext3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0px !important;
	margin: 0px !important;
	word-wrap:break-word ;
}