/*
    luoxing
*/
/* 左侧菜单栏区 */
.index_bg {
    background-color: #fff;
}
.article {
    width: 1200px;
    margin-top: 20px;
    height: auto;
}
.left_menu {
    float: left;
    width: 120px;
    margin-right: 30px;
    overflow: hidden;
}
.left_menu .m_item {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

.left_menu .m_item:hover{
    color: #fff;
    background-color: #04C3A0;
}
/*.left_menu .m_item span:hover {*/
    /*color: #fff;*/
/*}*/
.left_menu .m_item.active{
    background-color: #04C3A0;
    font-weight: bold;
    color: #fff;
}
.left_menu .m_item.active:hover {
    color: #fff;
}
/* 中间主体内容区*/
.center_list {
    float: left;
    width: 760px;
    margin-bottom: 60px;
}
.center_list .last {
    margin: 30px auto;
    text-align: center;
}
.center_list .text {
    color: #aaa;
    padding-left: 20px;
    padding-right: 20px;
}
.center_list .line {
    display: inline-block;
    width: 306px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.banner_box {
    width: 100%;
    /*margin-bottom: 24px;*/
    /*border-bottom: 1px solid #eee;*/
}
.banner_box:after {
    border-bottom: 1px solid #eee;
}
.banner_box .carousel .carousel-indicators {
    position: absolute;
    width: 80px;
    left: 88%;
    right: 0;
    bottom: 25px;
    margin-left: 0;
}
.banner_box .carousel .carousel-indicators li {
    height: 4px;
    width: 20px;
    margin: 0;
    border: none;
    background-color: hsla(0,0%,100%,.6);
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.banner_box .carousel .carousel-indicators li.active {
    height: 4px;
    width: 20px;
    border: none;
    background-color: hsla(0,0%,100%,.95);
}
.banner_box .carousel .carousel-control {
    width: 50px;
    height: 60px;
    font-size: 40px;
    top: 50%;
    margin-top: -45px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    background-image: none;
    opacity: 0;
}
.banner_box .carousel .carousel-indicators {
    opacity: 1;
}
.banner_box .carousel .carousel-control:hover {
    /*background-color: transparent;*/
}
.banner_box .carousel .carousel-inner {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.banner_box .carousel .carousel-inner img {
    width: 760px;
    height: 200px;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.banner_box .carousel .carousel-inner .banner_desc {
    position: relative;
    z-index: 11;
    top: -37px;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}

.article_content {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    /*padding-top: 20px;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article_content .top .left_info {
    display: inline-block;
    float: left;
    width: 80%;
}
.article_content .top .left_info a.title:hover{
    color: #04C3A0;
}
.article_content .top .left_info.left_article{
    width: 100%;
}
.article_content .top .p_left_info {
    width: 825px;
}

.article_content.add_width .top .left_info {
    width: 684px;
}
.article_content .top .left_info .title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.article_content .top .left_info .title:hover {
    color: #04C3A0;
}
.article_content .top .left_info .title div{
    font-weight: bold;
}
.article_content .top .left_info .content {
    line-height: 21px;
    color: #666;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.article_content .top .cover_pic {
    display: inline-block;
    float: right;
    width: 106px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.article_content .bottom {
    position: relative;
    margin-top: 15px;
}
.article_content .bottom .view_num,
.article_content .bottom .category,
.article_content .bottom .author_info {
    display: inline-block;
    color: #999;
    font-size: 12px;
}
.article_content .bottom a {
    color: #999;
}
.article_content .bottom .category {
    margin-left: 34px;
    margin-right: 60px;
}
.article_content .bottom .delete{
    display: inline-block;
    margin-left: 94px;
    color: #999;
    font-size: 12px;
}
.article_content .bottom .view_num i,
.view_num span{
    color: #999;
}
.article_content .bottom .author_info .head_portrait {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -5px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.article_content .bottom .author_info .name{
    margin-left: 35px;
}
.article_content .bottom .author_info a label:hover {
    color: #7a7f85;
}
.article_content .bottom .category i {
    margin-right: 5px;
    color: #999;
}
.article_content .bottom .category a{
    margin-right: 15px;
}
.article_content .bottom .category a:hover {
    color: #7a7f85;
}
/*.article_content .img_icon {*/
    /*float: left;*/
    /*width: 160px;*/
    /*height: 100px;*/
    /*margin: 20px;*/

/*}*/
/*.article_search .column_cover,*/
/*.article_content .column_cover {*/
    /*width: 112px;*/
    /*height: 150px;*/
/*}*/
/*.article_search .img_icon.search,*/
/*.article_content .img_icon.search {*/
    /*width: 190px;*/
    /*height: 150px;*/
    /*margin-right: 20px;*/
/*}*/
/*.article_search .img_icon img,*/
/*.article_content .img_icon img {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border-radius: 4px !important;*/
    /*-webkit-border-radius: 4px !important;*/
    /*-moz-border-radius: 4px !important;*/
/*}*/

/*.article_search .list_content,*/
/*.article_content .list_content {*/
    /*float: left;*/
    /*width: 550px;*/
    /*height: 96px;*/
    /*padding-top: 20px;*/
/*}*/
/*.article_search .list_content .title p,*/
/*.article_search .no_img_list_content .title p,*/
/*.article_content .list_content .title p,*/
/*.article_content .no_img_list_content .title p{*/
    /*font-weight: 700;*/
    /*margin-bottom: 15px;*/
    /*font-size: 18px;*/
    /*color: #333;*/
    /*line-height: 26px;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
/*}*/
/*.article_search .list_content .title p:hover,*/
/*.article_search .no_img_list_content .title p:hover,*/
/*.article_content .list_content .title p:hover,*/
/*.article_content .no_img_list_content .title p:hover {*/
    /*color: #4d6fc3;*/
/*}*/
/*.article_search .list_content .list-bottom,*/
/*.article_search .no_img_list_content .no_img_list_bottom,*/
/*.article_content .list_content .list-bottom,*/
/*.article_content .no_img_list_content .no_img_list_bottom {*/
    /*width: 100%;*/
    /*!*height: 24px;*!*/
/*}*/
/*.article_search .list_content .list-bottom .author_info,*/
/*.article_search .no_img_list_content .no_img_list_bottom .author_info,*/
/*.article_content .list_content .list-bottom .author_info,*/
/*.article_content .no_img_list_content .no_img_list_bottom .author_info{*/
    /*float: left;*/
    /*font-size: 12px;*/
    /*color:  #b7bfc7;*/
/*}*/
/*.article_search .list_content .list-bottom .author_info a img,*/
/*.article_search .no_img_list_content .no_img_list_bottom .author_info a img,*/
/*.article_content .list_content .list-bottom .author_info a img,*/
/*.article_content .no_img_list_content .no_img_list_bottom .author_info a img{*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*border-radius: 50% !important;*/
    /*-webkit-border-radius: 50% !important;*/
    /*-moz-border-radius: 50% !important;*/
/*}*/
/*.article_search .list_content .list-bottom .author_info a label,*/
/*.article_search .no_img_list_content .no_img_list_bottom .author_info a label,*/
/*.article_content .list_content .list-bottom .author_info a label,*/
/*.article_content .no_img_list_content .no_img_list_bottom .author_info a label{*/
    /*margin-left: 10px;*/
    /*color: #b7bfc7;*/
    /*cursor: pointer;*/
/*}*/
/*.article_search .list_content .list-bottom .author_info a label:hover,*/
/*.article_search .no_img_list_content .no_img_list_bottom .author_info a label:hover,*/
/*.article_content .list_content .list-bottom .author_info a label:hover,*/
/*.article_content .no_img_list_content .no_img_list_bottom .author_info a label:hover{*/
    /*color: #7a7f85;*/
/*}*/
/*.article_search .list_content .list-bottom .view_num,*/
/*.article_search .no_img_list_content .no_img_list_bottom .view_num,*/
/*.article_content .list_content .list-bottom .view_num,*/
/*.article_content .no_img_list_content .no_img_list_bottom .view_num{*/
    /*display: inline-block;*/
    /*margin-left: 30px;*/
    /*margin-top: 8px;*/
    /*font-size: 12px;*/
    /*color:  #b7bfc7;*/
/*}*/
/*.article_search .list_content .list-bottom .category,*/
/*.article_search .no_img_list_content .no_img_list_bottom .category,*/
/*.article_content .list_content .list-bottom .category,*/
/*.article_content .no_img_list_content .no_img_list_bottom .category{*/
    /*float: right;*/
    /*font-size: 12px;*/
    /*margin-top: 8px;*/
/*}*/
/*.article_search .list_content .list-bottom .category i,*/
/*.article_search .no_img_list_content .no_img_list_bottom .category i,*/
/*.article_content .list_content .list-bottom .category i,*/
/*.article_content .no_img_list_content .no_img_list_bottom .category i{*/
    /*margin-left: 15px;*/
    /*width: 5px;*/
    /*height: 12px;*/
    /*font-size: 12px;*/
    /*color: #93999f;*/
/*}*/
/*.article_search .list_content .list-bottom .category a,*/
/*.article_search .no_img_list_content .no_img_list_bottom .category a,*/
/*.article_content .list_content .list-bottom .category a,*/
/*.article_content .no_img_list_content .no_img_list_bottom .category a{*/
    /*margin-left: 15px;*/
    /*color: #b7bfc7;*/
/*}*/
/*.article_search .list_content .list-bottom .category a:hover,*/
/*.article_search .no_img_list_content .no_img_list_bottom .category a:hover,*/
/*.article_content .list_content .list-bottom .category a:hover,*/
/*.article_content .no_img_list_content .no_img_list_bottom .category a:hover{*/
    /*color: #7a7f85;*/
/*}*/
/*!**/
    /*专栏不同*/
/**!*/
/*.article_content .list_content .user_info {*/
    /*color: #aeb5bd;*/
/*}*/
/*.article_content .list_content .count {*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
/*}*/
/*.article_content .list_content .count .price{*/
    /*color: #de3f3a;*/
/*}*/
/*.article_content .list_content .count .free {*/
    /*color: #28b28b;*/
/*}*/
/*.article_content .list_content .count .course_total{*/
    /*color: #aeb5bd;*/
    /*margin-left: 10px;*/
    /*font-size: 12px;*/
    /*background-color: #f5f5f5;*/
    /*padding: 4px 10px;*/
    /*border-radius: 10px !important;*/
    /*-moz-border-radius: 10px !important;*/
    /*-webkit-border-radius: 10px !important;*/
/*}*/
/*.article_content .list_content .category {*/
    /*color: #aeb5bd;*/
/*}*/
/*.article_content .list_content .category a{*/
    /*color: #aeb5bd;*/
    /*margin-left: 10px;*/
/*}*/
/*!**/
    /*无文章图片时*/
/**!*/
/*.article_search .no_img_list_content,*/
/*.article_content .no_img_list_content {*/
    /*width: 770px;*/
    /*padding: 20px;*/
/*}*/

/*右侧个性化*/
.right_personalization {
    width: 260px;
    float: right;
}
.write_article {
    width: 260px;
    height: 100px;
    background: url('../../../../assets/images/common/writeArticlebg.png') center center no-repeat;
    background-size: cover;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}
.write_article a {
    width: 200px;
    height: 48px;
    margin: 25px 30px;
    border: none;
    background-color:#04C3A0;
    border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -webkit-border-radius: 24px !important;
}
.write_article a:hover {
    border: none;
    background-color: #04C3A0;
}
.write_article a i {
    margin-top: 10px;
    /*line-height: 38px;*/
}
.write_article a i span{
    /*font-size: 14px;*/
    /*position: absolute;*/
    /*margin-top: 5px;*/
}
.hot_article h3,
.recommended_author h3{
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
}
.hot_article .title,
.recommended_author .title {
    border-bottom: 1px solid #eee;
}
.hot_article .title .more,
.recommended_author .title .more{
    float: right;
    margin-top: 30px;
    font-size: 12px;
    color: #9199a1;
    line-height: 24px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.hot_article .more a,
.recommended_author .more a{
    font-size: 12px;
    margin-right: 10px;
    color: #1c1f21;
}
.hot_article .more i,
.recommended_author .more i{
    font-size: 10px;
    color: #1c1f21;
}
.hot_article .more a:hover,
.recommended_author .more a:hover{
    color: #545c63;
}
.hot_article  .article_list .item{
    margin-bottom: 15px;
    margin-top: 20px;
}
.hot_article .article_list .item .img_icon{
    position: relative;
    float: left;
    background-size: cover;
    margin-right: 10px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.hot_article .article_list .item .img_icon img{
    width: 60px;
    height: 60px;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.hot_article .article_list .item .text {
    width: 185px;
    font-size: 14px;
    color: #42494d;
    line-height: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.hot_article .article_list .item .text:hover {
    color: #4d6fc3;
}
/*  作者栏目 */
.recommended_author .person_list {
    margin-bottom: 20px;
}
.recommended_author .person_list .person{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.recommended_author .person_list .person .img_icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.recommended_author .person_list .person .img_icon img{
    width: 100%;
    height: 100%;
}
.recommended_author .person_list .person a .text {
    float: left;
    margin-left: 16px;
    margin-top: 3px;
    text-align: left;
}
.recommended_author .person_list .person a .text .name {
    font-weight: 700;
    font-size: 14px;
    color: #383d42;
    line-height: 22px;
    margin-bottom: 2px;
}
.recommended_author .person_list .person a .text span {
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
}
.recommended_author .person_list .person .follow,
.recommended_author .person_list .person .unfollow{
    float: right;
    margin-top: -37px;
    margin-right: 15px;
}
.recommended_author .person_list .person .follow {
    color: #077eec;
}
.recommended_author .person_list .person .unfollow {
    color: #999;
}

.recommend_box {
    width: 260px;
    /*margin-top: 10px;*/
    background: #fff;
}
.recommend_box .side_title {
    width: 260px;
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.right_personalization .article_title{
    height: 37px;
    line-height: 1;
}
.recommend_product {
    padding-top: 20px;
}
.recommend_product .product_item {
    padding: 0;
    margin-bottom: 20px;
}
.recommend_product .item_img {
    float: left;
    position: relative;
    width: 110px;
    height: 64px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.recommend_product .item_info {
    float: right;
    width: calc(100% - 110px);
    padding-left: 8px;
}
.recommend_product .product_name {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    margin-top: -5px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommend_product .product_price {
    line-height: 1;
    padding-top: 7px;
    color: #de3f3a;
}
.recommend_product .product_price.free {
    color: #28b28b;
}
.recommend_product .original_price{
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
    text-decoration: line-through;
}
.recommend_product .discount_logo{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 10px;
    background: rgba(240,95,33,1);
    border: 1px solid rgba(255,255,255,1);
    color: #fff;
    font-size: 12px;
    border-radius: 14px!important;
    -webkit-border-radius: 14px!important;
    -moz-border-radius: 14px!important;
}
/*加载更多*/
.loading button {
    background-color: #e8e8eb;
    border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -webkit-border-radius: 24px !important;
}
.loading .icon-loadmore {
    animation: spin 1s linear infinite;
    font-size: 14px;
    line-height: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*新增*/
.center_list .course_banner{
    overflow: hidden;
}
.center_list .new_article{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(51,51,51,1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.center_list .new_article.new_attention{
    padding-bottom: 7px;
}
.center_list .new_attention a{
    padding-bottom: 7px;
    margin-right: 60px;
    color:rgba(51,51,51,1);
}
.new_attention a.active{
    color: rgba(4,195,160,1);
    border-bottom: 3px solid rgba(4,195,160,1);
}
.new_attention a.my_attention{
    float: right;
    margin-right: 0;
    font-size:14px;
    font-weight:400;
    font-family:Source Han Sans CN;
    color:rgba(4,195,160,1);
}

.article_content .bottom .author_info label{
    color: #999;
}