* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.details-box {
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.details-top {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}

.details-top>div {
    float: left;
}

.details-top .left-box {
    width: 420px;
    height: 354px;
    border-radius: 10px;
    overflow: hidden;
    /* background-color: #000; */
}

.details-top .left-box .img {
    width: 420px;
    height: 274px;
    margin-bottom: 10px;
    /* background-color: #fff; */
}

.details-top .left-box .imgs {
    width: 100%;
    height: 70px;
}

.details-top .left-box .img img {
    width: 100%;
    height: 100%;
}

.details-top .left-box .imgs>div {
    float: left;

}

.details-top .left-box .imgs .left-arrow {
    /* background-image: url(../image/detailsView/leftArrow.png); */
    width: 20px;
    height: 70px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.details-top .left-box .imgs .right-arrow {
    /* background-image: url(../image/detailsView/rightArrow.png); */
    width: 20px;
    height: 70px;
    margin-left: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.details-top .left-box .imgs .left-arrow img,
.details-top .left-box .imgs .right-arrow img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.details-top .left-box .imgs .img-list {
    width: 360px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.details-top .left-box .imgs .img-list .img-small {
    float: left;
    width: 80px;
    height: 70px;
    background-color: #fff;
    margin-right: 13px;
    cursor: pointer;
}

.details-top .left-box .imgs #img-list>div:nth-child(4) {
    margin-right: 0;
}

.details-top .left-box .imgs .img-list .img-small img {
    width: 100%;
    height: 100%;
    display: block;
}


.details-top .center-box {
    padding-left: 20px;
    height: 354px;
    position: relative;
}

.details-top .center-box .title {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.details-top .center-box .item-list {
    margin-top: 6px;
    /* padding-left: 21px; */
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.details-top .center-box .item-list .name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.details-top .center-box .item-list>div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    float: left;
}

.details-top .center-box .button {
    cursor: pointer;
    /* position: relative; */
    /* min-width: 310px;
    max-width: 700px; */
    margin-left: 20px;
    width: 100%;
    padding: 5px 10px 5px 0;
    height: 49px;

    border: 1px dashed #E5E5E5;
    border-right: 0;
    border-left: 0;
    color: #00B48D;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.details-top .center-box .button .button-main {
    /* position: absolute;
    top: 50%; */
    margin: auto;
    /* margin-top: -12px; */
    overflow: hidden;
    height: 36px;
    line-height: 36px;

}

.details-top .center-box .button img {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

.title {
    height: 26px;
    margin-bottom: 22px;
}

.title .position {
    float: left;
    width: 5px;
    height: 26px;
    background: #5ac497;
    margin-right: 12px;
}

.title .title-text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    line-height: 26px;
}

.flow-path {
    border: solid 1px #e5e5e5;
    /* padding: 17px 24px; */
    padding: 26px 24px;
    overflow: hidden;
    margin-bottom: 30px;
    /* box-shadow: 0px 0px 5px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#ccc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#ccc'); */
}

.flow-path-item {
    float: left;
}

.flow-path-item img {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 11px;
}

.flow-path-item-title {
    float: left;
}

.flow-path-item-title>div {
    text-align: center;
}

.flow-path-item-title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.flow-path-item-title>div:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin-top: 3px;
}

.next {
    width: 12px;
    height: 42px;
    float: left;
    position: relative;
    margin: 0 19px;
}

.next-img {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 12px;
    height: 22px;
    /* background-image: url("../image/detailsView/new/ellipsisArrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/detailsView/new/ellipsisArrow.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/detailsView/new/ellipsisArrow.png', sizingMethod='scale');
    background: none\9; */
}

.next-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.property-transaction {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    /* box-shadow: 0px 0px 5px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#ccc')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#ccc'); */
}

.property-transaction .tab {
    /* border-bottom: 1px solid #dcdfe6; */
    overflow: hidden;
    padding: 20px;
    height: 90px;
    padding-bottom: 0;
}

.property-transaction .tab .tabs {
    line-height: 60px;
    float: left;
    height: 60px;
    /* padding: 0 30px; */
    color: #333;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* width: 10%; */
    /* width: 14.2857%; */
    padding: 0 17px;
    text-align: center;

    /* border-right: 1px solid #E5E5E5; */
    cursor: pointer;
    background-color: rgb(245, 247, 250);
    position: relative;
    z-index: 3;
}

.property-transaction .tab .tabs a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.property-transaction .tab .tabs-active {
    /* border-top: 1px solid #5ac497; */
    font-size: 18px;
    color: #5ac497;
    background-color: #fff;
    border-bottom: none;

    background: #5AC497;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.property-transaction .tab .tabs-active>div {
    /* position: absolute;
    border: 10px;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    border-left: 10px solid #333;
    border-right: 10px solid #333;
    z-index: 10; */
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url("../image/detailsView/tab.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -5; */
}

.main {
    padding: 15px;
}

.main table {
    width: 1169px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.main table td {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 7px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #333;
    background: #fff;
    color: #333;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.main table .table-name {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 7px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #333;
    background: #fff;
    width: 150px;
    /* background-color: #f6fbff; */

    background: rgba(90, 196, 151, 0.05);
    color: #666;
    font-size: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;

}

.table-button {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.main table td .button {
    /* position: absolute; */
    cursor: pointer;
    /* left: 50%;
    margin-left: -70px;
    top: 50%;
    margin-top: -5px; */
    /* margin: auto; */
    margin-left: 833px;
    width: 140px;
    height: 36px;
    background: #5ac497;
    border: 1px solid #5ac497;
    border-radius: 8px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.dailog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dailog-m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=30);
    /* opacity: 0.3; */
}

.dailog-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -321px;
    width: 735px;
    /* height: 642px; */
    background-color: #fff;
    border-radius: 4px;
}

.haeader-dailog {
    padding: 20px 20px 10px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.main-dailog {
    padding: 30px 20px;
    border-bottom: solid 0.5px #d1dbe5;
}

.main-dailog p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #606266;
}

.footer-dailog {
    padding: 10px 20px;
    overflow: hidden;
}

.footer-dailog .buttom {
    width: 60px;
    height: 34px;
    padding: 8px 15px;
    background-color: #fff;
    font-size: 14px;
    color: #606266;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.footer-dailog .buttom:hover {
    color: #409eff;
    border: 1px solid #c6e2ff;
    background-color: #ecf5ff;
}

.item-area-time {
    margin: 9px 0;
    height: 59px;
    border-top: 1px dashed #E5E5E5;
    border-bottom: 1px dashed #E5E5E5;
    padding: 5px 0;
}

.item-area-time-item {
    height: 100%;
    width: 33.3333333%;
    float: left;
}

.item-area-time-item .jy-item-img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    float: left;
}

.item-area-time-item .jy-item-img img {
    margin-top: 4px;
    width: 100%;
    height: 100%;
    display: block;
}

.jy-item-center {
    float: left;
}

.jy-item-center .jy-item-title {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 5px;
    /* line-height: 32px; */
}

.jy-item-center .jy-item-centent {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #5AC497; */

    color: #019978;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    /* line-height: 32px; */
}

.item-area-time-item:nth-child(1) {
    width: 142px;
    border-right: 1px solid #E5E5E5;
}

.item-area-time-item:nth-child(2) {
    width: 145px;
    /* padding-left: 30px; */
    padding-left: 10px;
    border-right: 1px solid #E5E5E5;
}

.item-area-time-item:nth-child(3) {
    width: 141px;
    padding-left: 15px;
}

/* 项目流程修改样式 */
.flow-path-title {
    float: left;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* line-height: 30px; */
    line-height: 1;
    padding-right: 20px;
    border-right: 2px solid #E5E5E5;
    margin-right: 20px;
}


.details-top .right-main-box {
    position: relative;
    float: left;
    /* padding-left: 20px; */
    margin-left: 40px;
    width: 240px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    /* height: 354px; */
    min-height: 354px;
    border-radius: 5px;
    padding-bottom: 70px;
}

.details-top .right-main-box .titles {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 11px;
    overflow: hidden;
}

.details-top .right-main-box .titles span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 11px;
    float: left;
    margin-right: 10px;
}

.details-top .right-main-box .line {
    width: 100%;
    height: 1px;
    /* background: #E5E5E5; */
    margin-bottom: 15px;
    border-bottom: 1px dashed #E5E5E5;
}

.details-top .right-main-box .center-box-item {
    /* margin-bottom: 21px; */
    margin-bottom: 15px;
}

.details-top .right-main-box .center-box-item .title-box {
    line-height: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 5px;
}

.details-top .right-main-box .center-box-item .center-item {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
}

/* 面包屑 */
.current-location {
    width: 1160px;
    /* margin: 30px auto; */
    background: #fff;
    height: 46px;
    background: #F7F7F7;
    padding-left: 20px;
}

.current-location .address-img {
    display: inline-block;
    width: 13px;
    height: 16px;
    vertical-align: middle;
}

.current-location .current-address {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    line-height: 46px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}


/* 查看地图 */
.look-map {
    overflow: hidden;
    float: right;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0048FE;
    cursor: pointer;
}

.look-map img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
}

.look-map div {
    /* padding-top: 4px;
    height: 100%; */
    float: left;
}


/* map */
.map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.map-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -520px;
    margin-top: -339px;
    background-color: #fff;
    border-radius: 5px;
    width: 1040px;
    height: 678px;
    padding: 20px;
}

.map-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.map-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: Microsoft YaHei;
}

.map-back {
    float: right;
    width: 16px;
    height: 16px;
    /* background-image: url("../image/detailsView/guanbi.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.map-back img {
    width: 100%;
    height: 100%;
    display: block;
}

.map-main {
    width: 100%;
    height: 596px;
    background-image: url("../image/detailsView/map.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ljbm {
    position: absolute;
    bottom: 20px;
    /* background: #00B48D; */
    /* float: left; */
    /* width: 100px; */
    width: 110px;
    margin-top: 15px;
    height: 35px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    /* color: #00B48D; */
    /* border: 2px solid #00B48D; */
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-image: url("../image/detailsView/ljbmButton.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/**
 * 2024-3-15
 * 金湖需求
 * 1.7产权网站
 * 成交公告增加废标单位信息字段
 *      金湖涉农资金类项目且交易方式为询价、竞争性谈判、竞争性磋商的，成交公告中附件信息字段上方增加废标单
 *      位字段，直接获取专家端评标结论中的废标单位列表
 */

#table-card{
    /* height: 200px; */
    /* overflow-y: auto; */
    /* max-width: 100%; */
}

#tableHead {
    border: none;
    /* background: ; */
}

#tableHead tr td {
    border: none;
    text-align: center;
    background-color: #E9F4F2;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

#tableBody {
    border: none;
}

#tableBody tr td {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

#tableBody>table>tr:last-child>td {
    border-bottom: none;
}