
/**  News  **/
.content .news .list { margin-top: 50px; }
.content .news .list .item { height:20px; margin: 10px 0px 10px 10px;  padding: 3px 0 10px 10px; border-bottom: 1px dashed #b4b1a8; }
.content .news .list .item a { color: #717171; }
.content .news .list .item .link { padding-left: 50px; padding-top: 3px; height: 20px; }
.content .news .list .item .date { float: right; margin-right: 90px; }
.content .news .list .item:hover { background: url(../images/public/item_bg.png) 0 0 no-repeat; }

.content .news .list .new .link { background: url(../images/icons/new.png) 0 0 no-repeat; }
.content .news .list .hot .link { background: url(../images/icons/hot.png) 0 0 no-repeat; }
.content .news .list .news .link { background: url(../images/icons/news.png) 0 0 no-repeat; }
.content .news .list .activity .link { background: url(../images/icons/activity.png) 0 0 no-repeat; }
.content .news .list .announce .link { background: url(../images/icons/announce.png) 0 0 no-repeat; }
.content .news .list .question .link { background: url(../images/icons/question.png) 0 0 no-repeat; }
.content .news .list .raiders .link { background: url(../images/icons/raiders.png) 0 0 no-repeat; }
.content .news .list .answer .link { background: url(../images/icons/answer.png) 0 0 no-repeat; }

.content .news .tag { margin-top: 50px; margin-left: 20px; height: 120px; }
.content .news .tag .item { float:left; width: 103px; height: 30px; padding: 5px 0 0 0; margin: 1px; background: #808080; color: #ffffff; font-size: 16px; font-weight: bold; font-family: '微软雅黑'; text-align: center; }
.content .news .tag .active { background: #ba476a; }

.content .news .list .answer { margin: 0 10px 0 10px; padding: 5px 0 10px 60px; background: url(../images/icons/answer.png) 10px 3px no-repeat; }
.content .news .list .pages { margin: 20px; }

.content .news .news-title { text-align: center; font-size: 16px; color: #BA476A; font-weight: bold; font-family: '微软雅黑'; }
.content .news .news-author { text-align: center; color: #BA476A; font-family: '微软雅黑'; }
.content .news .news-content { color: #BA476A; font-family: '微软雅黑'; padding: 20px; }








