.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/connection/nimg1920_6.jpg');
}

.pagecontent .pagenavpc li {
    width: 20%;
}

.invest-content{
    padding: 120px 0px 20px 0px;
}

.invest ul{
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


.invest ul li{
    height: 60px;
    height: 59px;
    margin-bottom: 12px;
    border: 1px #eee solid;
}

.invest li .name {
    font-size: 14px;
    background-color: #eee;
    width: 25%;
    height: 100%;
    float: left;

}
.invest li .name p{
    text-align: center;
    justify-content: center;
}

.invest li .text {
    width: 75%;
    float: right;
    font-size: 14px;
    color: #999;
    height: 100%;
    padding-left: 45px;
}

.invest li p{
    margin: 0px;
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}

.invest li:hover{
    border: 1px #ec6c21 solid;
}

.invest li:hover .name{
    color: #fff;
    background-color: #ec6c21;
}

.invest li:hover .text p{
    color: #ec6c21;
}


@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url('../../images/connection/nimg640_6.jpg');
        height: 220px;
    }
    .invest-content{
        padding: 35px 10px 10px 10px;
    }
    .invest li .text {
        padding: 0px 8px;
    }
}