﻿/* 首页所使用模块的样式
/*=============================================================================================*/
@import url("border.css");/* 包括布局的样式*/
@import url("widgets.css");/* 包括布局的样式*/ 


body {
   font-family: "Arial";
   font-size:12px;
   color:#000;
   line-height:180%;
   text-align:center;
}

a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}
.floleft{ float:left;}
.floright{ float:right;}

.p10{ padding:0 10px;}

.pnone{ padding:0;}

.header{ width:950px; margin:10px auto 0; height:70px; border-top:1px solid #DCDCDC; border-bottom:1px solid #DEDFDE;}

.menu .MenuList li{ float:left; width:70px; height:70px; line-height:70px; border-right:1px solid #ededed; text-align:center;}
.menu .MenuList li a{ color:#000; display:block;}
.menu .MenuList li a:hover{ color:#000; text-decoration:none; background:#F0F0F3; display:block;}

.contant{ width:950px; margin:10px auto 0; border:1px solid #DCDCDC; text-align:left;}

.c_left{ width:759px; border-right:1px solid #DCDCDC;}
.c_right{ width:188px;}


.pa{ padding:8px;}

.bor{ border-right:1px solid #DCDCDC;}
.bol{ border-right:1px solid #DCDCDC;}
.bot{ border-bottom:1px solid #DCDCDC;}
.bonone{ border:none;}

.c_left .AdvBanner{ padding:8px;}

.c_right td{ border-bottom:1px solid #dcdcdc; padding:8px;}

.c_right p{ text-align:left;}
.c_right h2{ text-align:left;}

.bottom{ background:#333; width:950px; height:40px; line-height:40px; margin:0 auto 10px;}

.bottom li{ display:inline; padding:0 5px;}
.bottom a{ color:#fff;}



