/* banner start 广告栏 */
    .banner,
    .recommend {
        height: 324px;
    }
    .recommend {
        float: left;
        position: relative;
        overflow: hidden;
    }
    .remmend-min-article {
        float: left;
        width: calc(100% - 576px);
        overflow: hidden;
    }

    /* min-recommend start */
        .min-recommend {
            float: left;
            margin-left: 16px;
        }

        .min-recommend .sub-title {
            position: relative;
            margin-bottom: 10px;
            padding: 0 10px;
            top: -55px;
            z-index: 2;
            bottom: 0;
            height: 35px;
            font-size: 13px;
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }
        .min-recommend:hover .sub-title {
            margin: auto;
            top: -50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }


    /* min-recommend end */


    /* max-recommend start */
        .left-banner .swiper-container {
            width: 576px;
        }
        .max-recommend {
            float: left;
            position: relative;
            width: 576px;
            height: 324px;
            overflow: hidden;
        }
        .max-recommend img {
            width: 100%;
            height: 100%;
            border-radius: 2px;
        }
        .max-recommend h1 {
            margin-top: 5px;
            font-size: 20px;
            width: 540px;
            color: #fff;
        }
        .max-recommend p {
            margin-top: 5px;
            max-height: 45px;
            color: #fff;
            font-size: 13px;
            line-height: 21px;
        }
        .max-recommend .sectitle {
            position: absolute;
            z-index: 2;
            padding: 5px 20px;
            bottom: 20px;
            left: 0;
            right: 0;
            color: #fff;
            text-decoration: none;
            box-sizing: border-box;
        }

        .recommend .pagination {
            position: absolute;
            z-index: 20;
            bottom: 10px;
            margin: auto 20px;
            text-align: left;
        }

        .recommend .swiper-pagination-switch {
            display: inline-block;
            width: 40px;
            height: 4px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background: #fff;
            margin: 0 5px;
            opacity: 0.8;
            cursor: pointer;
        }

        .recommend .swiper-active-switch {
            background: #4A90E2;
        }

    /* max-recommend end */
        .max-recommend:before,
        .min-recommend:before {
            content: '';
            z-index: 1;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
        }


            /* sen-recommend start */
        .sen-recommend {
            float: right;
        }
        .recommend-article {
            margin-bottom: 20px;
            position: relative;
            width: 272px;
            height: 152px;
        }
        .recommend-article img {
            width: 100%;
            height: 100%;
            border-radius: 2px;
        }
        .recommend-article h1 {
            position: absolute;
            padding: 8px 10px;
            bottom: 0;
            width: 100%;
            color: #fff;
            font-size: 13px;
            line-height: 20px;
            box-sizing: border-box;
            background: rgba(0,0,0,.5);
        }
        .recommend-article:hover h1 {
            white-space: inherit;
        }
    /* end sen-recommend */

/* end banner 广告栏*/



/* message-tab start 内容页*/
    .message-tab {
        margin-top: 20px;
    }
    .message-tab .tab-list {
        height: 40px;
        border-bottom: solid 1px #eee;
    }
    .message-tab .tab-list .tab-item {
        float: left;
        width: calc(100% / 7);
        line-height: 40px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }
    .message-tab .tab-list .line {
        position: absolute;
        width: 124.8px;
        height: 2px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        /*color: #333;*/
        /*font-size:18px;*/
        /*font-weight:500;*/
        /*margin-top: -2px;*/
        /*border-bottom: solid 2px #4a90e2;*/
        background: #4a90e2;
    }
    .message-tab .tab-list .tab-item.active {
        color: #333;
        font-size:18px;
        font-weight:500;
        /*margin-top: -2px;*/
        /*border-bottom: solid 2px #4a90e2;*/
    }
    .message-tab .tab-list p {
        cursor: pointer;
    }
    .message-tab .tab-btn-list {
        text-align: right;
    }
    .message-tab .tab-btn-list button {
        display: inline-block;
        margin-left: 16px;
        margin-top: 10px;
        background: none;
    }

/* end message-tab 内容页*/



/* side-author 大咖专栏 start */
.side-author .sidebar-list {
    margin: 0;
}
.side-author .column-item {
    position: relative;
    margin-bottom: 2px;
    margin-left: -10px;
    padding: 10px 0;
    padding-left: 10px;
    width: 304px;
    max-height: 140px;
    box-sizing: border-box;
    background: #fff;
}
.side-author .column-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width:294px;
    height: 1px;
    background: #eee;
}

.side-author .column-item .column-author {
    height: 80px;
    box-sizing: border-box;
}

.side-author .column-item .author-headerimg {
    float: left;
    width: 60px;
    height: 60px;
}
.side-author .column-item .author-deils {
    float: right;
    width: calc(100% - 72px);
}

.side-author .column-item .author-deils .name {
    margin-top: 6px;
}

.side-author .column-item .author-deils .des,
.side-author .column-item .author-deils span {
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}
.side-author .column-item .author-deils span {
    margin-top: 6px;
    width: 45%;
    display: inline-block;
}
/*.side-author .column-item .author-deils span:first-child {*/
    /*float: left;*/
/*}*/
/*.side-author .column-item .author-deils span:last-child {*/
    /*float: right;*/
    /*margin-right: 10px;*/
/*}*/

.side-author .column-item .author-headerimg img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.side-author .column-item .sidebar-list p {
    margin-right: 10px;
    font-size: 12px;
    color: #666666;
    height: 32px;
}
.side-author .column-item .sidebar-list a {
    border: none;
}

.side-author .column-item li:first-child {
    border: none;
}
.side-author .column-item li:first-child a {
    /*border-bottom: solid 1px #eee;*/
}

.side-author .column-item .sidebar-list ul li {
    height: 30px;
    line-height: 30px;
}
/* end side-author 大咖专栏 */