@charset "UTF-8";
/* 页面导航相关 */

.index-nav {
    /* width: 96%;
    position: absolute;
    top: 314px;
    left: 0;
    z-index: 53;
    height: 45px; */
}

nav a {
    display: inline-block;
    padding: .1rem 0;
    font-size: 18px;
    color: #fffddf!important;
    padding: 4px 8px
}

/* nav li:hover a {
    color: #6f1f20!important
} */

nav a.cur_nav, nav li:hover a {
    /* border-radius: 25px;
    color: #6f1f20!important;
    background: #fffddf; */
}

/* 区域外部容器 */

div.main {
    margin: .2rem 0;
}

div.main>div {
    width: 96%;
    padding: 0 2%;
}

div.swiper-container {
    width: 100%;
    /* height: 3.2rem; */
}

div.swiper-container img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #80807e
}

/* 首页模块标题 */

div.index-block-title {
    margin: .32rem auto;
    font-size: .32rem;
    line-height: .4rem;
    height: .35rem;
}

div.wenben-desc {
    width: 94%;
    margin: 0 auto;
    font-size: .26rem;
}

div.footer li.home {
    text-align: center;
    width: 25%;
    position: relative;
}

/*不换行超出...  */

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/* 只显示四行 */

.ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*设置成弹性盒子 */
    display: -webkit-box!important;
    /*显示的个数 */
    -webkit-line-clamp: 4;
    /* 属性规定框的子元素应该被水平或垂直排列。 */
    -webkit-box-orient: vertical;
}

.padd10 {
    padding: 10px;
}

footer {
    /* background: url(../img/bg-footer.png) no-repeat center center */
}

footer>div.container {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    line-height: 2.5;
    color: #666;
}

body>footer a {
    color: #666;
}

/* 列表样式 */

.list-item {
    border-bottom: 1px solid #a0a0a0;
    padding: 48px
}
/* .list-item a:hover {
    color: #6f1f20
} */
div.list-content p, div.list-content a {
    font-size: 14px;
    color: #131313
}

/* a:hover, a.hasmore:hover {
    color: #6f1f20
} */

/* 分页 */

#selcet_page, .btn {
    height: 30px;
    text-align: center
}

.col-xs-6 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px
}

#selcet_page {
    width: 50px;
    box-sizing: border-box;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px
}

#selcet_page li {
    float: left;
    width: 20px;
}
ul.pagination > li {
    margin: 0 5px;
}
ul.pagination > li  span {
    padding: 10px 16px
}
.pagination {
    padding-bottom: 20px
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #013565;
    border-color: #013565;
    color: #fff
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #c3cfe3;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li>a, .pagination>li>span {
    color: #c3cfe3
}

.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    color: #fff;
    background-color: #013565
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    line-height: 17px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.content p {
    font-size: 16px;
    color: #131313;
    text-align: left;
    line-height: 24px;
    margin: 10px 0
}
div.content img {
    margin: 20px 0
}

.align-items-center {
    display: flex;
    align-items: center;
}