.news-list-all {
    margin-bottom: 98px;
}
.news-top {
    border: 1px solid #ecebeb;
    margin-bottom: 38px;
    background-color: #ecebeb;
    transition: all .5s ease;
}
.news-top:hover {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}
.news-top-img {
    display: inline-block;
    margin-right: 30px;
    width: 408px;
    height: 271px;
    vertical-align: top;
    overflow:hidden;
}
.news-top-img img {
    max-width: 100%;
    height: auto;
    transition: transform .7s ease .1s;
}
.news-top:hover .news-top-img img {
    transform: scale(1.11);
    -ms-transform: scale(1.11);     /* IE 9 */
    -moz-transform: scale(1.11);    /* Firefox */
    -webkit-transform: scale(1.11); /* Safari 和 Chrome */
    -o-transform: scale(1.11);  /* Opera */
}
.news-top-desc {
    display: inline-block;
    margin-top: 34px;
    width: 62%;
    vertical-align: top;
}
.news-top-desc h2 {
    margin-bottom: 11px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}
.news-top-desc h2 a {
    color: #505050;
    transition: all .3s linear;
}
.news-top:hover .news-top-desc h2 a {
    color: #cd0e18;
}
.news-top-time {
    margin-bottom: 10px;
    line-height: 12px;
    font-size: 12px;
    color: #969696;
}
.news-top-words {
    margin-bottom: 18px;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    color: #7a7a7a;
    overflow: hidden;
}
.news-view {
    padding: 5px 17px;
    border: 1px solid #cacaca;
    font-size: 12px;
    color: #686767;
    transition: all .2s linear;
}
.news-view:hover {
    border-color: #cd0e18;
    color: #cd0e18;
}
.news-view span {
    font-family: 'arrow';
}
.news-list {
    padding-bottom: 14px;
}
.news-list > ul > li {
    margin-bottom: 23px;
}
.news-list-one {
    padding-bottom: 29px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1px;
}
.news-list-one-img {
    display: inline-block;
    border: 3px solid #ecebeb;
    margin-right: 18px;
    width: 280px;
    height: 150px;
    vertical-align: top;
}
.news-list-one-img a {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-list-one-img img {
    width: 100%;
    height: 100%;
    transition: transform .7s ease;
}
.news-list > ul > li:hover .news-list-one-img img {
    transform: scale(1.11);
    -ms-transform: scale(1.11);     /* IE 9 */
    -moz-transform: scale(1.11);    /* Firefox */
    -webkit-transform: scale(1.11); /* Safari 和 Chrome */
    -o-transform: scale(1.11);  /* Opera */
}
.news-list-one-desc {
    display: inline-block;
    margin-top: 10px;
    width: 74%;
    vertical-align: top;
}
.news-list-one-desc h2 {
    margin-bottom: 13px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}
.news-list-one-desc h2 a {
    color: #505050;
    transition: all .3s linear;
}
.news-list > ul > li:hover .news-list-one-desc h2 a {
    color: #cd0e18;
}
.news-list-one-words {
    margin-top: 11px;
    border-top: 1px dashed #969696;
    padding-top: 11px;
    padding-bottom: 19px;
    line-height: 24px;
    font-size: 14px;
    color: #7a7a7a;
}
.shadow-ctnr {
    height: 100%;
    height: 12px;
}
.news-list-one-shadow {
    width: 100%;
    height: 5px;
    background: linear-gradient(#efefef, #fff);
    transition: all .4s ease;
}
.news-list > ul > li:hover .news-list-one-shadow {
    height: 12px;
}
@media (max-width: 74.9em) {
    .news-top-img {
        margin-right: 26px;
    }
    .news-top-desc {
        width: 54%;
    }
    .news-list-one-img {
        margin-right: 16px;
    }
    .news-list-one-desc {
        width: 68%;
    }
}
@media (max-width: 61.9em) {
    .news-top {
        padding: 8px 15px 40px;
    }
    .news-top-img {
        display: block;
        margin: 0 auto;
    }
    .news-top-desc {
        width: 100%;
    }
    .news-list-one-img {
        display: block;
        margin: 0 auto 10px;
    }
    .news-list-one-desc {
        width: 100%;
    }
}
@media (max-width: 33.9em) {
    .news-list-all {
         margin-bottom: 60px;
    }
    .news-top-img {
        width: auto;
        height: auto;
        text-align: center;
    }
    .news-top-desc {
        margin-top: 16px;
    }
    .news-top-desc h2 {
        height: 16px;
        line-height: 16px;
        font-size: 16px;
    }
    .news-list {
        padding-bottom: 10px;
    }
    .news-list-one-img {
        margin: 0 auto 6px;
    }
    .news-list-one-desc h2 {
        margin-bottom: 11px;
        height: 16px;
        line-height: 16px;
        font-size: 16px;
    }
    .news-list-one-words {
        padding-top: 9px;
        padding-bottom: 15px;
        line-height: 22px;
        font-size: 14px;
    }
    .news-view {
        padding: 4px 16px;
    }
}