.index03 .left li {
    font-size: 16px;
    line-height: 40px;
}

.index03 .left li a {
    width: 75%;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index03 .left li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.index03 .box .txt .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    display: block;
}

.index03 .box .txt .detail {
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index03 .box .txt {
    width: 54%;
    float: right;
    padding: 3%;
    background: #eeeeee;
}

.index03 .box .img {
    padding-bottom: 21%;
}

.index04 .bt span {
    width: 200px;
    background-size: 100%;
}

.index04 .swiper-slide a {
    padding-bottom: 85%;
}

.friendlink {
    margin-top: 40px;
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .index03 .box .txt .title {
        font-size: .24rem;
        line-height: .34rem;
    }
    .index03 .box .txt .detail {
        line-height: .3rem;
        font-size: .2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: .2rem;
    }
    .index03 .left li {
        font-size: .24rem;
        line-height: .5rem;
    }
    .index03 .box .txt {
        width: 60%;
        float: right;
        padding: 3%;
        background: #eeeeee;
    }
    .index03 .box .img {
        padding-bottom: 25%;
    }
    .index-gg {
        height: 1rem;
    }
}