/**!
* 交易日程
* date:2021-6-2
* author: tfx;
*/
.info {
    margin-top: 10px;
    min-height: 700px;
}

.info-left {
    float: left;
    width: 255px;
}

.info-right {
    float: left;
    width: calc(100% - 255px - 20px);
    margin-left: 20px;
}


/* tree */
.icon1 {
    background-image: url("../images/tradeInfo/icon1.png");
}

.current .icon1 {
    background-image: url("../images/tradeInfo/icon1h.png");
}

.icon2 {
    background-image: url("../images/tradeInfo/icon2.png");
}

.current .icon2 {
    background-image: url("../images/tradeInfo/icon2h.png");
}

.icon3 {
    background-image: url("../images/tradeInfo/icon3.png");
}

.current .icon3 {
    background-image: url("../images/tradeInfo/icon3h.png");
}

.icon4 {
    background-image: url("../images/tradeInfo/icon4.png");
}

.current .icon4 {
    background-image: url("../images/tradeInfo/icon4h.png");
}

.info-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.info-hd td {
    height: 40px;
    font-size: 16px;
    color: #68768d;
    background: #ebf3ff;
}

.info-hd td:first-child,
.info-bd td:first-child {
    padding-left: 30px;
    padding-right: 50px;
}

.info-bd td {
    height: 54px;
    font-size: 16px;
}

.info-bd tr:hover {
    background: #ebf3ff;
}

.info-bd td a {
    color: #666;
}

.info-bd td span {
    color: #e53e3e;
}
