﻿body {
    overflow-x: hidden;
}

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

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

.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;
}



#searchContainer {
    width: 1200px;
    height: 250px;
    border: solid 1px #ff0000;
    background-color: #FFFFFF;
    position: relative;
}




#btn_list_search {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background-color: #6997c7;
    text-align: center;
    color: #FFFFFF;
    float: left;
    margin: 15px 0px 10px 0px;
    z-index: 2;
    cursor: pointer;
}

#TB_list_kw {
    width: calc(100% - 32px);
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    border-width: 0px;
    float: right;
}

.search_baritem {
    width: calc(100% - 60px);
    min-height: 30px;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    border-bottom: dashed 1px #999999;
    padding-bottom: 15px;
}

.search_items {
    min-height: 30px;
    height: auto;
    float: right;
    width: calc(100% - 75px);
}

.search_item {
    color: #999999;
    height: 30px;
    min-width: 60px;
    width: auto;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.search_item_checked {
    color: #FFFFFF;
    background-color: #5a99cc;
}

.search_item_title {
    font-weight: bold;
    width: 75px;
    line-height: 30px;
    height: 30px;
    float: left;
    font-size: 15px;
}


/***/
.item {
    width: 100%;
    margin-top: 30px;
    border-bottom: solid #f1f1f1 1px;
    height: 175px;
}

.item_left {
    width: 175px;
    height: 175px;
    float: left;
    box-sizing: padding-box;
    padding-left: 25px;
}

.item_right {
    float: left;
    width: calc(100% - 420px);
    height: 175px;
}

.item_cz {
    float: right;
    width: 200px;
    margin-right: 20px;
    height: 185px;
}

.item_logo {
}

.imglog {
}

.item_rq {
    height: 30px;
    line-height: 30px;
    width: 100%;
    float: left;
    font-weight: bold;
}

.item_mainly {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.item_lycontent {
    float: left;
    width: 100%;
    line-height: 27px;
    height: 55px;
    text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /*规定超过两行的部分截断*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; /*在任何地方换行*/
    color: #999999;
}

.btn_sysword {
    width: 45px;
    height: 115px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.btn_hf {
    width: 135px;
    height: 135px;
    float: left;
}


.btn_sc {
    cursor: pointer;
    color: #20a0ff;
    width: 40px;
    float: left;
    margin-left: 20px;
}

    .btn_sc:hover {
        color: brown;
    }

.item_orgamc {
    float: left;
    width: 100%;
    color: #999999;
    line-height: 30px;
}




.imglog {
    width: 130px;
    height: 130px;
}

.tiaojianItem_label {
    width: 80px;
}

.btn_rq {
    overflow: hidden;
    text-align: left;
    border: solid 1px #bfcbd9;
    padding: 0px 9px;
    transition: all 0.3s;
    width: 100px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.tiaojianItem_menuwarp {
    display: none;
}

.tiaojianItem .tiaojianItem_menuwarp_on {
    display: block;
}

#taiojianContainer_inner .tjItemhideborder {
    border: none;
}

#tjItem_4 {
    border: none;
}

.btn_leftbordernone {
    border-left: none;
}

.btn_rq:hover {
    border: solid 1px #20a0ff;
}

.checkd {
    border: solid 1px #20a0ff;
}

.null15 {
    margin-left: 15px;
}
