*{
	margin: 0;
	padding: 0;
}
.top{
	width:100%;
	height: 142px;
	background-color: #005425;
}
.top-middle{
	margin: auto;
	width: 1200px;
	height: 142px;
	display: flex;
	justify-content: space-between;
}
.top-middle-left{
	width: 760px;
	height: 80px;
	margin-top: 20px;
}
.top-middle-left img{
	width: 760px;
	height: 95px;
}
.top-middle-right{
	/* width: 100px;
	height: 30px;
	background-color: aliceblue; */
	position: relative;
	top: 50px;
}
.top-middle-right img{
	width: 25px;
	height: 25px;
	float: right;
	position: relative;
	left: -30px;
	bottom: -5px;
}
.dao-top{
width:100%;
height:50px;
        background-color:#054518;
}
.dao{
	width: 1200px;
	height: 50px;
	margin: auto;
	/* background-color: aqua; */
}
.top1{
	width: 1200px;
	height: 100px;
	margin: auto;
	/* background-color: white; */
}
.left{
	width: 250px;
	height: 100px;
	/* background-color: antiquewhite; */
	float: left;
}
.right{
	width: 300px;
	height: 40px;
	/* background-color: aquamarine; */
	float: right;
	position: relative;
	bottom: -30px;
}
.right::after{
	width: 950px;
	height: 2px;
	background-color: #054518;
	position: absolute;
	content: "";
	right: 0px;
	bottom: -30px;
}
.context{
	width: 1500px;
	height: max-content;
	margin: auto;
        min-height: 280px;
}
.context1{
    width: 950px !important;
   height: max-content;
    position: relative;
    left: 400px;

}

.end{
	width: 100%;
	height: 142px;
	background-color: #005425;
        margin-top: 30px;
}
.end-middle{
	width: 1200px;
	height: 142px;
	margin: auto;
}
.end-middle p{
	margin: auto;
	text-align: center;
	width: 250px;
	height: 30px;
	color: white;
	font-weight: 700;
	position: relative;
	top: 50px;
}



.wp_article_list {
    list-style: none;
}
.wp_article_list a {
    text-decoration: none;
color:#555555;
}

.wp_article_list .list_item .Article_Index {
    width: 0px !important;
}
.wp_article_list .list_item {
    height: 38px;
    line-height: 33px;
}
.wp_article_list .list_item:hover {
background-color: #ececec;
}