/* css */
/* left */
.newslist{
    border: 1px solid #eee;
}
.listli li{
    width: 100%;
    padding: 16px 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    z-index: 10;
}
.listli li:hover{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
    border-top-color: #fff;
}
.listli li:hover::before{
    border-bottom-color: #fff;
}

    /* 文章内容 */
.listli li .listtext{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;
    position: relative;
    position: relative;
    height: 120px;
    margin-bottom: 10px;
}
.listli li .listtext h2{
    font-size: 18px;
    margin-bottom: 8px;
}
.listli li .listtext .list-content{
    -webkit-box-flex: 1;  /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;      /* Chrome */
    -moz-box-flex: 1;     /* Firefox 19- */
    -ms-flex: 1;          /* IE 10 */
    line-height: 24px;
    overflow: hidden;
}
.listli li .listtext .list-content p{
    max-height: 72px;
    color: #666;
    font-size: 13px;
    line-height: 24px;
    -webkit-line-clamp: 3;
}
/* 发帖人信息 */
.listli li .post-info-item{
    width: 100%;
    line-height: 24px;
    font-size: 13px;
}
/* 讨论列表 */
.discusslist .list-tab{
    padding-bottom: 0;
}
.discussli li::before{
    content: none;
}

    /* 作者 */
.listli li .name .author{
    display: inline-block;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}
.listli li .name .author:hover, 
.listli li .name .authority:hover{
    color: #f49500;
}
.listli li .name .author img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.listli li .name .time{
    display: inline-block;
    color: #aaa;
    font-size: 13px;
}

.post-info-item .authority{
    color: #ff8f0e;
    margin-right: 16px;
}
.post-info-item > a{
    color: #999;
}
.post-info-item > a >i.iconfont{
    font-size: 16px;
    margin-right: 2px;
    color: #666;
}

.post-info-item span,
.post-info-item a.share{
    display: inline-block;
    margin-right: 16px;
}
.post-info-item .time{
    color: #999;
}
    /* 阅读人数 */
.post-info-item .eyes, 
.post-info-item .zans{
    color: #666;
    font-size: 13px;
}
.post-info-item .eyes .iconyan,
.post-info-item .eyes .iconchakan,
.post-info-item .zans .iconlike1,
.post-info-item .share .iconfenxiang{
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle;
    color: #bbb;
}
.post-info-item .zans .iconlike1,
.post-info-item .share .iconfenxiang{
    font-size: 18px;
}
.post-info-item .share:hover i.iconfenxiang{
    color: #e8222d;
}
.post-info-item .mark{
    color: #2ba1ec;
    margin-right: 16px;
}
.post-info-item .mark:hover{
    color: #ff5131;
}
    /* 标签 */
.post-info-item .tags{
    line-height: 18px;
    padding: 0 6px;
    background-color: #fde6e6;
    color: #ff5131;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-right: 12px;
}
.post-info-item .tags:hover{
    background-color: #ff5131;
    color: #fff;
}
    /* 文章图片 */
.listli li .listpic{
    width: 220px;
    height: 130px;
    margin-left: 1.2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.listli li .listpic img{
    width: 100%;
    height: 100%;
}
.post-info-item .eyes .iconchakan{
    font-size: 14px;
}

/* right */
.hotbrokerslogobox{
    margin-bottom: 20px;
}
.hotbrokerslogo{
    border: 1px solid #eff0f5;
    border-radius: 2px;
}
.brokers-activelistbox h4, 
.BrokerFlow h4, 
.hotbrokerslogobox h4, 
.ArticleDetails h4, 
.shoppingmall h4, 
.shipaddress h4, 
.goodsreceive h4{
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}
.hotbrokerslogolink{
    position: absolute;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: Alpha(opacity=0.5);
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    display: none;
}
.hotbrokerslogolink{
    padding-top: 40px;
}
.hotbrokerslogolink > p{
    line-height: 24px;
    text-align: center;
}
.hotbrokerslogolink>p:first-of-type{
    font-size: 14px;
}
.hotbrokerslogolink>p:last-of-type{
    font-size: 16px;
}
.xm:hover .hotbrokerslogolink,
.exness:hover .hotbrokerslogolink,
.fxpro:hover .hotbrokerslogolink,
.fxtm:hover .hotbrokerslogolink,
.thinkmarkers:hover .hotbrokerslogolink,
.icmarkets:hover .hotbrokerslogolink{
    display: block;
}
.hotbrokerslogo > a{
    position: relative;
    float: left;
    width: 50%;
    height: 125px;
    border-right: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
}
.hotbrokerslogo > a:nth-child(2n){
    border-right: none;
}
.hotbrokerslogo > a:nth-child(5),
.hotbrokerslogo > a:nth-child(6){
    border-bottom: none;
}
.hotbrokerslogo > a > span{
    display: table-cell;
    width: 144px;
    height: 125px;
    vertical-align: middle;
}
.hotbrokerslogo > a img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.BrokerFlowBox{
    border: 1px solid #eff0f5;
    border-radius: 2px;
}
.BrokerFlowBox > img{
    display: block;
    margin: 10px auto;
}
