/**
 * @author	chenpeng
 * @version	1.0
 */
/**
 * 整体布局
 */
body{
	background-color: #fff;
}
body a:hover{
	color:#fff;
	}
#container {
    width: 980px;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    display: block;
    z-index: 100;
}

#container a {
    text-decoration: none;
}

#container .clear {
    clear: both;
    height: 0;
    font: 0 / 0 Arial;
    visibility: hidden;
    line-height: 0;
}

#container .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#container .clearfix {
    zoom: 1
}

/**
 * 相册和新闻
 */
.photo{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.title {
    height: 38px;
    line-height: 38px;
    background: #EF5A30;
}

.title_tx {
    padding-left: 20px;
    font: bold 14px '宋体';
    color: #fff;
}

.title_nav {
    display: inline-block;
    width: 750px;
    text-align: right;
    height: 38px;
    line-height: 38px;
}

.title_nav a {
    font: 12px '宋体';
    color: #fff;
    padding-right: 8px;
}

.photo_content {
    width: 100%;
	padding:20px 0 0;
	position:relative;
}
.photo_content .previmg{
	position:absolute;
	left:0;
	top:20px;
	height:190px;
	width:15px;
	cursor:pointer;
	z-index:100;
	}
.photo_content .previmg a{
	margin:70px 0 0 0;
	background:url(../images/photonav.png) -8px 0px no-repeat;
	display:block;
	width:15px;
	height:80px;
	}
.photo_content .nextimg a{
	background:url(../images/photonav.png)  -35px 1px no-repeat;
	display:block;
	width:15px;
	height:80px;
	margin:70px 0 0;
	}
.photo_content .nextimg{
	position:absolute;
	top:20px;
	right:0;
	width:15px;
	height:190px;
	cursor:pointer;
	z-index:100;
	}

.photo_content ul {
    list-style: none;
    width: 100%;
	padding-top: 20px;
}

.photo_content ul li {
    float: left;
    display: inline-block;;
    width: 223px;
    height: 190px;
	margin: 0 11px;
}

.photo_content ul li span{
	display: inline-block;
	 width: 223px;
	 height: 28ppx;
	 line-height: 28px;
	 font: 12px '宋体';
	 text-align: center;
}
.news {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 35px;
}
.news_left{
	width: 330px;
	float: left;
	background:#fff;
}
.news_right{
	width: 630px;
	float: right;
	background:#fff;
}
.news_left_content{
	padding: 0 20px;
	height:450px;
}
.news_info{
	padding: 15px 0;
}
.news_info .info_title{
	cursor:pointer;
	font: bold 14px '宋体';
	display: inline-block;
	width: 290px;
	margin-bottom: 6px;
}
.info_content{
	font: 12px '宋体';
	color: #999;
	display:none;
}
.news_simple{
	display: inline-block;
	width: 290px;
	font: 14px '宋体';
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.news_right_content{
	padding: 15px 10px 0;
	height:430px;
}
.news_video_big{
	width: 488px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.showbox{
	background:url(../images/videobox.png) -1px -1px no-repeat;
	}
.news_video_list{
	width: 116px;
	float: right;
	margin: 0;
	padding: 0;
}
.videolistbox{
	height:397px;
	width:116px;
	}
.slidevideoimg{
	margin:0 auto;
	}
.slidevideoimg ul{
	list-style:none;
	padding:0;
	margin:0;
	
	}
.list_up_btn a{
	display:block;
	width: 116px;
	height: 16px;
	background: url(../images/btn_up.png) no-repeat 0 0;
	cursor: pointer;
}
.list_down_btn a{
	display:block;
	width: 116px;
	height: 16px;
	background: url(../images/btn_down.png) no-repeat 0 0;
	cursor: pointer;
}
.one_of_video_list{
	cursor:pointer;
	width: 116px;
	height: 84px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.one_of_video_list img{
	width:112px;
	height:84px;
	}
.last_video{
	margin-bottom: 5px;
}
.cur_video img{
	width: 112px;
	height: 76px;
}
.cur_video{
	width: 112px;
	height: 76px;
	border: 2px solid #434343;
}

/**
 * tab切换
 */
.forum{
	width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}
.title_2 a{
	display: inline-block;
	width: 194px;
	height: 38px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #D54D26;
	border-left: 1px solid #F27E5D;
}
.currenttitle,.title_2 a:hover{
	background: #704A40;
	color:#fff;
}
.forum_content{
	width: 100%;
	padding-top: 30px;
}
.forum_content_1{
	display: block;
	padding: 0 50px;
}
.forum_content_1 .user_info{
	float: left;
	width: 220px;
}
.forum_content_1 .user_info label{
	display: block;
	width: 220px;
	font: 12px '宋体';
	text-align: right;
	padding-bottom: 15px;
}
.forum_content_1 .user_comment{
	width: 590px;
	border: 2px solid #e6e6e6;
	float: right;
}
.comment_title{
	padding-left: 15px;
	font: 12px '宋体';
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #e6e6e6;
	background: url(../images/comment_bg.png) repeat-x 0 0;;
}
.user_comment textarea{
	resize:none;
	border: 0;
	width: 586px;
	height: 150px;
}
.comment_footer{
	font: 12px '宋体';
	height: 34px;
	line-height: 34px;
	border-top: 2px solid #e6e6e6;
	background: url(../images/comment_bg.png) repeat-x 0 0;
}
.comment_footer a{
	cursor:pointer;
	width: 110px;
	padding:10px 0;
	text-align:center;
	float: right;
	background: #C94924;
	color: #fff;
	font: bold 14px '宋体';
}

.comment_content{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.comment_content ul{
	margin: 0;
	padding-left: 15px;
	list-style: none;
	font: 14px '宋体';
}
.comment_content ul li{
	display: inline-block;
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
}
.comment_content ul li a{
	color: #000;
}

.forum_content_2{
	display: none;
}
.comment_fenshu{
	height: 100px;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.zonghe{
	height: 100%;
	width: 136px;
	background: url(../images/stars.png) no-repeat center 80px;
	border-right: 1px dotted #999;
	float: left;
}
.zonghe span{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.zonghe a{
	font: bold 28px '微软雅黑';
	color: #fa6400;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.comment{
	width: 625px;
	padding: 0 10px;
	height: 100%;
	float: left;
}
.good_comment{
	width: 100%;
	height: 32px;
	margin-top: 10px;
}
.good_comment a{
	width: 103px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	background: url(../images/good_comment.png) no-repeat 0 0;
}
.bad_comment{
	width: 100%;
	height: 32px;
	margin-top: 20px;
}
.bad_comment a{
	width: 103px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	background: url(../images/bad_comment.png) no-repeat 0 0;
}
.add_comment{
	float: left;
	border-left: 1px dotted #999;
	height: 100%;
	width: 184px;
	padding-left: 10px;
}
.add_comment span{
	width: 100%;
	display: block;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.add_comment input{
	height: 21px;
	width: 106px;
	float: left;
}
.add_comment button{
	float: left;
	width: 46px;
	height: 25px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../images/add_comment.png) no-repeat 0 0;
}
.add_fenshu{
	height: 140px;
	padding: 20px 20px 0 20px;
}
.fenshu_box{
	height: 138px;
	width: 176px;
	background: url(../images/stars.png) no-repeat center 100px;
	border: 1px solid #e6e6e6;
	float: left;
	margin-left: 10px;
}
.fenshu_box a{
	font: bold 36px '微软雅黑';
	color: #fa6400;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.fenshu_box span{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.forum_content_3{
	display: none;
	overflow:hidden;
}
.comment_title a{
	color: #999;
}
.biaoti{
	width: 400px;
	display: inline-block;
}
.author{
	width: 130px;
	display: inline-block;
}
.reply{
	width: 130px;
	display: inline-block;
}
.last_reply{
	width: 130px;
	display: inline-block;
}
.zishu{
	width: 130px;
	display: inline-block;
}
.comment_content .biaoti{
	font-weight: bold;
}
.author span{
	display: block;
	font: 12px '宋体';
	color: #999;
}
.reply span{
	font-weight: bold;
}
.last_reply span{
	display: block;
	font: 12px '宋体';
	color: #999;
}
.forum_content_4{
	display: none;
	/*padding: 0 20px;*/
	overflow:hidden;
}
.forum_content_5{
	display: none;
	overflow:hidden;
	padding:0 20px;
}
.export_list{
	float: left;
	width: 380px;
}
.export{
	width: 378px;
	height: 90px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background:#fff;
}
.export .person_do{
	width: 180px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	float: right;
	text-align: center;
}
.export_info{
	float: left;
}
.export_info .person_tx{
	display: inline-block;
	float: left;
	width: 80px;
	height: 50px;
	padding: 25px 0 15px 0;
}
.export_info .person_tx span{
	display: block;
	width: 80px;
}
.person_tx .person_name{
	font-size: 14px;
}
.person_tx .person_wrok{
	font-size: 12px;
	color: #999;
	padding-top: 6px;
}
.export_info .export_headimg{
	background: url(../images/person.png) -16px -10px no-repeat;
	height: 70px;
	width: 70px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	margin: 10px;
	border: thin solid #CCC;
}.guanzhu_btn{
	color: #fff;
	padding: 3px 10px 4px 10px;
	margin: 0 8px;
	background: #EF5A30;
	border-radius: 3px;
}
.ask_btn{
	color: #fff;
	padding: 3px 10px 4px 10px;
	margin: 0 8px;
	background: #704A41;
	border-radius: 3px;
}
.weibo_comment{
	width: 530px;
	border: 2px solid #e6e6e6;
	float: right;
}
.weibo_title{
	padding-left: 15px;
	font: 12px '宋体';
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #e6e6e6;
	background: url(../images/comment_bg.png) repeat-x 0 0;;
}
.weibo_comment textarea{
	border: 0;
	resize:none;
	width: 530px;
	height: 150px;
}
.weibo_footer{
	padding-left: 15px;
	color: #999;
	font: 12px '宋体';
	height: 34px;
	line-height: 34px;
	border-top: 2px solid #e6e6e6;
	background: url(../images/comment_bg.png) repeat-x 0 0;
}
.weibo_footer button{
	width: 110px;
	height: 36px;
	margin-top: -2px;
	margin-right: -2px;
	float: right;
	background: #C94924;
	color: #fff;
	font: bold 14px '宋体';
}
/**
 * 楼盘对比
 */
.loupan{
	width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 35px;
}
.title .search_btn{
	display: inline-block;
	width: 75px;
	height: 38px;
	background: url(../images/search_btn.png) no-repeat 0 0;
	text-indent: -999em;
	float: right;
}
.title .add_btn{
	display: inline-block;
	width: 116px;
	height: 38px;
	background: url(../images/add_btn.png) no-repeat 0 0;
	text-indent: -999em;
	float: right;
}


