

.section_title {
    position: relative;
    margin: 2rem auto;
}
.section_title .title {
    text-align: center;
}
.section_title .title .cn {
    font-weight: bold;
    font-size: 3rem;
    color: #004098;
}
.section_title .title .en{
    font-size: 6rem;
    color: rgba(0, 88, 167, 0.1);
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    font-family: "Swis721BlkCnBT";
    width: 100%;
}
.section_title .intro {
    font-size: 1.2rem;
    line-height: 2rem;
}
.view_more {
    width: 10rem;
    height:3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    position: relative;
    border: 1px solid #004098;
    background: #fff;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_more a{
    color: #004098;
}
.view_more:hover {
    background: #004098;
}
.view_more:hover a{
    color: #fff;
}

@media  screen and (max-width: 1000px){
    .section_title .title .cn {
        font-size: 2.5rem;
    }
    .section_title .title .en {
        font-size: 3rem;
        top:-1rem;
    }
    .section_title .intro {
        font-size: 1rem;
    }
    .section_title .view_more{
        display: none;
    }
}






.index_banner {
    width:100%;
    position: relative;
    overflow: hidden;
}
.index_banner .swiper-slide {
    width:100%;
    overflow: hidden;
}

.index_banner .swiper-slide img {
    width:100%;
}
.index_banner .swiper-pagination-bullet {
    width:1rem;
    height:1rem;
}
.index_banner .swiper-button-prev {
    left:5%
}
.index_banner .swiper-button-next {
    right:5%
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5%;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:3rem;
    border-radius: 8px;
}

.index_banner .navigation .banner_prev{position:absolute;left:5%;top:50%;width:4rem;height:4rem;background:url(../images/banner_quan.png);background-size:100% 100%;z-index:9}
.index_banner .navigation .banner_prev_left{position:absolute;top:50%;left:5%;color:#fff;font-size: 1rem;margin-top:1.5rem;margin-left:1.5rem;background-size:100% 100%;z-index: 8;transform: rotate(180deg)}

.index_banner .navigation .banner_next{position:absolute;right:5%;top:50%;width:4rem;height:4rem;background:url(../images/banner_quan.png);;background-size:100% 100%;z-index:9}
.index_banner .navigation .banner_next_right{position:absolute;top:50%;right:5%;color:#fff;font-size: 1rem;margin-top:1.5rem;margin-right:1.5rem;z-index: 8;}

.index_banner .banner_prev:hover,.index_banner .banner_next:hover {
    animation: rotation 0.1s linear infinite;
    cursor:pointer
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}


.index_banner .mouse {
    position: absolute;
    left:5%;
    bottom:10%;
    z-index: 999;
    display: flex;
    align-items: center;
    color:#fff;
}
.index_banner .mouse .mouseOf {
    height: 28px;
    position: relative;
    width: 28px;
    display: block;
}
.index_banner .mouse .mouseOf svg {
    width:100%;
    height:100%;
    display: block;
}
.index_banner .mouse .mouseOf:after {
    -webkit-animation: scroll-down 1.5s ease-in-out infinite;
    animation: scroll-down 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}
@keyframes scroll-down {
    0% {
        opacity: 0;
        top: 2px
    }
    30%,70% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: calc(100% - 9px)
    }
}



.index_banner .ban_txt {
    position: absolute;
    z-index: 99;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.index_banner .ban_txt .txt p {
    text-shadow: 2px 2px 4px #898989;
}

.index_banner .ban_txt .txt p:nth-child(1){
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
}
.index_banner .ban_txt .txt p:nth-child(2){
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;

}
.index_banner .ban_txt .txt p:nth-child(3){
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.index_banner .ban_txt .txt p:nth-child(4){
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

@media  screen and (max-width: 1000px){
    .index_banner .ban_txt,
    .index_banner .mouse,
    .index_banner .navigation
    {display: none;}

    .index_banner .swiper-pagination-bullet {
        width:0.5rem;
        height:0.5rem
    }
}







.index_products {width:100vw;padding: 2rem 0;background: #fff;position:relative;z-index: 9;}

.index_products ul{
    width:100%;
    margin-bottom: 3rem;
}

.index_products .cont .pro_list:not(:first-child) {
    display: none;
}
.index_products .cont .item{
    float: left;
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
    border:1px solid #dddddd;
}
.index_products .cont .item:hover .img{
    position: relative;
    display: block;
    background: #004a96;
    overflow: hidden;
}
.index_products .cont .item:hover .img img{
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.05);
}
.index_products .cont .item .title{
    position: relative;
    display: block;
    padding: 0.5rem;
    transition: all 500ms ease;
}
.index_products .cont .item .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top;
    transform: scale(.9) translateY(1rem);
    background: #004a96;
    transition: all 500ms ease;
}
.index_products .cont .item:hover .title:before {
    opacity: 1;
    transform: scale(1) translateY(0px);
    transition: 1s;
}
.index_products .cont .item .title{
    position: relative;
    color: #004a96;
    font-weight: 700;
    transition: all 500ms ease;
}
.index_products .cont .item .title a{
    position: relative;
    font-size: 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #575757;
}
.index_products .cont .item:hover .title a{
    color: #fff;
}

@media  screen and (min-width: 1000px){
    .index_products ul{
        width:100%;
        margin-bottom: 3rem;
        display: flex;
        justify-content: space-between;
        border-bottom:1px solid #e3e3e3;
    }
    .index_products ul.clearfix:after {
        display: none;
    }
    .index_products ul li a{
        height: 3rem;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2rem;
        position: relative;
    }
    .index_products ul li.act a{
        color:#004a96;
    }
    .index_products ul li.act a:after{
        position: absolute;
        content: '';
        width:1rem;
        height:1rem;
        border:1px solid #004a96;
        border-radius: 50%;
        bottom: -0.5rem;
        background: #fff;
        left:calc(50% - 0.5rem);
    }

    .index_products .cont .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .index_products .cont .item:nth-child(4n) {
        margin-right: 0;
    }
}

@media  screen and (max-width: 1000px){
    .index_products ul{
        width:100%;
        margin-bottom: 3rem;
    }
    .index_products ul li {
        width:32%;
        margin-right: 2%;
        float: left;
    }
    .index_products ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index_products ul li a{
        height: 3rem;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom:1px solid #e3e3e3;
        position: relative;
    }
    .index_products .cont .item {
        width: 48%;
        margin-right: 2%;
    }
    .index_products .cont .item:nth-child(2n) {
        margin-right: 0;
    }
}



.index_about {
    position: relative;
    width:100%;
    z-index: 9;
    background: url('../images/index_about.jpg');
    background-position: center bottom;
    background-size:cover;
    overflow-x: hidden;
}
.index_about .about_mask {width:100%;height:100%;background: #00000050;padding: 5vh 0;}
.index_about .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.index_about .title .cn {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2
}
.index_about .title .en {
    color: transparent;
    -webkit-text-stroke-color: #c7c7c7;
    -webkit-text-stroke-width: 1px;
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5
}
.index_about .desc {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    color: #a7a7a7;
}

.index_about .ab_box {
    display: flex;
    justify-content: space-between
}

.index_about .left {
    width:55%;
    padding-right: 2%;
}
.index_about .left .title {
    font-size: 1.5rem;
    color: #efefef;
    font-weight: bold;
    border-bottom: 1px dashed #a7a7a7;
    line-height: 3rem;
    padding-bottom: 2rem;
}
.index_about .left .content {
    margin-top: 2rem
}
.index_about .left .content p:nth-of-type(n+4) {
    display: none;
}
.index_about .left .content p {
    color: #ededed;
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.index_about .view_more {
    margin: 2rem 0;
}

.index_about .right {
    width:45%
}
.index_about .right ul {
    display: flex;
    flex-wrap: wrap;
}
.index_about .right ul li {
    width: 50%;
    position: relative;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 3.75rem 0;
}
.index_about .right ul li:nth-child(2), .index_about .right ul li:nth-child(3) {
    border:1px solid #d7d7d7;
}
.index_about .right ul li .name {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 1.5rem;
    color: #dfdfdf;
    transition: 0.5s;
}
.index_about .right ul li:hover .name {transform: scale(1.25); }
.index_about .right ul li:hover .icon svg{ transition: 1s;}
.index_about .right ul li:hover .icon svg{ transform: rotate(360deg);}


@media  screen and (max-width: 1000px){
    .index_about .title {
        display: block;
    }
    .index_about .title .cn {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .index_about .title .en {
        font-size: 1.5rem;
    }
    .index_about .desc {
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .index_about .ab_box {
        display: block;
    }
    .index_about .left {
        width:100%;
        padding-left: 0;
    }
    .index_about .left .title{
        font-size: 1.2rem;
        line-height: 2.2rem;
        padding-bottom: 1rem;
    }
    .index_about .right {
        width:100%;
    }
    .index_about .right ul li {
        padding:3rem 0;
    }
}







.index_ryzz {
    width:100%;
    padding:2rem 0;
    overflow: hidden;
}
.honorWrap{
    position: relative;
    width: 100%;
    height: 45rem;
    background: url(../images/ryzzbj.jpg) center center no-repeat;
    background-size: 100% auto;
}
.caursel3d-container {
    position: relative;
    margin: 0 auto;
}
#carousel {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    transform-style: preserve-3d;
    -ms-transform-style:none;
    -ms-transform: none;
    transform: rotateY(0deg) translateZ(480px);
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: yyrotation;
}

#carousel:hover {
    animation-play-state: paused;
}

#carousel a {
    display: block;
    width: 18rem;
    position: absolute;
    left: -2rem;
    top: 0.8rem;
    overflow: hidden;
}
.caursel3d img{
    cursor: pointer;
    transition: all .5s ease;
    width: 100%;
    height: 100%; }

.caursel3d img:hover{
    transform: scale(1.1, 1.1); }

.caursel3d {
    display: block;
    position: relative;
    margin: auto;
    width: 18rem;
    top: 5rem;
    perspective: 2100px;
}

#carousel a:nth-child(1) {
    transform: rotateY(0deg) translateZ(480px);
    -ms-transform: rotateY(0deg) translateZ(480px);
    -moz-transform: rotateY(0deg) translateZ(480px);
    -webkit-transform: rotateY(0deg) translateZ(480px);
    -o-transform: rotateY(0deg) translateZ(480px);
}
#carousel a:nth-child(2) {
    transform: rotateY(45deg) translateZ(480px);
    -ms-transform: rotateY(45deg) translateZ(480px);
    -moz-transform: rotateY(45deg) translateZ(480px);
    -webkit-transform: rotateY(45deg) translateZ(480px);
    -o-transform: rotateY(45deg) translateZ(480px);
}
#carousel a:nth-child(3) {
    transform: rotateY(90deg) translateZ(480px);
    -ms-transform: rotateY(90deg) translateZ(480px);
    -moz-transform: rotateY(90deg) translateZ(480px);
    -webkit-transform: rotateY(90deg) translateZ(480px);
    -o-transform: rotateY(90deg) translateZ(480px);
}
#carousel a:nth-child(4) {
    transform: rotateY(135deg) translateZ(480px);
    -ms-transform: rotateY(135deg) translateZ(480px);
    -moz-transform: rotateY(135deg) translateZ(480px);
    -webkit-transform: rotateY(135deg) translateZ(480px);
    -o-transform: rotateY(135deg) translateZ(480px);
}
#carousel a:nth-child(5) {
    transform: rotateY(180deg) translateZ(480px);
    -ms-transform: rotateY(180deg) translateZ(480px);
    -moz-transform: rotateY(180deg) translateZ(480px);
    -webkit-transform: rotateY(180deg) translateZ(480px);
    -o-transform: rotateY(180deg) translateZ(480px);
}
#carousel a:nth-child(6) {
    transform: rotateY(225deg) translateZ(480px);
    -ms-transform: rotateY(225deg) translateZ(480px);
    -moz-transform: rotateY(225deg) translateZ(480px);
    -webkit-transform: rotateY(225deg) translateZ(480px);
    -o-transform: rotateY(225deg) translateZ(480px);
}
#carousel a:nth-child(7) {
    transform: rotateY(270deg) translateZ(480px);
    -ms-transform: rotateY(270deg) translateZ(480px);
    -moz-transform: rotateY(270deg) translateZ(480px);
    -webkit-transform: rotateY(270deg) translateZ(480px);
    -o-transform: rotateY(270deg) translateZ(480px);
}
#carousel a:nth-child(8) {
    transform: rotateY(315deg) translateZ(480px);
    -ms-transform: rotateY(315deg) translateZ(480px);
    -moz-transform: rotateY(315deg) translateZ(480px);
    -webkit-transform: rotateY(315deg) translateZ(480px);
    -o-transform: rotateY(315deg) translateZ(480px);
}


@keyframes yyrotation {
    from {
        transform: rotateY(0deg); }

    to {
        transform: rotateY(-360deg); }
}





.inside_banner {
    position: relative;
    width:100%;
    padding:5rem 0;
    overflow: hidden;
    background: url(../images/index_fixed.jpg) center center / cover no-repeat;
    background-attachment: fixed;
}
.inside_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .25
}
.inside_banner .box {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center
}
.inside_banner .main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    text-align: center
}
.inside_banner .title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px
}
.inside_banner .content {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.4rem;
}
.inside_banner ul {display: flex;width:100%;margin-top: 3rem;}
.inside_banner ul li{width:25%;padding:3rem 1rem;color:#575757;background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }
.inside_banner ul li svg {margin-bottom: 0.5rem;transition: 0.5s;}
.inside_banner ul li .tit {font-size: 1.2rem;margin-bottom: 1rem;color:#004a96;font-weight: 500;transition: 0.5s;}
.inside_banner ul li .desc {font-size: 1rem;transition: 0.5s;text-align: justify;}
.inside_banner ul li:hover svg {transform: translateY(1rem);}
.inside_banner ul li:hover .tit, .inside_banner ul li:hover .desc {transform: translateY(1rem);}

.inside_banner .view_more {text-align: center;margin-top: 3rem;margin-left:50%;transform: translateX(-50%);}
.inside_banner .xaf {position: absolute;bottom:0;left:0;width:100%;z-index: 9;}

@media  screen and (max-width: 1000px){
    .inside_banner .title {
        font-size: 2rem;
    }
    .inside_banner .content {
        font-size: 1rem;
        text-align: left;
    }
    .inside_banner ul {
        display: block;
    }
    .inside_banner ul li {
        width: 100%;
        padding:5%;
    }
    .inside_banner ul li:nth-child(2n+1) {
        clear:both ;
    }
}







.index_partner {position: relative;width:100vw;z-index: 9;background: #fff;padding: 2rem 0;overflow-x: hidden;}
.index_partner .box {
    display: flex;
    justify-content: space-between;
}
.index_partner .box .left {
    width:50%;
}
.index_partner .box .desc {
    font-size: 1rem;
    line-height: 2rem;
}
.index_partner .box .desc h3{
    font-size: 2rem;
    margin-bottom: 1rem;
    color:#004a96;
}
.index_partner ul {
    margin-top: 2rem;
}
.index_partner ul li img{
    border: 1px solid #ebebeb;
}

.index_partner .box .view_more {margin: 1rem 0;}
.index_partner .right {width:50%;}
@media  screen and (min-width: 1000px){
    .index_partner ul li {
        width:24.25%;
        margin-right: 1%;
        margin-bottom: 0.5rem;
        float: left;
    }
    .index_partner ul li:nth-child(4n) {
        margin-right: 0;
    }
}
@media  screen and  (max-width: 1000px){
    .index_partner .box {
        display: block;
    }
    .index_partner .box .left {
        width:100%;
    }
    .index_partner .box .right {
        width:100%;
    }
}
@media  screen and (min-width: 700px) and (max-width: 1000px){
    .index_partner ul li {
        width:32%;
        margin-right: 2%;
        margin-bottom: 0.5rem;
        float: left;
    }
    .index_partner ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media  screen and (max-width: 700px){
    .index_partner ul li {
        width:49%;
        margin-right: 2%;
        margin-bottom: 0.5rem;
        float: left;
    }
    .index_partner ul li:nth-child(2n) {
        margin-right: 0;
    }
    .index_partner .box .desc h3 {
        font-size: 1.2rem;
    }
}




.index_application {position: relative;width:100%;z-index: 9;padding: 2rem 0;background: #fbfbfb;}
.index_application ul li img{width:100%;height:100%;border-radius: 5px;max-width: fit-content;object-fit: cover;}
.index_application ul li p {position: absolute;bottom:10%;left:0;width:100%;text-align: center;z-index: 2;color:#fff;font-size: 1.5rem;font-weight: 600;}

@media  screen and (min-width: 1000px){
    .index_application ul {display: flex;height: 450px;}
    .index_application ul li {width:16%;margin-right: 0.8%;position: relative;height:100%;overflow: hidden;transition: 0.5s;}
    .index_application ul li:last-child {margin-right: 0;}
    .index_application ul li:hover {width:70%;}

}
@media  screen and (min-width: 600px) and (max-width: 1000px){
    .index_application ul li {width:32%;margin-right:2%;float:left;position: relative;}
    .index_application ul li:nth-child(3n) {margin-right:0;}
}
@media  screen and (max-width: 600px){
    .index_application ul li {width:49%;margin-right:2%;float:left;position: relative;}
    .index_application ul li:nth-child(2n) {margin-right:0;}
    .index_application ul li p {
        font-size: 1rem;
    }
}




@media  screen and (min-width: 1000px){
    .index_news{position: relative;width:100%;z-index: 9;padding: 2rem 0;}
    .index_news .box {display: flex;margin-top: 2rem;justify-content: space-between;}
    .index_news .item{width:24%;border:1px solid #e1e1e1;}
    .index_news .item .img{width: 100%;overflow: hidden;transition: all .3s;position:relative;}
    .index_news .item .img img{width: 100%;transition: all .8s;}
    .index_news .item .wz{position: relative;padding:1.25rem}
    .index_news .item .wz .tit{font-size: 1.2rem;line-height: 2.4rem;
        overflow: hidden; color: #000;margin-bottom: 1.25rem;transition: all .3s;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;

    }
    .index_news .item .wz .time{font-size: 1rem;color: #595353;margin-bottom: 20px;}
    .index_news .item .wz .desc{font-size: 0.9rem;line-height: 1.8rem;height:3.6rem; overflow: hidden;color: #595353;margin-bottom: 1rem;transition: all .3s;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index_news .item:hover .wz .tit,
    .index_news .item:hover .wz .time,
    .index_news .item:hover .wz .desc{color:#004a96;}
    .index_news .item:hover .img img {transform: scale(1.05);}

}

@media  screen and (max-width: 1000px){
    .index_news{position: relative;width:100vw;z-index: 9;background: #fff;padding: 2rem 0;}
    .index_news .box {margin-top: 2rem;}

    .index_news .item{width:100%;border-bottom:1px solid #e1e1e1;padding:0;transition: all .3s;flex:1;}
    .index_news .item:first-child {border-top:1px solid #e1e1e1;}
    .index_news .item a {display: flex;align-items: center;height:100%;}
    .index_news .item .img{width: 25%;overflow: hidden;transition: all .3s;position:relative;padding:0.6rem 0.6rem 0.6rem 0;}
    .index_news .item .img img{width: 100%;transition: all .3s;}
    .index_news .item .wz{width: 75%;position: relative;}
    .index_news .item .wz h3{font-size: 1rem;line-height: 1rem;overflow: hidden; color: #000;margin-bottom: 1.2rem;transition: all .3s;text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .index_news .item .wz .time{font-size: 0.8rem;color: #595353;margin-bottom: 1rem;}
    .index_news .item .wz p{font-size: 0.8rem;line-height: 1.6rem;overflow: hidden;color: #595353;transition: all .3s;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media  screen and (max-width: 768px){
    .index_news .item .img{width: 35%;}
    .index_news .item .wz{width: 65%;}
}

@media  screen and (max-width: 500px){
    .index_news{position: relative;width:100vw;z-index: 9;background: #fff;padding: 2rem 0;}
    .index_news .box {margin-top: 2rem;}

    .index_news .item{width:100%;border-bottom:1px solid #e1e1e1;padding:0;transition: all .3s;flex:1;}
    .index_news .item:first-child {border-top:1px solid #e1e1e1;}
    .index_news .item a {display: flex;align-items: center;height:100%;}
    .index_news .item .img{width: 50%;overflow: hidden;transition: all .3s;position:relative;padding:0.6rem 0.6rem 0.6rem 0;}
    .index_news .item .img img{width: 100%;transition: all .3s;}
    .index_news .item .wz{width: 50%;position: relative;}
    .index_news .item .wz h3{font-size: 1rem;line-height: 1rem;overflow: hidden; color: #000;margin-bottom: 1.2rem;transition: all .3s;text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .index_news .item .wz .time{font-size: 0.8rem;color: #595353;margin-bottom: 0.5rem;}
    .index_news .item .wz .desc{font-size: 0.8rem;line-height: 1.6rem;overflow: hidden;color: #595353;transition: all .3s;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}