.online{
	width: 760px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	background:#c00;
}
.dialogue{
	width: 520px;
	float: left;
}
.sendbtn{
	position: absolute;
	width: 100px;
	height: 29px;
	bottom: 5px;
	right: 10px;
}
.chat{
	list-style: none;
	width: 520px;
	height: 385px;
	overflow-y: auto;
	background:#f8fbfe;
}
.msgContent{
	width:auto;
	max-width: 460px;
	height: auto;
	word-break: break-all;
	margin: 5px;
	padding: 3px;
	margin-left:50px;
	border-radius: 5px;
	background:#fff;
}
.chat .left{
	float: left;
	text-align: left;
	position: relative;
}
.chat .right{
	position: relative;
	float: right;
	text-align: right;
}
.right span{
	display: inline-block;
	margin-right:60px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px;
	background:#fff;
}
.right i{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../images/88.png');
}
.right b{
	display: inline-block;
	position: absolute;
	left: -22px;
	top: 15px;
	width: 11px;
	z-index: 20;
	height: 13px;
	background: url('../images/90.png') no-repeat center center;
}
.vvvvc  span{
	display: inline-block;
	margin-left:60px;
	border: 1px solid #207aa6;
	border-radius: 5px;
	padding: 10px;
	background: #f2f9fd;
}
.left i{
	position: absolute;
	display: inline-block;
    top:10px;
    left:-35px ;
	width: 32px;
	height:31px;
	background: url('../images/87.png');
}
.dialogue>p{
	background: #f8fbfe;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}
.dialogue>p input:nth-child(1){
	width: 400px;
	height: 33px;
	border: 1px solid #eee;
	padding-left:10px;
}
.dialogue>p input:nth-child(2){
	width: 60px;
	height: 35px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	border: none;
	border-radius: 5px;
}
.hotIssues{
	width: 260px;
	height: 440px;
    float: left;
    background: #f8fbfe;
}
.hotIssues dt{
    height: 35px;
    line-height: 35px;
    background: #d4dae1;
    padding-left: 20px;
}
.hotIssues li{
	line-height: 25px;
	color: #006699;
	list-style: disc;
	font-size: 12px;
	margin-left: 10px;
	cursor:pointer;
}
.close_service{
	margin-right:10px;
	cursor: pointer;
}