/* body, li, p, ul {
	margin: 0;
	padding: 0;
	 font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}

ul, li, ol {
	list-style: none;
}

重置文本格式元素
a {
	text-decoration: none;
	cursor: pointer;
	 color: #333333;  
	 font-size: 14px; 
}

a:hover {
	text-decoration: none;
}

.clearfix::after {
	display: block;
	content: '';
	height: 0;
	overflow: hidden;
	clear: both;
}
 */
/*星星样式*/
.titlescore{
	font-size: 2rem;
    font-weight: bold;
    font-family: Microsoft YaHei;
    padding: 0 0 0 1rem;
    line-height: 21px;
    color: #555;
}

.titlewords{
	font-size:1.4rem;
	font-weight: bold;
    font-family: Microsoft YaHei;
    line-height: 21px;
    color: #555;
}

.titlec {
	font-size: 1.4rem;
    background: #f5f5f5;
    padding: 1.5rem 1rem 1.5rem 5rem;
    margin: 30px 0 0 0;
    font-family: Microsoft YaHei;
}

.blockx {
	width: 100%;
	margin: 0 0 20px 0;
	padding-top: 10px;
	padding-left: 50px;
	line-height: 21px;
}

.blockx .star_score {
	float: left;
}

.star_list {
	height: 21px;
	margin: 50px;
	line-height: 21px;
}

.blockx p, .blockx .attitude {
	padding: 0 1rem;
    line-height: 21px;
    display: inline-block;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.scorebtn{
	border: none;
    background: #f9aa35;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    margin-top: -0.35rem;
    border-radius: 2px;
    font-weight: bold;
}

.blockx p span {
	color: #f37b1d;
	font-size: 2rem;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.star_score {
	background: url(stark2.png);
	width: 160px;
	height: 21px;
	position: relative;
}

.star_score a {
	height: 21px;
	display: block;
	text-indent: -999em;
	position: absolute;
	left: 0;
}

.star_score a:hover {
	background: url(stars2.png);
	left: 0;
}

.star_score a.clibg {
	background: url(stars2.png);
	left: 0;
}

.show_number {
	padding-left: 40px;
    padding-top: 10px;
    list-style:none;
}

.show_number li {
	width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 25px 10px;
}

.atar_Show {
	background: url(stark2.png);
	width: 160px;
	height: 21px;
	position: relative;
	float: left;
}

.atar_Show p {
	background: url(stars2.png);
	left: 0;
	height: 21px;
	width: 134px;
}

.show_number li span {
	display: inline-block;
    line-height: 21px;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    padding: 0 0.25rem;
}

.show_number li .score{
	font-weight:bold;
	width: 50px;
}

.show_number li .name{
	color: #1188d9;
    font-weight: bold;
}

.show_number li .date{
	color: #999;
    float: right;
    padding: 0;
}