/*首页*/
body{overflow: hidden;}
.row{margin:28px 0;}
.box{float:left;width:210px;height:240px;padding:0px 8px 8px;border:1px solid #ececec;margin-right:29px;box-shadow:0 5px 5px #ddd;border-radius:5px;}
.box.end{margin-right:0;}
.box .hd{font-size:18px;color:#f37200;line-height:46px;}
.box .pic{height:112px;margin-bottom:15px;overflow:hidden}
.box .pic img{display:block;width:100%;height:100%;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.box .bd{line-height:20px;height:60px;overflow:hidden}

.box:hover{border-color:#f37200;}
.box:hover .pic img{transform:scale(1.1);-webkit-transform:scale(1.05);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}


.news li{height:20px;line-height:20px;overflow:hidden}
.news li a{float:left;}
.news li i{float:left;margin:7px 10px 0 0}
.news li span{float:right}

.footerw{padding:5px 0}