a{
	color:#333;
}
.grey{
	color: #999;
	font-size: 12px;
}
.green{
	color: #00b386;
}
 .green>a>img{
	width: 20px;
    height: 20px;
    vertical-align: middle;
 }
  .green>a{
  	color: #00b386;
  }
  p.green{
      width: 380px;
      }
.orange{
	color: #F7B850;
}
.coment_content{
	background: #fff;

}
.coment_content .comment_title{
	border-bottom: 1px solid #eee;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
    padding: 0 10px;
    position: relative;
    font-weight: normal;
}
.coment_content .comment_title .star_list{
	margin: 0 10px 0 20px;
}
.coment_content .comment_title .grey{
	font-size: 16px;
}
.star_list{
	width: 120px;
	display: inline-block;
	position: relative;
	vertical-align: text-bottom;
	line-height: normal;
}
.star_list li{
	width: 20px;
	display: inline-block;
	float: left;
	height: 20px;
	position: relative;
}
.star_list li.orange{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
    font-weight: bold;
}
.star_list li.star{
	background: url(../../images/event/icon_star_sel.png) center center no-repeat;
	background-size: 12px;
}
.star_list li.star_half{
	background: url(../../images/event/icon_star2.png) center center no-repeat;
	background-size: 12px;
}
.star_list li.star_grey{
	background: url(../../images/event/icon_collect_no.png) center center  no-repeat;
	background-size: 12px;
}
.comment_list {
	padding-left: 70px;
	position: relative;
}
.comment_list li{
	position: relative;
}
.comment_list .comment_right{
	border-bottom: 1px dashed #ccc;
	 padding: 10px;
	 width: 500px;	
}
.comment_text{
	margin-top: 5px;
}
.comment_list .user_touxiang{
	position: absolute;
	top:10px;
	left: -60px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.comment_list .comment_right .comment_name{
	font-size: 16px;
}
.comment_list .comment_right .comment_yinxiang{
	background: #F8F8F8;
	padding: 6px;
	position: relative;
	width: 100%;
	margin-top: 8px;
	
}
.comment_yinxiang .yinxiang_list{
	height:auto;
}
.yinxiang_list.shousuo{
	height: 125px;
	overflow: hidden;
}
.comment_yinxiang .star_list{
	position: absolute;
	top:10px;
	right: 10px;
}
.comment_list .comment_right .comment_yinxiang .yinxiang_list li{
	    display: inline-block;
    border: 1px solid #F7B850;
    color: #F7B850;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 5px;
    background: #fff;
}
.arrow_down{
	display: block;
	text-align: center;

	width: 100%;
}
.arrow_down img{
	vertical-align: middle;
	margin:0 5px;
}