﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    font-family: '微软雅黑' !important;
}
/* 选中样式 */
.active_title{
    color: #2289FA;
    border-bottom: 2px solid #2289FA !important;
}
/* 公共样式 */
    /* title */
    .quote_title{
        margin: 34px 0 24px;
    }
    .quote_title h2{
        font-weight: bold;
        color: #333333;
        font-size: 20px;
        position: relative;
        padding-left: 14px;
        display: inline-block;
    }
    .quote_title h2::after{
        content: '';
        width: 4px;
        height: 100%;
        background: #2289FA;
        position: absolute;
        left: 0;
    }
    .quote_title a{
        float: right;
        color: #999999;
        font-size: 14px;
        line-height: 26px;
    }
    /* 内容title */
    .quote_content_title{
        background: #F2F3F4;
        padding:0 14px;
        width: 100%;
        height: 41px;
        font-size: 14px;
        line-height: 41px;
        box-sizing: border-box;
    }
    .quote_content_title h6{
        color: #333333;
        display: inline-block;
        font-size: 14px;
    }
    .quote_content_title a{
        color: #999999;
        float: right;
    }

    /* 三角样式 */
    .red{
        color: #E51D27 !important;
    }
    .green{
        color: #229B4A !important;
    }
    .triangle_red{
        color: #E51D27 !important;
    }
    .triangle_red::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #E51D27;
    }
    .triangle_green{
        color: #229B4A !important;
    }
    .triangle_green::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #229B4A;
    }
    .triangle_right {
        color: #ccc;
    }

        .triangle_right::after {
            content: "";
            position: absolute;
            left: -1px;
            top: 9px;
            width: 12px;
            height: 6px;
            background: url(https://style.feijiu.net/images/baojia/table_right.png) no-repeat center;
            bottom: 7px;
            /* border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #ccc; */
        }

/* 公共样式结束 */
.quote{
    width: 100%;

}
.quote .content{
    width: 1200px;
    margin: 0 auto;
}
/* 订阅 */
.board{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 25px;
    flex-direction: row;
    align-content: center;
}
.board div{
    width: 590px;
    height: 185px;
    background-size: 100%;
    padding: 24px 44px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}
.board div span{
    display: block;
}
.board div a{
    color: #fff;
    padding: 6px 28px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 30px;
}
.board .board_l a{
    background: #2531e7;
}
.board .board_r a{
    background: #419cff;
}
.board .board_l{
    background: url(https://style.feijiu.net/images/baojia/subscription.png) no-repeat center;
}

.board .board_r{
    background: url(https://style.feijiu.net/images/baojia/issue.png) no-repeat center;
}

/* 钢价动态 */
.steel_list{
    width: 100%;
    display: table;
}
.list_box {
    width: 232px;
    height: 160px;
    border: 1px solid #F2F3F4;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.list_box:hover{
    border-color:#2289FA ;
    transition: 0.7s;
}
.list_box:nth-child(5n){
    margin-right: 0;
}
.list_box .city{
    background: #F2F3F4;
    height: 80px;
    padding: 14px 14px;
    box-sizing: border-box;
}
    .list_box .city .price_t h3 {
        color: #2289FA;
        font-size: 18px;
        display: inline-block;
        font-family: '微软雅黑';
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px ;
        vertical-align: middle;
    }
.list_box .city .price_t em{
    color: #999999;
    font-size: 12px;
    margin-left: 12px;
}
.list_box .city .price_t h5{
    color: #333333;
    font-size: 14px;
    float: right;
    line-height: 24px;
}
.list_box .city .price_b {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  
}
.list_box .city .price_b span{
    font-size: 13px;
    color: #999999; 
   
}
    .list_box .city .price_b strong {
        color: #333333;
        font-size: 14px;
        display: block
    }
.list_box  .price{
    height: 80px;
    width: 100%;
    padding: 14px ;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.list_box  .price span{
    color: #333333;
    font-size: 14px;
}
.list_box  .price strong{
   color: #333333;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 8px;
}
.list_box  .price p{
    font-size: 18px;
    margin-top: 8px;
    padding-left: 12px;
    position: relative;
    color: #333333;

}

/* 行情 */
.market{
    width: 100%;
    display: table;
}
.market .market_l{
    width: 709px;
    height: 324px;
    overflow: hidden;
    float: left;
    border-bottom: 2px solid #F2F3F4;
}
.market .market_title,.steelprice_title{
    width: 100%;
    word-spacing:-1em;
    border-bottom: 2px solid #F2F3F4;
    color: #333333;
    font-size: 14px;
    height: 41px;
    overflow: hidden;
    box-sizing: border-box;
}
.market .market_title li,.steelprice_title li{

    display: inline-block;
    padding: 9px 14px;
    box-sizing: border-box;
  
    margin-right: 10px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    transition: 0.3s;
}
    .steelprice_title li a {
        color: #333333
    }
    .market .market_title li:hover, .steelprice_title li:hover {
        color: #2289FA;
        border-color: #2289FA;
    }
    .steelprice_title li:hover a {
        color: #2289FA;
    }

    .market .market_l table {
        width: 100%;
        font-size: 14px;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;
        text-align: center;
        border-collapse: collapse;
        margin-top: 5px;
    }
        .market .market_l table td {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }

    .market .market_l table .table_title tr {
    
           
            background: #F2F3F4;
            height: 40px;
            line-height: 40px;
        }
.market .market_l table .table_content tr{
    height: 28px;
    color: #333333;
    font-size: 14px;
}

.market .market_l table .table_content tr td em{
    display: inline-block;
    margin-right: 3px;
    font-weight: bold;
}

.table_top{
    background: url(https://style.feijiu.net/images/baojia/table_top.png) no-repeat center;
    width: 6px;
    height: 12px;
}
.table_bottom{
    background: url(https://style.feijiu.net/images/baojia/table_bottom.png) no-repeat center;
    width: 6px;
    height: 12px;
}
.table_right{
    background: url(https://style.feijiu.net/images/baojia/table_right.png) no-repeat center;
    width: 12px;
    height: 6px;
}
.market .market_r{
    width: 470px;
    float:right;
    border-bottom: 2px solid #F2F3F4;
}
#main{
    width: 100%;
    height: 243px;
}

/* 钢厂价格行情 */
.steelprice{
    width: 100%;

}
.steelprice_title{
    position: relative;
    padding: 0 30px;
}
.steelprice_title_c{
    width: 100%;
    overflow: hidden;
}
.steelprice .last .img_l{
        position: absolute;
        left: 2px;
        top: 0;
        background: #fff;
        height: 35px;
        font-weight: bold;
        font-size: 17px;
        color: #000000;
        line-height: 35px;
}
.steelprice .last .img_r{
    position: absolute;
    right: 2px;
    top: 0;
    background: #fff;
    height: 35px;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    line-height: 35px;
}
.steelprice_title ul{
    width: 1200px;
    overflow: hidden;
}

.steelprice_content{
    margin-top: 14px;
    border-bottom: 2px solid #F2F3F4;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between
}
.steelprice_list{
    width: 290px;
    display: inline-block;
}
/* 列表 */
.article_list{
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.article_list li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
   
    
}
.article_list li a:hover p{
    color: #2289FA;
    transition: 0.3s;
}
.article_list li p{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   
}
.article_list li span{
   display: inline-block;
  
}
/* 商机推荐 */
.recommend {
    width: 100%;
    margin-bottom: 50px;
}

.recommend_t,.recommend_b{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 2px solid #F2F3F4;

}
.recommend_b{
    margin-top: 23px;
}
.recommend_list{
    width: 590px;
}

/*表格显示隐藏*/
.table_content {
    display:none ;
}
.quote_title_btn {
    width: 88px;
    height: 32px;
    background: #2289FA;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    line-height: 32px !important;
    border-radius: 15px;
    font-size: 14px;
    margin-top:-3px;
}