.met-page[data-title='news'] {
    background: #f5f7f9;
}

.met-page[data-title='news'] .met-page-vertialWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_left {
    width: 365px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
    float: left;
    opacity: 0;
    transform: translateX(-200px);
}
.page-acive .news_left{
    opacity: 1;
    transform: translateX(0);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out; /* Safari 和 Chrome */

}
.index_newsLeft .swiper-slide .news_left_classname {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #E63532;
    font-size: 19.2px;
    color: #FFFFFF;
    line-height: 27px;
    position: absolute;
    top: 28px;
    left: 28px;
    padding: 13px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news_pic {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

.news_pic img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.news_content {
    padding: 26px 26px 26px 30px;
    margin: auto;
}

.news_time {
    font-size: 16px;
    color: #E63532;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 13px;
}

.news_title {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}

.news_desc {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
}
.news_desc a{
    color: #999;
}
.news_more {
    color: #666666;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.news_more:hover{text-decoration: none;}
.news_more:before {
    content: '';
    display: table;
    width: 28px;
    height: 31px;
    position: absolute;
    right: -37px;
    top: -4px;
    background: url(../ZERO/img/news_next1.png) no-repeat center/cover;
}
.news_more:after{
    content: '';display: table;width: 0;height: 1px;background: #e63532;position: absolute;left: 0;bottom: 0;transition: 0.6s;
}
.news_more:hover:before {
    background: url(../ZERO/img/news_next2.png) no-repeat center/cover;animation: tada 2s;
}
.news_more:hover:after{
    width: 100%;transition: 0.6s;
}
.swiper-pagination-nwes {
    text-align: right !important;
    left: 235px !important;
    bottom: 23px!important;width: 100px!important;
}

.swiper-pagination-nwes .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1!important;
    background: url("../ZERO/img/pageation1.svg") no-repeat center/cover;
}

.swiper-pagination-nwes .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url("../ZERO/img/pagination2.png") no-repeat center/cover;
}

.news_right {
    width: 774px;
    height: auto;
    float: right;
    opacity: 0;
    transform: translateX(200px);
}
.page-acive .news_right{
    opacity: 1;
    transform: translateX(0px);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out; /* Safari 和 Chrome */
}
.news_right_title {
    width: 100%;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    line-height: 42px;
    text-align: left;
    margin-bottom: 47px;
}

.news_right_title a {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    letter-spacing: 0;
    position: relative;
    margin-right: 40px;
    text-decoration: none;
}
.news_right_title a:hover{
    text-decoration: none;
}
.news_right_title a:before {
    content: '';
    display: block;
    width: 28px;
    height: 31px;
    position: absolute;
    right: -37px;
    top: 6px;
    background: url(../ZERO/img/news_next1.png) no-repeat center/cover;
}
.news_right_title a:after{
    content: '';display: table;width: 0;height: 1px;background: #e63532;position: absolute;left: 0;bottom: 0;transition: 0.6s;
}
.news_right_title a:hover:before {
    content: '';
    display: block;
    width: 28px;
    height: 31px;
    position: absolute;
    right: -37px;
    top: 6px;
    background: url(../ZERO/img/news_next2.png) no-repeat center/cover;animation: tada 2s;
}
.news_right_title a:hover:after{
    width: 100%;transition: 0.6s;
}

.news_right > ul li {
    width: 100%;
    height: 127px;
    margin-bottom: 16px;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.news_right > ul li:last-child {
    margin-bottom: 0;
}

.news_right > ul li .news_right_li_pic {
    width: 199px;
    height: 127px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: -199px;
    transition: 0.6s;
}

.news_right > ul li .news_right_li_pic img {
    width: 100%;
    height: 100%;
}

.news_right > ul li .news_right_li_content {
    width: 774px;
    float: left;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.news_right > ul li .news_right_li_content img{
    position: absolute;;left: 480px;bottom: -10px;opacity: 0;transition: 0.6s;
}
.news_right > ul li .news_right_li_content a {
    text-decoration: none;
}

.news_right > ul li .news_right_li_content .news_right_li_title {
    width: 774px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    font-weight: normal;
}

.news_right > ul li .news_right_li_content .news_right_li_title .news_right_li_titleTime {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    float: right;
}

.news_right > ul li .news_right_li_content .news_right_li_desc {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_right > ul li:hover {
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}

.news_right > ul li:hover .news_right_li_pic {
    left: 0;
    transition: 1s;
}
 .news_right > ul li{

 }
.news_right > ul li:hover  .news_right_li_content img{
    left: 526px;opacity: 1;transition: 0.6s;transition-delay: 1s;
}
 .news_right > ul li:hover .news_right_li_content {
    left: 216px;
    transition: 1s;
}

.news_right > ul li:hover .news_right_li_content .news_right_li_title {
    width: 536px;
}

.news_right > ul li:hover .news_right_li_content .news_right_li_desc {
    width: 536px;
}
#advantage-13_1333 .HJZF2_advantage13__content__tab li:nth-child(3) p{transform: translateY(-20px);}
#advantage-13_1333 .HJZF2_advantage13__content__tab li:nth-child(3) div{transform: translateY(-10px);}
