.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%;
}

.protection-content{
    padding: 100px 0px 50px 0px;
}



.protections{
    padding: 0px;
    margin: 0px;
}
.protections li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    position: relative;
    list-style-position: outside;
    list-style-type: none;
    border-bottom: 1px dotted #d7d7d7;
}
.protections li .title {
    padding-right: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.protections li .title a{
    color: #999;
}
.protections li .title a:hover{
    color: #ec6c21 ;
}

.protections li .time {
    position: absolute;
    right: 0;
    top: 0;
}



@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url('../../images/connection/nimg640_6.jpg');
        height: 220px;
    }
    .protection-content{
        padding: 30px 10px 20px 10px;
        min-height: 300px;
    }
}