@media (min-width: 1366px){
    .container {
        max-width: 1200px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    header#header>nav {
        max-width: 1200px;
    }
}
@media (max-width: 1365px) and (min-width: 1200px) {
    .container {
        max-width: 1000px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    header#header>nav {
        max-width: 1000px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 900px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    header#header>nav {
        max-width: 900px;
    }
}
body {
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
/*内容*/
#block-mytheme-page-title h1 {
    font-size: 32px;
    margin: 30px 0;
    text-align: center;
}
#main-wrapper {
    min-height: 500px;
}
.block-field-blocknodearticlebody .field--name-body p {
    text-indent: 2em;
    text-align: justify;
}
.block-field-blocknodearticlecreated {
    margin: 10px 0;
    display: none;
}

p.text-align-center {
    text-align: center !important;
    text-indent: 0;
}
p.text-align-right {
    text-align: right !important;
    text-indent: 0;
}
p.no-indent {
    text-indent: 0 !important;
}
.block-field-blocknodearticlebody .field--name-body ul li {
    text-align: justify;
    margin-bottom: 10px;
}
/*表格*/
tr {
    border-bottom: 0;
    padding: 0;
    background: #ffffff;
}
tr td, tr th {
    padding: 8px 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
}
tr td p, tr th p {
    margin-bottom: 0;
    text-indent: 0 !important;
}
.block {
    width: 100%;
}
/*权限设置*/
.path-user .sidebar_first {
    padding-left: 0;
    display: none;
}
.path-user .field__item {
    width: 100%;
}
