@charset "utf-8";

.wrapper{
width: 815px;
margin: 0 auto;
}

.topics .topic{
width: 100%;
font-size: 15px;
margin: 0 0 20px;
}
.topics .topic .LArea{
float:left;
width:230px;
line-height: 20px;

}
.topics .topic .LArea .date{
display: inline-block;
padding: 0px 0 0;

vertical-align:top;
}
.topics .topic .LArea .cat a.news{
margin: 0 0 0 10px;
display: inline-block;
background:url(../../img/news_news.gif) no-repeat center center ;
width: 68px;
height: 20px;
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.topics .topic .LArea .cat a.topics{
margin: 0 0 0 10px;
display: inline-block;
background:url(../../img/news_topics.gif) no-repeat center center ;
width: 68px;
height: 20px;
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.topics .topic .RArea{
float:left;
width:585px;
}
.topics .topic .RArea a{
color: #000;
}
.topics .topic .RArea .newmark{
color: #D50000;
font-size: 12px;
}
@media screen and (max-width: 480px) {
.wrapper{
width: 100%;
margin: 0 auto;
}

.topics .topic{
width: 100%;
font-size: 12px;
margin: 0 0 15px;
}
.topics .topic .LArea{
float:none;
width:100%;
line-height: 15px;

}
.topics .topic .LArea .date{
display: inline-block;
padding: 0px 0 0;

vertical-align:top;
}
.topics .topic .LArea .cat a.news{
margin: 0 0 0 10px;
display: inline-block;
background:url(../../img/news_news.gif) no-repeat center center ;
width: 68px;
height: 20px;
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.topics .topic .LArea .cat a.topics{
margin: 0 0 0 10px;
display: inline-block;
background:url(../../img/news_topics.gif) no-repeat center center ;
width: 68px;
height: 20px;
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.topics .topic .RArea{
float:none;
width:100%;
}
.topics .topic .RArea a{
color: #000;
}
.topics .topic .RArea .newmark{
color: #D50000;
font-size: 12px;
}
}

/*	.clearfix
------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
