.head-page .item:nth-child(4) span::after {
    width: 100%;
}

.head-page .item:nth-child(4) span {
    color: #2F639D;
}


.workshop .list {
    width: 32.16%;
    margin-right: 1.1%;
}

/*.workshop .list:nth-child(3n) {
    margin-right: 0;
}*/

.workshop .list .img {
    height: 246px;
    border: 1px solid #eee;
}

.workshop .list .advice {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    transform: translateX(-102%);
    display:none;
}

.content-text {
    color: #666666;
    line-height: 2.14;
    margin-top: 18px;
}

.workshop .list .texts {
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.worshop-intr{
    font-size: 18px;
    padding: 0 0 30px 0;
    text-indent: 2em;
}
@media only screen and (min-width: 960px) {
    .workshop .list:hover img {
        height:110%;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-page .width1200 {
        padding: 60px 25% 0;
    }
}

@media only screen and (max-width: 960px) {
    .nav-page .width1200 {
        padding: 60px 18% 0;
    }
}

@media only screen and (max-width: 768px) {
    .workshop .list {
        width: 49%;
        margin-right: 2%;
    }
    .workshop .list:nth-child(3n) {
        margin-right: 2%;
    }
    .workshop .list:nth-child(2n) {
        margin-right: 0;
    }
   
    .workshop .list .img {
        height: 182px;
    }
    .content-text {
        line-height: 1.875;
        margin-top: 10px;
    }
     .nav-page {
        display:block;
    }
}