/*main*/
.main{}
.main .container{border-bottom: 2px solid #ffffff;overflow: hidden;margin-bottom: 16px;}
.main .box{width: 175px;height: 257px;overflow: hidden;padding-top: 22px;border-top:1px solid #ffffff;margin-bottom: 30px;margin-right: 30px;float: left; }
.main .box h2 a{font-size: 16px;line-height:24px;font-weight: bold;color: #ffffff;width: 100%;margin-bottom: 10px;}
.main .box h2 a:hover{color: #fff600;}
.main .box p{font-size: 12px;line-height:20px;color: #ffffff;width: 100%;width: 100%;height: 40px;text-overflow: ellipsis;overflow: hidden;margin-bottom: 24px;}
.main .box .boxImg{width: 175px;height: 137px;overflow: hidden;}
.main .box img{  width: 175px;height: 137px;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;}
.main .box img:hover{  transform:scale(1.2); -webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);}
.main .lastBox{margin-right: 0px;}