 .list-research1 li {

            background-color: #f8f8f8;
            float: left;
            width: 32%;
            box-sizing: border-box;
            margin-right: 2%;
            margin-bottom: 20px;
            border-bottom: 3px solid #01518e;
            padding-bottom: 20px;
            min-height: 500px;
        }

        .list-research1 li .gp-img-responsive {
            width: 100%;
            height: 189px;
            overflow: hidden;
        }



        .list-research1 li .gp-img-responsive img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .list-research1 li .gp-con {
            padding: 0 30px;
            box-sizing: border-box;
        }

        .list-research1 li .listText {
            padding-top: 36px;
            font-size: 24px;
            /* white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; */
            word-break: break-word;
            text-align: center;
            min-height: 61px;
        }

        .list-research1 li:first-child {
            padding: 0 !important ;
            float: none;
            width: 100%;
            margin-right: 0;
            margin-bottom: 36px;
            border-bottom: transparent;
            min-height: 100%;
background:transparent;
        }
.list-research1 li:first-child .gp-con {
padding: 0 !important ;
}
        .list-research1 li:nth-child(3n+4) {
            margin-right: 0;
        }

        .list-research1 {

            width: 100%;
        }

        .list-research1 li:first-child .gp-img-responsive {
            display: none;
        }

        .list-research1 li:first-child .listText {
            display: none;
        }

        .list-research1 li .listCon {
            font-size: 18px;
            color: #333;
            text-align: justify;
            line-height: 1.5;
            word-break: break-word;
font-family: "Roboto_Regular";
    word-wrap: break-wrap;
    text-justify: inter-word;
        }

        .list-research1 li:first-child .listCon {
            /* min-height: auto; */
            padding-top: 0;
line-height: 2em;
font-family: "Roboto_Regular";
font-size: 20px;
        }
@media screen and (max-width: 1481px) {
.list-research1 li {
min-height: 525px;
}
}
        @media screen and (max-width: 1400px) {
            .list-research1 li {
                min-height: 545px;
            }

            .list-research1 li .listText {
                min-height: 61px;
            }

            .list-research1 li .listCon {
                padding-top: 0;
            }
        }
@media screen and (max-width: 1387px) {
.list-research1 li {
    min-height: 554px;
}
}
        @media screen and (max-width: 1250px) {
            .list-research1 li {
                width: 49%;
                min-height: 508px;

                margin-right: 2% !important;

            }

            .list-research1 li .gp-img-responsive {
                height: 231px;
            }

            .list-research1 li:nth-child(2n+3) {
                margin-right: 0 !important;
            }

            .list-research1 li .listText {
                min-height: 61px;
            }
        }

        @media screen and (max-width: 1200px) {
            .list-container .left {
                float: none !important;
                margin-bottom: 30px;
                width: 100%;
            }

            .list-container .right {
                padding-left: 0;
            }
        }

        @media screen and (max-width: 831px) {
            .list-research1 li {
                min-height: 545px;
            }
        }

        @media screen and (max-width: 700px) {
            .list-research1 li .gp-img-responsive {
                height: 182px;
            }
        }

        @media screen and (max-width: 530px) {
            .list-research1 li {
                width: 100%;
                min-height: auto;
                padding-bottom: 37px;
                margin-right: 0 !important;
            }

            .list-research1 li .gp-img-responsive {
                height: auto;
            }
            .list-research1 li:first-child {
                padding: 20px 15px;
            } 
        }