.mod-article .hd{
    position: relative;
    padding: 25px 15px;
    border-bottom: 3px solid #f0f0f0;
    overflow: hidden;
}
.mod-article .hd h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.mod-article .hd p{
    line-height: 24px;
    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{
    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: 7px 15px;
    margin-bottom: 2px;
    background: #f3f6f8;
    line-height: 22px;
    border-radius: 4px;
}
.mod-article .ft .navigation .item:hover{
    background: #1479d7;
    color: #fff;
}
.mod-article .ft .navigation .item:hover a{
    color: #fff;
}
.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;
    border-bottom: 1px solid #edeef0;
    line-height: 40px;
}
.mod-post .hd::after{
    position: absolute;
    left: 2px;
    top: 50%;
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    margin-top: -12px;
    background: #1479d7;
}
.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: #254390;
}

.mod-tags .hd{
    position: relative;
    padding: 0 12px;
    border-bottom: 1px solid #edeef0;
    line-height: 40px;
}
.mod-tags .hd::after{
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    margin-top: -12px;
    background: #1479d7;
}
.mod-tags .hd .title{
    font-size: 18px;
    font-weight: bold;
}
.mod-tags .bd{
    padding: 10px 0;
}
.mod-tags .bd{
    padding: 15px 5px;
    line-height: 26px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

.mod-related{
    overflow: hidden;
}
.mod-related .hd{
    position: relative;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    background: #f8f8f8;
    line-height: 40px;
    border-radius: 4px;
}
.mod-related .hd::before{
    display: block;
    width: 5px;
    height: 20px;
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    background: #1479d7;
    border-radius: 3px;
}
.mod-related .hd .title{
    display: inline-block;
    width: 75%;
    font-size: 16px;
    font-weight: bold;
}
.mod-related .hd .more{
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
}
.mod-related .bd ul{
    column-count: 4;
    column-gap: 20px;
}
.mod-related .bd .item{
    margin-bottom: 15px;
}
.mod-related .bd .item .picture{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    overflow: hidden;
}
.mod-related .bd .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod-related .bd .title{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.mod-related .bd .title a{
    font-size: 13px;
    color: #666;
}

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

    .mod-related .bd ul{
        column-count: 2;
        column-gap: 12px;
    }
    .mod-related .bd .item .picture{
        margin-bottom: 5px;
    }

    .mod-post .hd{
        margin: 0 -8px;
        line-height: 36px;
    }
    .mod-post .hd::after{
        height: 18px;
        margin-top: -9px;
    }
    .mod-post .hd .title{
        font-size: 16px;
    }
    .mod-post .bd li{
        line-height: 28px;
    }

    .mod-tags .hd{
        margin: 0 -8px;
        line-height: 36px;
    }
    .mod-tags .hd::after{
        height: 18px;
        margin-top: -9px;
    }
    .mod-tags .hd .title{
        font-size: 16px;
    }
}