.BJ_by {
    width: 100%;
    margin: 24px 0 20px;
    background: #fff;
}
.BJ_by .BJ_main {
    display: flex;
    justify-content: space-between;
}
.BJ_by .BJ_main .BJ_lt {
    width: 820px;
}
.BJ_by .BJ_main .BJ_swiper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 26px;
    height: 262px;
}
.BJ_by .BJ_main .BJ_swiper img {
    width: 820px;
    height: 262px;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind {
    text-align: right;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul {
    background: transparent;
    padding: 0;
    margin-right: 16px;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul li {
    width: 6px;
    height: 6px;
    transition: all 0.3s;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.6);
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul li.layui-this {
    width: 20px;
    background: #fff;
}
.BJ_by .BJ_main .BJ_body {
    width: 100%;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item {
    width: 100%;
    padding: 16px 0;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title span {
    display: block;
    line-height: 18px;
    text-align: center;
    background: #F7D049;
    width: 32px;
    height: 18px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title i {
    color: #24292E;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title i:hover {
    color: #F0B90B;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .text {
    font-size: 14px;
    color: #59636D;
}
.BJ_by .BJ_main .BJ_body .slices_box {
    width: 100%;
    border-radius: 8px;
    background: #fff;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    height: 184px;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img {
    width: 204px;
    height: 136px;
    border-radius: 4px;
    margin-right: 16px;
    cursor: pointer;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    height: 100%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top {
    width: 100%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top .title {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #24292e;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top .introduce {
    margin-top: 8px;
    width: 100%;
    font-size: 14px;
    color: #59636d;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt {
    display: flex;
    align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .span {
    display: block;
    line-height: 20px;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    height: 20px;
    background: #E4E6E9;
    border-radius: 2px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .dot {
    margin: 0 8px;
    display: block;
    width: 4px;
    height: 4px;
    background: #89939e;
    border-radius: 50%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .time {
    color: #89939E;
    font-weight: 500;
    font-size: 14px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt a {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 80px;
    height: 32px;
    background: #F7D049;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt a.active {
    background: #E4E6E9;
    color: #89939E;
}
.BJ_by .BJ_main .BJ_rt {
    width: 320px;
}
.BJ_by .BJ_main .special {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #E4E6E9;
    box-sizing: border-box;
}
.BJ_by .BJ_main .special:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.BJ_by .BJ_main .special img {
    width: 100%;
    height: 214px;
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
}
.BJ_by .BJ_main .special .box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    height: 88px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 4px 4px;
}
.BJ_by .BJ_main .special .box .text {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
}
.BJ_by .BJ_main .special .box .text a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.BJ_by .BJ_main .special .box .num {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.BJ_by .BJ_main .special .box .num span {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}
.BJ_by .BJ_main .viewpoint {
    width: 100%;
    height: 128px;
    border-radius: 4px;
    border: 1px solid #E4E6E9;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title img {
    width: 56px;
    height: 56px;
    margin-right: 8px;
    border-radius: 50%;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title span {
    font-size: 16px;
    line-height: 24px;
    color: #24292E;
    font-weight: bold;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title span a {
    font-size: 16px;
    line-height: 24px;
    color: #24292E;
    font-weight: bold;
}
.BJ_by .BJ_main .viewpoint .viewpoint_txt {
    color: #59636D;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.BJ_by .BJ_main .flash {
    margin-bottom: 40px;
}
.BJ_by .BJ_main .flash .layui-timeline {
    width: 100%;
    margin-top: 28px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-item {
    padding-bottom: 24px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-item:before {
    background-color: #E4E6E9;
    left: 4.5px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-axis {
    width: 8px;
    height: 8px;
    line-height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid #24292E;
    background: #fff;
    box-sizing: border-box;
    left: 1px;
    top: -3px;
    cursor: auto;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-axis::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .time {
    width: 100%;
    color: #89939E;
    font-size: 14px;
    line-height: 20px;
    margin-top: -9px;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .text {
    color: #24292E;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .text a {
    color: #24292E;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.BJ_by .BJ_main .currency {
    width: 100%;
    margin-bottom: 32px;
}
.BJ_by .BJ_main .currency .currency_hd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 18px;
}
.BJ_by .BJ_main .currency .currency_hd .box {
    display: flex;
    align-items: center;
}
.BJ_by .BJ_main .currency .currency_hd .box .time {
    width: 64px;
    margin-left: 28px;
}
.BJ_by .BJ_main .currency .currency_bd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt {
    display: flex;
    align-items: center;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box {
    display: flex;
    height: 32px;
    flex-direction: column;
    justify-content: space-between;
    width: 80px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .title {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .title a {
    font-size: 14px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .detail {
    color: #89939E;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt {
    display: flex;
    align-items: center;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr {
    margin-right: 28px;
    width: 92px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr .num {
    text-align: right;
    font-weight: bold;
    line-height: 16px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr .virtual {
    text-align: right;
    color: #89939E;
    line-height: 16px;
    font-weight: bold;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn {
    width: 64px;
    height: 28px;
    background: #00B98C !important;
    border-radius: 2px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.fall {
    background: #F23F58 !important;
    font-size: 12px;
    color: #fff !important;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.zero {
    background: #89939E !important;
    font-size: 12px;
    color: #fff !important;
}
.BJ_by .BJ_main .new_article {
    width: 100%;
}
.BJ_by .BJ_main .new_article .new_article_item {
    margin-bottom: 20px;
}
.BJ_by .BJ_main .new_article .new_article_title {
    margin-bottom: 4px;
}
.BJ_by .BJ_main .new_article .new_article_title a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.BJ_by .BJ_main .new_article .new_article_time {
    font-size: 14px;
    color: #89939E;
}
.BJ_by .BJ_main .exchange {
    margin-bottom: 32px;
    width: 100%;
}
.BJ_by .BJ_main .exchange .exchange_item {
    width: 100%;
    margin-bottom: 24px;
}
.BJ_by .BJ_main .exchange .exchange_item .box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.BJ_by .BJ_main .exchange .exchange_item .box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box {
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: space-between;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box .title {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box .detail {
    color: #89939E;
    font-size: 14px;
    line-height: 20px;
}
.BJ_by .BJ_main .exchange .exchange_item .exchange_text {
    width: 100%;
    color: #59636D;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.BJ_by .BJ_main .important {
    width: 100%;
    margin-top: 32px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E4E6E9;
    padding: 14px 12px 12px 12px;
    box-sizing: border-box;
}
.BJ_by .BJ_main .important .title {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.BJ_by .BJ_main .important .title span {
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #24292E;
}
.BJ_by .BJ_main .important .text {
    width: 100%;
    line-height: 20px;
    color: #59636D;
    font-size: 14px;
}
.BJ_by .BJ_main .important img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.figure {
    width: 100%;
    margin-bottom: 40px;
    /*display: grid;*/
    /*grid-template-columns: auto auto auto;*/
    /*grid-template-rows: auto auto auto;*/
    /*gap: 20px;*/
}
.figure .figure_item {
    display: flex;
    flex-direction: column;
    width: 88px;
    align-items: center;
    justify-content: center;
}
.figure .figure_item img {
    margin-bottom: 4px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.figure .figure_item span {
    display: block;
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #24292E;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_attention {
    width: 100%;
    height: 40px;
    background: url('../images/back.png') no-repeat;
    background-size: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.right_attention .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.right_attention .title a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.right_attention a {
    display: flex;
    color: #F0B90B;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
}
.right_attention .rt_more {
    display: flex;
    color: #F0B90B;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    align-items: center;
}
.right_attention .rt_more img {
    margin-left: 4px;
    width: 16px;
    height: 16px;
}
.celebrity_emty {
    display: block;
    margin-top: 180px;
    text-align: center;
}
.celebrity_emty img {
    width: 184px;
    height: 150px;
}
.celebrity_emty div {
    color: #89939E;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    margin-top: -38px;
}
.celebrity_more {
    width: 100%;
    margin: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.celebrity_more .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    background: #F2f2f2;
    border-radius: 4px;
    transition: all 0.3s;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.celebrity_more .more:hover {
    background: #e4e6e9;
}
.advertising {
    width: 100%;
    margin-bottom: 40px;
    background: #F7D049;
    border-radius: 4px;
    height: 128px;
    padding: 20px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.advertising .advertising_lt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.advertising .advertising_lt .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.advertising .advertising_lt .down {
    display: flex;
    align-items: center;
}
.advertising .advertising_lt .down span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #333333;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
}
.advertising .advertising_lt .down span img {
    width: 24px;
    height: 24px;
}
.advertising .advertising_rt {
    width: 88px;
    height: 88px;
}
.advertising .advertising_rt img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.mt40 {
    margin-top: 40px;
}
.layui-tab .layui-tab-title li {
    font-size: 16px !important;
}
#newsFlashList .text a,
#flash .text a {
    font-size: 18px;
}



.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 14px;
    font-weight: bold;
}



.lists2{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists2-l{
    display: block;
    width: 150px;
    height: 100px;
    flex-shrink: 0;
}
.lists2-r{
    padding: 0px 0 0 15px;
}
.lists2-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists2-r span{
    color: #999;
    font-size: 14px;
}
.lists2-r-t{
    font-size: 18px;
    font-weight: bold;
}


