.group{
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 20px;
}
.group-item{
    break-inside: avoid;
}

.mod-slider{
    padding: 0;
}
.mod-slider .slider{
    position: relative;
}
.mod-slider .slider-box{
    height: 360px;
    overflow: hidden;
}
.mod-slider .item{
    position: relative;
    width: 100%;
    font-size: 0;
    box-sizing: border-box;
}
.mod-slider .item .picture{
    height: 360px;
    line-height: 360px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.mod-slider .item .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-slider .item .title{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 80px;
    padding: 25px 15px 15px;
    box-sizing: border-box;
    background: linear-gradient(to top,rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 100%);;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.mod-slider .item .title a{
    color: #fff;
}
.mod-slider .btn-prev,.mod-slider .btn-next{
    position: absolute;
    top: 50%;
    z-index: 99;
    display: block;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background: rgba(0,0,0,0.25);
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    line-height: 80px;
    text-align: center;
}
.mod-slider .btn-prev span,.mod-slider .btn-next span{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -33em;
    vertical-align: middle;
    overflow: hidden;
}
.mod-slider .slider:hover .btn-prev,.mod-slider .slider:hover .btn-next{
    background: rgba(0,0,0,0.5);
}
.mod-slider .btn-prev{
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mod-slider .btn-prev span{
    background: url('/view/youacc/images/icon-prev.png') center center no-repeat;
}
.mod-slider .btn-next{
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mod-slider .btn-next span{
    background: url('/view/youacc/images/icon-next.png') center center no-repeat;
}
.mod-slider .slider-nav{
    position: absolute;
    left: 10%;
    right: 10px;
    z-index: 99;
    width: 80%;
    bottom: 5px;
    text-align: center;
}
.mod-slider .slider-nav .slider-dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.45);
    border-radius: 3px;
}
.mod-slider .slider-nav .slider-dot.active{
    width: 18px;
    background: rgba(255,255,255,0.9);
}

.mod-news .bd li{
    line-height: 28px;
}
.mod-news .bd li a{
    display: block;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-news .bd li a:hover{
    text-decoration: underline;
    color: #254390;
}

.mod-recommend{
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.mod-recommend .bd{
    overflow: hidden;
}
.mod-recommend .post{
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-recommend .post:last-child{
    margin-bottom: 0;
}
.mod-recommend .post .picture{
    float: left;
    width: 240px;
    height: 135px;
    border-radius: 3px;
    overflow: hidden;
}
.mod-recommend .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-recommend .post:hover{
    box-shadow: 1px 1px 12px rgba(0,0,0,0.15);
}
.mod-recommend .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-recommend .post .info{
    margin-left: 265px;
}
.mod-recommend .post .info p.title{
    margin-bottom: 4px;
    line-height: 32px;
    font-size: 18px;
}
.mod-recommend .post .info p.summary{
    line-height: 22px;
    color: #888;
}
.mod-recommend .post .info p.summary a{
    white-space: nowrap;
    color: #333;
}
.mod-recommend .post .info p.desc{
    margin-top: 10px;
    line-height: 22px;
    color: #888;
}
.mod-recommend .post .info p.desc span,.mod-recommend .post .info p.desc time{
    margin-right: 10px;
}
.mod-recommend .post .info p.desc a{
    color: #888;
}
.mod-recommend .post .info p.desc .author{
    display: inline-block;
    padding-left: 20px;
    background: url('/view/youacc/images/icon-person.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-recommend .post .info p.desc .date{
    display: inline-block;
    padding-left: 20px;
    background: url('/view/youacc/images/icon-time.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-recommend .post .info p.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-recommend .post .info p.desc .tag{
    display: inline-block;
    padding-left: 20px;
    background: url('/view/youacc/images/icon-tag.png') left center no-repeat;
    background-size: 16px 16px;
    height: 22px;
    overflow: hidden;
}
.mod-recommend .post .info p.desc span.tag{
    float: right;
    margin-right: 0;
}
.mod-recommend .post .info p.desc span.tag a{
    margin-left: 5px;
    white-space: nowrap;
}
.mod-recommend .post .info p.desc span.tag a::before{
    content:'#';
}

.mod-channel .bd li{
    line-height: 30px;
}
.mod-channel .bd li span{
    float: right;
    color: #999;
}
.mod-channel .bd li a{
    display: block;
    margin-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-channel .bd li a:hover{
    text-decoration: underline;
    color: #254390;
}
.mod-channel .item-picture{
    position: relative;
    margin-bottom: 15px;
}
.mod-channel .item-picture .picture{
    height: 200px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}
.mod-channel .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-channel .item-picture: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-channel .item-picture .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 125px 12px 0;
    box-sizing: border-box;
    background-image: linear-gradient(180deg,rgba(0,0,0,.01) 30%,rgba(0,0,0,.65));
    color: #fff;
}
.mod-channel .item-picture .info p.title{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-channel .item-picture .info p.title a{
    color: #fff;
}
.mod-channel .item-picture .info .desc{
    border-top: 1px solid rgba(255,255,255,.4);
    line-height: 36px;
}
.mod-channel .item-picture .info .view{
    display: inline-block;
    padding-left: 20px;
    background: url('/view/youacc/images/icon-view-white.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-channel .item-picture .info .date{
    float: right;
}

.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: 15px 5px;
    line-height: 26px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

.mod-friendlink .bd{
    padding: 15px;
    line-height: 24px;
}
.mod-friendlink .bd a{
    margin: 0 6px;
    white-space: nowrap;
    color: #888;
}


@media screen and (max-width: 1020px){
    .group{
        column-count: 1;
    }

    .mod-slider{
        margin: 0 -10px 20px;
    }
    .mod-slider .slider-box{
        height: 240px;
    }
    .mod-slider .item .picture{
        height: 240px;
        line-height: 240px;
    }
    .mod-slider .item .title{
        height: 60px;
        padding: 12px 30px;
    }
    .mod-slider .item .title p{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }
    .mod-slider .btn-prev, .mod-slider .btn-next{
        zoom: 0.75;
    }
    .mod-slider .slider-nav{
        bottom: 10px;
    }
    .mod-slider .slider-nav .slider-dot{
        width: 24px;
        height: 4px;
    }

    .mod-news .hd .title{
        font-size: 18px;
    }

    .mod-recommend .hd{
        padding: 5px 10px;
    }
    .mod-recommend .hd .title{
        font-size: 18px;
    }
    .mod-recommend .post{
        padding: 10px;
    }
    .mod-recommend .post .picture{
        width: 120px;
        height: 68px;
        margin-top: 5px;
        margin-right: 15px;
    }
    .mod-recommend .post .info{
        float: none;
        margin-left: 0;
    }
    .mod-recommend .post .info p.title{
        line-height: 24px;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mod-recommend .post .info p.summary{
        line-height: 20px;
        font-size: 13px;
    }


    .mod-channel .hd .more{
        font-size: 12px;
    }
    
    .mod-post .bd li{
        line-height: 28px;
    }
}