﻿body {
    overflow-x: hidden;
}

#main {
    width: 1156px;
    margin-left: calc(50% - 1156px / 2);
}

#taiojianContainer {
    margin-top: 22px;
    padding: 22px;
}

#tabs {
    height: 50px;
    overflow: hidden;
}

.tab {
    width: 157px;
    height: 43px;
    border-top: 1px solid #F9F9F9;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    box-shadow: 0px 2px 4px #B8B8B8;
    cursor: pointer;
    float: left;
    margin-left: 88px;
    position: relative;
    text-indent: 30px;
}

    .tab:first-child {
        margin-left: 4px;
    }

    .tab.icon_1::before, .tab.icon_2::before, .tab.icon_3::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6.5px;
        left: 6px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .tab.icon_1::before {
        background-image: url(quan.png);
    }

    .tab.icon_2::before {
        background-image: url(jiangsu.png);
    }

    .tab.icon_3::before {
        background-image: url(nantong.png);
    }

.tab_checkd {
    background-color: #E8E8E8;
}


.EgGridViewIndex_container {
    float: left;
    width: 100%;
    min-height: 400px;
    margin-bottom: 20px;
}

    .EgGridViewIndex_container .noData {
        margin-top: 22px;
        text-align: center;
        line-height: 378px;
        font-weight: bold;
        font-size: 18px;
        border: solid 1px #e6e6e6;
        box-sizing: border-box;
    }

.listItem {
    width: 273px;
    height: auto;
    float: left;
    margin: 22px 0 0 21px;
    padding: 8px;
    border: 1px solid #EDECEC;
}

    .listItem:nth-child(4n+1) {
        margin-left: 0px;
    }

.listItem_img {
    box-sizing: border-box;
    width: 255px;
    height: 344px;
    border: 1px solid #FFE9BA;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.listItem_title {
    text-align: center;
    color: #A84D4A;
    font-size: 16px;
    line-height: 38px;
    overflow: hidden;
}

.listItem_name {
    color: #A84D4A;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-indent: 35px;
    position: relative;
}

.listItem_name_tx {
    position: absolute;
    top: 6px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-size: cover;
}

.graybox {
    border: solid 1px #333333;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 5px;
}

.listItem a:hover {
    text-decoration: none;
}
