@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: 200px;
    height: 318px;
    background: url(../img/pc_base.png) no-repeat center top;
    background-size: auto;
    box-sizing: border-box;
    border-radius: 5px;
}
.cp_comment_cn{
    position: absolute;
    width: 164px;
    height: 190px;
    background: #FFF;
    top: 82px;
    left: 18px;
    background: url(../img/pc_base.gif) no-repeat center top;
    box-sizing: border-box;
}
.cp_comment_more{
	position:absolute;
	bottom:3px;
	left:0;
	width:200px;
	height:36px;
	background:url(../img/pc_more.png) no-repeat center top;
	background-size:auto;	
	cursor:pointer;
}
.cp_comment_more:hover{
	opacity:0.9;
}

.cp_comment_name{
	width:154px;
	height:30px;
	font-size:18px;
	text-align:center;
	overflow:hidden;
	margin:18px auto 0;
	color:#FFF;
	font-weight: bold;
}
.cp_comment_job{
	width:154px;
    height:18px;
	font-size:11px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	color:#FFF;
	font-weight: bold;
}
.cp_comment_comment{
	font-size:11px;
	line-height:19px;
	margin:4px 10px 0;
	text-align:justify;
	text-justify:distribute;
    height: 100px;
	width:144px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	color:#FFF;
}

