/*头部样式*/
.head-bg {
	width: 100%;
	min-width: 1000px;
	height: 200px;
	background: url(../images/head_bg.jpg) no-repeat center;}
.head {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;}
.head-logo {
	float: left;
	margin-top: 65px;}
.head-logo a {
	display: block;}
.head-logo img {
	width: 548px;
	height: 71px;}
.search-box {
	float: right;
	margin-top: 80px;
	}
.search {
	float: left;
	padding-left: 7px;
	width: 150px;
	*width: 144px;
	height: 30px;
	line-height: 30px;
	font-family: "宋体";
	font-size: 12px;
	color: #676767;
	border: 0;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	background: #d0eaa6;}
.search-icon {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #46ba07;}
.search-icon input {
	margin-top: 7px;
	margin-left: 8px;
	width: 15px;
	height: 16px;
	border: 0;
	background: url(../images/search.jpg) no-repeat;}
::-moz-placeholder { /* mozilla firefox 19+ */
    color: #676767;}
input:-ms-input-placeholder {
    color: #676767;}
input::-webkit-input-placeholder {
    color: #676767;}
.article-date span {
    padding: 0 10px;
}
/*底部样式*/
.foot {
	width: 100%;
	min-width: 1000px;
	height: 140px;
	overflow: hidden;
	background: #2f2f2f;
	}
.foot-msg {
	margin-top: 24px;}
.foot-msg p {
	line-height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;}
.foot-msg p a {
	font-family: "宋体";
	font-size: 12px;
	color: #7a7a7a;}

.clear {
	clear: both;}