@charset "utf-8";
/* CSS Document */
{
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
	
	
a{
	text-decoration:none;
	color:#666;
	outline:none;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	claer:both;
	}
.clearfix{
    *zoom:1;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

a{outline:none !important;}

img{border:0 none;}


/****search****/
.search{
    width: 339px;
    height: 35px;
    background: url(../images/home_search.png) no-repeat;
    position: absolute;
    right: 328px;
    top: 9px;
}

.input_search{
    width: 278px;
    padding-left: 5px;
    height: 33px;
    margin: 1px 62px 0px 1px;
    outline: none;
    line-height: 33px;
    color: #888;
    font-size: 14px;
	border: 0px;
}
.btn_search{
	width: 60px;
    cursor: pointer;
    height: 35px;
	position:absolute;
	top:0px;
	right:0px;
	display: block;
    float: left;
    background: none;
    border: none;
}

/***评论 ***/
.commenttext{
	background: #fff;
    width: 50%;
    height: 37px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
}

#submit{
	background: #ffcc00;
    color: #fff;
    width: 30%;
    margin: 0 10px 10px 20px;
    padding: 6px;
    cursor: pointer;
    border: 1px solid #ffcc00;
    border-radius: 2px;
    -webkit-appearance: none;
    transition: all 0.2s ease-in 0s;
}

.comment-list, .comment-list ol {
	padding-left: 0px;
    list-style: none;
    background: #fff;
    margin-bottom: 10px;
}

.comment-list li {
    position: relative;
    margin: 0 0px;
}
.comment-body {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
}

.comment-author {
    color: #999;
}

.children {
    margin: 5px 0 0 20px;
}
.children li {
    position: relative;
    border-bottom: none;
}
.floor {
    color: #C01E22;
    font-size: 14px;
    font-weight: bold;
}