﻿body{ background: url(images/projectBg.jpg) no-repeat center top }

/* 头部 */
.header{ height:120px;}
.header .logo{ margin-top:27px;}
.header .txt{ line-height:120px; font-size:30px; font-weight:bold; color:#fff; text-align:center; overflow:hidden;}

/* 栏目&链接列表 */
#project{ background-color:#fff; padding:30px;}
#project .box{margin-bottom:20px;}
#project .box .bd{padding:10px 0 0; overflow:hidden;}
#project ul li{ position: relative; float:left; width:358px;margin:10px;background-color:#f3f3f3; border:1px solid #eee; transition:all 0.25s ease 0s;}
#project ul li.on { background-color:#e5e5e5; border:1px solid #ccc;}
#project ul li .title { height:110px; overflow:hidden;}
#project ul li .title a{ position: relative; z-index: 2; display:block;height:60px; padding:25px 15px 25px 95px; font-size:20px; line-height:1.5; font-weight:bold; color:#0d67bb;}
#project ul li span{ position: absolute; right:15px; bottom:15px; line-height:1em; color:#888;}
#project ul li i{ position: absolute; z-index: 1; top:50%; left:15px; margin-top:-32px; width:64px; height:64px;overflow:hidden;}
#project ul li i img{width:100%;height:auto;}
