* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{font-family:"microsoft yahei","微软雅黑","open sans",arial,"stheiti","wenquanyi micro hei",simsun,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;}
body{margin:0;padding:0;font-size:14px;color:#272727;line-height:1.42857143;}
h3{font-size: 22px;font-weight: 400;display: block;font-weight: bold;}
.hidden{display: none;}
.rf{float:right;}
.lf{float:left;}
.dflex{display: flex;}
:root{
    --padding-lr:calc((100vw - 1180px) / 2);
    --color-red:#fe3956;
}
img[],img:not([src]){
    /* background:  no-repeat center; */
    background-color: #0e92eb;
    background-size:100% 100%;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color:var(--color-red);
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid var(--color-red);
}
/* 整页滚动条自定义 */
::-webkit-scrollbar {width: 15px;}/*滚动条宽度*/
::-webkit-scrollbar-thumb {/*滚动条滑块样式*/background-color: #8b8b8b;border-radius: 10px;border: 2px solid #fff;}
::-webkit-scrollbar-track {/*滚动条轨道样式*/background-color: #f5f5f5;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
/* layui 表格 左侧置顶 */
.layui-table-fixed{z-index: 8;}
/* 头盒子 */
.header-box{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:60px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index:99;
}
.layui-nav .layui-this:after,.header-box .layui-nav-bar{
    background-color: rgba(255, 255, 255, 0.01);
}
.header-box ul{
    background-color:black;
    color:#fff;
    height:60px;
    border-bottom:2px solid var(--color-red);
    padding:0 var(--padding-lr);
}
.header-box .action{
    background-color:var(--color-red);
}
.header-logo{
    margin-right:50px;
}
.header-logo img{
    height:30px;
}
.header-search-box{
    line-height:30px;
    background-color:rgba(60,60,60,.85);
    padding-left:10px;
    margin-top: 15px;
}
.header-search{
    width:200px;
    margin:15px;
}
.header-search input{
    line-height:30px;
    background-color:rgba(60,60,60,.85);
    width:170px;
    color:#fff;
    border:0;
}
.header-box .header-img{
    width:40px;
    height:40px;
    background-color: #fff;padding: 3px;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);box-sizing: border-box;border-radius: 50%;
}
/* 用户登录后的操作框 */
.user-login-box{
    position:fixed;
    top:60px;
    z-index:99;
    padding: 0 var(--padding-lr);
    width: 100%;
    display: none;
}
.user-login-box .user-list-box{
    float: right;
    width:80px;
    height:80px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.user-login-box .user-list-box li{
    width: 100%;
    text-align: center;
    margin:6px 0;
    padding: 5px;
}
.user-login-box .user-list-box li:hover{
    background-color: #f8f8f8;
}
/* 菜单盒子 */
.menus-box{
    z-index: 99;
    position:fixed;
    left:30px;
    top:80px;
    background-color:rgba(129, 118, 118, 0.61);
    padding:10px;
    /* border:1px solid red; */
    text-align:center;
    border-radius:5px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.menus-box li{
    padding:4px 0;
}
.menus-box a{
    color:#fff;
}
.menus-box li .action{
    color:var(--color-red);
}
.menus-box img{
    width:100px;
}
.menus-box-mini{
    z-index: 99;
    position:fixed;
    left:30px;
    top:80px;
    background-color:black;
    color:#fff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:25px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* 内容盒子 */
.content-box{
    margin-top:60px;
    padding:6px var(--padding-lr) 20px var(--padding-lr);
    min-height:calc(100vh - 300px);
    display: block;
    overflow: hidden;
    background-color: #fff;
}
.left-box{
    float: left;
    width:809px;
    height:100%;
    min-width: 676px;
}
.right-box, .right-fixed{
    float: left;
    overflow: hidden;
    margin-left:30px;
    min-width:320px;
    width:326px;
}
/* 右侧固定盒子 */
.right-fixed{
    /* position: -webkit-sticky; */
    position: fixed;
    display: none;
    top:80px;
    right:var(--padding-lr);
    /* z-index:-1; */
}

/* 小于  1180（最小宽度） 隐藏右侧  和 页脚部分内容 */
@media screen and (max-width: 1180px){
	.right-box{
        display: none;
    }
    .right-fixed-box{
        display: none;
    }
    .foot-qrcode{
        display: none;
    }
}

/* 通栏广告盒子 */
.advertisement-box-div{
    margin-bottom: 8px;
}
.advertisement-box-div img{
    width:100%;
    max-height:186px;
    /* border:1px solid var(--color-red); */
}
/* 面包屑 */
.tab-box{
    width:100%;
    display: block;
    height:35px;
    line-height: 35px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid black;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.breadcrumb-list a:hover{
    color:var(--color-red);
}
.breadcrumb-list ul{
    float: left;
}
.breadcrumb-list li{
    float: left;
    padding:0 6px;
    line-height: 30px;
    display: block;
    font-weight: bold;
}
.breadcrumb-list span {
    display: block;
    height: 24px;
    width: 5px;
    margin-right: 20px;
    background: var(--color-red);
    float: left;
}
.tab-bottom-line{
    display: block;
    border-bottom:5px solid var(--color-red);
    width:280px;
    line-height:30px;
    height:35px;
}

/* 首页轮播 */
.banner-big-box{
    width:100%;
    height:270px;
    display: block;
}
#banner{
    display: block;
    width:540px;
    height:270px;
}
.layui-carousel{
    padding:0;
}
.banner-item img{
    /* width:720px;
    height:360px; */
    width:540px;
    height:270px;
}
.banner-item span{
    width:720px;
    height:40px;
    line-height:40px;
    background-color: rgba(54, 49, 49, 0.61);
    position:absolute;
    left:0;
    bottom:0;
    color:#fff;
    padding:0 20px;
    overflow: hidden;
}
/* 特荐盒子 */
.tt-box .tt-item{
    float: left;
    margin-left:30px;
    height:130px;
    width:238px;
    overflow: hidden;
    position: relative;
    
}
.tt-box .tt-item .tt-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    line-height: 1.3;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    width:100%;
    background-color: rgba(54, 49, 49, 0.61);
    max-height: 46px;
}
.tt-box .tt-item .mask{
    background-image: ;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;

}
.tt-box div:first-child{
    margin-bottom: 10px;
}
.tt-box img{
    width:100%;
    height:100%;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.tt-box img:hover{
    transform: scale(1.1);
}
/* 指数盒子 */
.zs-box{
    display:flex;width:100%;height:20px;margin:18px 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}
.zs-box .item{
    width:200px;display:flex;align-items: center;
}
.zs-box .left{
    color:#2c5198;
}
.zs-box .right{
    display:flex;align-items: center;line-height:20px;margin-left:10px;
}
.zs-box .red{
    color:red;
}
.zs-box .green{
    color:green;
}
/* 快讯列表盒子 */
.kx-list-box{
    width:100%;
    margin-top:30px;
}
.kx-list-box i{
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--color-red);
    border-radius: 50%;
    border: 3px solid #eee6e4;
    align-self: center;
    margin: 5px 0 0 3px;
    z-index:0;
}
.kx-list-box .layui-timeline-title{
    color: #b0b6c0;
    font-size: 14px;
}
.kx-list-box .layui-text a{
    color:black;
    text-decoration:none;
}
.kx-list-box .layui-text a:hover{
    color:var(--color-red);
    text-decoration:none;
}
.kx-list-box p{
    font-size: 15px;
    color: #707070;
    margin: 10px 0 0 0;
}
.kx-list-box .layui-text .title-url{
    font-size: 15px;
    color: #398dee;
    margin-left: 10px;
}
    

/* 列表盒子 */
.list-box{
    width:100%;
    height:100%;
    margin-top:10px;
    padding:10px 20px;
    border: 2px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.list-box li{
    border-bottom: 2px solid #e6e6e6;
    overflow: hidden;
    padding: 10px 5px;
    transition: box-shadow .2s;
    display: block;
}
.list-items li:hover{
    border: 4px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 4px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 4px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.list-img{
    width:256px;
    height:145px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
}
.list-img div{
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(#2b2929),to(#6f6d6c));
    background: linear-gradient(90deg,#2b2929,#6f6d6c);
    color: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding: 2px 14px 2px 6px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px 0 20px 0;
    font-style: normal;
}
.list-img img{
    width:256px;
    height:145px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.list-img img:hover{
    transform: scale(1.1);
}
.list-content-box{
    width:calc(100% - 256px);
    padding:0 10px 0 20px;
}
.list-content-box:hover h3{
    color:var(--color-red);
}
.list-content-box .yc-tag{
    float: left;
    margin: 3px 6px 0 0;
    background-color: var(--color-red);
    color:#fff;
    font-size: 10px;
    padding:3px 5px 8px 5px;
    height:20px;
    line-height:15px;
    border-radius: 4px;
    letter-spacing:2px;
}
.list-content-box .yc-tag:hover{
    background-color: var(--color-red);
}
.list-content-box h3{
    float: left;
    font-size: 15px;
    width:calc(100% - 60px);
    height:25px;
    line-height:25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-content-box .list-content{
    height:74px;
    width:100%;
    margin-top:36px;
    font-size: 13px;
    line-height: 24px;
    font-weight:500;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-content-box .list-other{
    margin-top:8px;
    height:30px;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow: hidden;
}
.list-content-box .list-other div{
    margin:0 19px 0 0;
    float: right;
    height:30px;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}
.list-content-box .list-other i{
    margin-right:2px;
    color:#398dee;
    font-size: 12px;
}
.list-content-box .list-other span{
    color: #bbb;
    font-size: 12px;
    height:16px;
    letter-spacing: normal;
}
/* 企业专题列表盒子 */
.list-img-b{
    width:100px;
    height:100px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
}
.list-img-b div{
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(#2b2929),to(#6f6d6c));
    background: linear-gradient(90deg,#2b2929,#6f6d6c);
    color: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding: 2px 14px 2px 6px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px 0 20px 0;
    font-style: normal;
}
.list-img-b img{
    width:100px;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.list-img-b img:hover{
    transform: scale(1.1);
}
.list-content-box-b{
    width:calc(100% - 100px);
    padding:0 10px 0 20px;
}
.list-content-box-b h3{
    float: left;
    font-size: 15px;
    width:calc(100% - 60px);
    height:25px;
    line-height:25px;
    overflow: hidden;
}
.list-content-box-b h3:hover{
    color:var(--color-red);
}
.list-content-box-b .list-content{
    height:74px;
    width:100%;
    margin-top:28px;
    font-size: 13px;
    display: block;
    font-weight:500;
    overflow: hidden;
}
/* 专家委员会盒子 */
.expert-box{
    height:540px;
    /* height:480px; */
    width:100%;
    background: ;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
}
.expert-header-box{
    width: 230px;
    height: 365px;
    overflow: hidden;
    position: relative;
    left:75px;
    top:118px;
}

.expert-header-box ul {
    list-style: none;
    width: 10000px;
    position: absolute;
}
.expert-header-box ul li {
    /* width: 220px;
    height: 330px; */
    margin:0;
    padding: 0;
}
.expert-header-box ul li img {
    width: 230px;
    height: 365px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.expert-header-box ul li img:hover{
    transform: scale(1.1);
}
.expert-tj-box{
    /* width:670px; */
    margin-top:10px;
    border: 2px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.expert-tj-box li{
    border-bottom: 2px solid #e6e6e6;
    overflow: hidden;
    padding: 18px 5px;
    transition: box-shadow .2s;
}
.expert-tj-box li:hover{
    border: 4px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 4px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 4px;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.expert-tj-img{
    width:136px;
    height:145px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.expert-tj-img img{
    width:100%;
    height:100%;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.expert-tj-img img:hover{
    transform: scale(1.1);
}
.expert-tj-content-box{
    width:calc(100% - 156px);
    padding:0 10px;
    margin-left: 10px;
    height:145px;
}
.expert-tj-content-box h3{
    font-size: 15px;
    width:100%;
    height:25px;
    line-height:25px;
    overflow: hidden;
}
.expert-tj-content-box h3:hover{
    color:var(--color-red);
}
.expert-tj-content-box a{
    color:var(--color-red);
}
.expert-tj-content-box a:hover{
    color:var(--color-red);
}
.expert-tj-content-box .expert-tj-content{
    height:105px;
    width:100%;
    margin-top:8px;
    font-size: 13px;
    display: block;
    font-weight:550;
    overflow: hidden;
}
/* 专家委员会表格盒子 */
.expert-table-box{
    position: relative;
    left:350px;
    top:-220px;
    font-size: 13px;
    width:400px;
    overflow: hidden;
    color:#fff;
    text-align: center;
}
.expert-table-box td{
    padding:10px 10px;
}
.expert-table-box li{
    border:0;
    width:330px;
    text-align: right;
    font-size: 13px;
}
.expert-table-box a{
    color:#fff;
}
/* 文章详情盒子 */
.read-box{
    width:100%;
    /* width:710px; */
    padding:20px 10px;
    overflow: hidden;
}
.read-box img{
    max-width: 720px;
}
.read-header{
    width:100%;
}
.read-header h1{
    font-weight: bold;
    text-align: center;
}
.read-info{
    width: 100%;
    margin:20px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.read-info div{
    margin: 0 20px;
}
.header-share{
    width:100%;
    text-align: right;
    cursor:pointer;
}
.share-wechat{
    font-size: 25px;
    color:green;
}
.share-sina{
    font-size: 25px;
    color:red;
}
.read-abstract{
    border:1px dotted rgb(56, 48, 48);
    line-height: 20px;
    padding: 10px 5px;
    margin:10px 0 20px 0;
    font-size: 13px;
}
.read-content{
    line-height:35px;
    font-size: 16px!important;
    text-align: justify;
    font-family: 'microsoft yahei';
    line-height:30px;
    text-align: justify;
}
.read-content p{
    text-indent: 2em!important;
    margin: 15px 0;
}
.read-content h1,h2,h3,h4,h5{
    font-size: 18px;
}
.read-header .article-like{
    display: flex;
    color:#808080;
}
.read-header .article-like span{
    margin-left: 6px;
}
.read-header .article-like:hover{
    cursor: pointer;
    color:#ffc07f;
}
/* 阅读-声明标注 */
.read-tag{
    width:670px;
    height:70px;
    background-color: #f2f2f2;
    margin:20px 50px 0 50px;
    padding:10px;
    text-align: right;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: flex;
}
.read-tag .tag-head{
    width:20px;
    padding:3px;
    display: block;
    background-color: var(--color-red);
    color:#fff;
}
.read-tag .tag-content{
    margin-left: 10px;
    font-size: xx-small;
    font-weight: 550;
    text-align: left;
}
/* 阅读推荐盒子 */
.read-tj-header{
    line-height:30px;
    height:30px;
    margin-top: 10px;
}
.read-tj-header span{
    display: block;
    height: 16px;
    width: 5px;
    margin-top: 7px;
    margin-right: 20px;
    background: var(--color-red);
    float: left;
}
/* 微信分享盒子 */
#share-wechat-qrcode-box {
    display: none;
}
#share-wechat-qrcode-box .content{
    width: 360px;
    height:467px;
    position: fixed;
    z-index:11;
    top: 50%;
    left: 50%;
    margin:-233px 0 0 -180px;
    background: url(/uploads/image/scimages/background-qrcode.png) no-repeat 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -moz-background-size: 360px 467px;
    border-radius: 10px;
    overflow: hidden;
}
#share-wechat-qrcode-box .share-wechat-qrcode{
    margin:130px 0 0 100px;
}
.share-wechat-qrcode img{
    width: 160px;
    height: 160px;
}
#share-wechat-qrcode-box .share-wechat-qrcode-tag{
    text-align: center;
    margin:40px 0 0 70px;
    width:220px;
}
#share-wechat-qrcode-box .share-wechat-qrcode-tag span{
    display:block;font-size:12px;
}
#share-wechat-qrcode-box .share-wechat-close{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    right:11px;
    top:11px;
}
#share-wechat-qrcode-box .share-wechat-close:hover{
    cursor: pointer;
}
/* 评论盒子 */
.comment-no-login{
    width: 100%;
    text-align: center;
}
.comment-no-login a{
    color:var(--color-red);
}
.comment-my {
    width: 600px;
    /*宽*/
    height: 170px;
    /*高*/
    background: #fff;
    /*背景颜色*/
    margin: 50px auto 30px;
    border-radius: 5px;
    /*html5 圆角*/
}

.comment-my p {
    font-size: 12px;
    color: #666;
    font-family: "微软雅黑";
    line-height: 45px;
    text-indent: 20px;
}

.comment-my .message {
    width: 560px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    outline: none;
    border: 1px solid #ddd;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #778899 0%, #333 100%);
    /*粗细 风格 颜色*/
}

.comment-my .but {
    width: 560px;
    height: 35px;
    margin: 15px auto 0px;
    position: relative;
    /*相对，参考对象*/
}

.comment-my .but img.bq {
    float: left;
    /*左浮动*/
}

.comment-my .but span.submit {
    width: 80px;
    height: 30px;
    background: #ff8140;
    display: block;
    float: right;
    /*右浮动*/
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    /*手指*/
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: "微软雅黑";
}

/*face begin*/
.comment-my .but .face {
    width: 440px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 12px #666;
    position: absolute;
    /*绝对定位*/
    top: 21px;
    left: 15px;
    display: none;
    /*隐藏*/
}

.comment-my .but .face ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    box-sizing: border-box;
}

.comment-my .but .face ul li {
    width: 30px;
    height: 30px;
    list-style-type: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*msgcon begin*/
.msgcon {
    width: 600px;
    margin: 0px auto;
    margin-bottom: 60px;
}

.msgcon .msgbox {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 16px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.msgcon .msgbox .headurl {
    width: 100%;
    height: 60px;
    border-bottom: 1px dotted #ddd;
    display: flex;
    align-items: center;
}

.msgcon .msgbox .headurl img {
    width: 46px;
    height: 46px;
    border-radius: 50%
}

.msgcon .msgbox .headurl div {
    flex: 1;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    margin-left: 16px;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.msgcon .msgbox .headurl div .time {
    font-size: 14px;
    margin-top: 6px;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.msgcon .msgbox .headurl a {
    font-size: 14px;
    padding: 10px;
    color: salmon;
    cursor: pointer;
}

.msgcon .msgbox .msgtxt {
    font-size: 14px;
    color: #666;
    min-height: 40px;
    line-height: 24px;
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #778899 0%, #333 100%);
}
/* 推荐盒子 */
.tj-box{
    overflow: hidden;
    margin-bottom: 30px;
}

.tj-box .tj-header-box{
    border: 0;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    position: relative;
}
.tj-box .tj-header-box .tj-title{
    margin-left: 10px;
    font-size: 17px;
}
.tj-box .tj-header-box a:hover{
    color:var(--color-red);
}
.tj-box .tj-header-box .tj-tag{
    margin-left: 5px;
    font-size: 12px;
    color:var(--color-red);
}
.tj-box .tj-header-box .tj-header-line-l{
    width: 15px;
    height: 6px;
    background: var(--color-red);
    display: inline-block;
    align-self: center;
}
.tj-box .tj-header-box .tj-header-line-r {
    position: absolute;
    /* top: 17px; */
    right: 0px;
    width: 50%;
    height: 6px;
    background: #f8f8f8;
    align-self: center;
}
/* 快讯推荐 */
.kx-list{
    overflow-y: scroll;
    max-height: 400px;
}
.kx-list::-webkit-scrollbar {width: 0;}/*滚动条宽度*/
.kx-list::-webkit-scrollbar-thumb {/*滚动条滑块样式*/background-color: #8b8b8b;border-radius: 0;border: 0 solid #fff;}
.kx-list::-webkit-scrollbar-track {/*滚动条轨道样式*/background-color: #f5f5f5;box-shadow: inset 0 0 0 rgba(0,0,0,0.3);}
.kx-list .new-item{
    margin-top: 10px;
    width: 100%;
    display: flex;
}
.kx-list .number{
    width:36px;
    display: block;
    padding: 0 5px;
    text-align: center;
}
.kx-list li:nth-child(1) .number{
    color:#9a9a9a;
}
.kx-list li:nth-child(2) .number{
    color:#ac3a66;
}
.kx-list li:nth-child(3) .number{
    color:#f04142;
}
.kx-list li:nth-child(4) .number{
    color:#ff9e0e;
}
.kx-list .content{
    width: 290px;
}
.kx-list .tj-time-tag{
    display: flex;
    margin-top: 12px;
}
.kx-list .tj-time-tag i{
    box-sizing: border-box;
    display: block;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--color-red);
    border-radius: 50%;
    border: 3px solid #eee6e4;
    /* z-index: 10; */
    align-self: center;
}
.kx-list span{
    display: block;
    font-size: 12px;
    color: #ccc;
    align-self: center;
    margin-left:8px;
}
.kx-list .tj-title{
    padding: 8px 22px 0 22px;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
}
.kx-list .tj-title:hover{
    /* color:var(--color-red); */
    color:#398dee;
}
.kx-list .tj-content{
    display: none;
    text-align: justify;
    background: #f2f2f2;
    padding: 8px 10px 5px 15px;
    margin: 0 10px 0 5px;
    border-radius: 3px;
}
.kx-list .tj-content .txt{
    font-size: 12px;
    line-height: 20px;
    color: #888;
}
.kx-list .tools{
    height:20px;
    width:100%;
    display: block;
    border: 1pd solid var(--color-red);
}
.kx-list .tools a{
    font-size: 12px;
    color:#398dee;
}
.kx-list .lfuweixin, .kx-list .lfuxinlang{
    font-size: 15px;
    float: right;
    color:#9ca4ab;
    margin-right: 10px;
}
.kx-list .lfuweixin:hover{
    color: #40c34a;
    cursor: pointer;
}
.kx-list .lfuxinlang:hover{
    color:var(--color-red);
    cursor: pointer;
}
.kx-list li, .yc-list li{
    overflow: hidden;
}

.yc-list .yc-img{
    margin-top: 10px;
    float: left;
    width:100%;
    overflow: hidden;
    position: relative;
}
.yc-list .yc-img .yc-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    line-height: 1.3;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.yc-list .yc-img .mask{
    background-image: ;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}
.yc-list .yc-img img{
    width:100%;
    height:200px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.yc-list .zt-img img{
    height:152px;
}
.yc-list .yc-img img:hover{
    transform: scale(1.1);
}
.yc-list p{
    margin-top: 20px;
}
.yc-list p:hover{
    /* color: var(--color-red); */
    color: #398dee;
    
}
.tj-ckdt{
    display: block;
    font-size: 13px;
    cursor: pointer;
    color: #333333;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align:center;
    margin-top: 10px;
}
.tj-ckdt:hover{
    color:var(--color-red);
}
/* 专家委员会推荐 */
.tj-zj-box{
    margin-bottom: 20px;
    overflow: hidden;
}
.tj-zj-box img{
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.tj-zj-box img:hover{
    transform: scale(1.1);
}
/* 公司专题推荐 */
.tj-gs-box {
    display: flex;
    float: left;
    width:300px;
}

.tj-gs-title{
    padding-top: 20px;
    float: left;
    height:100%;
    max-height: 270px;
    width: 26px;
    max-width: 26px;
    writing-mode: vertical-lr;
    font-size: 16px;
    letter-spacing: 0.4em;
    font-weight: bold;
    overflow: hidden;
}
.tj-gs-title .line-l{
    width: 16px;
    height: 6px;
    background: var(--color-red);
    display: inline-block;
    align-self: center;
}
.tj-gs-title .line-r{
    right: 0px;
    width: 6px;
    height: 120px;
    background: #f8f8f8;
    align-self: center;
    display: inline-block;
}

.tj-gs-box li{
    overflow: hidden;
    width:130px;
    height:130px;
    float: left;
    margin: 0 6.5px;
}

.tj-gs-box a{
    float: left;
    width:100%;
    overflow: hidden;
    position: relative;
}
.tj-gs-box li:nth-child(n 3){
    margin-top: 10px;
}
.tj-gs-box a .title{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0;
    line-height: 1.3;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;

}
.tj-gs-box a .mask{
    background-image: ;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}
.tj-gs-box img{
    width:100%;
    height:130px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.tj-gs-box img:hover{
    transform: scale(1.1);
}
.tj-box .lf-list li{
    display: flex;
    margin-top: 20px;
}
.tj-box .lf-list .left{
    width:60px;
    height:60px;
    overflow: hidden;
    position: relative;
}
.tj-box .lf-list .left::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/uploads/image/scimages/vp2.png);
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.tj-box .lf-list img{
    width:60px;
    height:60px;
    border-radius: 30px;
}
.tj-box .lf-list .right{
    height:60px;
    width:260px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tj-box .lf-list .right .name{
    height:36px;
    line-height: 36px;
    font-size: 16px;
}
.tj-box .lf-list .right .jianjie{
    height:24px;
    line-height: 24px;
}
.lfa-list li a{
    display: flex;
    padding: 10px;
}
.lfa-list li .number{
    width: 20px;
}
.lfa-list li:nth-child(1) .number{
    color:rgb(219, 48, 44);
}
.lfa-list li:nth-child(2) .number{
    color:rgb(219, 48, 44);
}
.lfa-list li:nth-child(3) .number{
    color:rgb(219, 48, 44);
}
.lfa-list li:nth-child(4) .number{
    color:#ff9e0e;
}
.lfa-list .name{
    max-height: 40px;
    width: 286px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lfa-list .name:hover, .tj-box .lf-list .right:hover{
    color: #398dee;
    /* fe3956 */
}

/* 客户 */
.kehu-item img{
    width:139px;
    height:139px;
    margin:10px 11px 0 11px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.kehu-item img:hover{
    transform: scale(1.1);
}
/* 企业专题详情表格 */
.business-box table{
    border:1px solid #cad9ea;
    margin: 10px 0 0 0;
}
.business-box th,.business-box td{
    min-width:100px;
    border:1px solid #cad9ea;
    text-align: left;
    padding: 3px 5px;
    color:#5f5f5f;

}

/* 表格列 */
.table-data-big-box{
    margin:10px 0;
}
.table-data-box{
    border:1px solid #bbd4e8;
    margin-bottom: 20px;
}
.table-data-box{
    ::-webkit-scrollbar {width: 10px;height:10px;}/*滚动条宽度*/
    ::-webkit-scrollbar-thumb {/*滚动条滑块样式*/background-color: #8b8b8b;border-radius: 10px;border: 1px solid #fff;}
    ::-webkit-scrollbar-track {/*滚动条轨道样式*/background-color: #f5f5f5;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
}

.table-data-box-table{
    width:100%;
    height:655px;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto;
    position: relative;
    margin: 10px 0 10px 0;
}
.table-data-big-box .search-box{
    display:flex;align-items: center;margin-top:10px;width:100%;padding:0 10px;
    position: relative;
}
.table-data-big-box .toolbar{
    position: absolute;
    right:0;
    margin-right: 10px;
}
.table-data-big-box .toolbar a{
    margin:0 10px;
}
.table-data-big-box a:hover{
    color:var(--color-red);
}
.table-data-box-table table{
    table-layout:fixed;
    border-collapse: collapse;
}
.table-data-box .load{
    width:100%;text-align:center;
    margin-bottom: 10px;
}
.table-data-box .load button{
    padding:3px 10px;
    font-size: 10px;
}
.table-data-box .load button:hover{
    cursor: pointer;
}
.table-data-box-table table td,th{
    color: #333;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    white-space: nowrap;
    padding:5px;
    /* border:1px solid #bbd4e8; */
    border:none;
    outline-color: #bbd4e8;
    outline-style:solid;
    outline-width:1px;
    border-top: 1px solid #bbd4e8;
}
.table-data-box-table table th{
    background-color: #ecf6ff;
    position:sticky;
    z-index: 3;
    top:0;
}
.table-data-box-table table th:first-of-type { 
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 40px;
    top:0;
}
.table-data-box-table table td:first-of-type { 
    position:sticky;
    left: 0;
    z-index: 2;
    min-width: 40px;
    text-align: center;
}
.table-data-box-table table th:nth-of-type(2) { 
    position: sticky;
    z-index: 4;
    left: 40px;
    top:0;
}
.table-data-box-table table td:nth-of-type(2) { 
    position:sticky;
    z-index: 2;
    left: 40px;
}
.table-data-box-table table tr:nth-child(2n-1) td{
    background: #fff;
}
.table-data-box-table table tr:nth-child(2n) td{
    background: #f5f5f5;
}

/* 客户关系盒子 */
.customer-box{
    width: 100%;
    min-width: 809px;
    min-height: 260px;
    display: block;
}
.customer-box div{
    width:150px;
    float: left;
    margin: 25px;
}
.customer-box div img{
    width:100%;
    height:150px;
}
.customer-box div strong{
    margin-top: 10px;
    width:100%;
    display: block;
    text-align: center;
}
/* 置顶按钮 */
.to-top-box{
    position:fixed;
    z-index:9;
    bottom:110px;
    right:30px;
    width: 100px;
}
.to-top-box ul{
    float: right;
}
.to-top-box li{
    text-align: center;
}
.to-top-box li i{
    font-size: 30px;
    color: #398dee;
}
.to-top-box li span{
    font-size: 13px;
    color: #a2a2a2;
    display: block;
}
.to-top-box li:hover i,.to-top-box li:hover span{
    cursor: pointer;
    color:var(--color-red);
}
.to-top-box .to-top{
    display: none;
}
.feedback-form .layui-form-label{
    padding:9px 0;
}
.to-top-box .lfuxinlang-box,.to-top-box .lfuweixin-box{
    position: relative;
}
.to-top-box .top-div{
    width: 120px;
    height:120px;
    position: absolute;
    display: none;
    left:-130px;
    padding:10px;
    background-color: #fff;
}
.to-top-box .top-div img{
    width:100px;
    height:100px;
}
.to-top-box .lfuxinlang-box:hover .top-div{
    display: block;
}
.to-top-box .lfuweixin-box:hover .top-div{
    display: block;
}

/* 页脚盒子 */
.foot-box{
    background-color:black;
    color:#fff;
    height:240px;
    padding:20px var(--padding-lr);
    margin-top: 10px;
    width:calc(100vw - 15px);
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    /* z-index: 2; */
}
.foot-header{
    width:100%;
    height:140px;
}
.foot-list-box{
    width:840px;
}
.foot-banner{
    width:100%;
    height:50px;
}
.page-list{
    margin-left:180px;
}
.page-list a{
    color:#fff;
}
.page-list a:hover{
    color:rgb(126, 107, 107);
}
.page-list li{
    margin-left:20px;
}
.foot-list{
    width:100%;
}
.link-list{
    margin-left: 15px;
    width:700px;
    height:70px;
    font-size: 12px;
    overflow: hidden;
}
.link-list a{
    float: left;
    color:#fff;
    margin-left: 10px;
    margin-bottom: 10px;
}
.link-list a:hover{
    color:rgb(126, 107, 107);
}
.foot-banner img{
    width:180px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.foot-banner li{
    float:left;
    color:#fff;
    padding:5px 5px;
}
.foot-qrcode{
    width:320px;
    text-align: center;
    height:100%;
}
.foot-qrcode-list{
    width:100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.foot-qrcode-list .item{
    /* position: relative; */
    width:80px;
    font-size: 12px;

    /* margin: 0 10px; */
}
.foot-qrcode-list .item span{
    /* position: absolute; */
    display: block;
}
.foot-qrcode-list .item img{
    margin-bottom: 5px;
}
.foot-qrcode-list i{
    line-height: 50px;
    height:50px;
    width:50px;
    margin:20px;
}
.foot-qrcode-list img{
    cursor: pointer;
}
.foot-info{
    width:100%;
    text-align: center;
    font-size: 12px;
    height:55px;
}
.foot-info img{
    width:15px;height:12px;
}
.foot-info a{
    color:#fff;
}
.foot-info .beian-num{
    margin: 10px 0;
}
.foot-info .beian-num a{
 margin: 0 10px;
}
.foot-info .beian-num a img{
    margin: 0 4px;
}
/* 用户中心 */
.user-info-box{
    width:100%;
    display: flex;
}
.user-info-box .banner-box{
    position:fixed;
    width:140px;
    align-items: center;
    box-sizing:border-box;
}
.user-info-box .banner-box li{
    color:#838383;
    font-weight: 400;
    height:30px;
    line-height: 30px;
    align-items: center;
    justify-items: center;
}
.user-info-box .banner-box li:hover{
    cursor: pointer;
}
.user-info-box .banner-box .lfu{
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}
.user-info-box .banner-box .active{
    color:#ff8200;
}
.user-info-box .creation-span{padding:7px;}
.user-info-box .page-box{
    margin: 0 0 0 140px;
    width:829px;
    min-height:200px;
    box-sizing:border-box;
}
.user-info-box .page-box .user-header-box{
    width:680px;
    text-align: right;
    background-color: #fff;
    position:fixed;
    height:50px;
    z-index: 111;
}
.user-info-box .header{
    border:2px solid #f1f1f1;
    padding:10px;
}
.user-info-box form{
    border:2px solid #f1f1f1;
    padding:20px 40px 20px 0;

}
.user-info-box .terms-box{
    text-align: right;
}
.user-info-box .layui-form-label{
    width:100px;
}
.layui-upload-drag img{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}
/* 览富号创作者中心文章列表 */
.creation-stop-msg{
    width:100%;text-align:center;padding:30px;color:var(--color-red);
}
#id-flow-list .article-item{
    width:280px;border:1px solid #eee;overflow:hidden;margin:20px;position: relative;float:left;
    
}
#id-flow-list .article-item .article-tool-box{
    display: none;
    position: absolute;top: 10px;right: 10px;background-color: #1e9fff;
    width:60px;height:20px;border-radius: 4px;text-align: center;color:#fff;
    cursor: pointer;
}
#id-flow-list .article-item:hover .article-tool-box{
    display: block;
}
#id-flow-list .article-item .article-del-tool-box{
    display: none;
    position: absolute;top: 40px;right: 10px;background-color: var(--color-red);
    width:60px;height:20px;border-radius: 4px;text-align: center;color:#fff;
    cursor: pointer;
}
#id-flow-list .article-item:hover .article-del-tool-box{
    display: block;
}
#id-flow-list .article-item .tag{
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(#2b2929),to(#6f6d6c));
    background: linear-gradient(90deg,#2b2929,#6f6d6c);
    top: 0px;
    left: 0px;
    padding: 2px 14px 2px 6px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px 0 20px 0;
    font-style: normal;
}
.color-1{color:#fff;}
.color-2{color:red;}
.color-3{color:#eee;}
.color-4{color:green;}
#id-flow-list .article-item img{
    width:280px;
    height:180px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
#id-flow-list .article-item img:hover{
    transform: scale(1.1);
}
#id-flow-list .article-title{
    position: absolute;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);width:100%;color:#fff;padding:7px 10px 10px 10px;height:54px;overflow: hidden;
}
/* 览富号右侧指引创作盒子 */
.lf-start-box{
    background: url(/uploads/image/scimages/portrait_bg.png) no-repeat 50%;
    height:160px;
    width: 100%;
    border:1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}
.lf-start-box .title{
    font-size: 17px;
    color: var(--color-red);
    height:30px;
    line-height: 30px;
}
.lf-start-box .title span{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.lf-start-box .title span .line{
    height: 2px;
    width: 30px;
    vertical-align: 4px;
    margin: 0 5px;
    display: inline-block;background-color: var(--color-red);
}
.lf-start-box .title span .dot{
    height: 3px;
    width: 3px;
    border-radius: 50%;
    vertical-align: 3px;
}
.lf-start-box button{
    background-color: var(--color-red);
    border-radius: 8px;
    width: 80%;
    margin-top: 12px;
}
/* 览富号列表 */
#id-lf-list li{
    width: 145px;
    height: 180px;
    float:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    transition: all .2s;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px;
    overflow: hidden;
}
#id-lf-list .image{
    width:60px;
    height:60px;
    position:relative;
}
#id-lf-list .image::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/uploads/image/scimages/vp2.png);
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#id-lf-list img{
    width:60px;
    height:60px;
    border-radius: 30px;
}
#id-lf-list .name{
    color: #333;
    font-size: 12px;
    padding: 6px 8px 8px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
}

#id-lf-list li:hover, #id-lf-article-list li:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
/* 览富号文章列表 */
.lf-top{
    margin-top: 10px;
    width:100%;
    height:160px;
    overflow: hidden;
    display: flex;
}
.lf-top .left{
    width:220px;
    margin: 0 10px;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
    overflow: hidden;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
}
.lf-top .left .header{
    width:80px;
    height:80px;
    overflow: hidden;
    position:relative;
}
.lf-top .left .header::after {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/uploads/image/scimages/vp2.png);
    background-size: 19px 19px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.lf-top .left img{
    width:80px;
    height:80px;
    border-radius:40px;
}
.lf-top .left .name{
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 6px;
}
.lf-top .follow-not,.lf-top .follow-ed{
    border-radius: 13px;
    padding: 4px;
    font-size: 12px;
    height:22px;
    width:60px;
    text-align: center;
}
.lf-top .follow-not{
    background-color: #ff8200;
    color: #fff;
}
.lf-top .follow-not:hover{
    background-color:#ff5900;
    cursor: pointer;
}
.lf-top .follow-ed{
    background-color: #fff;
}
.lf-top .follow-ed:hover{
    background-color:#f4f4f4;
    cursor: pointer;
}
.lf-top .right{
    width:549px;
    margin-left: 20px;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
    overflow: hidden;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
}
.lf-top .right .count{
    display: flex;
}
.lf-top .right .count div{
    width:200px;
    height:80px;
    margin-right: 10px;
    color:#fff;
    border-radius: 5px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;

}
.lf-top .right .count div p:nth-child(1){
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.lf-top .right .count div p:nth-child(2){
    font-size: 14px;
    line-height: 20px;
}
.lf-top .right .count div:nth-child(1){
    background-color:#fe3956;
}
.lf-top .right .count div:nth-child(2){
    background-color:#047edf;
}
.lf-top .right .jianjie{
    width:100%;
    padding: 10px 30px 0 30px;
    max-height: 50px;overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lf-top .right .jianjie:hover{
    cursor: pointer;
}
.lf-article-list{
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
    /* display:flex; */
}
.lf-article-list .header{
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 10px 0 10px;
    color: #242424;
    font-size: 16px;
    line-height: 36px;
}
#id-lf-article-list .article-item{
    width:245px;border:1px solid #eee;overflow:hidden;margin:10px;position: relative;float:left;
    
}
#id-lf-article-list .article-item .tag{
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(#2b2929),to(#6f6d6c));
    background: linear-gradient(90deg,#2b2929,#6f6d6c);
    top: 0px;
    left: 0px;
    padding: 2px 14px 2px 6px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px 0 20px 0;
    font-style: normal;
}
#id-lf-article-list .article-item img{
    width:245px;
    height:160px;
    display: inline-block;
    cursor: pointer;
    transform: all .5s ease-in-out;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
#id-lf-article-list .article-item img:hover{
    transform: scale(1.1);
}
#id-lf-article-list .article-title{
    position: absolute;bottom: 0;left: 0;background-color: rgba(0, 0, 0, 0.5);width:100%;color:#fff;padding:7px 10px 10px 10px;height:54px;overflow: hidden;
}