﻿/*重置*/
body{ margin:0; background-color:#f6f6f6;font-size:12px;}
*{ font-family:"宋体"; }
img{ border:none;}
a{ text-decoration:none;cursor:pointer;}
ul,p,h1,h2,ol{ margin:0;padding:0;}
li{list-style:none;}

/*top*/
.topbox{ width:100%; background:url(../img/bg_top.png) repeat-x left center;}
.top{ width:1010px; margin:0 auto; overflow:hidden;}
.top a{ float:right; margin-right:15px; line-height:28px; color:#333;}
.top a img{ margin-top:4px; margin-right:5px; }
/*logo*/
.logo{width:1010px; margin:0 auto; text-align:center;}

/*nav*/
.nav{ width:1000px; height:42px; background:url(../img/bg_nav.png) repeat-x left center; margin:0 auto; }
.nav .menu{overflow:visible; width:1010px;height:42px; margin:0 auto;}
.nav .menu li{ width:111px; height:42px; background:url(../img/bg_navline.png) no-repeat right center;}
.nav .menu .lastli{ background-image:none;}
.nav .menu li a{ width:100px; height:42px; color:#fff; font-family:"微软雅黑"; font-size:16px; line-height:42px;}
.menu li{float:left;position:relative;display:block;white-space:nowrap; text-align:center;}
.nav .menu .childMenu{display:none;position:absolute;left:-1px;top:42px; padding-bottom:10px; z-index:99;}
.nav .menu .childMenu li{float:none;background-color:#0d67cb; background-image:none;}
.nav .menu .childMenu li a{ height:36px; line-height:36px;}
/*box*/
.box{ width:100%;}
.box .con{ width:994px; background-color:#fff; margin:0 auto; padding:8px; }
.box .con .time{ width:992px; height:33px; background:url(../img/bg_time.png) repeat-x left center; border:solid 1px #afc3e4; border-radius:1px; overflow:hidden;}
.box .con .time .jts{ width:70px; height:30px; float:left; margin-left:20px; }
.box .con .time .jts img{ margin-top:2px;}
.box .con .time .timer{float:left; width:168px; height:20px; margin:5px 20px; background-color:#fff; border:solid 1px #999a9c;border-radius:2px; text-align:center; line-height:20px; color:#2d2d2d; }
.box .con .time .note{float:left; width:400px; margin:0 10px; line-height:30px;  color:#2d2d2d;}
.box .con .time .note a{ color:#2d2d2d;}
.box .con .time .text{float:left; width:220px; margin:0 10px;   }
.box .con .time .text a{color:#d9002b; text-decoration:underline;line-height:30px;}
/*main*/
.main{ width:994px; margin:10px auto; overflow:hidden;}



/*footer*/
.footer{ width:100%; padding:20px 0; background:url(../img/bg_footer.png) repeat-x left top; text-align:center;}
.footer p{ text-align:center; margin:0 auto; color:#333; line-height:28px;}
.footer p a{color:#333; margin:0 6px;}
.footer p span{ color:#F00; font-weight:bold;}


