﻿*{margin: 0px;padding: 0px;}
    	body{margin: 0px auto;width: 80%;background: url("../images/bg2.jpg")}
    	.title{height: 30px;font-size: 18px;line-height: 30px;font-weight:bold;}
    	a{text-decoration:none;color:#000000;}
    	
    	.button{cursor: pointer;}

    	.top{height:50px;text-align: center;line-height: 50px;}
    	/*计时和访问人数*/
    	.tool{position: absolute;width:80%;top:0px;}
    	.tool .time{float:right;width:120px;height:50px;font-size: 14px;}
		.tool .time p{margin:5px;text-align:center;}
		.tool .visit{float:right; width:100px;height:50px;font-size: 14px;}
		.tool .visit p{margin:5px;text-align:center;}
		/*返回顶部*/
    	.bottom{height:50px;}
    	.gotop{height:30px;text-align: center;line-height: 30px;}
    	hr{color:#cccccc;height:5px;}
        /*work页面*/
        .item{float:left;border:1px #cc0000 solid;margin: 10px;}
        .item-img{width:120px;height:120px;overflow: hidden;}
        .item-name{background: #cccc00;width:120px;height:20px;text-align: center;font-size: 12px;line-height: 20px;}