.rating .rating-h2 {
	font-size:36px;
	margin:20px auto;
	line-height:140%;
	font-weight:500;
	text-align:center;
    max-width: 20%;
    background-color: #3c7358;
    border-radius: 30px;
    color: #fff;
}
.reviews {
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-color: #3c7358;
}
.cotents {
	height: 660px;
	overflow-y: auto;
	padding-left: 50px;
}
.cotents .star {
	color:#FF8000;
}
.cotents .guojia {
	margin-left:20px;
}
.cotents .text {
	margin-top:10px;
}
.cotents .item {
	height:160px;
	width:30%;
	float:left;
	margin:10px;
	flex:1;
	overflow:hidden;
}

