@import 'common.css';

.nav-link {
    color: #aaa;
}

.dataset-list-item {
    margin-bottom: 2rem;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}

    .dataset-list-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 10px #eee;
    }

    .dv {
    }

.dv-info h1 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.dv-info p {
    font-size: 13px;
    color: #8d8d8d;
    margin-bottom: 20px;
    overflow: hidden;
}

.dv-img {
    width: 100%;
    border: 1px solid #ebebeb;
    text-align: center;
}

.dv-info-item {
    font-size: .8rem;
    height: 25px;
}

    .dv-info-item .points {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin-top: -2px;
    }

    .dv-info-item label {
        display: inline-block;
        width: 120px;
        color: #666;
        text-align: left;
    }

        .dv-info-item label:after {
            content: " ";
            display: inline-block;
            width: 100%;
        }

    .dv-info-item span {
        display: inline-block;
        position: absolute;
        margin-left: 10px;
        color: #666;
    }

.dv-details {
    margin-top: 50px;
}

.dv-intro {
    padding: 20px;
    word-break: break-all;
}

    .dv-intro h3 {
        width: 100%;
        font-size: 22px;
        color: #333333;
        letter-spacing: 0;
        line-height: 22px;
        margin-top: 56px;
        margin-bottom: 50px;
        font-weight: normal;
    }


.dv-download {
    margin-top: 20px;
}

table .name {
    text-align: left;
    text-indent: 10px;
    float: left;
    line-height: 32px;
    color: #666;
    min-width: 150px;
}

.contentText {
    text-align: left;
    color: #787878;
}

.parameter td {
    font-size: .8rem;
    line-height: 23px;
    padding: 10px;
}

.parameter {
    width: 100%;
    border: 1px solid #f0f0f0;
    color: #666;
}

    .parameter tr {
        line-height: 32px;
        border-bottom: 1px solid #f0f0f0;
        display: block;
    }



.intro-box {
    font-family: "Helvetica";
    float: left;
    width: 70px;
    height: 44px;
    background: url(http://www.datatang.com/img/titlebox.png) no-repeat;
    font-size: 28px;
    font-weight: bold;
    color: #2178e1;
    padding-left: 14px;
    padding-top: 40px;
    margin-top: 16px;
}

.dv-about {
}

    .dv-about .media img {
        width: 96px;
        border: 1px #eee solid;
    }

    .dv-about .media {
        margin: 30px 0;
    }

        .dv-about .media h5 {
            font-size: .9rem;
            color: #888;
        }

    .dv-about .media-body {
        color: #aaa;
        font-size: .8rem;
        line-height: 20px;
    }

    .dv-about span.points {
        display: block;
        color: #000;
    }

h4.title {
    font-size: 18px;
}


.dataset-view-content {
    border: 1px #eee solid;
    padding: 20px 0px;
}

    .dataset-view-content .nav-tabs {
        padding-left: 20px;
    }

        .dataset-view-content .nav-tabs .nav-item {
            margin-right: 10px;
        }

.download-page {
    font-size: .9rem;
    padding: 20px;
    border: 1px #eee solid;
    border-radius: 4px;
    padding-top: 20px;
    line-height: 30px;
}

    .download-page ul li {
    }

.sub-nav {
    background-color: #fafbfc;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.sub-nav-item {
    margin-bottom: 10px;
}

    .sub-nav-item label{
        font-size:12px;
        color:#aaa;
    } .sub-nav-item ul {
        margin: 0;
        padding: 0;
    }

        .sub-nav-item ul li {
            display: inline-block;
            margin-right:15px;
            font-size:13px;
            margin-bottom:10px;
        }

            .sub-nav-item ul li a {
                display: block;
                border-radius: 3px;
                text-align: center;
                background: #e7ecf1;
                padding: 8px 16px;
                width: 119px;
                color: #58595a;
            }

                .sub-nav-item ul li a:hover {
                    text-decoration: none;
                    color: #0366d6;
                }


.search-item {
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
    padding: 20px;
}

    .search-item:last-child {
        border-bottom: none;
    }

    .search-item h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

.search-item-desc dd{
    float:left;
}

.search-item-desc dt {
    float: left;
    font-weight: normal;
    font-size: 14px;
}

.search-item .highlighter {
    color: #f00;
}

.search-body{
    min-height:500px;
}