*{
	padding:0;
	margin:0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
header{
	background:#fff;
}
header img{
	display: block;
	padding:10px;
}
body{
	background:#f7f7f7;
}
.clearFix{
	clear:both;
}
.headBox,.commentBox,.followUpBox{
	width:1240px;
	margin:0 auto;
	background: #fff;
}

.currentLocation{
	width:1240px;
	margin:10px auto;
	background:#fff;
	line-height: 28px;
	text-indent: 15px;
}
.currentLocation span{
	font-size:14px;
}
.commentTitle{
	padding:10px;
}
.commentTitle h1{
	font-size: 22px;
	line-height: 32px;
}
.commentTitle p{
	text-indent: 20px;
	line-height: 22px;
	font-size: 14px;
	color:#5e5e5e;
	text-align: justify;
	padding-top:5px;
}
.commentTitle p a{
	color:red;
}

.followUpLeft,.followUpRight{
	margin-top:10px;
	float: left;
	background: #fff;
}
.followUpRight{
	float: right;
}
.followUpLeft{
	width:830px;
	padding:10px;
	margin-bottom: 50px;
}
.followUpRight{
	width:360px;
	padding:10px;
	margin-bottom: 50px;
}
.followUpLeft h2,.followUpRight h2{
	font-size:20px;
	border-left:3px solid #16aefd;
	text-indent: 10px;
}
.followUpLeft h2{
	float: left;
}
.followUpLeft span{
	float:right;
	line-height: 26px;
	font-size: 14px;
}
.followUp{
	padding:10px 0;
}
.followUp h2{
	float: none;
}
.followUp textarea{
	margin-top:10px;
	display:block;
	width:830px;
    height: 140px;
    border-radius: 4px;
	resize: none;
}
.followUp p span{
	float: left;
	line-height: 40px;
	padding:0 3px;
}
.followUp p span:nth-child(1){
	color: red;
}
.comment-input{
	width:100px;
	height:32px;
	background: #16aefd;
	color:#fff;
	border:none;
	border-radius: 4px;
	float: right;
	cursor: pointer;
	margin-top: 10px;
}
.comment-input:hover{
	background: #1290d2;
}
.followUpUser ul li a{
	line-height: 36px;
	display: block;
	font-size:16px;
	border-bottom:1px dashed #c6c6c6;
	width: 360px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.followUpUser ul{
	padding:10px 0;
}
.followUpUser ul li a span:nth-child(1){
	padding:0 3px;
}