/* 路径导航 */

.approach-path-navigation-pc {
    height: 13px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    color: #707070;
    opacity: 1;
    margin-top: 20px;
}

.approach-path-navigation-yd {
    display: none;
}


/* 内容 */

.gra-content {
    margin-top: 20px;
    background-color: #FFFFFF;
    padding: 30px 50px;
    padding: .3rem .5rem;
}

.gra-line-box {
    font-size: 0;
}

.gra-single {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    padding: 0;
    margin-bottom: 0.3rem;
    cursor: pointer;
    transition: .3s;
}

.gra-single:hover {
    transform: translateY(-8px);
}

.gra-single:nth-of-type(3n) {
    margin-right: 0;
}

.gra-title-box {
    padding: 10px;
    border-color: #9cdcf3;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gra-single-img-box {
    position : relative;
    background: #fff;
    padding-bottom : 61%;
    overflow: hidden;
}

.gra-single-img-box > img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    position : absolute;
    top : 0; left : 0; right : 0; bottom : 0;
}

.gra-title-content {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gra-title-time-box {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.gra-time {
    float: left;
}

.gra-subtitle {
    float: right;
}

@media screen and (max-width: 750px) {
    .gra-title-content {
        white-space: normal;
    }
    .gra-single {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .gra-line-box {
        margin-bottom: 0px;
    }
    .yj-page {
        margin: 0px;
    }
}