.mx-yyly-edit {
    padding: 0 50px;
    margin: 0 -15px;
}
.mx-yyly-edit li {
    width: 16.542%;
    overflow: hidden;
    margin: 0 15px;
    float: left;
    position: relative;
}
.mx-yyly-edit li .imga {
    position: relative;
}
/*.mx-yyly-edit li .imga img {
    width: 100%;
}*/
.mx-yyly-edit li .imga h3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}
.mx-yyly-edit li .imgb {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    transition: all .5s ease;
    transform: translateX(-100%);
}
.mx-yyly-edit li.active {
    width: 22.18%;
}
.mx-yyly-edit li.active .imgb {
    transform: translateX(0);
}
/*.mx-yyly-edit li .imgb img {
    width: 100%;
}*/
.mx-yyly-edit li .imgb .wz {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 30px;
}
.mx-yyly-edit li .imgb .wz h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 15px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mx-yyly-edit li .imgb .wz .info {
    font-size: 14px;
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 15px;
}
.mx-yyly-edit li .imgb .wz h5 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1460px) {
    .mx-yyly-edit {
        padding: 0;
        margin: 0 10px;
    }
    .mx-yyly-edit li {
        margin: 0 10px;
        width: 17.242%;
    }
    .mx-yyly-edit li .imgb .wz {
        right: 50px;
    }
}

@media (max-width: 1260px) {
    .mx-yyly-edit li {
        width: 16.842%;
    }
    .mx-yyly-edit li .imgb .wz {
        right: 100px;
    }
}

/*edit-layout*/
.edit-layout {
    background: #313131;
    padding: 3.4% 0 1.7% 0;
}
.edit-layout-left {
    /*width: 35.7%;*/
    width: 28.7%;
    float: left;
}
.edit-layout-right {
    float: right;
    /*width: 63%;*/
    width: 71%;
}
.edit-layout-right li {
    float: left;
    width: 11%;
}
.edit-layout-right li > a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.edit-layout-right li > a:hover {
    color: #fff;
}
.elr-sub-menu a {
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #7f7f7f;
}

.elr-sub-menu a:hover {
    color: #fff;
}

.ell-top {
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
}
.ell-top img {
    left: 0;
    top: 0;
    width: 125px;
    position: absolute;
}
.ell-top .ellt-wz {
    line-height: 25px;
    font-size: 12px;
    color: #8d8d8d;
}
.ell-top .ellt-wz p {
    margin-bottom: 0;
}
.ell-icon p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.ell-icon p img{
    margin-right: 10px;
    max-width: 100%;
}
.ell-links {
    margin-top: 30px;
    font-size: 12px;
    color: #aeaeae;
}

.ell-links a{
    font-size: 12px;
    color: #aeaeae;
}
.ell-links a:hover {
    color: #fff;
}




/*edit-footer*/
.edit-footer {
    background: #1b1b1b;
    padding: 15px 0;
    line-height: 25px;
    font-size: 12px;
    color: #7f7f7f;
}
.edit-footer a {
    color: #7f7f7f;
}
.edit-footer a:hover {
    color: #fff;
}


@media (max-width: 990px) {
    .mx-yyly-edit {
        margin: 0 -10px;
    }
    .mx-yyly-edit li {
        width: calc(50% - 20px) !important;
        margin: 0 10px 10px 10px;
    }
    .mx-yyly-edit li .imga {
        display: none;
    }
    .mx-yyly-edit li .imgb {
        position: static;
        transform: translateX(0);
    }
    .mx-yyly-edit li .imgb img {
        width: 100%;
    }
    .mx-yyly-edit li .imgb .wz {
        left: 10px;
        top: 10px;
        right: 10px;
    }
    .mx-yyly-edit li .imgb .wz .info {
        line-height: 20px;
        overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
    }
    
    .edit-layout {
        padding: 15px 0;
    }
    .edit-layout-left {
        width: 100%;
        float: none;
    }
    .edit-layout-right {
        display: none;
    }
}

.edit-pro-ul {
    margin: 0 -7px;
}
.edit-pro-ul .edit-item {
    border: 1px solid  #e5e5e5;
    position: relative;
    padding: 50px 25px 35px 25px;
}

.edit-pro-ul .edit-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/ss.png);
    display: none;
}

.edit-pro-ul .edit-item h3 {
    text-align: center;
    font-size: 20px;
    color: #3b3b3b;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    text-overflow: ellipsis;
}
.edit-pro-ul .edit-item .descrtion {
    font-size: 14px;
    line-height: 25px;
    color: #3b3b3b;
    height: 75px;
    overflow: hidden;
}
.edit-pro-ul .edit-item .img {
    display: block;
    text-align: center;
}
.edit-pro-ul .edit-item .img img {
    max-width: 100%;
}

.edit-pro-ul .edit-item p {
    text-align: center;
    font-size: 16px;
    color: #e26813;
    margin-bottom: 0;
}
.edit-pro-ul .edit-item p img {
    display: inline;
    width: auto !important;
}
.edit-pro-ul .edit-item:hover:before {
    display: block;
}
.edit-pro-ul .edit-item:hover {
    box-shadow: 2.121px 2.121px 5px 0px rgba(0, 0, 0, 0.09);
}
.edit-pro-ul .edit-item:hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e26813;
}


.edit-page-pro-ul {
    font-size: 0;
    margin: 0 -9px;
}
.edit-page-pro-ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 18px);
    margin: 0 9px 18px 9px;
    border: 1px solid #e5e5e5;
    padding: 15px 15px 0 15px;
}

.edit-page-pro-ul li .img {
    width: 100%;
}

.edit-page-pro-ul li h3 {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.edit-page-pro-ul li .more {
    padding: 10px 0;
}
.edit-page-pro-ul li .more .text {
    float: left;
    font-size: 14px;
    color: #000000;
}
.edit-page-pro-ul li .more .img-icon {
    background: url(../images/more2.png) center no-repeat;
    width: 24px;
    height: 8px;
    float: right;
}

.edit-page-pro-ul li:hover {
    border-color: #e26813;
}
.edit-page-pro-ul li:hover h3,
.edit-page-pro-ul li:hover .more .text {
    color: #e26813;
}

.edit-page-pro-ul li:hover h3 {
    border-bottom-color: #e26813;
}
.edit-page-pro-ul li:hover .more .img-icon {
    background: url(../images/more2-1.png) center no-repeat;
}


@media (max-width:1200px) {
    .edit-page-pro-ul li {
        width: calc(33.3333% - 18px);
    }
}


@media (max-width:990px) {
    .edit-page-pro-ul li {
        width: calc(50% - 18px);
    }
}

@media (max-width:760px) {
    .edit-page-pro-ul {
        margin: 0 -5px;
    }
    .edit-page-pro-ul li {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .ell-top{
        padding-left:0;
    }
    .ell-top img{
        display:none;
        
    }
}





















