﻿/*
首页样式
*/

/* 框架 */
.box { margin-top: 50px; }

.box-left .picList { float: left; margin-right: 35px; }
.box-right .picList { float: right; margin-left: 35px; }


/* picList  */
.picList { width: 500px; }
.picList li { position: relative; height: 330px; width: 500px; overflow: hidden;}
.picList .title { position: absolute; bottom: -45px; left: 0; width: 470px; padding: 0 15px; height: 45px; line-height: 45px; background: url(../img/png.png) repeat; text-align: center; overflow: hidden;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.picList .title a { color: #fff; font-size: 16px; }
.picList li:hover .title { bottom: 0; }



/* infoList */
.infoList { overflow: hidden; }


/* home-ad */
.home-ad { margin-top: 50px; } 
