.layui-location {
    overflow: hidden;
    background-color: #fff;
    padding: 0 15px;
    margin-top: 10px;
}

.title-article {
    margin: 0 15px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.title-article .badge {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.title-article h1 {
    padding-bottom: 10px;
font-weight: bold;
}

.title-article p {
    margin-bottom: 10px;
    color: #666
}

.title-article p span {
    margin-right: 10px
}

.title-article .titlepic {
    background: #fff;
    width: 150px;
    height: 150px;
    line-height: 150px;
    float: left;
    text-align: center
}

.title-article .titlepic img {
    max-width: 110px;
    max-height: 110px
}

.title-article .title-msg {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.title-article .title-msg span {
    color: #999;
    margin-right: 10px
}

.title-article .title-msg span a {
    color: inherit
}

.title-article .title-msg span a:hover {
    color: #1e9fff
}

.title-article .title-right {
    position: absolute;
    top: 20px;
    right: 15px;
    background: #f5f5f5;
    padding: 10px;
    overflow: hidden
}

.title-article .title-right img {
    max-width: 120px !important;
    max-height: 120px !important
}

.detail-body img {
    border: 1px solid #f6f6f6;
    cursor: default;
    margin: 0 auto;
    display: block;
    max-width: 100%
}
.layui-text{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.layui-text,
.layui-text p {
    color: #666;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 18px;
}

.layui-text p {
    margin: 10px 0 15px;
    line-height: 45px;
    text-indent: 2em;
}

.layui-text a:not(.layui-btn) {
    color: #666;
}

.layui-text a:not(.layui-btn):hover {
    color: #66d09d !important;
}

.layui-text img {
    display: block;
    margin: 0 auto;
}

/*上下页*/
.page-text {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #eee;
}

.page-text a {
    color: #666 !important;
}

.page-text i {
    font-size: 14px !important;
}

.page-text .previous {
    border-right: 1px solid #f3f3f3;
}

.page-text .nav-span {
    float: left;
    width: 49%;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box
}

.page-text .d-block {
    display: block;
}

/*分页*/
.layui-laypage {
    text-align: center;
    width: 100%
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
    text-indent: 0;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 12px;
}

#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li.disabled {
    background: #e6e6e6;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}

#pages li.disabled:hover {
    background: #e6e6e6;
}