@charset "utf-8";
/* CSS Document */

/*column*/
.frame{width:1200px;margin:0 auto;}
.frame .column{width:200px;margin-top:60px;float:left;margin-bottom:200px;}
.frame .column .title h2{font-size:14px;}
.frame .column .title .line{width:20px;height:4px;background:#47b3b3;margin-top:18px;margin-bottom:18px;}
.frame .column .classify{border-top:1px solid #cccccc;margin-top:60px;}
.frame .column .classify dd{height:55px;border-bottom:1px solid #cccccc;}
.frame .column .classify dd a{font-size:14px;color:#333333;line-height:55px;font-weight:bold;weight:200px;display: block;}
.frame .column .classify dd a:hover{color:#e66700;}
.frame .column .classify .current a{color:#e66700;}

.frame .project{width:920px;float:left;margin-top:60px;margin-left:80px;}
.frame .project-box{margin-bottom:40px;float:left;width:460px;}
.frame .project .number,.frame .project .text{float:left;}
.frame .project .number{font-size:30px;color:#fff;margin-right:10px;background:#47b3b3;width:43px;height:43px;text-align: center;margin-top:3px;border-radius:4px;line-height:43px;}
.frame .project h2{font-size:20px;color:#333;margin-bottom:2px;}
.frame .project p{font-size:16px;color:#666;margin-bottom:20px;}



/*按钮*/	
	.dbanniu{width:282px;margin:40px auto;height:30px;}
	.dbanniu li{width:28px;height:28px;float:left;margin-right:10px;text-align:center;line-height:30px;border-radius:2px;border:1px solid #cccccc;}
	.dbanniu li a{font-size:16px;color:#666666;}
	.dbanniu .jt{padding-top:7px;padding-left:10px;width:18px;height:21px;}
	.dbanniu .none{font-size:16px;border:none;}
	.dbanniu .current{background:#e66700;border:none;width:30px;height:30px;}
	.dbanniu .current a{color:#fff;}