.mt{
    margin-top: 15px;
}
.breadcrumb p > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #333;
}

.pages {
    margin: 20px 0;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li{
    padding: 2px 10px;
    margin: 0 0px;
}
.pages a {
    display: inline-block;
    width: 45%;
    color: #575757;
    font-size: 16px;
    text-align: center;
    padding: 5px 6px;
    border-radius: 0.375rem;
}

.pages a.next_page {
    float: right;
}
.pages ul li span{
    font-size: 16px;
    background: none;
}
.pages .active {
    background: #773b09;
    color: white;
}

.entry-meta{
    padding-top: 20px;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
    font-size: 16px;
}
.entry-meta ul:first-child li:last-child a{
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.entry-meta ul li a{
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title a{
    color: #999;
}
.head_logo img{
    max-height: 100%;
}

.breadcrumb {
    font-size: 14px;
    padding: 23px 0;
    height: 16px;
    line-height: 16px;
}

.focus a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.focus a p{
    display: block;
    width: 100%;padding: 5px 10px;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 24px;
}