   .infocont {
        height: auto;
        margin-bottom: 20px;
        overflow: hidden;}

    .inAfter {
        position: relative;}

    .imga {
        width: 190px;
        height: 230px;
        float: left;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;}

    .imga img {
        width: 100%;}

    .imga span {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 169px;
        height: 41px;
        line-height: 41px;
        font-size: 22px;
        color: #fff;
        text-align: center;}

    .imga::before {
        position: absolute;
        content: '';
        bottom: 8px;
        left: 0;
        width: 169px;
        height: 41px;
        background: #8f000b;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);}

    .imgb {
        width: calc(100% - 248px);
        float: right;
        min-height: 230px;
        padding: 10px 20px 10px 30px;}

    .infocont .inH2 span {
        color: #8f000b;
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-bottom: 8px;
        float: none;}

    .imgb p {
        font-size: 16px;
        color: #595757;
        line-height: 35px;}

    .imgb p span {
        color: #000;
        width: auto;}

    .v_news_content h4 {
        margin-bottom: 20px;}

    @media screen and (max-width: 767px) {
        .imga {
            float: left;
            margin: 0 auto;
            width: 100%;
            height: 100%;}

        .imga img {
            height: 100%;}

        .imga span {
            z-index: 20;}

        .imgb {
            float: left;
            padding: 10px 20px 10px 10px;
            height: auto;
            width: 100%;}

        .inAfter {
            margin-bottom: 12%;}

        .inAfter::after {
            width: 100%;
            height: 100%;}

        .infocont .inH2 {
            color: #fff;
            width: 100%;}

        .imgb p {
            color: #000;}

        .imgb p span {
            color: #000;}
    }
