body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
textarea,
p {
    padding: 0;
    margin: 0;

}

li {
    list-style-type: none;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

hr {
    margin: 0;
}


.banner table #flashBoxu_u1_ {
 width:0 !important;
height:0 !important;
}


/* 头部 */
body {
 background-color: #f7f7f7;
}
header {
    background-color: #308262;
}

.header {
    width: 1400px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 60px;
}

.name {
    width: 230px;
    height: 60px;
}

.slogan {
    width: 300px;
    margin: 0 35px 60px 0;
}

.logo-name {
    width: 150px;
    height: 150px;
}



/* 导航栏 */
nav {
     background-color: #fff;
    height: 60px;
    line-height: 60px;
}

nav ul {
width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav ul li a {
    display: block;
    padding: 0 15px;
    color: #18624F;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
}

nav ul li a:hover {
    background-color: #18624F;
    color: #fff;
}


/* 中间部分 */
main {

    /* margin: 20px 0; */
    padding: 30px 0;
   
}

.essay {
    /* height: 800px; */
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    padding: 30px 0;
    display: flex;
    justify-content: center;
    
}
.essay .article {
   width: 1000px;
    padding: 0 30px;
}
.essay .article-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #707070;
}
.article-top h1 {
    font-weight: normal;
    color: #308262;
}

.essay .article-bottom .up {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #707070;
}
 .essay .article-bottom .down span{
    font-size:16px !important;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti  !important;

}
.essay .article-bottom .down {
padding: 0 50px;
}


/* 底部 */
html,
body {
    height: 100%;
}
.body {
    min-height: 100%;
        display: flex;
        /* 容器为flex布局 */
        flex-direction: column;
        /* 方向为纵向，保持正常的从上到下文档流 */
}
footer {
margin-top: auto;
    height: 100px;
    background-color: #308262;
display: flex;
    align-items: center;
    justify-content: center;
 
}

footer p {
    color: #fff;
    text-align: center;
}