.newswarp dl .newstitle {
    margin-top: 3%;
}

.newstitle a {
    color: #252525;
}

.newswarp dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newswarp dl .dlcont {
    width: 48%;
    margin-bottom: 2%;
}

.newswarp dl .dlcont a {
    color: #252525;
}

@media screen and (max-width: 980px) {
    .newswarp {
        width: 750px;
    }

    .newswarp dl dt {
        width: 44%;
    }

    .newswarp dl dd h2 {
        line-height: 34px;
    }

    .newswarp dl dd:last-of-type {
        padding-left: 2px;
        padding-top: 3px;
    }

    .newswarp dl dd:last-of-type i {
        color: #cd2524;
        font-size: 1rem;
        float: left;
        padding-right: 5px;
    }

    .newswarp dl dd:last-of-type p {
        font-size: 1rem;
        float: right;
        color: #cd2524;
    }

    .newswarp dl dd:first-of-type {
        width: 53%;
    }

    .newswarp dl dd:last-of-type span {
        display: none;
    }

    .newswarp dl dd p {
        -webkit-line-clamp: 2;
    }

    .newswarp dl dd:last-of-type i {
        padding-top: 0;
    }

    .newswarp dl dd p {
        color: #828282;
        font-size: 14px;
        overflow: hidden;
        line-height: normal;
    }
}

@media screen and (max-width: 760px) {
    .newswarp {
        width: 90%;
    }

    .newswarp dl .dlcont {
        width: 100%;
    }

    .newswarp dl dt {
        width: 180px;
    }

    .newswarp dl dd h2 {
        line-height: 34px;
    }

    .newswarp dl dd:first-of-type {
        width: 65%;
    }

    .newswarp dl dd:last-of-type {
        padding-left: 0%;
        padding-top: 1%;
    }

    .newswarp dl .dlcont:hover span {
        padding-left: 0;
    }
}

@media screen and (max-width: 615px) {
    .newswarp dl dd p {
        -webkit-line-clamp: 2;
    }

    .newswarp dl .newstitle h2 {
        font-size: 1.2rem;
    }

    .newswarp dl dt {
        width: 38%;
        margin-right: 2%;
    }

    .newswarp dl dd h2 {
        line-height: 30px;
        font-size: 1rem;
    }

    .newswarp dl dd:first-of-type {
        width: 60%;
    }

    .newswarp dl dd:last-of-type {
        padding-left: 0%;
        padding-top: 1%;
    }

    .newswarp dl dd:last-of-type p, .newswarp dl dd:last-of-type i {
        font-size: 1rem;
    }

    .newswarp dl dd:last-of-type span {
        display: none;
    }

    .newswarp dl .dlcont {
        margin-bottom: 3%;
    }
}
