.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/case/nimg1920_9.jpg");
}

.pagecontent .pagenavpc li {
    width: 50%;
}
.project-content {
    padding: 100px 0px 50px 0px;
}
.project-content .project-section>div{
    padding: 20px  20px
}

.project-section{
     margin-top: 10px;
}
.blog-thumb {
    border-radius: 3px 3px 0px 0px;
    position: relative;
    background-color: rgb(72, 72, 72);
    overflow: hidden;
}
.blog-thumb img {
    height: 220px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: transform .6s ease, opacity .6s ease;
}
.blog-item:hover .blog-thumb img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-content {
    position: relative;
    padding: 20px 20px 35px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.blog-content .category {
    background-image: linear-gradient(to right,#ff7149,#f58d35);
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans,sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -13px;
}
.blog-content .blog-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0px 0px 0px;
}

.blog-content p {
    color: #9A9A9A;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 85px;
}
.blog-content .read-more:before {
    background-color: #ff7149;
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    left: 0;
    top: calc(50% - 2px);
}
.blog-content .read-more {
    font-family: work sans,sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    padding-left: 25px;
    right: 15px;
    bottom: 15px;
}
.blog-item>a>.blog-title{
    display: none;
}




.project-type a{
    display: block;
    height: 60px;
    line-height: 60px;
    border: 1px #e0e0e0 solid;
    text-align: center;
    color: #8b8b8c;
    font-size: 14px;
}
.project-type a.aNow,.project-type a:hover{
    background: url("../../images/ico5_1bg.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    border: 1px #d02126 solid;
}

.project-type>div{
    padding: 10px;
}


@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url("../../images/case/nimg640_9.jpg");
        height: 220px;
    }
    .project-content{
        padding: 20px 5px 0px 5px;
        min-height: 350px;
    }
    .project-content .project-section>div{
        padding: 5px;
    }
    .project-section{
        margin-top: 5px;
        padding: 0px 7px;
    }
    .blog-thumb{
        border-radius: 0px
    }
    .blog-thumb img{
        height: 130px;
        border-radius: 0px
    }
    .blog-item .blog-content{
        display: none;
    }
    .blog-item>a>.blog-title{
        display: block;
        margin-top: 5px;
        font-size: 14px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        color: #666666;
    }
    .project-type a {
        height: 50px;
        line-height: 50px;
    }


}