
.container{
   clear:both;
   width:1180px;
   height:auto;
   margin:0 auto;
}
.path {
    clear:both
	width:auto;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
    padding:10px 0px;
	font-size:12px;
	color:#aaa;
	font-family:"宋体";
}
.path a{
 	font-size: 12px;
	color:#aaa;
	font-family:"宋体";
}
.path a:hover{
  color:#f10180;
}
.container .topic{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
}
.container .topic li{
  width:570px;
  height:auto;
  overflow:hidden;
  float:left;
  margin-bottom:30px;
}
.container .topic li:nth-child(2n){
  float:right;
}
.container .topic li .image{
  width:570px;
  height:216px;
  overflow:hidden;
  margin-bottom:20px;
  position:relative;
}
.container .topic li .image a img{
  display:block;
  width:570px;
  height:216px;
  object-fit:cover;
}
.container .topic li .image a .news{
 display:block;
 position:absolute;
 top:0px;
 left:0px;
 width:42px;
 height:42px;
}

.container .topic li .title,
.container .topic li .brief,
.container .topic li .list
{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 margin-bottom:10px;
}
.container .topic li .title .tit{
 display:block;
 color:#000000;
 font-size:20px;
 font-family:"微软雅黑";
 float:left;
 line-height:22px;
 width:500px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 margin-right:10px;
}
.container .topic li .title .tit:hover,
.container .topic li .list .tit:hover
{
  color:#f10180;
}
.container .topic li .title .link{
 display:block;
 font-family:"宋体";
 color:#f10180;
 font-size:12px;
 float:right;
 line-height:22px;
}
.container .topic li .brief .txt,
.container .topic li .brief .comment{
 width:262px;
 height:auto;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 font-family:"宋体";
 color:#999999;
 font-size:12px;
 line-height:22px;
}
.container .topic li .brief .comment .num{
   display:inline;
   font-family:"宋体";
   color:#666;
   font-size:12px;
}
.container .topic li .brief .txt{
  float:left;
}
.container .topic li .brief .comment{
  float:right;
  text-align:right;
}
.container .topic li .brief .comment .hand{
 display:inline;
 vertical-align:top;
 cursor:pointer;
}
.container .topic li .list{
  padding:20px;
  border:1px  dashed #feb3de;
  border-radius:5px;
  height:92px;
}
.container .topic li .list .tit{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  font-size:12px;
  color:#666666;
  font-family:"宋体";
  margin-bottom:10px;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.container .topic li .list .tit:last-child{
  margin-bottom:0px;
}


