.main {
    position: absolute; 
    width: 99%;
    height: 92%;
}

.headerImgBox {
    width: 70%;
    margin-left: 15%;
    height: 20%; 
}

    .headerImgBox img {
        width: 100%;
        height: 100%;
    }

.box {
    width: 80%;
    max-height: 70%;
    min-height: 70%;
    overflow: hidden;
    margin: 15px auto;
    background: rgba(74, 79, 103, 0.27);
}

.usViewBox {
    width: 84%; 
    margin-left: 8%;
}
.typeBox {
    position: relative;
}
.typeContent {
    border-bottom:1px solid rgba(247, 244, 244, 0.2);
}

    .typeContent li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        padding: 10px 20px;
        cursor: pointer;
    }

        .typeContent li.active:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: #3072F6;
        }



.getMore {
    position: absolute;
    bottom: 0;
    right: 0; 
    text-decoration: none;
    color: #e7eaec;
    font-size: 14px;
    cursor: pointer;
}

.ShowReport {
    width: 100%;
    float: left;
}
.ShowDescribe {
    /*float: right;      width: 24%; border: 2px solid #6cd5e8; max-height: 51%;*/
    float: right;
    border: 2px solid #6cd5e8;
    max-height: 51%;
    width: 35%;
    border-radius: 15px;
    margin-top: 25px;
    color: #ccc;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ShowDescribe p {
        padding: 6px;
    }

.typeDetail { 
    width: 100%;
}
    .typeDetail li {
          width: 99%;
        padding: 40px 0;
        border-bottom: 1px solid rgba(247, 244, 244, 0.2);
        overflow: hidden;
        cursor: pointer;
    }
.contentDetailItemTitle {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemTime {
    right: 0;
    font-size: 12px;
    color: #e7eaec;
    float: right;
}

.getMore:hover {
    color: #e7eaec;
}