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

.mod-slider{
    padding: 0;
    overflow: hidden;
}
.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: 120px;
    padding: 40px 25px 20px;
    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;
    font-size: 22px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.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: 48px;
    height: 48px;
    margin-top: -40px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    line-height: 48px;
    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 .btn-prev{
    left: 10px;
}
.mod-slider .btn-prev span{
    background: url('../image/icon-prev.png') center center no-repeat;
    background-size: 32px 32px;
}
.mod-slider .btn-next{
    right: 10px;
}
.mod-slider .btn-next span{
    background: url('../image/icon-next.png') center center no-repeat;
    background-size: 32px 32px;
}
.mod-slider .slider-nav{
    position: absolute;
    left: 10%;
    right: 10%;
    z-index: 99;
    width: 80%;
    bottom: 15px;
    text-align: center;
}
.mod-slider .slider-nav .slider-dot{
    display: inline-block;
    width: 24px;
    height: 5px;
    margin: 0 2px;
    background: #fff;
}
.mod-slider .slider-nav .slider-dot.active{
    background: #4bc061;
}

.mod-news .hd{
    margin-bottom: 4px;
    line-height: 36px;
}
.mod-news .hd .title{
    font-size: 20px;
    font-weight: bold;
}
.mod-news .hd .title b{
    display: inline-block;
    padding: 0 12px;
    margin-right: 5px;
    background: #e3007a;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
}
.mod-news .bd li{
    padding: 4px 0;
    line-height: 24px;
}
.mod-news .bd li a{
    display: block;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-news .bd li a:hover{
    text-decoration: underline;
    color: #4bc061;
}
.mod-news .bd li a::after{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #ccc;
}

.mod-recommend .hd{
    padding: 0 5px;
    line-height: 40px;
    border-bottom: 2px solid #f5f5f5;
}
.mod-recommend .hd .title{
    font-size: 20px;
    font-weight: bold;
}
.mod-recommend .bd{
    overflow: hidden;
}
.mod-recommend .post{
    position: relative;
    bottom: -1px;
    padding: 15px 10px;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
}
.mod-recommend .post .c-hd{
    padding: 10px 0;
    line-height: 24px;
    font-size: 18px;
}
.mod-recommend .post:hover .c-hd a{
    color: #4bc061;
}
.mod-recommend .post .c-bd{
    margin-bottom: 5px;
    overflow: hidden;
}
.mod-recommend .post .picture{
    float: left;
    width: 240px;
    height: 135px;
    border: 1px solid #e8e8e8;
    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 .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-recommend .post .info{
    margin-left: 260px;
}
.mod-recommend .post .info p.summary{
    line-height: 24px;
    color: #666;
}
.mod-recommend .post .c-ft{
    color: #666;
}
.mod-recommend .post .c-ft span,.mod-recommend .post .c-ft time{
    margin-right: 15px;
}
.mod-recommend .post .c-ft .author{
    display: inline-block;
    padding-left: 20px;
    background: url('../image/icon-person.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-recommend .post .c-ft .date{
    display: inline-block;
    padding-left: 20px;
    background: url('../image/icon-time.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-recommend .post .c-ft .view{
    display: inline-block;
    padding-left: 20px;
    background: url('../image/icon-view.png') left center no-repeat;
    background-size: 16px 16px;
}
.mod-recommend .post .c-ft .tag{
    float: right;
    margin-right: 0;
}
.mod-recommend .post .c-ft .tag a{
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    line-height: 24px;
    white-space: nowrap;
    font-size: 13px;
    border-radius: 3px;
}

.mod-channel .hd{
    padding: 6px;
    line-height: 40px;
    border-bottom: 2px solid #999;
}
.mod-channel .hd .title{
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
.mod-channel .hd .title::before{
    display: inline-block;
    width: 36px;
    height: 36px;
    content: '';
    margin-right: 12px;
    vertical-align: middle;
    background: #999 url('../image/icon-hd.png') center center no-repeat;
    background-size: 24px 24px;
    border-radius: 12px;
}
.mod-channel .hd .more{
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
}
.mod-channel .bd{
    padding: 15px 5px;
}
.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: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-channel .bd li a:hover{
    text-decoration: underline;
    color: #4bc061;
}
.mod-channel .picture-view{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-bottom: 10px;
}
.mod-channel .item-picture{
    flex: 1;
    max-width: 275px;
    position: relative;
    margin: 0 5px;
    overflow: hidden;
}
.mod-channel .item-picture .picture{
    height: 150px;
    border: 1px solid #e8e8e8;
    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 .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-channel .item-picture .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    line-height: 36px;
    box-sizing: border-box;
}
.mod-channel .item-picture .title a{
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-channel ul{
    column-count: 2;
    column-gap: 25px;
}
.mod-channel:nth-of-type(6n) .hd{
    border-color: #ffa800;
}
.mod-channel:nth-of-type(6n) .hd .title::before{
    background-color: #ffa800;
}
.mod-channel:nth-of-type(6n+1) .hd{
    border-color: #a2cf36;
}
.mod-channel:nth-of-type(6n+1) .hd .title::before{
    background-color: #a2cf36;
}
.mod-channel:nth-of-type(6n+2) .hd{
    border-color: #9fcaed;
}
.mod-channel:nth-of-type(6n+2) .hd .title::before{
    background-color: #9fcaed;
}
.mod-channel:nth-of-type(6n+3) .hd{
    border-color: #ceaefa;
}
.mod-channel:nth-of-type(6n+3) .hd .title::before{
    background-color: #ceaefa;
}
.mod-channel:nth-of-type(6n+4) .hd{
    border-color: #f89283;
}
.mod-channel:nth-of-type(6n+4) .hd .title::before{
    background-color: #f89283;
}
.mod-channel:nth-of-type(6n+5) .hd{
    border-color: #68dcab;
}
.mod-channel:nth-of-type(6n+5) .hd .title::before{
    background-color: #68dcab;
}

.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-friendlink{
    margin-top: 50px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}
.mod-friendlink .hd{
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
}
.mod-friendlink .hd::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 120px;
    height: 3px;
    background: #254390;
}
.mod-friendlink .hd .title{
    font-size: 16px;
    font-weight: bold;
}
.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: 200px;
    }
    .mod-slider .item .picture{
        height: 200px;
        line-height: 200px;
    }
    .mod-slider .item .title{
        height: 65px;
        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;
        line-height: 32px;
    }
    .mod-recommend .hd .title{
        font-size: 18px;
    }
    .mod-recommend .post{
        padding: 5px;
    }
    .mod-recommend .post .c-hd{
        padding: 5px 0;
        font-size: 16px;
    }
    .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-recommend .post .c-ft{
        line-height: 24px;
        font-size: 12px;
    }
    .mod-recommend .post .c-ft .tag{
        float: none;
        display: block;
        width: auto;
    }

    .mod-channel .hd{
        line-height: 32px;
    }
    .mod-channel .hd .title{
        font-size: 18px;
    }
    .mod-channel .hd .title::before{
        width: 24px;
        height: 24px;
        margin-right: 8px;
        background-size: 16px 16px;
    }
    .mod-channel .hd .more{
        font-size: 12px;
    }
    .mod-channel .bd{
        padding: 5px;
    }
    .mod-channel .picture-view{
        flex-direction: column;
    }
    .mod-channel .item-picture{
        max-width: none;
        margin: 10px 0;
    }
    .mod-channel ul{
        column-count: 1;
    }
    
    .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;
    }
}