html, body {
    background: #FFFFFF;
}

.mobile > .container.main {
    min-height: 420px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    color: #282828;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }
}


/* 头部 begin*/
.top {
    background-color: #F2F2F2;
    line-height: 1.5;
    font-size: small;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.top-nav {
    display: inline-block;
    margin: 0 10px;
}

.header {
    height: 140px;
    overflow: hidden;
    position: relative;
    background: url(../img/bannerbg.jpg);
}

.header .logo {
    height: 140px;
    display: flex;
    align-items: center;
}

.header .logo img {
    width: 600px;
}

.mobile .header {
    height: 80px;
    margin-bottom: 0;
    border-bottom: 0;
}

.mobile .header .logo {
    height: 30px;
    margin-top: 25px;
}

.header .layui-row {
    display: flex;
    align-items: center;
}

.header .layui-input-group {
    display: flex;
    border: 1px solid #D2D2D2 !important;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0px 19px;
    border-radius: 19px;
}

.header .layui-input-group .layui-input {
    border-style: none;
}

.header .layui-btn {
    background-color: inherit;
    color: inherit;
}

/* 头部 begin*/

/* 顶部导航 begin */
#navbar {
    color: #fffFFF;
    background: #0075cd;
    border-radius: inherit;
    margin-bottom: 10px;
}

#navbar .layui-nav {
    background-color: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#navbar .layui-nav > li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 48px !important;
}

#navbar .layui-nav > li.layui-this:after {
    height: 0px;
}

#navbar .layui-nav > li:hover {
    background-color: #005cbf;
}

#navbar .layui-nav a {
    flex: 1 0;
    text-align: center;
    padding: 0;
    line-height: inherit;
    font-size: 20px;
    font-weight: normal;
    color: inherit !important;
    background-color: transparent;
}

#navbar .layui-nav-bar {
    display: none !important;
}

.mobile #navbar .layui-container {
    margin: 0;
    padding: 0;
}

.mobile #navbar .layui-container .layui-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mobile #navbar .layui-container .layui-nav-item {
    width: 25%;
    flex: none;
}

/* 顶部导航 end */

/* 友情链接 begin */
.friend-link {
    border: none;
    width: 100%;
    margin-top: 35px;
}

.friend-link .caption {
    margin-bottom: 0.75rem;
}

.friend-link select {
    height: 34px;
    width: 100%;
    border: 1px solid #dfdfdf;
    color: initial;
    border-radius: 4px;
}

/* 友情链接 end */
/* 底部 begin */
.footer {
    margin-top: 20px;
    padding: 20px 0;
    color: #f0f0f0;
    background-color: #0075cd;
    text-align: center;
    overflow: auto;
}

.footer .layui-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .link-box > a {
    display: inline-block;
    margin: 0 16px;
    color: #fff;
}

.footer .link-box > a:first-child {
    margin-left: 0;
}

.footer .link-box > a:last-child {
    margin-right: 0;
}

.footer a,
.footer a:hover,
.footer a:active {
    color: #f0f0f0;
}

/* 底部 end */

/* 面板 begin */
.layui-card {
    box-shadow: none;
}

.layui-card-header {
    line-height: 30px;
    position: relative;
    background-color: #ffffff;
    border-bottom: 2px solid #0075cd;
}

.layui-card-header .caption {
    color: #0075cd;
    /*font-weight: bold;*/
    font-size: 20px;
    position: relative;
}

.layui-card-header .captionExtend {
    color: #0075cd;
    /*font-weight: bold;*/
    font-size: 20px;
    position: relative;
    justify-content: center;
    display: flex;
}

.layui-panel {
    border: none;
    box-shadow: none;
}

/* 面板 end */

/* 分页 begin */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0075cd !important;
}

/* 分页 end */

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* 文章列表 begin */
.article-list {
    margin-bottom: 0;
}

.article-list.layui-card {
    border: none;
}

.article-list.layui-card .layui-card-header {
    background-color: white;
    color: #0075cd;
    font-weight: bold;
    border-bottom: 2px solid #0075cd;
}

.article-list .list-group .list-group-item {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border: none;
    border-bottom: 1px dashed #989898;
}

/*.article-list .list-group .list-group-item:not(:last-child) {*/
/*border-bottom: 1px dashed #989898;*/
/*}*/

.article-list .list-group .list-group-item .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.article-list .list-group .list-group-item .date {
    padding-left: 1rem;
    flex-shrink: 0;
}

/* 文章列表 end */

/* 文章 begin */
.article .title {
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.article .info {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1rem;
}

.article .info span:not(:last-child) {
    margin-right: 6rem;
}

.mobile .article .info {
    display: flex;
    flex-direction: column;
    text-align: start;
    height: auto;
}

.mobile .article .info span {
    margin: 0;
}

.article .content {
    min-height: 300px;
}

.article .content p {
    font-size: 1.25rem;
    text-indent: 2em;
    margin-bottom: 1rem;
}

.article .content .image {
    text-align: center;
}

.article .content img {
    max-width: 100% !important;
}

.mobile .article .content img {
    width: 100% !important;
}

/* 文章 end */

/* 政务公开 begin */
.zwgk {
    position: relative;
    margin-bottom: auto;
}

.mobile .zwgk {
    padding-left: 0;
}

.zwgk-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.zwgk-item img {
    width: 48px;
    height: 48px;
    box-sizing: content-box;
    display: block;
    margin: 0 auto 15px;
}

/* 政务公开 end */

/* 办事大厅 begin */
.bsdt {
    position: relative;
    margin-bottom: auto;
}

.mobile .bsdt {
    padding-right: 0;
    margin-bottom: auto;
}

.bsdt-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.bsdt-item img {
    width: 48px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

/* 办事大厅 end */

/* 专题专栏 begin */
.ztzl {
    margin-bottom: 0;
}

.ztzl a {
    display: block;
    margin-bottom: 15px;
}

.ztzl img {
    width: 100%;
    height: auto;
}

/* 专题专栏 end */

.bg-white {
    background-color: white;
}

.required + .high {
    color: red;
}

.carousel-item-1 img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}