body{
    margin: 0 auto;
}
.top{
    height: 126px;
    background-color: #EDF7EE;
}
.time{
    text-align: right;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #29D083;
}
#date{
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
}
.top_content{
    height: 70px;
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 70px;
}
.name{
    font-size: 36px;
    color: black;
    font-weight: bold;
    float: left;
    padding-right: 40px;
}
.menu{
    color:black;
}
.menu a{
    color:black;
    font-size: 20px;
}
.menu a:hover{
    color:rgb(4, 174, 63);
    font-size: 20px;
    text-decoration: none;
}
.banner{
    background: #e4f5f7;
    height: 500px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: black;
    font-weight: bold;
}
.login{
    width: 450px;
    margin: 0 auto;
    height: 400px;
    padding-top: 50px;
}
.login input{
    width: 320px;
    height: 36px;
    border: solid 1px #535353;
    border-radius: 5px;
}
.login button{
    width: 100px;
    height: 38px;
    background-color: cadetblue;
    color: white;
    margin: 10px;
    border-radius: 5px;
}
.login div{
    padding: 10px 0px;
}
.bottom{
    background-color: black;
    height: 150px;
    width: 100%;
    padding-top: 30px;
}
.bottom_content{
    min-width: 1000px;
    max-width: 1280px;
    text-align: center;
    color: white;
    margin: 0 auto;
}
.bottom_content a{
    color: white;
}
.content{
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    height: 100%;
}

.content2{
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    min-height: 500px;
}
.remen{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.content .list{
    width: 280px;
    float: left;
    padding: 0 10px;
}
.content .list img{
    display: block;
    width: 280px;
    height: 280px;
}
.img2{
    height: 650px;
}
.img2 img{
    display: block;
    float: left;
    width: 380px;
    height: 280px;
    margin: 10px;
}
.content .list div{
    padding: 5px 0;
}
.content .list a{
    color: black;
    text-decoration: none;
}
.content .list a:hover{
    color: black;
    text-decoration: underline;
}

.list_content{
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    height: 100%;
}
.list_title{
    font-size: 20px;
    font-weight: bold;
}