.ql-content{
    background: #fff;
    padding-bottom: 60px;
    font-size:12px;
}
.ql-content .ql-crumb{
    width:1200px;
    margin:0 auto;
}
.ql-content .ql-crumb .breadcrumb{
    margin: 0;
    padding: 0;
    line-height: 60px;
}
.breadcrumb li{
    display:inline-block;
}
.breadcrumb li a{
    color:#008fff;

}
.breadcrumb li+li:before{
    content: "\003E";
    padding: 0 2px;
    color: #777;
}

.ql-container{
    width:1230px;
    margin:0 auto;
}
.ql-container .ql-left, .ql-container .ql-right{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.ql-container .ql-left{
    width: 66.66666667%;
}
.ql-container .ql-right{
    width: 33.33333333%;
}
.ql-container::before, .ql-container::after{
    content:'';
    display:table;
    height:0;
    clear:both;
}
.ql-left .organization{
    margin-bottom: 20px;
    padding: 24px 26px 26px 30px;
    background: #fff;
}
.ql-left dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.ql-left dl .organization-logo{
    width:90px;
    height:90px;
    border-radius:12px;
    background:#d8d8d8;
    vertical-align:middle;
}
.ql-left dl .organization-con{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 22px;
}

.ql-left dl .organization-con .organization-con-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #373d41;
    margin-bottom: 5px;
}
.organization-con-header .header-title{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
}
.organization-con-header .header-title .title{
    font-size:18px;
}
.organization-con-header .header-title .title i{
    font-size:17px;
    font-weight:bold;
}
.organization-con-header .header-title .dingding{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 18px;
    color: #373d41;
    cursor: pointer;
    line-height: 22px;
}
.organization-con-header .header-title .dingding .ding-icon{
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:-3px;
}
.organization-con-header .des{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.organization-con-header .des a{
    color:#373d41;
}
.organization-con-header .des a:hover{
    color:#008fff;
}
.organization-con-header .des i{
    margin: 0 5px;
}
.organization-con .organization-con-body{
    display: -webkit-box;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    color: #73777a;
}
.organization .organization-btn{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 86px;
    border: 0;
}
.organization .organization-btn .btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #008fff;
    border-color: #008fff;
    line-height: 32px;
    padding: 0 14px;
}
.organization .organization-btn .btn:hover{
    opacity:0.9;
}





.ql-left dl .organization-btn{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 86px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ql-right .tabNum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 0 19px;
    margin-bottom: 20px;
    background: #fff;
    height: 142px;
}
.ql-right .tabNum dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 96px;
    margin: 0;
    text-align: center;
    border-right: 1px solid rgba(119,127,132,.2);
}
.ql-right .tabNum dl:last-child{
    border:none;
}

.ql-right .tabNum dl .title{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 9px;
    font-size: 18px;
}
.ql-right .tabNum dl dd{
    font-size: 14px;
    color: #373d41;
    line-height:1.4;
}

.ql-left .ql-wrap{
    padding: 0;
    background: #fff;
}
.ql-left .ql-wrap .app-nav-tab{
    position: relative;
}
.ql-left .ql-wrap .app-nav-tab .nav-tab-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}
.app-nav-tab .nav-tab-box li a{
    position: relative;
    display: inline-block;
    margin-right: 6px;
    padding: 0 22px;
    line-height: 48px;
    font-size: 14px;
    color: #373d41;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.app-nav-tab .nav-tab-box li a.active{
    border-bottom: 2px solid #008fff;
    color: #008fff;
}
.app-nav-tab .ql-line{
    position: absolute;
    left: 0;
    top: 49px;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(151,151,151,.2);
}


.ql-wrap .tab-new{
    padding-bottom: 20px;
}
.ql-wrap .tab-new .filter-word{
    margin-bottom: 5px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ql-wrap .tab-new .filter-word input{
    width: 300px;
    height: 34px;
    padding: 9px 12px;
    border: 1px solid #d7d8d9;
    border-right: 0;
    outline:none;
}
.ql-wrap .tab-new .filter-word span.filter-btns{
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
    color: #008fff;
    border: 1px solid #008fff;
    cursor: pointer;
    margin-right: 7px;
    
}
.ql-wrap .tab-new .filter-word span.filter-btn{
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid;
    cursor: pointer;
    margin-right: 7px;
    
}
.ql-wrap .tab-new .filter-word span:hover{
    background-color:rgba(51,102,205,.1);
}
.ql-wrap .tab-new .faq-list{
    background: #fff;
    padding: 0 30px 13px;
}
.ql-wrap .tab-new .faq-list .faq-item{
    padding-top: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(151,151,151,.2);
}
.ql-wrap .tab-new .faq-list .faq-item .item-header-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-list .faq-item .item-header-box .header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 90%;
    margin-bottom: 8px;
}
.faq-list .faq-item .item-header-box .header .voucher{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 20px;
    color: #73777a;
    display: none;
}
.faq-list .faq-item .item-header-box .header .voucher img{
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.faq-list .faq-item .item-header-box .header .voucher em{
    font-size: 14px;
    color: #008fff;
    font-style:normal;
}
.faq-list .faq-item .item-header-box .header .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.faq-list .faq-item .item-header-box .header .title a{
    margin-right: 4px;
    font-size: 14px;
    color: #373d41;
    text-decoration: none;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.faq-list .faq-item .item-header-box .header .title a:hover{
    color:#008fff;
}
.faq-list .faq-item .item-header-box .time{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    font-size: 12px;
    color: #73777a;
}
.faq-list .faq-item .sign{
    font-size: 12px;
    color: #9b9ea0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.faq-list .faq-item .sign span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.faq-list .faq-item .sign span:nth-child(1) img{
    width: 14px;
    height: 10px;
}
.faq-list .faq-item .sign span:nth-child(2) img{
    width: 14px;
    height: 12px;
}
.faq-list .faq-item .sign span img{
    margin-right:4px;
}
.faq-list .faq-item .sign span em{
    line-height:18px;
    font-style:normal;
    font-weight:500;
}


.tab-new .ql-pagination{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
}
.tab-new .ql-pagination .pagination-ul li{
    display: inline;
}
.pagination-ul li a{
    position: relative;
    float: left;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px;
    line-height: 1.5;
    color: #373d41;
    background: #fff;
    font-size: 12px;
    padding: 5px 11px;
    cursor:pointer;
}
.pagination-ul li a:hover{
    z-index: 2;
    color: #007e92;
    background-color: #eee;
    border-color: #ddd;
}
.pagination-ul li.active a{
    font-size: 12px;
    color: #fff;
    background: #008fff;
    border: 1px solid #008fff;
    
}
.tab-new .ql-pagination::before, .tab-new .ql-pagination::after{
    content: " ";
    display: table;
    clear:both;
}

.m-panel{
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ebecec;
}
.m-panel .m-panel-heading{
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 18px 13px 15px;
}
.m-panel .m-panel-heading h5{
    float: left;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.m-panel .m-panel-heading::before, .m-panel .m-panel-heading::after{
    content:'';
    display:table;
    clear:both;
}
.m-panel .m-panel-body{
    text-align:left;
}
.m-panel .m-panel-body table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}
.m-panel-body table tr th{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    color: #9b9ea0;
    text-align: center;
}
.m-panel-body table tr .th-width{
    width: 220px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
}
.m-panel-body table tr .cloud-tds{
    width: 14%;
    text-align: left;
}
.m-panel-body table tr td{
    padding: 9px 0;
    font-size: 14px;
    text-align: center;
}
.m-panel-body table tr td .sequence{
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-size: 14px;
    color: #73777a;
    text-align: center;
    background: #ebecec;
}
.m-panel-body table tbody tr:nth-child(1) td .sequence, .m-panel-body table tbody tr:nth-child(2) td .sequence, .m-panel-body table tbody tr:nth-child(3) td .sequence{
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #008fff;
    color: #fff;
}
.m-panel-body table tr td:nth-child(2){
    text-align: left;
    padding-left: 10px;
}
.m-panel-body table tr td:nth-child(3){
    text-align: left;
    color:#999;
}
.m-panel-body table tr td .user-top{
    color: #373d41;
    float: left;
    text-decoration: none;
}
.m-panel-body table tr td .user-top:hover{
    color:#008fff;
}
.m-panel-heading .heading .head-link{
    font-size:12px;
    color:#008fff;
    float:right;
    margin-top:4px;
}

.organization-con-header .header-title .dingding:hover .ding-hover{
    opacity:1;
    visibility:visible;
}
.organization-con-header .header-title .dingding .ding-hover{
    position:absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow:0 0 4px rgba(0,0,0,.3);
    width:210px;
    background:#fff;
    padding:2px;
    top:-40px;
    left:70px;
    opacity:0;
    visibility:hidden;
}
.organization-con-header .header-title .dingding .ding-hover .ding-img img{
    width:80px;
    height:80px;
    vertical-align:middle;
}
.organization-con-header .header-title .dingding .ding-hover .ding-con{
    text-align:center;
    margin-left:5px;
}



.information-list-more{
display: block;
    margin: 24px auto 0;
    width: 100%;
    font-size: 14px;
    color: #999 !important;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    cursor: pointer;
    }
.information-list-more1{
    display: block;
    margin: 24px auto 0;
    width: 100%;
    font-size: 14px;
    color: #999 !important;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    cursor: pointer;
    }


.heisi{
    color: #373d41 !important;
}




/* 选项卡 */
.com-container, .com-container *{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.com-container{
    padding-bottom:1px;
    width: 770px;
}
.com-body-main{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:30px auto;
    padding:0;
    max-width:1200px;
    margin-top:0;
    position:relative;
}
.non-tab-hd {
    border-bottom: 1px solid #e5e5e5;
}
.non-tab-ctrl{
    font-size:0;
}
.non-tab-ctrl-item {
    display: inline-block;
    vertical-align: middle;
}
.non-tab-ctrl-item a{
    display: block;
    position: relative;
    padding: 0 32px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #666;
    font-weight: 700;
}
.non-tab-ctrl-item.actived a,.non-tab-ctrl-item:hover a{
    color: #008fff;
    cursor:pointer;
}
.non-tab-ctrl-item.actived a:before{
    content:'';
    position:absolute;
    left:20px;
    top:50%;
    margin-top:-3px;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color:#008fff;
}
.non-layout{
    padding-top:20px;
    font-size:0;
}
.non-main{
    display:inline-block;
    vertical-align:top;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    padding:0 60px 0 20px;
    width:100%;
    font-size:14px;
}
.non-sidebar{
    display:inline-block;
    vertical-align:top;
    width:0%;
    font-size:14px;
}
.non-filter-wrap {
    position: relative;
    margin-bottom: 5px;
}
.non-filter-wrap .non-filter-links {
    margin-bottom: 0;
    font-size:0;
}
.non-filter-wrap .non-filter-links .non-filter-links-title{
    display:inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
}
.non-filter-wrap .non-filter-links .non-filter-link{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.non-filter-wrap .non-filter-links .non-filter-link.actived, .non-filter-wrap .non-filter-links .non-filter-link:hover{
    color: #008fff;
}
.non-filter-link:after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    width:1px;
    height:11px;
    background-color:#999;
}
.non-filter-link:last-child:after{
    display:none;
}
.com-body-main a:active{
    text-decoration:none;
}
.non-2-product-actions{
    -webkit-font-smoothing: antialiased;
    margin-left: -20px;
    margin-right: -20px;
}
.com-article-panel-v2{
    position:relative;
    display:block;
    padding:25px 20px;
    text-align:left;
    border-bottom:1px solid #eee;
}
.com-article-panel-v2-link{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
}
.non-2-product-actions .com-article-panel-v2-hd{
    position: relative;
    padding-left: 46px;
}
.non-2-product-actions .com-article-panel-v2-hds{
    position: relative;
    padding-left: 0px !important;
}
.non-2-product-actions .com-article-panel-v2-hd1{
    position: relative;
    padding-left: 55px !important;
}
.non-2-product-actions .action-tag{
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #FF7800;
    border-radius: 2px;
    white-space: nowrap;
    color: #FF7800;
}
.com-article-panel-v2-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
}
.com-article-panel-v2-bd{
    margin-top: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.com-article-panel-v2-cnt{
    display: table-cell;
    vertical-align: middle;
}

.com-article-panel-v2-user-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
.com-article-panel-v2-user-wrap .com-media{
    display:table;
    table-layout:fixed;
    width:100%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.com-article-panel-v2-user-wrap .com-media-object{
    display:table-cell;
    vertical-align:top;
    padding-right:10px;
    -webkit-box-sizing:content-box;
            box-sizing:content-box;
    width:24px;
}
.com-article-panel-v2-user-wrap .com-media-object .com-media-img{
    display:block;
    width:24px;
    height:24px;
    border:1px solid #e5e5e5;
    background-image:url(../images/cms/cvm.svg);
    background-size:cover;
    border-radius:50%;
    border-bottom-left-radius:0;
}
.com-article-panel-v2-user-wrap .com-media-body{
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.com-article-panel-v2-user-wrap .com-media-body .author-info{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 15em;
}
.com-article-panel-v2-user-wrap .com-media-body .author-info:hover{
    color:#008fff;
}
.com-article-panel-v2-user-wrap .com-media-body .com-v-box:before{
    content: '\B7';
    margin: 0 5px;
}
.com-article-panel-v2-user-wrap .com-media-body .com-v-box{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.com-article-panel-v2-des{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.com-article-panel-v2-opt{
    position: relative;
    font-size: 0;
    line-height: 20px;
    margin-top: 10px;
    z-index: 2;
}
.com-article-panel-v2-opt .com-opt-link{
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}
.com-article-panel-v2-opt .com-opt-link i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: 100% auto;

    position:relative;
    top:-1px;
    margin-right:5px;
}
.com-article-panel-v2-opt .com-opt-link .com-i-view{
    background:url(/images/liulan.png) no-repeat 50%;
}
.com-article-panel-v2-opt .com-opt-link .com-i-like{
    background:url(/images/time.png) no-repeat 50%;
}
.com-article-panel-v2-opt .com-opt-link .com-i-pl{
    background:url(/images/pinglun.png) no-repeat 50%;
}
.com-article-panel-v2:hover .com-article-panel-v2-title{
    color:#008fff;
}


.non-2-product-actions .com-ask-panel{
    padding: 25px 20px;
    border-bottom:1px solid #f1f1f1;
}
.non-2-product-actions .com-ask-panel-hd{
    position:relative;
    padding-left:72px;
    min-height:0;
}
.non-2-product-actions .com-ask-panel-hd .ask-title{
    font-size:18px;
    line-height:27px;
    color:#000;
    font-weight:300;
}

.non-2-product-actions .com-ask-panel-hd .ask-title a{
    display: block;
    display: -webkit-box;
    color: inherit;
    max-height: 54px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    max-height: none;
}
.non-2-product-actions .com-ask-panel-hd .ask-title a:hover{
    color: #008fff;
    text-decoration: none;
}
.non-2-product-actions .com-ask-panel-hd .ask-title-num {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

/* 分页 */
.zixun_list_page{
    width: 100%;
    text-align: left;
    margin-top: 30px;
    font-size:0;
}
.zixun_list_page a, .zixun_list_page span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
.zixun_list_page .pages{
    border:0;
}
.zixun_list_page .current{
    background-color: #3366ff;
    color:#fff;
}
.non-tab-ctrl-item{
    position:relative;
}
.non-tab-ctrl-item img{
    position:absolute;
    top:-3px;
    width:40px;
    left:50%;
    margin-left:-22px;
}

.com-article-panel-story{
    padding-left:212px;
    position:relative;
}
.com-article-panel-story .img-wrap{
    position:absolute;
    left:28px;
    top:50%;
    margin-top:-58px;
}
.com-article-panel-story .img-wrap img{
    width:150px;
    height:116px;
    display:block;
    border-radius: 20px;
}
.ql-container .ql-righttitle{
    margin-left: 30px;
    font-size: 16px;
    font-weight: bolder;
}
.activity-box h3{
    font-size: 16px;
    font-weight: bolder;        
}




/* 列表修改 */
.lab-series-main .labs{
    counter-reset:num 0;
    margin-bottom:90px;
}
.lab-series-main .labs .step{
    margin-top:62px;
    /*border-bottom:1px solid #e5e5e5;*/
    min-height:70px;
}
.lab-series-main .labs .step>.title{
    font-size:18px;
    font-weight:400;
    height:18px;
    line-height:18px;
    margin-left:32px;
    color:#000;
    position:relative;
    margin-bottom:17px;
    counter-increment:num;
}
.lab-series-main .labs .step>.title:before{
    content: counter(num) ' .';
    position:absolute;
    left:-32px;
    top:-1px;
    font-size:20px;
    color:#333;
}
.lab-series-main .labs .step .reset .lab{
    position:relative;
    height:70px;
    border-top:1px solid #e5e5e5;
}
.lab-series-main .labs .step .reset .lab .title{
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 524px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-left: 14px;
}
.lab-series-main .labs .step .reset .lab .time{
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 124px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 32px;
}
.lab-series-main .labs .step .reset .lab .btn-group{
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    padding-top: 22px;
    box-sizing: border-box;
}
.lab-series-main .labs .step .reset .lab .btn-group .detail{
    line-height: 27px;
    color: #00a4ff;
}

.top-lab{
    position: relative;
    padding: 25px 0;
    /* border-bottom: 1px solid #E1E3E9; */
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
}
.top-lab:hover, .lab-series-main .labs .step .reset .lab:hover{
    background: linear-gradient(to right,rgba(243,245,249,0),rgba(243,245,249,100) 15%,rgba(243,245,249,100) 85%,rgba(243,245,249,0));
}
.top-lab>.panel-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.top-lab .panel-media{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top-lab .panel-media .panel-object{
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding-left: 0;
    padding-right: 24px;
    box-sizing:content-box;
}
.top-lab .panel-media .panel-object .com-thumbnail{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 200px;
    height: 150px;
}
.top-lab .panel-media .panel-object .com-thumbnail .article-panel-special{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 28px;
    background-color: #FF7800;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}
.top-lab .panel-media .panel-body{
    display: table-cell;
    vertical-align: top;
}
.top-lab .panel-media .panel-body .article-panel-title{
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-lab .panel-media .panel-body .article-panel-desc{
    margin-top: 17px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    word-wrap: break-word;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*max-height: 48px;*/
}

.anniu{
    float: right;
}