﻿.page_main {
    position: relative;
    padding-top: 12px;
    background-color: #f3f3f3;
    padding-bottom: 65px;
}

.dc_location {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

    .dc_location .prompt {
        color: #999;
    }

    .dc_location a,
    .dc_location span {
        color: #999;
    }

        .dc_location a:hover {
            color: #1f8ccd;
            text-decoration: underline;
        }

    .dc_location i {
        color: #999;
        font-style: normal;
        margin: 0 7px;
    }

.dc_old_link {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .dc_old_link a {
        color: #165277;
    }

.dc_container {
    border: solid 1px #ccc;
    background-color: White;
    margin-top: 10px;
    min-height: 500px;
}

.dc_data_pager {
    padding: 20px 20px;
    font-size: 14px;
    border-top: solid 1px #eee;
}

/*#region ====左侧查询条件====*/

.dc_list_filter {
    float: left;
    width: 215px;
    padding-bottom: 20px;
    padding-top: 2px;
    border-right: solid 1px #eee;
    min-height: 480px;
}

    .dc_list_filter .selector_list {
        width: 170px;
        margin: 0 auto;
        font-size: 14px;
    }

        .dc_list_filter .selector_list .selector {
            position: relative;
            height: 24px;
            line-height: 24px;
            padding: 2px 0;
            margin-top: 14px;
            text-align: center;
            background: url(/web/img/bg-data-filter-txt-170-56.gif) no-repeat left top;
            cursor: pointer;
        }

            .dc_list_filter .selector_list .selector .text {
                display: inline-block;
                max-width: 120px;
                padding-right: 14px;
                color: #333;
                background: url(/web/img/bg-data-filter-arrow-5-120.gif) no-repeat right 11px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .dc_list_filter .selector_list .selector:hover {
                background-position: left -28px;
            }

                .dc_list_filter .selector_list .selector:hover .text {
                    color: #e68921;
                    background-position: right -50px;
                }

        .dc_list_filter .selector_list .selector_date input {
            font-size: 13px;
            width: 80px;
            height: 21px;
        }

.filter_selector_panel {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    width: 170px;
    padding-top: 9px;
    z-index: 9;
    background-color: White;
}

    .filter_selector_panel ul {
        border: solid 1px #e68921;
        border-bottom: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .filter_selector_panel ul li.option a {
            display: block;
            width: 100%;
            height: 26px;
            line-height: 26px;
            color: #e68921;
            border-bottom: solid 1px #e68921;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .filter_selector_panel ul li.option a:hover {
                background-color: #e68921;
                color: White;
            }

    .filter_selector_panel .arrow {
        position: absolute;
        top: 5px;
        left: 80px;
        width: 9px;
        height: 5px;
        background: url(/web/img/bg-data-filter-arrow-9-5.gif) no-repeat left top;
    }

.filter_selector_week_panel ul {
    text-align: left;
    border-bottom: 1px solid #e68921;
}

    .filter_selector_week_panel ul li {
        display: inline-block;
        width: 56px;
        text-align: center;
    }

/*#endregion*/

/*#region ====右侧数据====*/

.dc_list_content {
    float: left;
    width: 981px;
    border-left: solid 1px #eee;
    margin-left: -1px;
    min-height: 600px;
}

/*#region ====数据列表形式====*/

.dc_data_list {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}

    .dc_data_list tr th {
        height: 66px;
        background-color: #f9f9f9;
        border-bottom: solid 1px #ccc;
        color: #866779;
        font-weight: normal;
    }

    .dc_data_list tr td {
        padding: 21px 0;
        text-align: center;
        border-top: solid 1px #eee;
        color: #333;
        line-height: 19px;
    }

    .dc_data_list .btn_pick {
        display: inline-block;
        padding-left: 25px;
        height: 26px;
        font-size: 14px;
        color: #333;
        border: none;
        cursor: pointer;
        background: url(/web/img/icon-dc-gz-21-26.gif) no-repeat left top;
    }

        .dc_data_list .btn_pick:hover {
            color: #1f8ccd;
        }

    .dc_data_list .btn_picked {
        color: #aaa !important;
    }

    .dc_data_list .lbtn_detail,
    .dc_data_list .lbtn_price {
        display: inline-block;
        padding-left: 5px;
        padding-top: 2px;
        padding-right: 5px;
        height: 26px;
        line-height: 23px;
        font-size: 14px;
        color: #dd5449;
        vertical-align: middle;
    }

    .dc_data_list .lbtn_detail {
        background: url(/web/img/icon-dc-zs-26-20.jpg) no-repeat 2px 5px;
        border: 1px solid #dd5449;
        padding-left: 32px;
    }
    /*.dc_data_list .lbtn_detail:hover { color:#1f8ccd; }*/
    .dc_data_list .lbtn_price {
        border: 1px solid #dd5449;
        margin-left: 10px;
        background: rgb(242, 143, 24);
        color: #fff;
    }
    /*.dc_data_list .lbtn_price:hover{color:#1f8ccd}*/
    .dc_data_list .sep {
        display: inline-block;
        height: 20px;
        width: 1px;
        margin: 0 10px;
        background-color: #ccc;
        vertical-align: middle;
    }

/*#endregion*/

/*#region ====传统表格形式====*/

.dc_data_table_container {
    padding: 30px;
}

.dc_table_caption {
    height: 40px;
    line-height: 20px;
    padding-left: 24px;
    font-size: 18px;
    background: url(/web/img/bg-dc-table-title-10-20.gif) no-repeat 3px top;
}

.dc_table_wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
}

.dc_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 2px #39c;
}

    .dc_table th {
        padding: 11px 0;
        background-color: #39c;
        border: solid 1px #e4e4e4;
        color: White;
        text-align: center;
        font-size: 15px;
    }

    .dc_table td {
        padding: 8px 10px;
        line-height: 24px;
        border: solid 1px #e4e4e4;
        text-align: center;
        font-size: 14px;
    }

        .dc_table td.ni_date {
            padding: 8px 0;
        }

    .dc_table tr:last-child td {
        border-bottom: none;
    }

    .dc_table tr:hover td {
        background-color: #eef7ff;
    }

    .dc_table .sub_total_tr td {
        background-color: #f7f7f7 !important;
    }

    .dc_table .all_total_tr td {
        background-color: #eef7ff !important;
        font-weight: bold;
    }

.dc_table_remark {
    padding-left: 35px;
    padding-bottom: 20px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

    .dc_table_remark ._none {
        visibility: hidden;
    }

/*#endregion*/

/*#endregion*/

/*#region ====侧边栏====*/
.dc_side_bar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

    .dc_side_bar .bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 100%;
        background-color: #000;
    }

        .dc_side_bar .bar .center_action {
            position: absolute;
            width: 100%;
            top: 50%;
            padding: 20px 0;
            z-index: 2;
            background-color: #000;
        }

        .dc_side_bar .bar .bottom_action {
            position: absolute;
            width: 100%;
            bottom: 20px;
            z-index: 1;
        }

        .dc_side_bar .bar .member_only {
            display: inline-block;
            padding-bottom: 5px;
            margin-bottom: 15px;
            border-bottom: dotted 1px #444;
        }

        .dc_side_bar .bar .btn {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
            width: 38px;
            height: 30px;
            background: url(/web/img/icon-dc-side-bar-21-400.png) no-repeat;
            cursor: pointer;
        }

            .dc_side_bar .bar .btn:hover {
                background-color: #222;
            }

            .dc_side_bar .bar .btn .num {
                position: absolute;
                display: block;
                right: 0;
                top: -5px;
                width: 15px;
                height: 15px;
                line-height: 15px;
                font-size: 10px;
                font-family: Tahoma;
                text-align: center;
                font-style: normal;
                background: url(/web/img/bg-red-circle-15-15.png) no-repeat left top;
                color: White;
            }

        .dc_side_bar .bar .btn_member {
            height: 33px;
            background: none !important;
            text-align: center;
        }

        .dc_side_bar .bar .btn_price_picker {
            background-position: 8px 3px;
        }

            .dc_side_bar .bar .btn_price_picker:hover {
                background-position: 8px -37px;
            }

        .dc_side_bar .bar .btn_my_fav {
            background-position: 8px -74px;
        }

            .dc_side_bar .bar .btn_my_fav:hover {
                background-position: 8px -114px;
            }

        .dc_side_bar .bar .btn_search {
            background-position: 8px -236px;
        }

            .dc_side_bar .bar .btn_search:hover {
                background-position: 8px -276px;
            }

        .dc_side_bar .bar .btn_go_top {
            background-position: 8px -312px;
        }

            .dc_side_bar .bar .btn_go_top:hover {
                background-position: 8px -352px;
            }

.side_bar_tips {
    display: none;
    position: absolute;
    top: 0px;
    right: 38px;
    font-size: 14px;
    background-color: #eb544b;
    width: 88px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: White;
}

.side_bar_tips_arrow {
    position: absolute;
    left: 88px;
    top: 9px;
    width: 0px;
    height: 0px;
    border: solid 6px transparent;
    border-left-width: 6px;
    border-left-color: #eb544b;
}

.side_bar_face {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/web/img/bg-face-35-35.png) no-repeat left top;
}

    .side_bar_face i {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        left: 0;
        top: 0;
        background: url(/web/img/top_menu_head_cover_35.png) no-repeat left top;
    }

    .side_bar_face img {
        width: 33px;
        height: 33px;
    }

.dc_side_content {
    position: absolute;
    top: 0;
    left: 38px;
    width: 280px;
    height: 100%;
    background-color: White;
    overflow-x: hidden;
    overflow-y: auto;
}

    .dc_side_content .caption_bar {
        position: relative;
        height: 32px;
        line-height: 32px;
        border-bottom: solid 1px #ddd;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: #fff url(/web/img/bg-sidebar-caption.png) no-repeat 10px 10px;
        cursor: pointer;
    }

        .dc_side_content .caption_bar .loading {
            position: absolute;
            right: 8px;
            top: 7px;
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(/web/img/icon-loading-16-16.gif) no-repeat left top;
        }

/*#region ====报价关注====*/

.price_picker_container {
    background-color: #fff;
    height: 100%;
}

.price_picker_content {
}

    .price_picker_content .tab {
        position: relative;
        margin-left: 10px;
    }

    .price_picker_content .tab_btn {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 51px;
    }

    .price_picker_content .tab_btn_list {
        padding-top: 20px;
    }

        .price_picker_content .tab_btn_list .item {
            height: 38px;
            line-height: 38px;
            padding-left: 30px;
            border: solid 1px #ddd;
            margin-top: -1px;
            font-size: 12px;
            cursor: pointer;
            background-image: url(/web/img/icon-dc-price-type-21-320.jpg);
            background-repeat: no-repeat;
        }

        .price_picker_content .tab_btn_list .item_on {
            border-left: solid 3px #e78a22;
            border-right-color: #fff;
            padding-left: 28px;
        }

    .price_picker_content .tab_content {
        margin-left: 50px;
        border-left: solid 1px #ddd;
    }

    .price_picker_content .tab_content_list {
    }

        .price_picker_content .tab_content_list .item {
            display: none;
        }

        .price_picker_content .tab_content_list .item_on {
            display: block;
        }

    .price_picker_content .btn_submit_pick {
        border: none;
        width: 180px;
        height: 30px;
        margin-top: 15px;
        margin-left: 60px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        color: White;
        background-color: #e68921;
        cursor: pointer;
    }

.tab_btn_board {
    background-position: 5px 11px;
}

.tab_btn_coil {
    background-position: 5px -70px;
}

.tab_btn_pipe {
    background-position: 5px -150px;
}

.tab_btn_strip {
    background-position: 5px -229px;
}

.pick_remark {
    padding-left: 15px;
    padding-top: 10px;
    color: #999;
}

    .pick_remark b {
        font-weight: normal;
        margin: 0 5px;
    }

.pick_table {
    table-layout: fixed;
    width: 100%;
}

    .pick_table td {
        height: 90px;
        border-bottom: solid 1px #eee;
    }

        .pick_table td.td_no {
            width: 55px;
            text-align: center;
        }

            .pick_table td.td_no span {
                display: inline-block;
                width: 35px;
                height: 35px;
                background: url(/web/img/bg-price-picker-no-35-600.png) no-repeat;
            }

    .pick_table .pick_1 td.td_no span {
        background-position: left 0px;
    }

    .pick_table .pick_2 td.td_no span {
        background-position: left -120px;
    }

    .pick_table .pick_3 td.td_no span {
        background-position: left -240px;
    }

    .pick_table .pick_4 td.td_no span {
        background-position: left -360px;
    }

    .pick_table .pick_5 td.td_no span {
        background-position: left -480px;
    }

    .pick_table td.td_price {
    }

        .pick_table td.td_price .empty {
        }

        .pick_table td.td_price .content {
            position: relative;
            padding-right: 40px;
        }

            .pick_table td.td_price .content h4.name {
                font-weight: normal;
                line-height: 21px;
                word-break: break-all;
            }

            .pick_table td.td_price .content .btn_remove {
                position: absolute;
                top: 0px;
                right: 5px;
            }

/*#endregion*/

/*#endregion*/

/*#region ====比价列表====*/

.close_price_list {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #f95019;
}

    .close_price_list:hover {
        color: #1f8ccd;
    }

.comparePrice {
    border: 1px solid #f28f18;
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 2;
    width: 1200px;
}

.compare_left {
    display: inline-block;
    width: 970px;
    overflow: hidden;
    position: relative;
}

    .compare_left .tips {
        position: absolute;
        top: 50%;
        font-size: 18px;
        color: #ddd;
        text-align: center;
        width: calc(100% - 188px);
        left: 188px;
    }

.compare_right {
    width: 203px;
    height: 205px;
    display: flex;
    float: right;
    position: relative;
    background: #f9f9f9;
    border-left: 1px solid #ddd;
    align-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.compare_left > h2 {
    color: #f28f18;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.compare_list li {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.compare_list h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.compare_list p {
    font-size: 15px;
    line-height: 23px;
    color: #999999;
    margin-bottom: 15px;
}

.compare_price_value {
    color: #999999;
}

    .compare_price_value b {
        color: #dd5449;
        font-size: 19px;
        font-weight: 200;
    }

.compare_price_index {
    float: right;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #d6d6d6;
    text-align: center;
    line-height: 20px;
}

.compare_right .compare_price_link {
    background: #f95019;
    color: #fff;
    width: 100px;
    font-size: 18px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.compare_right .hide_compare_price {
    position: absolute;
    right: 20px;
    color: #999;
    top: 20px;
}

.clear_price_list {
    text-align: center;
    line-height: 40px;
    text-decoration: underline;
    color: #1f8ccd;
    cursor: pointer;
}

.compare_list li:nth-child(5n + 5) {
    border: none;
}

.dc_data_list .lbtn_price.select_compare {
    background: #fff;
    color: #999;
    border-color: #999;
}

/*#endregion*/

/*按钮*/
.search_link_btn_wrap ul {
    display: inline-block;
    width: 100%;
}

    .search_link_btn_wrap ul li {
        margin-bottom: 20px;
    }

        .search_link_btn_wrap ul li a {
            display: inline-block;
            width: 100%;
            border: 1px solid #bbb;
            border-radius: 10px;
            height: 37px;
            line-height: 37px;
            text-align: center;
            color: #666;
            font-size: 16px;
        }

            .search_link_btn_wrap ul li a:hover {
                border-color: #f5ab54;
                color: #f5ab54;
            }

            .search_link_btn_wrap ul li a span.en {
                font-size: 12px;
                display: block;
                padding-top: 3px;
            }

        .search_link_btn_wrap ul li.btn1 a {
            background: url(/web/img/compare_1.png) no-repeat;
            background-size: 22px;
            background-position: 30px center;
        }

        .search_link_btn_wrap ul li.btn2 a {
            background: url(/web/img/compare_2.png) no-repeat;
            background-size: 22px;
            background-position: 30px center;
        }

        .search_link_btn_wrap ul li.btn3 a {
            background: url(/web/img/compare_3.png) no-repeat;
            background-size: 22px;
            background-position: 30px center;
        }

        .search_link_btn_wrap ul li.btn4 a {
            background-position: 30px -390px;
        }

        .search_link_btn_wrap ul li.btn4:hover a {
            background-position: 30px -440px;
        }

/*引导层*/
.colse_btn {
    width: 48px;
    height: 48px;
    float: right;
    cursor: pointer;
}

.finish_guide {
    width: 139px;
    height: 37px;
    cursor: pointer;
}

.guide1 {
    position: absolute;
    z-index: 19891017;
}

div.noright_detail_wrap {
    min-height: 432px;
}

/*价格走势跳转样式*/
.chart_jump {
    background: url("/web/img/icon-dc-zs-26-20.jpg") no-repeat scroll 10px center;
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    padding-left: 45px;
    position: absolute;
    right: 30px;
    top: 23px;
    width: 75px;
}

/*板卷报价banner大图*/
.top_banner {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

    .top_banner .banner_box {
        width: 1200px;
        height: 80px;
        margin: 0 auto;
        overflow: hidden;
    }

        .top_banner .banner_box img {
            width: 1200px;
            height: 80px;
        }

/*猜你喜欢*/
.news_container {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 30px;
}

    .news_container .page_title_line_wrap a {
        background: none;
        padding-right: 5px;
    }

.news_list_line_wrap ul li {
    border-top: 1px solid #c4c4c4;
    display: block;
    width: 100%;
    margin-top: -1px;
    position: relative;
    padding: 20px 0;
}

.news_list_line_wrap .article_text {
    width: 860px;
    padding-left: 280px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .news_list_line_wrap .article_text h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: normal;
        white-space: nowrap;
        width: 860px;
    }

        .news_list_line_wrap .article_text h2 a {
            color: #272322;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .news_list_line_wrap .article_text h2 a:hover {
                color: #1f8ccd;
            }

.news_list_line_wrap div.small_title {
    color: #999;
    margin: 12px 0;
    font-size: 14px;
}

    .news_list_line_wrap div.small_title span {
        margin-right: 25px;
    }

        .news_list_line_wrap div.small_title span.article_scannum {
            background: url(/web/img/bg_time_scan_item.png) no-repeat;
            padding-left: 17px;
            background-position: left -13px;
        }

.news_list_line_wrap .article_text div.small_title span.article_time,
.info_main_left_list_wrap .article_text div.small_title span.article_scannum {
    background: url(/web/img/bg_time_scan_item.png) no-repeat;
}

.news_list_line_wrap .article_text div.small_title span.article_time {
    padding-left: 15px;
    background-position: left 2px;
    *background-position: left 5px;
}

.news_list_line_wrap .article_text div.small_title span.article_scannum {
    padding-left: 17px;
    background-position: left -13px;
    *background-position: left -11px;
}

.news_list_line_wrap .article_text div.article_content {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 23px;
    min-height: 43px;
}

.news_list_line_wrap .article_img {
    width: 218px;
    height: 115px;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 20px;
}

    .news_list_line_wrap .article_img img {
        width: 218px;
        height: 115px;
    }

.loadmore_article {
    width: 100%;
    text-align: center;
}

    .loadmore_article a {
        display: block;
        height: 45px;
        color: #666;
        font-size: 15px;
        line-height: 45px;
    }

        .loadmore_article a img {
            vertical-align: middle;
            width: 27px;
            margin-top: -6px;
        }

.price_null_line {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #999;
    padding-top: 280px;
    background: url(/web/img/price-null-line.png) no-repeat top center;
    background-size: 580px;
}

    .price_null_line span {
        color: #dd5449;
        font-weight: bold;
        font-size: 15px;
    }

/*开关按钮*/
.toggle-button-wrapper {
    position: absolute;
    right: 490px;
    top: 28px;
    width: 75px;
}

#toggle-button {
    display: none;
}

.button-label {
    position: relative;
    display: inline-block;
    width: 79px;
    height: 25px;
    background-color: #ccc;
    box-shadow: #ccc 0px 0px 0px 2px;
    border-radius: 30px;
    overflow: hidden;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
}

.button-label .text {
    line-height: 25px;
    font-size: 14px;
    text-shadow: 0 0 2px #ddd;
}

.on {
    color: #fff;
    display: none;
    text-indent: 10px;
}

.off {
    color: #fff;
    display: inline-block;
    text-indent: 34px;
}

.button-label .circle {
    left: 0;
}

#toggle-button:checked + label.button-label .circle {
    left: 54px;
}

#toggle-button:checked + label.button-label .on {
    display: inline-block;
}

#toggle-button:checked + label.button-label .off {
    display: none;
}

#toggle-button:checked + label.button-label {
    background-color: #51ccee;
}

.scrollbarContainer{display:none;width:250px;position:absolute;margin-left:30px;margin-right:30px;top:50px;background:#fff}
.scrollbarContainer > img,.horseRaceLamp > img{width:24px;margin-top:3px;position:absolute;left:15px}
.scrollbarContainer > p,.horseRaceLamp > p{background:#dd5549;height:30px;line-height:30px;font-size:14px;color:#fff;padding-left:50px}
.scrollbarContainer ul{padding:0 15px}
.scrollbarContainer li,.horseRaceLamp li{display:flex;display:-webkit-flex;height:60px;justify-content:flex-start;align-items:center;gap:10px;border-bottom:1px solid #efefef}
.scrollbarContainer li a,.horseRaceLamp li a{display:contents;color:#000}
.scrollbarContainer li a:hover{color:#1f8ccd}
.scrollbarContainer li img{width:40px}
.scrollbarContainer li .info_fac{line-height:25px}
.scrollbarContainer li .info_fac_name{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:170px}
.scrollbarContainer li .info_fac_desc{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:170px;opacity:0.5}
.horseRaceLamp{margin-top:20px;background-color:#fff;padding: 25px 20px;}
.horseRaceLamp .horse_container{overflow:hidden;padding-top:20px;}
.horseRaceLamp ul {display: flex;display: -webkit-flex;}
.horseRaceLamp ul.anima {animation: horserace 15s linear infinite}
.horseRaceLamp ul:hover{animation-play-state:paused}
.horseRaceLamp li{width:290px;padding:0 25px;box-sizing:border-box;border-bottom:none;}
.horseRaceLamp li a:hover{color:#1f8ccd}
.horseRaceLamp li img{width:40px}
.horseRaceLamp li .info_fac{line-height:25px}
.horseRaceLamp li .info_fac_name{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:190px}
.horseRaceLamp li .info_fac_desc{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:190px;opacity:0.5}
@keyframes horserace{
    100% {
        transform: translateX(-1160px);
    }
}