.mod-article .hd{
    position: relative;
    padding: 25px 15px;
    overflow: hidden;
}
.mod-article .hd h1{
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.mod-article .hd .info{
    padding: 8px 0;
    line-height: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.mod-article .hd p{
    color: #999;
}
.mod-article .hd p span{
    margin:0 8px;
    white-space: nowrap;
}
.mod-article .bd{
    padding: 25px 20px;
}
.mod-article h3,.mod-article h2,.mod-article strong,.mod-article b{
    font-weight: bold;
}
.mod-article .bd h2{
    line-height: 36px;
    font-size: 18px;
}
.mod-article .bd h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.mod-article .bd li{
    line-height: 24px;
}
.mod-article .bd p{
    text-indent: 2em;
    margin-bottom: 12px;
    line-height: 24px;
    color: #666;
}
.mod-article .bd p a{
    color: #2095f2;
}
.mod-article .bd img{
    display: block;
    max-width: 480px;
    max-height: 480px;
    margin: 0 auto 20px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-article .bd img:hover{
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-article .ft .navigation{
    margin: 20px 0;
}
.mod-article .ft .navigation .item{
    padding: 8px 15px;
    margin-bottom: 2px;
    background: #fafafa;
    line-height: 22px;
    border-radius: 15px;
}
.mod-article .ft .navigation .item:hover{
    background: #f5f5f5;
}
.mod-article .pagination{
    padding: 20px 0;
}
.mod-article .pagination li{
    margin: 0;
}
.mod-article .pagination li span, .mod-article .pagination li a{
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 15px;
}


.mod-post .hd{
    position: relative;
    padding: 0 15px;
    background: #f8f8f8;
    line-height: 40px;
}
.mod-post .hd::after{
    position: absolute;
    left: 4px;
    top: 50%;
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    margin-top: -12px;
    background: #fc9000;
    border-radius: 2px;
}
.mod-post .hd .title{
    font-size: 18px;
    font-weight: bold;
}
.mod-post .bd{
    padding: 10px 0;
}
.mod-post .bd li{
    line-height: 30px;
}
.mod-post .bd li .date{
    float: right;
    color: #999;
}
.mod-post .bd li a{
    display: block;
    margin-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-post .bd li a:hover{
    text-decoration: underline;
    color: #4bc061;
}
.mod-post .item-picture{
    position: relative;
    height: 160px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}
.mod-post .item-picture .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-post .item-picture .picture:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-post .item-picture .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    line-height: 36px;
}
.mod-post .item-picture .title a{
    display: block;
    padding: 0 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod-tags{
    border: 2px solid #ff8169;
    border-radius: 8px;
}
.mod-tags .hd{
    height: 36px;
    background: #ff8169;
    line-height: 36px;
    padding: 5px 12px;
}
.mod-tags .hd .title{
    position: relative;
    display: inline-block;
    height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.mod-tags .hd .title a{
    color: #fff;
}
.mod-tags .bd{
    padding: 15px 0 15px 10px;
    line-height: 26px;
    border-radius: 6px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

.mod-related{
    position: relative;
    padding: 4px;
    background: url('../image/related-bg.png') left top repeat;
    overflow: hidden;
}
.mod-related .hd{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 22px;
    height: 100%;
    padding: 0 15px;
    background: #e3007a;
    border-bottom: 1px solid #e8e8e8;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mod-related .bd{
    min-height: 90px;
    margin-left: 48px;
    padding: 15px;
    background: #fff;
}
.mod-related .bd ul{
    column-count: 2;
    column-gap: 25px;
}
.mod-related .bd li{
    line-height: 30px;
}
.mod-related .bd li span{
    float: right;
    color: #999;
}
.mod-related .bd li a{
    display: block;
    margin-right: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-related .bd li a:hover{
    text-decoration: underline;
    color: #254390;
}

@media screen and (max-width: 1020px){
    .mod-article .hd{
        padding: 10px;
        margin: 0 -10px;
    }
    .mod-article .hd h1{
        line-height: 24px;
        font-size: 16px;
    }
    .mod-article .bd{
        padding: 20px 0;
    }
    .mod-article .bd p{
        text-indent: 2em;
    }

    .mod-post .hd .title{
        font-size: 16px;
    }
    .mod-post .bd li{
        line-height: 28px;
    }

    .mod-tags .hd{
        padding: 0 12px;
    }
    .mod-tags .hd .title{
        font-size: 16px;
    }

    .mod-related .hd{
        position: static;
        width: auto;
        margin: -4px -4px 0;
        line-height: 36px;
    }
    .mod-related .bd{
        margin-left: 0;
    }
    .mod-related .bd ul{
        column-count: 1;
    }
}