@charset "utf-8";
.banner-center {
    width: 540px;
    height: 190px;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 270px);
    z-index: 2;
}

/* 合作背景 */
.hzbj {
    margin: 22px 0px;
    display: flex;
}

.hzbj-left {
    width: 385px;
}

.hzbj-left img:last-child {
    margin-top: 25px;
}

.hzbj-right {
    width: calc(100% - 385px);
    height: 246px;
    background: url(../img/hzbj-right-bg.png) no-repeat;
    background-position: right;
    font-size: 16px;
    color: #333333;
    padding: 20px 60px;
    line-height: 35px;
}

/* 沈阳联合产权交易所重点项目 */
.sy-zdxm {
    width: 310px !important;
    background: url(../img/sy-zdxm-bg.png) !important;
}

table,
th,
td {
    border: 0;
}

table {
    width: 100%;
    margin: 15px 0;
}

.headers {
    height: 50px;
    background: #ECECEC;
}

.headers th {
    text-align: left;
    padding-left: 17px;
}

.cell {
    font-size: 16px;
    font-weight: 400;
    color: #CA0202;
    line-height: 50px;
}

tbody tr {
    height: 50px;
    background: #ffffff;
}

tbody tr:nth-child(2n) {
    background: #F6F6F672;
}

tbody tr:hover {
    background: #CA020208;
}

tbody tr td {
    padding-left: 17px;
    padding-right: 17px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

tbody tr td div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

tbody tr td:nth-child(1) div {
    width: 216px;
}

tbody tr td:nth-child(2) {
    width: 466px;
}

tbody tr td:nth-child(2) div {
    width: 370px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

tbody tr td:nth-child(3) div {
    width: 166px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

tbody tr td:nth-child(4) div,
tbody tr td:nth-child(5) div {
    width: 116px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* 北京产权交易所重点项目 */
.bj-zdxm {
    width: 258px !important;
    background: url(../img/bj-zdxm-bg.png) !important;
}

/* 招商项目 */
.zsxm {
    /* padding: 25px 20px; */
    background: #ffffff;
    border-radius: 4px;
    /* margin-top: 15px; */
    
}

.zsxm-title {
    height: 43px;
    position: relative;
}

.zsxm-title li {
    display: inline-block;
    width: 137px;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    background-image: url(../img/zsxm-bg.png);
    color: #ffffff;
}

.zsxm-title-more {
    position: absolute;
    top: 17px;
    right: 20px;
}

.zsxm-title-bottom {
    width: 100%;
    height: 2px;
    background: #CA0202;
    display: block;
}

.zsxm-items {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.zsxm-items li {
    display: flex;
}

.zsxm-list {
    width: 270px;
    border: 1px solid #d6d6d6;
    position: relative;
}

.zsxm-list img {
    width: 100%;
    height: 146px;
}

.zsxm-list-title {
    font-size: 16px;
    color: #444444;
    padding-top: 18px;
    padding-bottom: 13px;
    padding-left: 14px;
}

.zsxm-list-price {
    font-size: 14px;
    color: #666666;
    padding-top: 14px;
    padding-bottom: 22px;
    padding-left: 14px;
}

.zsxm-list-price span {
    font-size: 18px;
    color: #f62323;
}

.zsxm-list-more {
    position: absolute;
    right: 10px;
    bottom: 27px;
}

.zsxm-list-more a img {
    width: 25px;
    height: 6px;
}