.analysts-main{box-sizing: border-box}
/* red #ff5256 blue #5d9eff*/
.new-about{
    margin-top: 10px;
}
.new-common-header{
    color: #ff5256;
    font-size: 16px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.analysts-main{
    margin-top: 20px;
}
.analysts-main-left{
    float: left;
    width: 880px;
}
.analysts-recommend{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.analysts-item{
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    color: #999;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.analysts-item-left{
    width: 542px;
    border-right: 1px solid #ccc;
    position: relative;
    min-height: 150px;
    display: inline-block;
}
.icons-icon_analysts_mark,.icons-icon_company_mark{
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.analysts-header{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    display: inline-block;
}

.analysts-header img{
    width: 100%;
    height: auto;
}
.analysts-info{
    display: inline-block;
    vertical-align: middle;
    width: 348px;
    margin-left:20px;
}
.analysts-name-info{

}
.analysts-name{
    font-size: 20px;
    margin-right: 10px;
    color: #333;
}
.analysts-intro{
    margin-top: 20px;
    color: #999;
}
/*.analysts-item:first-child{*/
    /*color: #ff5256;*/
/*}*/
/*.analysts-item:first-child .analysts-item-left,*/
/*.analysts-item:first-child .analysts-item-left .analysts-name,*/
/*.analysts-item:first-child .analysts-item-left .analysts-intro{*/
    /*color: #ff5256;*/
/*}*/
/*.analysts-item:first-child .analysts-item-left .analysts-header{*/
    /*border-color: #ff5256;*/
/*}*/
.analysts-item:first-child .analysts-item-left .icons-icon_analysts_mark{
    display: block;
}
.analysts-item:first-child .analysts-item-left .icons-icon_company_mark{
    display: block;
}
.analysts-tap{
    display: inline-block;
    border-radius: 20px;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}

.analysts-tap-1{
    background: #ff5256;
}
.analysts-tap-2{
    background: #5d9eff;
}

.analysts-main-right{
    float: right;
    width: 300px;
}
.analysts-main-right .new-common-header{
    color: #666;
}

.analysts-news-list{
}
.analysts-news-list-header{
    border-left: 2px solid #ff5256;
    padding-left:10px;
    font-size: 16px;
    color: #666;
    margin-bottom:10px;
}
.analysts-news-item{
    color: #666;
    line-height: 28px;
}
.analysts-news-title{
    width: 220px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.analysts-news-time{
    margin-left: 16px;
    color: #ccc;
    font-size: 12px;
}

.all-analysts-list{
    background: #fff;
    padding: 20px;
}
.all-analysts-list-main{
    margin-top: 10px;
}
.all-analysts-list-item{
    margin: 6px;
    width: 124px;
    display: inline-block;
}
.all-analysts-list-item p {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.all-analysts-list-item .analysts-header{
    width: 124px;
    height: 124px;
}
.analysts-right-releaseItem{
    background: #fafafa;
    padding: 0 5px 5px;
    margin-bottom: 26px;
    border-top: 1px solid #f33;
}
.analysts-right-releaseItem .releaseComments .releaseTitle{
    height: 26px;
    font-size: 14px;
    padding: 5px 5px 5px 0;
    display: flex;
    align-items: center;
}
.advertisment{
    height: 138px;
    background: #fff;
    margin-bottom: 26px;
}
.advertisment img{
    width: 100%;
    height: 100%;
}
.analysts-right-rankItem{
    border-top: 1px solid #f33;
    border-bottom: 2px solid #f33;
    padding-top: 5px;
    background: #fff;
}
.analysts-right-rankItem .rankTitle{
    padding-top: 5px;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #fee;
    background-image: url('/views/default/img/statics/jisctoubu.png');
    background-size: contain;
}
.analysts-right-rankItem .rankList{
    padding: 8px 7px 0 7px;
}
.analysts-right-rankItem .rankList li{
    background: #f4f4f4;
    height: 87px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.analysts-right-rankItem .rankList li div:nth-child(1){
    margin-top: 14px;
    margin-left: 3px;
}
.analysts-right-rankItem .rankList li div:nth-child(2){
    display: flex;
}
.analysts-right-rankItem .rankList li div:nth-child(2) a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.analysts-right-rankItem .rankList li div:nth-child(2) img{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.analysts-right-rankItem .rankList li div:nth-child(3){
    width: 51px;
    height: 44px;
    display: block;
    align-self: flex-end;
}
.analysts-right-rankItem .rankList li:nth-child(1) div:nth-child(1){
    color: #e24b4d;
}
.analysts-right-rankItem .rankList li:nth-child(2) div:nth-child(1){
    color: #febe12;
}
.analysts-right-rankItem .rankList li:nth-child(3) div:nth-child(1){
    color: #f95053;
}
.analysts-right-rankItem .rankList li:nth-child(4) div:nth-child(1){
    color: #f1893e;
}
.analysts-right-rankItem .rankList li:nth-child(5) div:nth-child(1){
    color: #b2d6f8;
}
.analysts-right-rankItem .rankList li:nth-child(1) div:nth-child(3){
    background-image: url('/views/default/img/statics/NO.1.png');
}
.analysts-right-rankItem .rankList li:nth-child(2) div:nth-child(3){
    background-image: url('/views/default/img/statics/NO.2.png');
}
.analysts-right-rankItem .rankList li:nth-child(3) div:nth-child(3){
    background-image: url('/views/default/img/statics/NO.3.png');
}
.analysts-right-rankItem .rankList li:nth-child(4) div:nth-child(3){
    background-image: url('/views/default/img/statics/NO.4.png');
}
.analysts-right-rankItem .rankList li:nth-child(5) div:nth-child(3){
    background-image: url('/views/default/img/statics/NO.5.png');
}
.analysts-right-rankItem .rankList li div:nth-child(3){
    background-size: cover;
}
.analysts-right-item{
    background: #fff;
    padding: 20px;
    margin-bottom: 26px;
}
.analysts-order{
    min-height: 348px;
}
.analysts-right-item-title{
    border-bottom: 1px solid #ccc;
}
.analysts-right-item-title .analysts-more{
    font-size: 12px;
    color: #999;
}
.analysts-right-item .new-common-header{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff5256;
    margin-bottom: -1px;
}
.analysts-order-title .hd{

}

.analysts-order-title .hd li{
    display: inline-block;
    padding: 0 2px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    cursor: pointer;
}
.analysts-order-title .hd li.on{
    border-bottom: 1px solid #ff5256;
    color: #ff5256;
}
.analysts-order-list{

}
.analysts-order-list-box{
    /*display: none;*/
    padding-top: 10px;
}
.analysts-order-list-item{
    padding: 3px 0;
    display: block;
}
.analysts-order-index,.analysts-ranking-num{
    color: #999;
}
.analysts-ranking-num-2{
    color: #6bb885;
}

.analysts-order-list-item:first-child,.analysts-order-list-item:nth-child(2),.analysts-order-list-item:nth-child(3){
    color: #ff5256 !important;
}


.analysts-videos-box{
    /*display: none;*/
}
.analysts-videos-box a{
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 128px;
}
.analysts-videos-box a img{
    width: 100%;
    height: 100%;
}
.analysts-slide-tap{
    text-align: right;
    margin-top: 10px;
}
.analysts-slide-tap span{
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 4px;
    margin-right:5px;
    background: #999;
    border-radius: 4px;
}

.analysts-slide-tap span.on{
    background: #ff5256;
}

.analysts-readings-main{
    margin-top: 10px;
}
.analysts-readings-main .analysts-news-title{
    width: 198px;
}

.company-item-left{

}

.company-header{
    border-radius: 0;
}
.company-item-time{
    font-size: 12px;
    color: #999;
}
.all-company-list-item .analysts-header{
    border-radius: 0;
}
.all-company-list-item p{
    text-align: left;
}

.tactics-main-left{
    background: #fff;
}
.tactics-main-tap-item{
    width: 50%;
    text-align: center;
    padding: 20px 0;
    color: #ff5256;
    cursor: pointer;
    font-size: 20px;
}
.icon-white{
    display: none;
}

.tactics-main-tap-item.on{
    background: url(../images/analysts/tab_on_bg.jpg) no-repeat center/cover;
    color: #fff;
}
.tactics-main-tap-item.on .icon-white{
    display: inline-block;
}

.tactics-main-tap-item.on .icon-red{
    display: none;
}

.tactics-box{

}
.tactics-table-title {
    background: #fef9f9;
    color: #666;
    line-height: 36px;
    height: 36px;
}
.tactics-table-title > span:nth-child(1),
.tactics-table-title > span:nth-child(2){
    width: 80px;
    display: inline-block;
    text-align: center;
}
.tactics-table-title > span:nth-child(3){
    text-indent: 12px;
    display: inline-flex;
    flex-grow: 1;
}
.tactics-table-title div{
    display: inline-flex;
    float: right;
    flex-direction: row;
    align-items: center;
    color: #f33;
    margin-right: 8px;
    cursor: pointer;
}
.tactics-table-title div img{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.analysts-tactics-content{
    padding: 0 20px;
}
.analysts-tactics-item{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: block;

}
.analysts-tactics-item .analysts-intro{
    display: inline-block;
    width: 670px;
    margin-top: 0;
    color: #666;
    font-size: 14px;
}
.analysts-tactics-banner{
    display: block;
}
.analysts-tactics-banner img{
    width: 100%;
}
.analysts-tactics-pic-item{
    display: inline-block;
    width: 192px;
    height: 96px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.analysts-tactics-pic-item:last-child{
    margin-right: 0;
}
.analysts-tactics-item-left{
    width: 80px;
}
.analysts-tactics-time{
    color: #666;
}
.analysts-tactics-date{
    color: #999;
    font-size: 12px;
}
.analysts-tactics-header-box{
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-right: 20px;
}
.analysts-tactics-header-box .analysts-header{
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.company-tactics-header-box .analysts-header{
    border-radius: 0;
}
.open-more-box{
    text-align: center;
    padding: 36px 0;
}
.open-more{
    background: #ff5256;
    color: #fff;
    padding: 12px 70px;
    font-size: 16px;
    border-radius: 2px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
}
.open-more:hover,.open-more:active,.open-more:visited{
    color: #fff;
}
.analysts-item :hover{
    border-color: #ff5256;
    color: #ff5256;
}