.content {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    text-align: center;
    padding-top: 20px;
}

.logo a {
    display: block;
    text-align: left;
}

.logo>img {
    margin: 35px 0 50px;
    /* padding: 20px; */
}

#container {
    background-color: #fff;
    padding: 20px;
    min-height: 500px;
}

.lmmc {
    background-color: #078fe3;
    color: #fff;
    line-height: 49px;
    display: inline-block;
    padding: 0 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700;
}

.listtit {
    /* line-height: 0; */
    line-height: initial;
    padding: 0;
    background-color: transparent;
}

.goWebsite {
    font-size: 18px;
    font-weight: 700;
}

.goWebsite {
    padding-top: 10px;
}

#dash-table li {
    background-image: url(../images/xxgcswsej/circle.png);
}
.listtit{
    border-bottom:1px solid #078fe3;
}

@media(max-width:1200px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }

    .logo>img {
        margin: 20px 0;
    }
    .logo{
         padding-top: 0;
    }
}
