@charset "UTF-8"; /**!
 * 主体信用信息详情页
 * date:2022-03-31
 * author: trh;
 */
/*内容*/
.ewb-pan {
    min-height: 752px;
}

.ewb-pan-hd {
    line-height: 30px;
    height: auto;
    padding: 20px 29px;
    text-align: center;
    font-size: 20px;
    border-bottom: none;
    background-image: url(../images/nav_left_bg.png);
    background-size: 100% 100%;
}

.ewb-span6 {
    width: 298px;
}

.ewb-span20 {
    width: 1058px;
}

.agent {
    padding: 20px 0;
}

.agent-link {
    display: block;
    width: 100px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #32a0ff;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
}

/*右侧*/
.content-body {
    padding: 0 29px 29px;
}

.content-title {
    height: 30px;
    line-height: 30px;
    padding: 24px 0 0 18px;
    color: #58a1ff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.content-title:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 17px;
    top: 31px;
    left: 0;
    background: #58a1ff;
    border-radius: 1px;
}

.content-box {
    padding-top: 15px;
}

/* 表格 */
.table-box {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-box tbody {
    border: 1px solid #e7e7e7;
}

.table-box .table-row td {
    text-align: left;
    padding: 0 20px 0 19px;
    word-break: break-all;
    height: 48px;
    font-size: 15px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.table-box .table-row td a {
    color: #31a0ff;
    padding: 8px 16px;
    background: url("../images/image.png") left 0 center no-repeat;
}

.table-box .table-row td:nth-child(odd) {
    background: #f6f8fc;
    color: #666;
}

.table-box .table-row td[colspan="3"] {
    padding-top: 10px;
    height: 28px;
    line-height: 24px;
    padding-bottom: 10px;
}

/*20231114 新增 */
.table-box .table-row a.query-btn {
    background-image: none !important;
    margin-left: 20px;
    color: #31a0ff;
    padding: 8px 16px;
    border: 1px solid #31a0ff;
    border-radius: 5px;
}

.table-box .table-row a.query-btn:hover {
    background-color: #31a0ff1a
}

.content-box .toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

.content-box .toolbar label {
    margin-right: 8px;
}

.content-box .toolbar input {
    width: 200px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.content-box .toolbar input {
    margin-right: 30px;
}

.table-box.has-header {
    border-color: #e7e7e7;
}

.table-box.has-header thead th {
    height: 36px;
    font-size: 15px;
    text-align: center;
    background-color:#f6f8fc;
}

.content-box .table-box.has-header tbody td {
    background: none;
    padding: 0 19px;
}
.content-box .table-box.has-header tbody .index{
     text-align: center;
}
.content-box .search-btn{
    width:60px;
    height: 32px;
    text-align:center;
    color:#fff;
    background:#31a0ff;
    border-radius: 5px;
    box-sizing:border-box;
	margin-left: 60px;
}


.content-chose {
  width: 100px;
}

.content-chose .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 36px;
  padding: 0 26px 0 18px;
  border-color: #ccc;
}

.content-chose .chosen-container-single .chosen-single span {
  margin: 0;
  font-size: 14px;
  color: #999;
}

.content-chose .chosen-container-single .chosen-single div {
  width: 26px;
}

.content-chose .chosen-container-single .chosen-single div b {
  background: url(../images/chose_arrow_down.png) no-repeat left center;
}

.content-chose .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(../images/chose_arrow_up.png);
}

.content-chose .chosen-container .chosen-drop {
  border-color: #ccc;
}