@charset "utf-8";
/* CSS Document */
a:hover {
	text-decoration: none;
	color: #333333
}
.col-l {
	float: left;
	width: 590px
}
.col-r {
	float: right;
	width: 590px
}
.panel {
	background-color: #fff;
}
.newcomment{
	padding-bottom: 20px;
}
.panel-default {
	border-color: #e5e5e5;
}
.panel-heading {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.panel-default>.panel-heading {
	color: #333;
}
.panel-default .panel-heading {
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑", "黑体";
}
.glyphicon-comment {
	display: block;
	background: url(http://www.xmhouse.com/images/zuixin15x14.png) no-repeat left center;
	padding-left: 21px
}
.glyphicon-fire {
	display: block;
	background: url(http://www.xmhouse.com/images/zuire14x16.png) no-repeat left center;
	padding-left: 21px
}
.panel-body {
	padding: 20px;
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.newcomment .panel-body {
	box-sizing: border-box;
}
.newcomment #scroll, .newcomment #scrolla, .newcomment #scrollb {
	overflow: hidden;
	height: 423px;
}
.newcomment ul li {
	padding-bottom: 16px;
}
.newcomment ul li a.user {
	float: left;
	padding: 0px 10px 0px 5px;
}
a.user img {
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	border-radius: 2px;
	-webkit-border-redius: 2px;
	-moz-border-redius: 2px;
}
.newcomment ul li .title {
	line-height: 25px;
	font-size: 11px;
	text-align: left;
}
.newcomment ul li .title .hname {
	line-height: 16px;
	font-size: 14px;
}
.usnm {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.usdp {
	color: #b2b2b2;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.newcomment ul li .title a {
	color: #288dff;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.newcomment ul li .title .clock {
	float: right;
	color: #b2b2b2;
	font-size: 12px
}
.newcomment ul li .neir {
	padding: 5px 10px;
	border: 1px solid #F1F1F1;
	margin-top: 10px;
	position: relative;
	border-radius: 5px;
	background: #fcfcfc;
	line-height: 23px;
	text-indent: 16px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	text-align: left;
	font-size: 14px;
}
.newcomment ul li:hover .neir {
	background: #f1f1f1;
	/* border: 1px solid #F8F8F8; */
	/* border-bottom: 1px solid #A1A1A1;
	box-shadow: 0px 1px 4px #999999; */
}
.newcomment ul li .neir:before {
	content: " ";
	display: block;
	position: absolute;
	left: 50px;
	font-size: 20px;
	top: -12px;
	border: 6px solid #F1F1F1;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.newcomment ul li .neir a:hover{
 color: #333;
}
.dpuser-star {
	position: relative;
	z-index: 20;
	margin-top: 4px
}
.pingji {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.star-on {
	width: 10px;
	height: 10px;
	background: url(http://www.xmhouse.com/images/star-on.png) no-repeat left top;
	background-size: 10px;
}
.star-off {
	width: 10px;
	height: 10px;
	background: url(http://www.xmhouse.com/images/star-off.png) no-repeat left top;
	background-size: 10px;
}
.fenshu {
	margin-left: 4px;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 18px;
}
/***热评楼盘***/

.panel-default .panel-heading .more {
	font-size: 14px;
    color: #959595;
}
.pull-right {
	float: right;
}
.hotlist ul:after, .arrlist ul:after {
	content: ' ';
	clear: both;
	display: block;
}
.hotlist ul li {
	float: left;
	width:213px;
	height: 362px;
	margin: 0px 20px 25px 0px;
	padding-bottom: 5px;
	border: 1px solid #EDEDED;
	transition: all .5s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow:hidden
}
.hotlist ul li:hover {
	border-color: #288dff;
}
.hotlist ul li:last-child, .arrlist ul li:last-child {
	margin-right: 0;
}
.hotlist ul li a.imga, .arrlist ul li a.imga {
	position: relative;
	display: block;
	height: 144px;
}
.arrlist ul li a.imga img, .hotlist ul li a.imga img {
	width: 213px;
	height: 144px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.hotlist ul li a.imga i.int, .arrlist ul li a.imga i.int {
	background: #EEEEEE;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	transition: background .3s ease;
	font-style: normal;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.hotlist ul li a.imga:hover i.int, .arrlist ul li a.imga:hover i.int {
	background: #288dff;
	color: #FFFFFF;
}
.hotlist ul li .comment {
	border-top: 1px solid #f1f1f1;
	padding: 10px;
	transition: background .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.hotlist ul li:hover .comment {
	/* background: #FEFEFE; */
}
.hotlist ul li .comment .group {
	font-size: 12px;
	color: #999;
}
.hotlist ul li .comment p {
	color: #999;
	line-height: 1.6;
	height: 106px;
	overflow:hidden;
	margin-top:3px
}
.hotlist ul li .comment p a {
	color: #333;
	font-size: 14px;
}
.hotlist ul li .text, .arrlist ul li .text {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.hotlist ul li .text a, .arrlist ul li .text a {
	font-size: 14px;
	font-weight: bold;
}
.hotlist ul li .price {
	padding: 0 10px 5px;
	color: #EE4236
}
.arrlist ul li {
	float: left;
	margin: 10px 20px 10px 7px;
	border-left: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	transition: all .5s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 2px 1px 3px rgba(0,0,0,.3);
	background-color: #f7f7f7;
	padding-bottom: 1em;
}
.arrlist ul li:hover {
	box-shadow: 2px 1px 5px rgba(0,0,0,.5);
}
.arrlist ul li .price {
	padding: 8px 10px;
	color: #EE4236
}
.hot-comment {
    display: block;
    background: url(http://www.xmhouse.com/images/zuixin15x14.png) no-repeat left center;
	padding-left: 16px;
	background-size: 13px 12px;
    background-position-y: 4px;
}
a.hot-user {
    float: left;
    padding: 0px 8px 0px 0px;
}
.hotlist ul li .title .hname {
    line-height: 16px;
    font-size: 12px;
}
.hotlist ul li .dpuser-star {
    margin-top: 4px;
}
.hotlist ul li .usnm {
    vertical-align: top;
}
