.container{
    width: auto;
    max-width: 1200px;
    padding: 0 24px;
    min-height: 70%;
}
.navbar{
    background-color: #1d1d1d;
}
.crumb{
    font-size: 14px;
}
.container-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.article-detail-box{
    flex: 1;
}
.article-title{
    font-size: 20px;
    font-weight: bold;
    color: #2e333a;
    text-align: center;
    padding-bottom: 24px;
}
.article-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #999;
}
.article-info-time span{
    padding-left: 24px;
}
.article-content{
    padding: 54px 0;
    font-size: 16px;
    width: 100%;
}
.article-content img{
    max-width: 100%;
}
.nav-h{
    height: 110px;
}
.section-box{
    width: 25%;
    padding-left: 24px;
}
.sidebar{
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
}
.sidebar-title{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 36px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-title .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}
.sidebar .inner ul li {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    font-size: 15px;
}
.sidebar .inner ul li .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}
.sidebar .essay ul li a {
    padding-right: 20px;
    display: block;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #6d6d6d;
}
.sidebar .essay ul li a:hover,.sidebar .inner ul li a:hover{
    color: #EDB15D;
}
.sidebar .essay ul li .number {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #e22323;
}
.pointer{
    cursor:pointer;
}
.article-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    transition: .3s all ease-in-out;
}
.article-item:hover{
    border-color: #1d1d1d;
    background-color: #f7f7f7;
}
.article-img{
    min-width: 120px;
    max-height: 180px;
    max-width: 33%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}
.article-img img{
    width: 100%;
}
.article-con{
    width: 100%;
    padding-left: 24px;
}
.article-con .title{
    width: 100%;
    height: 30px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #0a1a2e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.article-con .title a{
    transition: 0.3s all ease-in-out;
}
.article-con .title a:hover{
    color: #EDB15D;
}
.article-con .list_icon{
    font-size: 12px;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 34px;
}
.article-con .list_icon span{
    padding-right: 24px;
}
.article-con .tip {
    height: 60px;
    margin: 5px 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.article-con .more a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #4285f4;
    line-height: 40px;
    text-align: right;
}

.page_box{
    text-align: center;
    display: block;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
    font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #EDB15D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EDB15D;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #eee;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #EDB15D;
    border-color: #EDB15D;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .sm-hide{
        display: none;
    }
    .nav-h{
        height: 43px;
    }
}