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

/*column*/
.frame{width:1200px;margin:0 auto;}
.frame .column{width:200px;margin-top:60px;float:left;}
.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;width:200px;display: block;}
.frame .column .classify dd a:hover{color:#e66700;}
.frame .column .classify .current a{color:#e66700;}

.frame .new{width:920px;float:left;margin-top:60px;margin-left:80px;}
.frame .new .content dd{margin-bottom:40px;}
.frame .new .content h1{font-size:18px;float:left;color:#333;width:700px;overflow: hidden;height:24px;margin-bottom:10px;}
.frame .new .content span{font-size:12px;color:#999999;float:right;}
.frame .new .content p{font-size:14px;color:#666;width:920px;margin-top:10px;overflow: hidden;height:35px;}
.frame .new .content h1:hover{color:#e66700;}





/*按钮*/	
.dbanniu{width:282px;margin:10px auto 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;}

