* {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei UI';
}

a {
    color: #5e5e5e;
    text-decoration: none;
}

a:hover {
    color: #149490;
    text-decoration: none;
}

.top {
    width: auto;
    height: 240px;
}

.main {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 30px;
}

.footer {
    width: auto;
    height: 80px;
    margin-top: 30px;
    border-top: 10px #149490 solid;
    text-align: center;
    font-size: 14px;
    color: #149490;
    padding-top: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.lb {
    width: 1050px;
    height: auto;
    margin: -5px 20px 0 20px;
    overflow: hidden;
    padding-bottom: 20px;
    text-decoration: none;
}

.lb li {
    width: 1050px;
    width: 100%;
    float: left;
}

.lb li span {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 28px;
}

.lb li a {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 32px;
    text-decoration: none;
}




.title {
    width: 900px;
    border-bottom: 1px solid #5e5e5e;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 30px;
}

.title1 {
    width: 900px;
    text-align: center;
}

.title1 a {
    font-size: 26px;
    color: #5e5e5e;
    line-height: 26px;
}

.title2 {
    width: 900px;
    text-align: center;
    margin-top: 10px;
}

.title2 a {
    font-size: 20px;
    color: #5e5e5e;
    line-height: 20px;
}

.time {
    width: 900px;
    text-align: center;
    margin-top: 15px;
}

.time a {
    font-size: 15px;
    color: #757575;
    line-height: 15px;
}

.nr {
    width: 900px;
    padding: 10px 0 40px 0;
    margin: auto;
}

.content {
    width: 900px;
}

.content p {
    padding-top: 20px;
    line-height: 25px;
    color: #5e5e5e;
    font-size: 15px;
}

table {
    margin: 0 auto !important;
    border: 1px;
}


@media (max-width: 991px) {
    .top {
        width: 100%;
        height: auto;
    }

    .top img {
        width: 100%;
    }

    .main {
        width: 100%;
        padding-top: 40px;
    }

    .nr,
    .time,
    .title1 {
        width: 100%;
    }

    .content {
        width: 94%;
        margin-left: 3%;
    }

    .title {
        margin: 0;
        width: 100%;
    }
    .footer{
        height: auto;
    }
}