ol,ul{
    list-style: none;
    padding: 0px;
}
ul li {
    line-height: 25px;
    margin-bottom: 10px;
}
p {
    text-indent: 35px;
    text-align: justify;
}
h2 {text-align: center;}
span {
    font-weight: bold;
    text-decoration: none;
}
.container{
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}
.top{
    background:#3C7D83 ;
    background-size: 100%;
    min-height: 800px;
    width: 1060px;
    margin: auto;
}
.top-nav nav{
    width: 1170px;
    height: 35px;
    line-height: 35px;
    margin: auto;
}
.top-nav nav a{
    color: #fff;
    text-decoration: none;
}
.top-nav nav a:hover{
    border-bottom: 2px solid;
}
a{
    text-decoration: none;
}
@media only screen and (max-width: 736px){
    body,html{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .container{
        margin: 0;

        padding: 5%;
        padding-top: 1rem;
    }
    .top{
        width: 90%;
    }
}