@CHARSET "UTF-8";

html,html body {
	background-image: url(about:blank);
	background-attachment: fixed;
	font-size: 12px;
	font-family: 宋体, Arial, sans-serif;
	margin: 0px;
	text-align: center;
}

/*首页*/
.page_main{
	background: transparent;
	width: 760px;
	background-attachment: fixed;
	font-size: 12px;
	font-family: 宋体, Arial, sans-serif;
	margin: 0px;
	text-align: center;
	margin-top: 1px;
}

.page_main .panel{
	margin-left: 12px;
	width: 726px;
	height: 170px;
	background: url(images/main_001.jpg) no-repeat;
}

.page_main .panel .head_bg {
	height: 35px;
	text-align: left;
}

.page_main .panel .head_bg .head_link {
	text-align: right;
	width: 710px;
	cursor:pointer;
}

.page_main .panel .head_bg span{
	font-size: 15px;
	font-weight: bold;
	color: #e97300;
	text-align:left;
	margin-left:20px;
	height:35px;
	line-height:42px;
}

.page_main .panel .head_bg div{
	position: absolute;
	margin-left: 12px;
	line-height:35px;
}

.page_main .panel .head_bg a{
	color: #297ab1;
	outline:none;
	height:35px;
	line-height:40px;
}

.page_main .panel .head_bg img{
	border:0px solid #000000;
}
.page_main .panel .body_bg {
	width: 740px;
	height: 156px;
	border-left: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
	text-align: left;
}

.page_main .panel .body_bg img{
	width: 180px;
	height: 136px;
	text-align: left;
	margin-left: 9px;
	margin-top: 0px;
}
.page_main .panel .body_bg .post_num{
	color:#999999;
}

.page_main .panel .body_bg .explain{
	display:block;
	padding: 8px;
	font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体";
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 2px;
	color: #26495a;
}

.page_main table {
	width:100%;
	text-align: center;
	border-collapse: collapse;
}

.page_main table td  
{  
    cellspacing=0;  
    cellpadding=0;  
    padding=0;  
    margin=0;  
}  
