/* .det-cat-life */
.det-cat-life { padding: 25px 15px; background-color: #fff; }
.det-cat-life dl { height: 124px; padding: 10px; background-color: #f8f8f8; }
.det-cat-life dt { float: left; width: 104px; height: 104px; margin-right: 15px; }
.det-cat-life dt img { display: block; width: 100%; height: 100%; }
.det-cat-life h4 { font-size: 16px; line-height: 20px; }
.det-cat-life h4 span { margin-right: 16px; }
.det-cat-life p { font-size: 11px; color: #666; line-height: 18px; margin-top: 8px; }

/* 分类图标样式 (现有的) */
.type-list { background-color: #fff; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,.1) } 
.type-list li { float: left; width: 25% } 
.type-list li a { display: block; padding: 1rem 0 } 
.type-list li a .icon-hualv { font-size: 1.6rem } 
.type-list li a p { font-size: .6rem; color: #222 } 
.type-list li a .icon-shlei { color: #7f92e1 } 
.type-list li a .icon-gzlei { color: #60c86f } 
.type-list li a .icon-qylei { color: #ae7be3 } 
.type-list li a .icon-qtlei { color: #ec7f74 }

/* 添加的 新图标*/
.type-list li a .iconfont { font-size: 1.5rem; line-height: 1; margin: 1px 0 3px; } 
.type-list li a .icon-office-o { color: #ec7f74; }
.s-red{ color:red; font-size:17px; }
.hover-red:hover{ color:red; }
.s-yellow{ background-color:yellow; }

         