﻿@charset "utf-8";
/* CSS Document */

@import url(nav.css);
@import url(base.css);

/* 特色服务首页 */
.tsfwbox{ width:555px; height:300px; padding:5px; float:left; border:1px solid #CCC; background:#FFF;box-shadow:0px 0px 8px #ccc;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;}
.tsfwbox .pic img{ clear:both; width:555px}
.tsfwbox h2{ margin-left:15px; font-size: 22px; font-weight:normal; height: 50px;line-height:50px;}
.tsfwbox h4{font-family:"Apple LiGothic Medium","Arial","宋体","SimSun","SimHei";  margin-left:15px;font-weight:normal; line-height:22px; color:#999}
.tsfwbox ul { margin-left:15px; margin-top:10px;}
.tsfwbox ul li{border: 1px solid #DEDEDE; border-radius:50%; width:45px; height:45px; line-height:45px; font-size:14px; text-align:center; font-weight:bold; padding:5px; background:#F90; color:#fff; float:left; margin-right:15px;}
.tsfwbox .more{ clear:both; text-align:right; height:20px; margin-right:5px;}

