
.newscnt{
    width: 1260px;
    margin: 0 auto;
}
.news-banner{
    width: 100%;
    height: 300px;
}

.news-banner img{
    width: 100%;
    height: 100%;
}


.news-bx{
    padding-bottom:70px;
}

.news-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.news-item-img{
    width: 470px;
    height: 330px;
}
.news-item-img img{
    width: 100%;
    height: 100%;
}

.news-item-ri{
    width: 60%;
    margin-left: 35px;
}
.news-item-ri h2{
    font-size: 30px;
}
.news-item-ri span{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    display: inline-block;
}
.news-item-ri p{
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
    line-height: 28px;
}
.news-item-ri a{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    padding: 15px 0;
    border: 2px solid #eeeeee;
    border-radius: 50px;
}
.news-item-ri a img{
    width: 23px;
    height: 23px;
    margin-left: 15px;
}

.news-item-ri a:hover{
    color: #20cebe !important;
    border: 2px solid #20cebe !important;
}
.news-item-ri a:hover .aimga{
    display: none !important;
}
.news-item-ri a:hover .aimgb{
    display: block !important;
}

.news-item-ri a .aimga{
    display: block;
}
.news-item-ri a .aimgb{
    display: none;
}


.main-btm{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}








@media screen and (max-width: 768px) {
    
.newscnt{
    width: 100%;
    margin: 0 auto;
}
.news-banner{
    width: 100%;
    height: 1.5rem;
}

.news-banner img{
    width: 100%;
    height: 100%;
}


.news-bx{
    padding-bottom:.5rem;
}

.news-item{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: .5rem;
}
.news-item-img{
    width: 95%;
    height: 3.3rem;
}
.news-item-img img{
    width: 100%;
    height: 100%;
}

.news-item-ri{
    width: 95%;
    margin-left: 0rem;
    margin-top: .2rem;
}
.news-item-ri h2{
    font-size: .3rem;
}
.news-item-ri span{
    font-size: .16rem;
    color: #666666;
    margin-top: .2rem;
    display: inline-block;
}
.news-item-ri p{
    font-size: .16rem;
    color: #999999;
    margin-top: .2rem;
    line-height: .28rem;
}
.news-item-ri a{
    width: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .16rem;
    color: #666666;
    margin-top: .3rem;
    padding: .15rem 0;
    border: 1px solid #eeeeee;
    border-radius: .5rem;
}
.news-item-ri a img{
    width: .23rem;
    height: .23rem;
    margin-left: .15rem;
}


.main-btm{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .3rem;
    padding: 0 .2rem;
}
}













