/* css */
/* 交易商活动 */
.brokers-active-left{
    width: 860px;
}
.brokers-activelistbox h4,
.BrokerFlow h4,
.hotbrokerslogobox h4,
.ArticleDetails h4,
.shoppingmall h4,
.shipaddress h4,
.goodsreceive h4{
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}
.brokers-activelist{
    border: 1px solid #eff0f5;
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 16px;
}
.brokers-activelistimg{
    position: relative;
}
.activelistimglogo{
    position: absolute;
    bottom: -15px;
}
.brokers-activelisttext{
    width: 422px;
}
.activelisttexttitle{
    height: 50px;
    line-height: 26px;
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activelisttextul{
    line-height: 26px;
    color: #333;
    margin-bottom: 20px;
}
.activelisttextul li em{
    color: #666;
}
.countdown{
    font-size: 20px;
}
.gameover{
    font-size: 20px;
    color: #333;
}
.personsum{
    color: #666;
}
.personsum > em{
    font-size: 14px;
    color: #333;
}
.activeapplybtn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cc0000;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
}
.viewdetailsbtn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d4d4d4;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
}
.underway{
    position: absolute;
    width: 80px;
    height: 30px;
    background: #e8222d;
    border-radius: 2px;
    color: #fff;
    right: 0;
    top: 0;
    display: block;
    line-height: 30px;
    text-align: center;
}
.finished{
    position: absolute;
    width: 80px;
    height: 30px;
    background: #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    right: 0;
    top: 0;
    display: block;
    line-height: 30px;
    text-align: center;
}
.activeapplybtn:hover{
    border-color: #e8222d;
    color: #e8222d;
    background: #fff;
}
.viewdetailsbtn:hover{
    border-color: #d4d4d4;
    color: #666;
    background: #fff;
}

/* right */
.hotbrokerslogobox{
    margin-bottom: 20px;
}
.hotbrokerslogo{
    border: 1px solid #eff0f5;
    border-radius: 2px;
}
.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;
}

/*文章详情模板*/
.ArticleDetailsCont{
    border: 1px solid #eff0f5;
    border-radius: 2px;
    padding: 20px;
}
.ArticleDetailsCont-title{
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.journalizing{
    position: relative;
    margin-bottom: 10px;
    border-top: 1px dashed #d6d6d6;
    background: #f8f8f8;
    padding: 20px;
}
.journalizinginfo{
    width: 640px;
    line-height: 30px;
}
.journalizinginfo .red{
    font-size: 18px;
}
.journalizinginfo > li > em:first-of-type{
    font-size: 14px;
    color: #333;
}
.journalizinginfo .othercolor{
    color: #ac4700;
    font-size: 15px;
    width: 570px;
}
.journalizing-openaccbtn{
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: block;
    /* width: 100px; */
    width: auto;
    height: 30px;
    line-height: 28px;
    color: #e8222d;
    text-align: center;
    border: 1px solid #e8222d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 16px;
}
.journalizing-openaccbtn:hover{
    background-color: #e8222d;
    color: #fff;
}
.ArticleDetails-mainbody p{
    color: #333;
    line-height: 28px;
    text-indent: 20px;
    font-size: 15px;
}
.ArticleDetails-mainbody p a{
    color: #1377c5;
}
.ArticleDetails-mainbody p a:hover,
.ArticleDetails-catalog a:hover{
    color: #cc0000;
}
.ArticleDetails-catalog{
    margin-top: 60px;
    border-top: 1px dashed #d6d6d6;
    line-height: 26px;
    padding-top: 10px;
    color: #888;
}
.ArticleDetails-catalog a{
    color: #1377c5;
}
/*2018-09-14 新增*/
.blockquote{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    color: #666;
}
.ArticleDetailsCont-time{
    background: #faf4f4;
    padding: 4px;
    margin-top: 10px;
    text-align: center;
    color: #b85200;
}
