@charset "utf-8";


.count-title {
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 16PX;
    /*margin-left: 10px;*/
    margin-top: 20px;
    text-align: center;
}

.count-num {
    width: 100%;
    height: 22px;
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #1956B5;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

.count-box {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #D8E8F9;
    text-align: center;
}

.count-sub-title {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-left: 20px;
}

.count-sub-title-cn {
    width: 7em;
}

.count-sub-title-en {
    width: 12em;
}

.count-sub-num {
    display: inline-block;
    width: 60px;
    height: 16px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    color: #1956B5;
    line-height: 16px;
    text-align: right;
    margin-right: 10px;
}

.count-sub-type {
    display: inline-block;
    /* width: 31px; */
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
}

.data-resources {
    height: 220px;
    border: 1px solid #D1E6F9;
    background-color: #e6eef6;
}


.data-resources-tl {
    width: 100%;
    height: 39px;
    background-color: #bde2fe;
}

.data-resources-tl div, .trajectory-tl div {
    height: 39px;
    line-height: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-left: 20px;
    display: inline-block;
}

.data-resources-tl div a {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
