@charset "utf-8";
.cp_comment_widget{
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.cp_comment_widget img { 
	vertical-align: bottom; 
	border: none;
}
.cp_comment_widget a{
	text-decoration: none;
	color:#2950bf;
}
.cp_comment_widget{
	position:relative;
	width:479px;
	height:140px;
	background:url(../img/pc_base.jpg) no-repeat center top rgba(0,0,0,0.5);
	background-size:auto;
}
.cp_comment_cn{
    position: absolute;
	width: 479px;
    height: 140px;
    /*background: #fff;*/
    top: 0;
    left: 0;
    box-sizing: border-box;
	padding: 14px 20px;
}
.cp_comment_more{
	position:absolute;
    bottom: 4px;
    right: 4px;
    width: 60px;
    height: 16px;
	background:url(../img/pc_more.jpg) no-repeat center top;
	background-size:auto;	
	cursor:pointer;
}
.cp_comment_more:hover{
	opacity:0.9;
}

.cp_comment_name{
	width:180px;
	height:30px;
	font-size:18px;
	text-align:left;
	overflow:hidden;
	color:#fff;
	font-weight: bold;
}
.cp_comment_job{
	width:180px;
	height:18px;
	font-size:11px;
	text-align:left;
	overflow:hidden;
	color:#3da06c;
	font-weight: bold;
	position: relative;
	top: -7px;
}
.cp_comment_comment{
	font-size:11px;
	line-height:19px;
	text-align:justify;
	text-justify:distribute;
    height: 57px;
    width: 439px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	color:#a6a6a6;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.cp_comment_cn{
		padding: inherit;
	}
	.cp_comment_name,.cp_comment_job{
		text-align: center;
		margin: 0 auto;
	}
	.cp_comment_job{
		top: -1%;
	}
}