/*--------------通用样式--------------*/
html,body{position:relative; width:100%;height:100%;font: 14px "微软雅黑",Arial, sans-serif;color: #515d6b;}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;}
/*100%宽度定义*/
.widthall{
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*宽度定义居中*/
.widthdefine{
			width:1140px;
			margin:0px auto;
		}
/*单行文本溢出*/
.oneover{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*多行文本溢出*/
.lotover{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

img{ border:0;}
ol, ul {list-style: none;}
a{text-decoration:none !important;outline:none; color: #515d6b;}
a:hover { text-decoration:underline;}
.a_color:hover{color: #e4a448;}
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse; border:1px solid #999;}
input,
select,
textarea {
	outline: none;
	border: none;
	background: #FFF;
}

textarea {
	resize: none;
	width: 400px;
	border: 1px solid #d9d9d9;
	height: 100px;
	border-radius: 2px;
}
/*页面公用样式*/
.common_title{
	width:100%;
	color: #000;
	text-align: center;
	
}
.h_h2{
	display: inline-block;
	border-bottom:2px solid rgba(228,164,72,1);;
	height: 48px;
	font-size: 24px;
	background-image: url(../imgs/t-xian.png) no-repeat;
	padding-bottom: 12px;
    margin-bottom: 18px;
	font-weight: normal;
}
.h_list{
	display: inline-block;
	color:#999;
	margin-bottom: 12px;
	line-height: 28px;
}
/*more按钮*/
.more{
	width:100%;
	margin-top: 20px;
	text-align: center;
}
.more_btn{
	display: inline-block;
	width:180px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #e4a448;}
.more_btn:hover{
	background:#c47400;
}
