﻿BODY {
/*
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #339966; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
*/
	margin:0px;
	padding:0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #000;
	text-align:center;
    width:100%;  
}
td {font-size: 14px;}
form {font-size: 14px;}

A {
	COLOR: #555951; TEXT-DECORATION: none
}

A:visited {
	COLOR: #555951; TEXT-DECORATION: none
}

A:link {
	COLOR: #555951; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline; /*background:#FFFFCC*/
}


/*整站样式*/
#site{
  width:1000px;  /*这个宽度改了，mainrightbox里面的宽度也要改*/
  background:url("../img/bg.jpg");
  
}

/*==================================================*/
/*头部*/
#head{
  width:100%;
  margin: 0 auto; 
  height:226px;
  border:0px #ccc dotted;
  background:url("../img/bg-top.jpg") repeat-x;
}
#head .headleftbox{
  position: absolute;
  left:10px;
  top:0px;
  clear:none;
  float:left;
  vertical-align:bottom;
  border:0px #000 solid;
}
#head .headleftbox img { 
  float: left 
} 
#head .headrightbox{
  position: absolute ;
  top:0px;
  padding-right:0px;
  clear:none;
  float:right; 
  text-align:right;
  vertical-align:bottom;
  border:0px #000 solid;
}
#head .headrightbox img { 
  float: right; 
} 

#head .head-white{
  position: relative;
  top:186px;
  width:100%;
/*  background:url(../img/space.gif) no-repeat;*/
  border:0px #000 solid;
  height:20px;
}
#head .head-white1{
  float:left;
  width:1%;
  height:20px;
  background:url(../img/space1.gif) no-repeat;
}
#head .head-white2{
  float:left;
  width:98%;
  height:20px;
  background:url(../img/space2.gif) repeat-x;
}
#head .head-white3{
  float:left;
  width:1%;
  height:20px;
  background:url(../img/space3.gif) no-repeat;
}


/*==================================================*/
/*中间*/
#main{
  width:100%;
  margin: 0 auto; 
  border:0px #ccc dotted;
  background: url("../img/bg-middle.jpg") repeat-x;
}

/*==================================================*/
/*中间-左边*/
#main .mainleftbox{
	float:left;
	width:230px;  
	padding:0 8 0 20px; /*由于左边的图片大小为202、201,所以少不了２个像素*/
	border:0px #ccc dotted;
}
#main .mainleftbox-tab{
  width:200px;
  border:0px #ccc dotted;
	padding-bottom:0px;
}
#main .mainleftbox-tab td{
  width:100%;
  font-size:15px;
  text-align:left;
  vertical-align:middle;
  border-bottom:0px #ccc solid;
}
#main  .mainleftbox-tab a{
  height:20px;
  padding:10px 2px 4px 5px;
  color:#555951;
}
#main  .mainleftbox-tab a:link {}
#main  .mainleftbox-tab a:visited {}
#main  .mainleftbox-tab a:hover {padding-left:15px;width:200px;} /*width少一是用来给上面border-right用的*/
#main  .mainleftbox-tab a:active {}
#main .mainleftbox-tab .macau-fontsize{
  font-size:10px;
}

#main .mainleftbox-login{
  width:200px;
  vertical-align:top;
  padding:0 0px;
  border:0px #ccc dotted;
}
#main .mainleftbox-login td{
  font-size:12px;
  color:#555951;
}
#main .mainleftbox-login .input{
  border:0px #ccc solid;
  width:100px;
}
#main .mainleftbox-login .button{
  border:0px #fff solid;
  padding-top:5px;
}

/*==================================================*/
/*中间-中間*/
#main .mainmiddlebox{
}

/*==================================================*/
/*中间-右邊*/
#main .mainrightbox{
	float:left;
	width:768px;  /*由于中间有个框，占了2px*/
	text-align:left;
	padding-right:20px;
	border:0px #ccc dotted;
}
#main .mainrightbox td{
}
/*首页*/
#main .main-list {
  padding:0 0px;
  border:0px #000 solid;
 }
#main .main-list td{
  padding:10 0 0 10px;
  border-bottom:0px #e2e2e2 dotted;
}
#main .title_head{  /*首頁人標題頭*/
  font-size:20px;
  color:#096;  
}

#main .index-dzxp td{
  padding:0px 5px 5px 5px; 
}
/*列表页*/
#main .list{    /*列表页样式*/
  background:url(../img/bg-detail.gif);
  border:1px #ACCFD5 solid;
}
#main .list td{   /*列表页td样式 */
  padding:10 0 0 10px;
  vertical-align:bottom;
}
#main .title{        /*列表时标题的样式*/
  border-bottom:0px #e2e2e2 dotted;
}
#main .title-img td{
  padding:10px 0 0 0;
  text-align:center;
  border:0px red solid;
}

/*详细页*/
#main .detail{    /*详细页样式*/
  background:url(../img/bg-detail.gif);
  border:1px #ACCFD5 solid;
}
#main .detail td{   /*详细页td样式*/
  padding:15 10 10 10px;
  border-bottom:0px #e2e2e2 dotted;
}

/*other*/
#main .headtitle{   /* 内页标题，有颜色条框*/
  margin-left:10px;
  width:100%;
  height:30px;
  background:url(../img/bg-title.gif) repeat-y;
  text-align:left;
  padding:8 10 5 10px;
  font-size:20px;
  font-weight:bold;
  border:0px #ccc solid;
}
#main .title-tab{    /*内頁標題頭 导航*/
  text-align:right;
  padding:10px;
  border-bottom:0px #e2e2e2 solid;
}
#main .Createtime{    /*时间的样式*/
  color:red;  
}
#main .detail .content{   /*详细内容*/
  padding:20 10 60 10px;
  text-align:left;
}

/*==================================================*/
/*底部*/
#foot{
  margin-top: 20px; 
  width:100%;
  text-align:center;
	border-top:1px #ccc dotted;
  background: url("../img/bg-foot.jpg");
  font-size:12px;
}
#foot .footbox{
  line-height:20px;
  padding:10px;
}
#foot .footimg {
  padding:5px;
  text-align:center; 
}
#foot .footimg img{
  margin-left:40%;
  float:left;
}
