@charset "utf-8"; 

*{ font-family: '微软雅黑'; }
a{ color: #333; text-decoration: none; font-size: 14px; cursor: pointer; }
ol,ul,li{ list-style: none; }
body{ background: #fff; }

.content .main{ padding-top: 20px; }
.content .main .model{ border-bottom: 1px solid #ccc; cursor: pointer; background: url('../image/yuan.png') no-repeat left 40px; padding: 25px 20px; padding-left: 50px; }
.content .main .model .hd-title{ font-size: 16px; font-weight: bold; overflow: hidden; margin-top: 10px; }
.content .main .model .hd-short{ line-height: 30px; max-height: 60px; overflow: hidden; }
.content .main .model .hd-time{ font-size: 12px; }

.content .main .model:hover{ background: #bb1127; }
.content .main .model:hover .hd-title,.content .main .model:hover .hd-short,.content .main .model:hover .hd-time{ color: #fff; }