.test{
    color:#ddd;
}
.index + .page-footer .footer-friend-herf {
    /*控制底部友情链接的样式*/
    /*display: none;*/
}
.side-advertisement {
    margin-top: 28px;
}

/*节日背景样式 皮肤st*/

.index {
    background-size: 1920px;
    min-height: 1000px;
    /* background: url("../../v2_images/bg3.jpg") no-repeat center 100%;
    background-position: center 0; */
    /* 节日后注释 */
    /* margin-top: -22px; */
}
.advertisingBox {
    height: 370px;
    padding-top: 20px;
    transition: height 0.3s;
    overflow: hidden;
}
.advertisingBox.hide {
    height: 0px;
    padding-top: 0;
}
.advertisingInnerBox {
    position: relative;
}
.advertisingBox .advertising {
    width: 100%;
    height: 350px;
    transition: height 0.3s;
    cursor: pointer;
}
.advertisingBox .close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 100;
}
.advertisingBox.hide .advertising {
    height: 0;
}
.advertisingBox.hide .close {
    display: none;
}
.page-main, .sidebar {
    /* margin-top: 200px !important; */
}
/*节日背景样式 皮肤ed*/

/* 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: 22px;
        }

        .min-recommend .sub-title {
            position: relative;
            margin-bottom: 10px;
            padding: 0 10px;
            top: -45px;
            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: 25px;
            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-bullet {
            background: #fff;
            opacity: 0.5;
        }
        .recommend .swiper-pagination-bullet-active {
            background: #007aff;
        }
        .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%);
        } */
        .min-recommend:after {
            content: '';
            z-index: 1;
            position: absolute;
            left: 0;
            /* right: 0; */
            bottom: 0;
            /* top: 0; */
            width: 100%;
            height: 18%;
            background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        }
        .max-recommend:after {
            content: '';
            z-index: 1;
            position: absolute;
            left: 0;
            /* right: 0; */
            bottom: 0;
            /* top: 0; */
            width: 100%;
            height: 20%;
            background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 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: 12px;
    }
    .message-tab .tab-list {
        position: relative;
        height: 40px;
        border-bottom: solid 1px #eee;
        box-sizing: border-box;
    }
    .message-tab .tab-list .tab-item {
        float: left;
        width: calc(100% / 7);
        line-height: 20px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }


    .message-tab .tab-list .line {
        position: absolute;
        width: 124.8px;
        height: 2px;
        bottom: 0;
        left: 0;
        -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: #4A90E2;
        /* font-size:18px; */
        font-weight:bold;
        /*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 大咖专栏 */

/*2019.9.16 首页轮播样式控制*/
.index-gg {
    display: block;
    width: 864px;
    height: 145px;
    overflow: hidden;
}
/* sidebar 20210315 优化 */
/* 快讯 */
.sidebar .news_flash .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .news_flash .title_box .left_img img {
    margin-right: 4px;
}
.sidebar .news_flash .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .news_flash .title_box .left_img span {
    font-size: 14px;
    color: #4A90E2;
    font-weight: bold;
}
.sidebar .news_flash .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .news_flash .scroll_box {
    height: 290px;
    overflow: hidden;
}
.sidebar .news_flash .scroll_box ul {
    overflow: hidden;
    padding:0;
    margin:0;
    list-style: none;
}
.sidebar .news_flash .scroll_box .item {
    display: flex;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.sidebar .news_flash .scroll_box .item .list_bg {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    background: #f4f4f4;
    z-index: 1;
}
.sidebar .news_flash .scroll_box .item:hover .list_bg {
    width: 100%;
}
.sidebar .news_flash .scroll_box .item .left_dot {
    width: 5px;
    height: 5px;
    background: #4A90E2;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 7px;
    z-index: 10;
}
.sidebar .news_flash .scroll_box .item .right_msg {
    flex: 1;
    z-index: 10;
}
.sidebar .news_flash .scroll_box .item .right_msg .news_title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}
.sidebar .news_flash .scroll_box .item:hover .right_msg .news_title {
    color: #4A90E2;
}
.sidebar .news_flash .scroll_box .item .right_msg .time {
    font-size: 13px;
    color: #999999;
}
/* 快讯 end */
/* 商学院 */
.sidebar .sxy {
    padding: 20px 0 0;
}
.sidebar .sxy .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .sxy .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .sxy .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .sxy .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .sxy .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .sxy .content .item {
    margin-top: 10px;
    height: 170px;
}
.sidebar .sxy .content .item img {
    width: 100%;
    height: 170px;
    border-radius: 4px;
}
/* 商学院 end */
/* 课程 */
.sidebar .course {
    padding: 20px 0 0;
}
.sidebar .course .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .course .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .course .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .course .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .course .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .course .content .item {
    display: flex;
    height: 70px;
    margin-top: 10px;
}
.sidebar .course .content .item .left_img {
    margin-right: 10px;
    width: 125px;
    height: 70px;
    overflow: hidden;
}
.sidebar .course .content .item .left_img img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .course .content .item .left_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sidebar .course .content .item .right_name {
    font-size: 13px;
    line-height: 20px;
    flex: 1;
}
.sidebar .course .content .item .right_name:hover {
    color: #4A90E2;
}
/* 课程 end */
/* 活动 */
.sidebar .activity {
    padding: 20px 0 0;
}
.sidebar .activity .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .activity .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .activity .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .activity .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .activity .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .activity_swiper {
    height: 170px;
    margin-top: 10px;
}
.sidebar .activity_swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.sidebar .activity_swiper .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    border: 1px solid #fff;
    cursor: pointer;
}
.sidebar .activity_swiper .pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/* 活动 end */
/* 专栏 */
.sidebar .special_column {
    padding: 20px 0 0;
}
.sidebar .special_column .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.sidebar .special_column .title_box .left_img {
    display: flex;
    align-items: center;
}
.sidebar .special_column .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .special_column .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.sidebar .special_column .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.sidebar .special_column .content .item:not(:last-of-type) {
    margin-bottom: 15px;
}
.sidebar .special_column .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar .special_column .content .item .left_introduce {
    width: 208px;
}
.sidebar .special_column .content .item .left_introduce .name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.sidebar .special_column .content .item .left_introduce .introduce {
    font-size: 12px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .special_column .content .item .head_photo {
    width: 70px;
    height: 70px;
}
.sidebar .special_column .content .item .head_photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
/* 专栏 end */
/* 24小时热榜 */
.sidebar .hot_list {
    padding: 4px 0 0;
}
.sidebar .hot_list .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.sidebar .hot_list .title_box img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sidebar .hot_list .title_box span {
    font-size: 16px;
    color: #EC5E69;
    font-weight: bold;
}
.sidebar .hot_list .the_previous_two {
    width: 302px;
    height: 170px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.sidebar .hot_list .the_previous_two .cover_img_box {
    width: 302px;
    height: 170px;
    overflow: hidden;
}
.sidebar .hot_list .the_previous_two .cover_img {
    width: 302px;
    height: 170px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .hot_list .the_previous_two:hover .cover_img_box .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sidebar .hot_list .the_previous_two .sort {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 0;
    left: -8px;
}
.sidebar .hot_list .the_previous_two .item_title {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    /* width: 100%; */
    padding: 0 15px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .hot_list .content .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 302px;
}
.sidebar .hot_list .content .item .left_cover {
    width: 125px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.sidebar .hot_list .content .item .left_cover .cover_img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sidebar .hot_list .content .item .left_cover .sort {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar .hot_list .content .item .right_text {
    height: 70px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar .hot_list .content .item .right_text .item_title {
    font-size: 13px;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar .hot_list .content .item .right_text .item_title:hover {
    color: #4A90E2;
}
.sidebar .hot_list .content .item .right_text .time {
    font-size: 12px;
    color: #999999;
}
.sidebar .hot_list .content .item .left_cover:hover .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/* 24小时热榜 end */