.design_ne-004 .newsList .newsItem .Img,
.design_ne-004 .newsList .newsItem .Txt,
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn,
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn .arrow,
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn .arrow:after,
.design_ne-004 .newsList .newsItem .Txt .newsInfoBox,
.design_ne-004 .newsList .newsItem .Txt .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.design_ne-004 .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 60px 0 10px;
}
.design_ne-004 .newsList .newsItem {
    width: 33.3333333333%;
    padding: 0 14px 29px;
}
@media (max-width: 1270px) {
    .design_ne-004 .newsList .newsItem {
        width: 50%;
    }
}
@media (max-width: 860px) {
    .design_ne-004 .newsList .newsItem {
        width: 100%;
    }
}
.design_ne-004 .newsList .newsItem .item {
    background-color: #eeeeee;
    position: relative;
    height: 100%;
    max-width: 405px;
    margin: 0 auto;
}
@media (max-width: 860px) {
    .design_ne-004 .newsList .newsItem .item {
        min-height: 300px;
    }
}
@media (max-width: 480px) {
    .design_ne-004 .newsList .newsItem .item {
        min-height: 62.5vw;
    }
}
@media (min-width: 1201px) {
    .design_ne-004 .newsList .newsItem .item:hover .Img {
        opacity: 1;
    }
    .design_ne-004 .newsList .newsItem .item:hover .Txt {
        background-color: rgba(0, 73, 152, 0.5);
    }
    .design_ne-004 .newsList .newsItem .item:hover .Txt .btn,
    .design_ne-004 .newsList .newsItem .item:hover .Txt .newsInfoBox,
    .design_ne-004 .newsList .newsItem .item:hover .Txt .text,
    .design_ne-004 .newsList .newsItem .item:hover .Txt .title a {
        color: #fff;
    }
    .design_ne-004 .newsList .newsItem .item:hover .Txt .btn .arrow {
        background-color: #fff;
    }
    .design_ne-004 .newsList .newsItem .item:hover .Txt .btn .arrow:after {
        border-color: #fff;
    }
}
.design_ne-004 .newsList .newsItem .Img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.design_ne-004 .newsList .newsItem .Img a {
    width: 100%;
    display: block;
}
.design_ne-004 .newsList .newsItem .Img img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.design_ne-004 .newsList .newsItem .Txt {
    position: relative;
    z-index: 1;
    padding: 22px 20px;
    overflow: auto;
}
.design_ne-004 .newsList .newsItem .Txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
}
.design_ne-004 .newsList .newsItem .Txt::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
}
.design_ne-004 .newsList .newsItem .Txt::-webkit-scrollbar-thumb {
    background: #004998;
}
@media (max-width: 390px) {
    .design_ne-004 .newsList .newsItem .Txt {
        padding: 17px 15px;
    }
}
@media (max-width: 340px) {
    .design_ne-004 .newsList .newsItem .Txt {
        padding: 12px 10px;
    }
}
.design_ne-004 .newsList .newsItem .Txt .newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
@media (max-width: 390px) {
    .design_ne-004 .newsList .newsItem .Txt .newsInfoBox {
        margin-bottom: 10px;
    }
}
.design_ne-004 .newsList .newsItem .Txt .title {
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 480px) {
    .design_ne-004 .newsList .newsItem .Txt .title {
        font-size: 15px;
    }
}
.design_ne-004 .newsList .newsItem .Txt .text {
    font-size: 14px;
    line-height: 1.77;
    margin-bottom: 23px;
    height: 102px;
}
@media (max-width: 480px) {
    .design_ne-004 .newsList .newsItem .Txt .text {
        font-size: 12px;
        height: auto;
        min-height: 60px;
    }
}
@media (max-width: 390px) {
    .design_ne-004 .newsList .newsItem .Txt .text {
        margin-bottom: 18px;
    }
}
.design_ne-004 .newsList .newsItem .Txt .btnBox {
    border-top: 1px solid #aaaaaa;
}
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 36px 0 14px;
    line-height: 1px;
}
@media (min-width: 1201px) {
    .design_ne-004 .newsList .newsItem .Txt .btnBox .btn:hover {
        background-color: transparent;
    }
}
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn span {
    margin: 0;
}
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn .arrow {
    width: 18px;
    height: 2px;
    position: relative;
    background-color: #000;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.design_ne-004 .newsList .newsItem .Txt .btnBox .btn .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}
.design_ne-004 .shareBox {
    float: right;
}
.design_ne-004 .shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.design_ne-004 .shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: rgb(174, 66, 51);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
    background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233",endColorstr="#c44c4c",GradientType=0);
    cursor: pointer;
}
.design_ne-004 .shareBox .back:hover {
    background: #398cb1;
}
