@charset "utf-8";
/* CSS Document */
.wrapper .top{padding:6px 0 0;}
.wrapper .top .crumbs{text-align:right; border-bottom:1px #c9cbdd dashed; padding:6px 0 4px 0; line-height:18px; margin:0 0 9px 0; color:#8e8e8e; border-top:0;}
.wrapper .top .crumbs a{color:#8e8e8e;}

.main{width:603px;}
.main h2{background:url(../images/about/about_h2.gif) no-repeat 0 0; height:20px; text-indent:-9999em; margin:3px 0 35px 0;}
.main .content{padding:0 38px 0 0;}
.main .content img{margin:0 0 25px 0;}
.main .content p{color:#5d5d5d; line-height:24px;}
.main .content p strong{font-weight:400; color:#2e348f;}
.main .content ul{letter-spacing:-0.333em;border-left:1px #D5D5D5 solid; border-top:1px #D5D5D5 solid; width:558px; overflow:hidden; zoom:1}
.main .content ul li{width:185px; height:103px; border-right:1px #D5D5D5 solid; border-bottom:1px #D5D5D5 solid; float:left}
.main .content ul li a{display: table-cell;
 vertical-align:middle;

 /*设置水平居中*/
 text-align:center;

 /* 针对IE的Hack */
 *display: block;
 *font-size: 90px;/*约为高度的0.873，200*0.873 约为175*/
 *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/

 width:185px;
 height:103px;}
.main .content ul li a img{/*设置图片垂直居中*/
 vertical-align:middle; margin:0;}