@charset "gb2312";
/* CSS Document */
.row{ width: 1200px;  margin: 0 auto 20px; position: relative; overflow: hidden;}

.list{float: right; width: 880px;padding: 10px 0;overflow: hidden; }
.listfs{padding: 10px 0; overflow: hidden;}

.list .title,.listfs .title{ margin:0 auto; position:relative;display: block; overflow: hidden; background: #f2f2f2; border-bottom: 2px solid #d9010d; overflow: hidden;}
.list .title h3,.listfs .title h3 {padding: 0 20px;height:48px; line-height:48px ;  float:left; background: #d9010d; min-width: 140px; text-align: center; }
.list .title a,.listfs .title a{ font-weight:bold; display: block; line-height:48px; color: #fff;font-size:18px;}
.list .main,.listfs .main{ margin-top: 10px; overflow: hidden; min-height: 300px;  }
.list .main ul,.listfs .main ul{ margin: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;}
.list .main ul li,.listfs .main ul li{height: 36px; line-height: 36px; background: url(/image19/tb_01.png) 5px 16px no-repeat; padding: 0 0 0 20px; font-size: 0; position: relative; overflow: hidden;}
.list .main ul li:hover,.listfs .main ul li:hover{background: url(/image19/tb_01.png) 5px 16px no-repeat #F2F2F2;}
.list .main ul li a,.listfs .main ul li a{ font-size: 16px; display: block; margin: 0 100px 0 0; }
.list .main ul li span,.listfs .main ul li span{ color: #B1B1B1; font-size: 16px; position: absolute;top:0; right: 0; width: 100px; text-align: right;}

