@import url("../lib/bootstrap4.0/bootstrap.min.css");
@import url("../lib/line-awesome/css/line-awesome.min.css");
@import url("../lib/font-awesome-4.7.0/css/font-awesome.min.css");

body {
    background-color: #f8f8f8;
    line-height: 1.6;
}

:focus {
    outline: none;
    text-shadow: none;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    color: #555;
}

a:hover,
a:active {
    color: var(--blue);
    text-decoration: none;
}

.li_dian {
    position: relative;
    padding-left: 1em;
}

.li_dian::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: '';
    background-color: #999;
    margin-top: -1px;
}

.li_dian:hover::before {
    background-color: #e83e8c;
}

.li_sanjiao {
    position: relative;
    padding-left: 1em;
}

.li_sanjiao::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 0;
    height: 0;
    content: '';
    border: 4px solid transparent;
    border-left-color: #999;
    margin-top: -4px;
}

.view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.page {
    position: relative;
    transition: all .15s ease-in-out;
    z-index: 1;
}

.menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .15s ease-in-out;
    z-index: 2;
}

.menu .menu-box {
    width: 70%;
    background-color: #F3F3F3;
    overflow: auto;
}

.menu .menu-box h3 {
    font-size: 18px;
    line-height: 1em;
    padding: .75em .5em .75em 1.5em;
    border-bottom: 1px solid #e8e8e8;
    background-color: #EBEBEB;
    margin: 0;
}

.menu .menu-box ul li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    font-size: 14px;
}

.menu .menu-box ul li.level2 {
    padding-left: 1.5em;
}

.menu .menu-box ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.menu .menu-box ul li>a {
    padding: .75em .5em;
}

.menu .menu-box ul li>a>.la {
    width: 1em;
    height: 1em;
    margin-right: .5em;
}

.menu .menu-box ul li dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 .6em 0.75em 2em;
}

.menu .menu-box ul li dl dd {
    width: 50%;
    margin: 0;
    line-height: 2em;
}

.menu .menu-box ul li.active a,
.menu .menu-box ul li.active a>.la {
    color: #e83e8c;
}

.menu .menu-close {
    width: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3)
}

.menu .menu-close .menu-close-icon {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
    margin-top: -25px;
    text-align: right;
}

.menu .menu-close .la {
    margin-right: 6px;
}


.menu1 {
    left: 0;
    margin-left: -100%;
}

.menu1 .menu-close .menu-close-icon {
    left: -25px;
}

.menu2 {
    right: -100%;
}

.menu2 .menu-close {
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3)
}

.menu2 .menu-close .menu-close-icon {
    right: -25px;
    text-align: left;
}

.menu2 .menu-close .la {
    margin-right: 0;
    margin-left: 6px;
}

/* .page.active,
.page.active > .header{
    left: 70%;
} */
.page.active~.menu1 {
    margin-left: 0;
}

.page.active2~.menu2 {
    right: 0;
}

.header {
    width: 100%;
    background-color: #256407;
    padding: 0 1em;
    border-bottom: 5px solid #0d3400;
}

.header .d-flex {
    height: 50px;
}

.header h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.header .btn-back {
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    opacity: .5;
}

.header .btn-back .la {
    font-size: 1.5em;
}

.header .btn-menu {
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    opacity: .5;
}

.header .btn-menu .la {
    font-size: 1.5em;
}

.mt-header {
    margin-top: 55px;
}

.card {
    border: none;
    border-radius: 0;
    background: none;
}

.card-header {
    background: none;
    border: none;
    margin-top: .77em;
    margin-bottom: .3em;
    padding: 0 1em;
}

.card-header-title {
    margin: 0;
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
}

.card-header-more {
    width: 1.6em;
    text-align: center;
}

.card-body {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    min-height: 30em;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.paging {
    text-align: center;
    padding: 20px 0;
}

.pagination {
    margin: 0;
}

.pagination li span,
.pagination li a {
    line-height: 20px;
    font-size: 14px;
}

/* 文章列表 */
.news {
    padding: 1.5em;
}

.news li {
    padding: .6em;
}

.news li>p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}

.news li>span {
    font-size: 13px;
    color: #999;
    margin-left: 1em;
}

.news hr {
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}

.news hr:last-child {
    display: none;
}

/* 文章内容 */
.news-show {
    padding: 1.5em 1em;
}

.news-show .title {
    font-size: 18px;
    margin-bottom: 1em
}

.news-show .links {
    border-top: 1px dashed #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 12px;
    line-height: 38px;
    color: #999;
    margin-bottom: 1.5em;
    padding: 0 .75em
}

.news-show .links .add-share a:last-child {
    margin-right: 0
}

.news-show .content {
    font-size: 14px;
    line-height: 2
}

.news-show .content img {
    max-width: 100% !important;
    height: auto;
}

/* 图片集列表 */
.pics {
    padding: 1.5em;
}

.pics>[class*=col-]:nth-child(n + 4) {
    /* padding-left: .5em;
    padding-right: .5em; */
    margin-top: 1em;
}

.pics>[class*=col-] .img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.pics>[class*=col-] img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.pics>[class*=col-] .title {
    font-size: 14px;
    text-align: center;
}

/* 部门管理 */
.bumen {
    padding: 1em;
}

.bumen .nav {
    padding-left: .5em;
}

.bumen .nav-item {
    /* margin-right:.2em; */
}

.bumen .nav-link {
    font-size: 14px;
    padding-left: .5em;
    padding-right: .5em;
}

.bumen .nav-item .active {
    color: #007bff;
}

.bumen-show {
    padding: 1em;
}

.bumen-show .content {
    font-size: 14px;
    line-height: 2
}

.bumen-show .content img {
    max-width: 100% !important;
}

.bumen .news-show {
    padding: 1.5em 0;
}

.bumen .news {
    padding: 1em 0;
}

.bumen .news-show a {
    color: #007bff;
    text-decoration: underline;
}

.bumen .news-show a:hover {
    color: #e83e8c;
    text-decoration: none;
}

.submitForm {
    padding: 2em;
    font-size: 12px !important;
}

.submitForm [class*=col-2] {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cpfl {
    text-align: center;
    margin-top: 1em;
}

.qqMap {
    width: 100%;
    height: 300px;
    margin: 0;
}

video {
    position: relative;
    z-index: 1;
}


.footer {
    font-size: 12px;
    color: #fff;
    background: #256407;
    display: -webkit-box;
    border-top: 5px solid #0d3400;
}
.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
}
.footer span {
    display: block;
    margin: 0 auto;
    text-align: right;
    font: 400 16px "微软雅黑";
    color: #fff;
    height: 78px;
    padding: 52px 20px 0;
}
.footer span.span1 {
    background: url(../../img/mobile/a11.png) center 12px no-repeat;
    background-size: 50%;
}
.footer span.span2 {
    background: url(../../img/mobile/a22.png) center 12px no-repeat;
    background-size: 44%;
}.footer span.span3 {
    background: url(../../img/mobile/a33.png) center 12px no-repeat;
    background-size: 33%;
}.footer span.span4 {
    background: url(../../img/mobile/a44.png) center 12px no-repeat;
    background-size: 43%;
}