@CHARSET "UTF-8";

.data-cmts {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	background: #FFF;
	min-height: 200px;
	box-shadow: 1px 1px 2px #E1E1E1;
	padding-bottom: 10px;
}

.data-cmts #bt {
	padding: 15px 0px 0px 25px;
}

.data-cmts #bt b {
	font-size: 18px;
	font-weight: normal;
}

.data-cmts #bt span {
	color: #c0c0c0;
	margin-left: 20px;
}

.data-cmts #savecom {
	height: 166px;
	margin: 5px 25px;
}

.data-cmts #savecom #comContent {
	width: 98%;
	padding: 10px 1%;
	height: 80px;
	border: 1px solid #c0c0c0;
	color: #555;
}

.data-cmts #savecom #savebtn {
	width: 80px;
	height: 28px;
	border: none;
	color: #FFF;
	transition:all 0.3s;
}

.data-cmts #savecom #fonts {
	color: red;
}

.data-cmts #savecom #baochun {
	padding-top: 5px;
}

.data-cmts #title {
	margin: 10px 25px; height : 40px;
	border-bottom: 1px solid #E8E8E8;
	height: 40px;
}

.data-cmts #title b {
	display: block;
	width: 80px;
	text-align: center;
	line-height: 35px;
	padding-top: 3px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.data-cmts #title span {
	float: right;
	margin: 15px;
	color: #666;
}

.data-cmts #title span i {
	font-style: normal;
}

.data-cmts #comlist {
	min-height: 60px;
}

.data-cmts #comlist .nodata {
	margin: 20px auto;
	height: 40px;
	text-align: center;
	color: #666;
}

.data-cmts #comlist ul {
	margin: 15px 25px;
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 20px;
}

.data-cmts #comlist ul .tou {
	width: 8%;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.data-cmts #comlist ul .tou img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.data-cmts #comlist ul .lyxx {
	width: 91%;
	margin-left: 1%;
	float: left;
}

.data-cmts #comlist ul .lyxx .lyr {
	height: 25px;
	padding-top: 5px;
}

.data-cmts #comlist ul .lyxx .lyr b {
	float: left;
}

.data-cmts #comlist ul .lyxx .lyr span {
	color: #808080;
	float: right;
}

.data-cmts #comlist ul .lyxx .lynr {
	line-height: 24px;
	color: #4b4b4b;
	padding-top: 10px;
}
.data-cmts #comlist ul .lyxx .freeze{
	color: #808080;
	background: url("../../images/platform/freeze24.png") no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	margin-top: 10px;
}

.data-cmts #morecomd {
	margin: 15px;
	background: #E8E8E8;
}

.data-cmts #morecomd a {
	display: block;
	width: 100%;
	height: 36px;
	background: #E8E8E8;
	text-align: center;
	line-height: 36px;
}

.data-cmts #morecomd a:hover {
	background: #C0C0C0;
	color: #FFF;
}