﻿
body {
    background: #EBEFF6 url('/static/img/600/top_bg.png') top left no-repeat;
    background-size: cover;
}



.pageContainer {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

.pageBot {
    height: 120px;
    width: 1200px;
    margin: 0 auto;
}

    .pageBot img {
        height: 120px;
        width: 1200px;
        object-fit: cover;
    }

.pageContent {
    width: 1200px;
    height: auto;
}

.pageContainer .pageNavi {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    color: #888888ff;
    font-size: 14px;
    font-face: PingFangSC;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding: 10px 0px;
    font-weight: bold;
}

    .pageContainer .pageNavi ul {
        display: flex;
        flex-direction: row;
    }

    .pageContainer .pageNavi .pageNavi_active {
        text-align: left;
        color: #333333ff;
    }

.nav-front {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url('/static/img/600/ic_1-w.png');
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.nav_separate {
    display: inline-block;
    padding: 0 5px;
    color: #888888ff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none; /*去掉li左侧的点*/
    color: #888888ff;
}

a {
    text-decoration: none;
}

    a:hover, a:visited, a:link, a:active {
        color: inherit;
    }


.pageContent-top {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 0px 20px;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 16px;
}

.pageContent .search_keyWords {
    width: 600px;
    height: 60px;
    box-shadow: 0 0 20px 0 #1f358e29;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0px auto;
    margin-top: 33px;
}

    .pageContent .search_keyWords #KeyWords {
        width: 480px;
        height: 60px;
        background: #FFFFFF;
        padding: 22px 0 22px 16px;
        border-radius: 8px 0 0 8px;
    }

    .pageContent .search_keyWords button {
        width: 120px;
        height: 60px;
        background: #3182FF;
        border-radius: 0 8px 8px 0;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        padding-right: 28px;
        background-image: url('/static/img/202/ic_搜索.png');
        background-size: 20px;
        background-position-x: 26px;
        background-position-y: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.search_filter {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 0 10px 20px;
    height: auto;
    background-color: #ffffff;
    line-height: 24px;
    width: 100%;
    margin-top: 30px;
    border-radius: 8px;
}

    .search_filter .tit {
        width: 106px;
        text-align: left;
        height: 26px;
        display: inline-flex;
        flex-shrink: 0;
    }

    .search_filter #filterTags {
        display: inline-flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        flex-shrink: 1;
    }

        .search_filter #filterTags .tag {
            display: inline-flex;
            overflow: hidden;
            flex-direction: row;
            flex-wrap: nowrap;
            height: 26px;
            background: #F0F4FF;
            border-radius: 2px;
            padding: 0 10px;
            align-items: center;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #3182FF;
        }

            .search_filter #filterTags .tag a {
                display: inline-block;
                width: 10px;
                height: 10px;
                background-image: url('/static/img/202/s_ic_close.png');
                background-size: cover;
                background-position-x: left;
                background-position-y: top;
                background-repeat: no-repeat;
                margin-left: 6px;
                cursor: pointer;
            }

        .search_filter  button {
            width: 88px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #3182FF;
            border-radius: 2px;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            cursor: pointer;
        }

.search_filterDetails {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0 10px 20px;
    height: auto;
    background-color: #ffffff;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
}

    .search_filterDetails .industryDetails {
        display: flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

    .search_filterDetails .tit {
        width: 106px;
        text-align: left;
        height: 26px;
        display: inline-flex;
        flex-shrink: 0;
    }

    .search_filterDetails .tabContent .tabItem ul {
        display: flex;
    }

    .search_filterDetails .tabContent .tabItem .layui-form-checkbox {
        margin-right: 10px;
    }
    .search_filterDetails .tabContent .tabItem .customYear .layui-form-checkbox {
        margin-right: 0px;
    }

    .search_filterDetails .tabContent .tabItem .datebox {
        background: #FFFFFF;
        border: 1px solid #CDCFE5;
        border-radius: 2px;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 14px;
        color: #5E667D;
        letter-spacing: 0;
        line-height: 16px;
    }
    .search_filterDetails .tabContent {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin-top: 20px;
    }

        .search_filterDetails .tabContent .tabItem {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            width: 100%;
        }

            .search_filterDetails .tabContent .tabItem a {
                display: inline-block;
                height: 26px;
                background: #ffffff;
                border-radius: 2px;
                text-align: center;
                line-height: 26px;
                margin-right: 10px;
                cursor: pointer;
                padding: 0 10px;
                color: #5E667D;
            }

            .search_filterDetails .tabContent .tabItem .active {
                background: #F0F4FF;
                color: #3182FF;
            }

        .search_filterDetails  .tabContent .areaSel {
            display: inline-flex;
            flex-direction: row;
            height: fit-content;
            width: fit-content;
            align-items: center;
        }

            .search_filterDetails .tabContent .areaSel select {
                min-width: 150px;
                height: 36px;
                border: 1px solid #d2d2d2;
                color: #5f5f5f;
                margin-right: 10px;
            }

.pageContent-top .topToolBar {
    display: flex;
    height: auto;
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFF;
}

    .pageContent-top .topToolBar .topToolBar-left ul, .pageContent-top .topToolBar .topToolBar-right ul {
        display: inline-flex;
        height: 26px;
        line-height: 26px;
        flex-direction: row;
    }

        .pageContent-top .topToolBar .topToolBar-left ul li, .pageContent-top .topToolBar .topToolBar-right ul li {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
        }

            .pageContent-top .topToolBar .topToolBar-right ul li .btn-details {
                width: 88px;
                height: 26px;
                background: #3182FF;
                border-radius: 2px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                letter-spacing: 0;
                line-height: 26px;
                cursor: pointer;
            }
            .pageContent-top .topToolBar .topToolBar-left ul li:not(:last-child) {
                margin-right: 50px;
            }


.topToolBar .sort {
    display: flex;
    align-items: center;
    cursor: pointer;
}


    .topToolBar .sort .sort_state {
        display: inline-flex;
        width: 16px;
        height: 16px;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
    }

    .topToolBar .sort i {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-left: 5px;
    }

    .topToolBar .sort[data-order="asc"] i:first-child {
        border-bottom: 5px solid #3383FF;
    }

    .topToolBar .sort[data-order="asc"] i:nth-child(2) {
        border-top: 5px solid #D9D9D9;
    }

    .topToolBar .sort[data-order="desc"] i:first-child {
        border-bottom: 5px solid #D9D9D9;
    }

    .topToolBar .sort[data-order="desc"] i:nth-child(2) {
        border-top: 5px solid #3383FF;
    }


.pageContent-top .pageListRow {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 0;
    box-shadow: inset 0 1px 0 0 #EDEFF8;
}

    .pageContent-top .pageListRow .pageListImg {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 7px;
    }

        .pageContent-top .pageListRow .pageListImg img {
            width: 60px;
            width: 60px;
            object-fit: cover;
            transition: all .3s;
        }

            .pageContent-top .pageListRow .pageListImg img:hover {
                transform: scale(1.08) translate3d(0, 0, 0);
            }


    .pageContent-top .pageListRow .pageListRowCont {
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        .pageContent-top .pageListRow .pageListRowCont .row-title {
            width: 100%;
            line-height: 22px;
            font-family: PingFangSC-Medium;
            font-size: 16px;
            color: #333333;
            letter-spacing: 0;
            font-weight: bold;
        }

            .pageContent-top .pageListRow .pageListRowCont .row-title a {
                font-size: inherit;
                font-weight: inherit;
                margin-right: 16px;
            }

        .pageContent-top .pageListRow .pageListRowCont .rowCont-left {
flex:1;
            height: auto;
        }

        .pageContent-top .pageListRow .pageListRowCont .row-info {
            width: 100%;
            height: auto;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            letter-spacing: 0;
            margin-top: 8px;
            margin-bottom: 20px;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

            .pageContent-top .pageListRow .pageListRowCont .row-info ul li {
                line-height: 24px;
                display: block;
                min-height: 24px;
                margin:12px 0px;
            }

                .pageContent-top .pageListRow .pageListRowCont .row-info ul li label {
                    font-size: 14px;
                 
                }

                .pageContent-top .pageListRow .pageListRowCont .row-info ul li:not(.form-flag-primary) span {
                    font-size: 14px;
                }

        .pageContent-top .pageListRow .pageListRowCont .rowCont-right {
            padding-top: 30px;
        }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns .btn {
                height: 36px;
                line-height: 36px;
                background: #3182FF;
                border-radius: 23px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
                letter-spacing: 0;
                cursor: pointer;
            }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns .btn-details {
                width: 124px;
                text-align: left;
                padding: 0 20px;
                background-image: url(/static/img/202/m_ic_more.png);
                background-size: 14px;
                background-position-x: 90px;
                background-position-y: center;
                background-repeat: no-repeat;
                margin-right: 10px;
                display: inline-block;
            }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns .btn-collect {
                width: 106px;
                text-align: right;
                padding: 0 24px;
                background-image: url(/static/img/202/l_ic_收藏.png);
                background-size: 20px;
                background-position-x: 24px;
                background-position-y: center;
                background-repeat: no-repeat;
            }

.pageContent-bot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0 30px 0;
}

#pagingControl .layui-laypage-count, #pagingControl .layui-laypage-refresh, #pagingControl .layui-laypage-skip {
    background-color: inherit;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3182FF !important;
    background-color: #3182FF !important;
    color: #ffffff !important;
    font-weight: bold;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3182FF !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #ffffff !important;
}

.form-flag-success {
    padding: 3px 6px;
    background: #E2F6ED;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #47B370;
    letter-spacing: 0;
}

.form-flag-warring {
    padding: 3px 6px;
    background: #FDEDEF;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #E87672;
    letter-spacing: 0;
}

.form-flag-primary span {
    padding: 3px 6px;
    background: #EEF2FF;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #3182FF;
    letter-spacing: 0;
    margin-right:6px;
}

.form-flag-row2 span,.form-flag-row3  span {
    margin-right: 36px;
}
.form-flag-row3 > div {
    background: #F3F8FF;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 10px;
}


.form-flag-row3 i {
    background: #74A7F7;
    color:#fff;
    border-radius:45px;
    margin-right:6px;
}

.form-flag-default {
    padding: 3px 6px;
    background: #F0F2F6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #797A7C;
    letter-spacing: 0;
}

/*#selectIndustry {
    width: 280px;
    height: 26px;
    background: #FFFFFF;
    border-bottom: 1px solid #5f5f5f;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #5f5f5f;
    letter-spacing: 0;
    line-height: 16px;
    padding: 2px 0px 2px 10px;
}
*/