.forecast li {
    width: 50% !important;
}

.mlink div {
    line-height: 53px;
    border-bottom: 1px #ddd solid;
    font-size: 16px;
    padding-left: 18px;
    background-color: #f9f9f9;
    margin-bottom: 3px;
}

.hot .flex {
    justify-content: center;
}

.hot li {
    line-height: 24px;
    border-bottom: 1px #eee solid;
}

    .hot li:hover {
        background-color: #fed;
    }

.hot .flex i {
    width: 20px;
    text-align: center;
    color: #999;
    margin: 0 5px;
}

.hot .flex span {
    width: 135px;
    color: #666;
    word-break: keep-all;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .hot .flex span:first-child {
        text-align: right;
    }

.mlink div::after {
    font-family: layui-icon !important;
    content: "\e602";
    color: #aaa;
    margin-right: 12px;
    float: right;
}

.i-fb::before {
    font-family: 'icomoon' !important;
    content: "\e903";
    color: #ff6600;
    margin-right: 8px;
}

.i-bb::before {
    font-family: 'icomoon' !important;
    content: "\e901";
    color: #6ab3ff;
    margin-right: 8px;
}
.i-exp, .i-def{margin-top:16px;}

.i-exp::before {
    background-image:url(/img/mem3.png);
    margin-right: 8px;
    display:inline-block;
    content:'';
    height:16px;
    width:16px;
}

.i-usr::before {
    font-family: 'icomoon' !important;
    content: "\e971";
    color: #888;
    margin-right: 8px;
}

.i-def::before,.i-rec::before,.i-his::before {
    font-family: 'icomoon' !important;
    content: "\ea5b";
    color: #888;
    margin-right: 8px;
}
.i-his{
    margin-bottom: 0 !important;
}
.tabs {
    display: none;
}




@media screen and (min-width:1200px){

    .forecast li {
        width: 50% !important;
    }

    .mlink div {
        line-height: 53px;
        border-bottom: 1px #ddd solid;
        font-size: 16px;
        padding-left: 18px;
        background-color: #f9f9f9;
        margin-bottom: 3px;
    }

    .hot .flex {
        justify-content: center;
    }

    .hot li {
        line-height: 24px;
        border-bottom: 1px #eee solid;
    }

        .hot li:hover {
            background-color: #fed;
        }

    .hot .flex i {
        width: 20px;
        text-align: center;
        color: #999;
        margin: 0 5px;
    }

    .hot .flex span {
        width: 135px;
        color: #666;
        word-break: keep-all;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .hot .flex span:first-child {
            text-align: right;
        }

    .mlink div::after {
        font-family: layui-icon !important;
        content: "\e602";
        color: #aaa;
        margin-right: 12px;
        float: right;
    }

    .i-fb::before {
        font-family: 'icomoon' !important;
        content: "\e903";
        color: #ff6600;
        margin-right: 8px;
    }

    .i-bb::before {
        font-family: 'icomoon' !important;
        content: "\e901";
        color: #6ab3ff;
        margin-right: 8px;
    }
    .i-exp, .i-def{margin-top:16px;}

    .i-exp::before {
        background-image:url(/img/mem3.png);
        margin-right: 8px;
        display:inline-block;
        content:'';
        height:16px;
        width:16px;
    }

    .i-usr::before {
        font-family: 'icomoon' !important;
        content: "\e971";
        color: #888;
        margin-right: 8px;
    }

    .i-def::before,.i-rec::before,.i-his::before {
        font-family: 'icomoon' !important;
        content: "\ea5b";
        color: #888;
        margin-right: 8px;
    }
    .i-his{
        margin-bottom: 0 !important;
    }
} 

@media screen and (min-width: 1024px) and (max-width: 1170px) {

    .box, article {
        width: auto;
    }
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
    .box, article {
        width: auto;
    }
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .box, article {
        width: 100%;
    }
    
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px){
    
    .box {
        background-color: #FFF;
    }
    #ikzbkgffif {
        background-color: #333333;
    }
    .left-box-min {
        display: none;
    }
    .news-title {
        display: none;
    }
    .right-box-big {
        width: auto;
    }
    .fuser img {
        width: 40px;
        height: 40px;
    }
    .fuser {
        font-size: 14px;
    }
    .fcontent {
        font-size: 13px;
    }
    .fmatch {
        font-size: 13px;
    }

    .tabs {
        /* width: 90vw; */
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 10px 17px;
        margin: 10px 0;
    }

    .tabs .left_btn {
        padding: 3px 8px;
        font-size: 14px;
        border: 1px solid #999;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
    }
    .sort_box {
        position: relative;
    }

    .show_text {
        width: 85px;
        padding: 3px 8px;
        font-size: 14px;
        border: 1px solid #999;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        color: #999;
        overflow: hidden;

    }

    .show_text span {
        display: inline-block;
        width: 64px;
        white-space: nowrap;
        overflow: hidden;
    }

    .sort_wra {
        display: none;
        position: absolute;
        border: 1px solid #999;
        line-height: 30px;
        text-align: left;
        padding: 0 8px;
        font-size: 13px;
        background: #FFF;
        z-index: 6;
        width: 85px;
    }
    .sort_wra > li {
        white-space: nowrap;
        overflow: hidden;
    }
    .forecast .fcontent a {
        overflow: hidden;
        text-overflow:ellipsis;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .fmatch span {
        font-size: 12px;
        max-width: 15vw;
    }
}

@media screen and (max-width: 479px) {
    .box {
        background-color: #FFF;
    }
    #ikzbkgffif {
        background-color: #333333;
    }
    .left-box-min {
        display: none;
    }
    .news-title {
        display: none;
    }
    .fuser img {
        width: 40px;
        height: 40px;
    }
    .fuser {
        font-size: 14px;
    }
    .fcontent {
        font-size: 13px;
    }
    .fmatch {
        font-size: 13px;
    }

    .tabs {
        /* width: 90vw; */
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 10px 17px;
        margin: 10px 0;
    }

    .tabs .left_btn {
        padding: 3px 8px;
        font-size: 14px;
        border: 1px solid #999;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
    }
    .sort_box {
        position: relative;
    }

    .show_text {
        width: 85px;
        padding: 3px 8px;
        font-size: 14px;
        border: 1px solid #999;
        border-radius: 5px;
        height: 20px;
        line-height: 20px;
        color: #999;
        overflow: hidden;

    }

    .show_text span {
        display: inline-block;
        width: 64px;
        white-space: nowrap;
        overflow: hidden;
    }

    .sort_wra {
        display: none;
        position: absolute;
        border: 1px solid #999;
        line-height: 30px;
        text-align: left;
        padding: 0 8px;
        font-size: 13px;
        background: #FFF;
        z-index: 6;
        width: 85px;
    }
    .sort_wra > li {
        white-space: nowrap;
        overflow: hidden;
    }


    .right-box-big {
        width: auto;
    }
    
    .forecast li {
        width: 95vw !important;
    }
    .forecast .fcontent a {
        overflow: hidden;
        text-overflow:ellipsis;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }

    .layui-icon-down:before {
        font-size: 12px;
        margin-left: 3px;
        vertical-align: super;
    }
    .fmatch span {
        font-size: 14px;
        max-width: 35vw;
    }
}


.current_btn {
    border: 1px solid transparent !important;
    background: #eb3d41;
}
.current_btn a{

    color: #FFF;
}

