* {
	margin: 0;
	padding: 0;
}
li,ul {
	list-style: none;
}
a {
        color: black;
	text-decoration: none;
}
body {
	background: #f9f9f9;
	text-align:  center;
}
.wrapper {
	width: 1002px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 80px;
	position: relative;
}
#header img {
    height:100%;
}
#navbarWrapper {
        width: 1002px;
	background: rgb(195, 63, 1);
}
#search {
	float: right;
	margin-right: 40px;
}
#searchTool {
	position:absolute;
	bottom: 10px;
	right: 0px;
}


#footer {
	background: rgb(219, 92, 0);
	padding: 20px;
	color: white;
	clear: both;
	font-size: 14px;
        width:962px;
        margin: 0 auto;
}

#footer .text {
	text-align: center;
	margin-top: 10px;
}

.contractWrapper {
    float: left;	
    text-align: left;
    margin-left: 10px;
    line-height: 1.8;
}

#footer .title {
	font-size:16px;
        font-weight: bold;
}

#qrcode {
    float: right;
}

#qrcode img {
	width: 150px;
	height:150px;
        margin-right: 35px;
}

#footer .line {
    border: none;
    background: white;
    height: 0.6px;
    margin: 6px 0;
}

#visitNum {
    float: right;
}

#footer .titleWrapper {
    margin-bottom: 5px;
}

#footer .focusUs {
    float:left;
    margin-right: 10px;
}

.Article_PublishDate {
        font-size:12px !important;
}

.wp_article_list .list_item {
        margin-top:6px;
        font-size:14px;
}

.wp_search .search{
        margin-left: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

