@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: 800px;
    height: 300px;
    /*background-color: #e34d17;
    background-image: repeating-linear-gradient(-45deg,#e23a13, #e23a13 5px,transparent 0, transparent 10px);
    background-size: auto;*/
    box-sizing: border-box;
}
.cp_comment_cn{
    position: absolute;
    width: 700px;
    height: 180px;
    background: #FFF;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cp_comment_more{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 200px;
    height: 40px;
    background: url(../img/pc_more.jpg) no-repeat center top;
    background-size: 100% auto;
    cursor: pointer;
}
.cp_comment_more:hover{
	opacity:0.9;
}
.cp_comment_title{
    background: url(../img/widget_title.png) no-repeat center top;
    background-size: 100% auto;
}
.cp_comment_name{
    width: 700px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    color: #efea38;
    font-weight: bold;
    padding-top: 20px;
}
.cp_comment_job{
	width:700px;
	height:18px;
	font-size:11px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	color:#efea38;
	font-weight: bold;
}
.cp_comment_comment{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    height: 80px;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #1d154f;
    padding: 20px 20px 0;
	font-weight: bold;
}

