/**!
* 青海省公共资源交易网
* date:2021-09-03
* author: gaoli;
*/

.mod {
    margin-top: 44px;
}

.mod:first-child {
    margin-top: 14px;
}

/* 交易公告 */
.map-wrap {
    width: 436px;
    overflow: hidden;
}

.map-chart {
    position: relative;
    height: 318px;
    margin-top: 130px;
}

.map-chart:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 436px;
    height: 318px;
    background: url("../images/map_bg.png") no-repeat;
    background-size: 436px 318px;
}

.time {
    font-size: 16px;
    color: #999;
}

.map-wrap .time {
    display: inline-block;
    margin-left: 15px;
}

.project {
    width: 730px;
}

.project-hd {
    height: 42px;
    margin-top: 12px;
}

.project-tt {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #666;
    height: 42px;
    line-height: 42px;
    padding-left: 36px;
    border-bottom: 2px solid transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.project-tt+.project-tt {
    margin-left: 12px;
}

.project-tt:nth-child(1) {
    background-image: url("../images/trans_ico1.png");
}

.project-tt:nth-child(2) {
    background-image: url("../images/trans_ico2.png");
}

.project-tt:nth-child(3) {
    background-image: url("../images/trans_ico3.png");
}

.project-tt:nth-child(4) {
    background-image: url("../images/trans_ico4.png");
}

.project-tt:nth-child(5) {
    background-image: url("../images/trans_ico4.png");
}

.project-tt:nth-child(6) {
    background-image: url("../images/trans_ico6.png");
}

.project-tt.active {
    color: #3078e1;
    font-weight: bold;
    border-color: #3078e1;
}

.project-tt.active:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: #3078e1 transparent transparent transparent;
}

.project-bd {
    height: 398px;
    padding: 13px;
    margin-top: 25px;
}

.bdl {
    display: none;
}

.public-hd {
    box-sizing: border-box;
    width: 227px;
    height: 365px;
    padding: 18px 24px;
    border-radius: 5px;
    background: url("../images/project_bg.png") no-repeat;
}

.public-tt {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding-left: 24px;
    padding-right: 10px;
    border-radius: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.public-tt.active {
    color: #3078e1;
    background-color: #fff;
}

.public-bd {
    width: 430px;
    margin-right: 20px;
}

.news-item {
    position: relative;
    line-height: 44px;
    font-size: 15px;
    border-top: 1px dashed #d5d9e4;
}

.news-item:first-child {
    border-top: none;
}

.news-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 22px;
    background: url("../images/pro_ico.png") no-repeat left center;
}

.news-item .link {
    padding-left: 38px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-item:hover .link,
.news-item:hover .news-time {
    color: #3078e1;
}


/* 开标统计 */
.date-select {
    width: 120px;
    height: 38px;
    margin-left: 15px;
}

.date-select .select {
    display: none;
}

.date-select .chosen-container-single .chosen-single {
    border-color: #8a9096;
    line-height: 28px;
    border-radius: 3px;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    background-color: transparent;
}

.date-select .chosen-container-single .chosen-single span {
    margin-right: 19px;
}

.date-select .chosen-container-single .chosen-single div {
    width: 19px;
}

.date-select .chosen-container-single .chosen-single div b {
    background: url("../images/select_down.png") no-repeat right 9px center;
}

.date-select .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/select_top.png") no-repeat right 9px center;
}

.date-select .chosen-with-drop .chosen-single {
    border-radius: 3px 3px 0 0;
}

.date-select .chosen-container .chosen-drop {
    background-color: #f7fafd;
    font-size: 15px;
}

.bid {
    margin-top: 15px;
    padding: 34px 20px 16px;
    font-size: 16px;
}

.bid-hd {
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #3366cc;
}

.bid-item {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bid-item:nth-child(1) {
    width: 5%;
}

.bid-item:nth-child(2) {
    width: 40%;
}

.bid-item:nth-child(3) {
    width: 36%;
}

.bid-item:nth-child(4) {
    width: 14%;
}

.bid-item:nth-child(5) {
    width: 19%;
}

.bid-item.text-left {
    text-align: left;
    padding-left: 40px;
}

.bid-bd .bid-info:hover {
    background-color: #e3eaf5;
}

.bid-scroll {
    height: 365px;
    overflow: hidden;
}

.bid-info {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee;
	cursor: pointer;
}

.bid-info:first-child {
    border-top: none;
}

/* 交易情况 */
.col-one {
    width: 355px;
}

.col-one .date-select {
    width: 140px;
    height: 38px;
}

.col-one .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 36px;
}

.trans-cond {
    height: 389px;
    box-sizing: border-box;
    padding: 19px 19px 10px 0;
    margin-top: 7px;
}

.cond-item {
    box-sizing: border-box;
    width: calc(50% - 19px);
    height: 160px;
    margin-left: 19px;
    margin-bottom: 19px;
    padding: 35px 0 0 27px;
    font-size: 16px;
    background: url("../images/cond_bg.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 5px 5px 0 #ecf5fe;
}

.cond-item .number {
    color: #999;
    padding-top: 18px;
}

.cond-item .number>span {
    font-size: 32px;
    font-weight: 800;
    margin-right: 5px;
    color: #3078e1;
}

.data-total .cond-item {
    padding-left: 15px;
}

/* 各交易类型占比分析 */
.col-two {
    width: 434px;
}

.col-two .time {
    display: inline;
    margin-left: 5px;
}

.type-items {
    margin: 24px auto 0;
    width: 296px;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    border: 1px solid #3078e1;
}

.type-item {
    font-size: 20px;
    font-weight: 600;
    width: 50%;
    color: #3078e1;
    cursor: pointer;
}

.type-item.active {
    color: #fff;
    background-color: #3078e1;
}

.pie-chart {
    height: 356px;
}

/* 交易方式统计 */
.col-three {
    width: 292px;
}

.total-cond {
    height: 400px;
    margin-top: 7px;
}

.total-items {
    height: 100%;
}

.total-item {
    display: flex;
    height: 33.3333%;
    align-items: center;
    padding-left: 160px;
    background-repeat: no-repeat;
    background-position: 35px center;
}

.total-item:nth-child(1) {
    background-image: url("../images/total_ico1.png");
}

.total-item:nth-child(2) {
    background-image: url("../images/total_ico2.png");
}

.total-item:nth-child(3) {
    background-image: url("../images/total_ico3.png");
}

.total-item .number {
    font-size: 32px;
    font-weight: 800;
    color: #3078e1;
}

.total-item .name {
    font-size: 16px;
}

/* 主体信息统计 */
.main-cond .total-item:nth-child(1) {
    background-image: url("../images/main_ico1.png");
}

.main-cond .total-item:nth-child(2) {
    background-image: url("../images/main_ico2.png");
}

.main-cond .total-item:nth-child(3) {
    background-image: url("../images/main_ico3.png");
}

/* 增长率 */
.col-four {
    width: 570px;
}

.add-chart {
    height: 400px;
    margin-top: 7px;
}


/* 2021-11-24 zsy */

.trade-ico:before {
    width: 39px;
    height: 32px;
}