.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;
}
.mod-article .bd{
    padding: 20px 10px;
}
.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: #fafafa;
    line-height: 22px;
    border-radius: 4px;
}
.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 .post{
    position: relative;
    padding: 5px 0 5px 5px;
    overflow: hidden;
}
.mod-post .post .picture{
    float: left;
    width: 100px;
    height: 75px;
    border-radius: 2px;
    overflow: hidden;
}
.mod-post .post .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 .post:hover .picture 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 .post .info{
    margin-left: 115px;
}
.mod-post .post .info p.title{
    max-height: 40px;
    margin-bottom: 6px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.mod-post .post .info .desc{
    line-height: 30px;
    color: #888;
}
.mod-post .post .info .desc .date{
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
    background: url('/view/youacc/images/icon-time.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-post .post .info .desc .view{
    display: inline-block;
    padding-left: 20px;
    background: url('/view/youacc/images/icon-view.png') left center no-repeat;
    background-size: 16px 16px;
}

.mod-tags .bd{
    padding: 5px;
    line-height: 26px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

.mod-related .bd{
    padding: 0 10px;
}
.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: 60px;
    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: 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;
    }
}