.news_information{
    width: 12.4rem;
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.news_information .left{
    width: 8.6rem;
}
.news_information .left .news_information_one{
    height: 4.8rem;
}
.news_information .left .news_information_one .swiper-wrapper{
    position: relative;
}
.news_information .left .news_information_one .swiper-wrapper .swiper-wrapper_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 130px;
    background: rgba(0,0,0,0.15);
    z-index: 9;
}
.news_information .left .news_information_one .swiper-container {
    width: 100%;
    height: 100%;
}
.news_information .left .news_information_one .swiper-slide a{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.6rem;
    padding-left: 0.4rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 0.22rem;
    width: 8.6rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.news_information .left .news_information_one .swiper-pagination{
    text-align: left;
    padding-left: 0.4rem;
}
.news_information .left .news_information_one .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(225,225,225,0.3);
}
.news_information .left .news_information_one .swiper-pagination-bullet-active{
    background: rgba(225,225,225,1);
}
.news_information .left .news_information_two{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.news_information .left .news_information_two .two_left{
    width: 3.57rem;
    height: 2.4rem;
}
.news_information .left .news_information_two .two_right .news_information_border{
    height: 4px;
    border-radius: 5px;
    background: #333333;
    width: 4.85rem;
}
.news_information .left .news_information_two .two_right_content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 4.85rem;
}
.news_information .left .news_information_two .two_right_content .title{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
}
.news_information .left .news_information_two .two_right_content .text{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
    text-align: justify;
}

.news_information_body .news_information_three{
    display: flex;
    flex-wrap: wrap;
    width: 12.4rem;
    margin: auto;
    padding-top: 10px;
}
.news_information_body .news_information_three a{
    width: 2.95rem;
    margin-bottom: 20px;
    margin-right: 0.2rem;
}
.news_information_body .news_information_three a:nth-of-type(4n){
    margin-right: 0;
}
.news_information_body .news_information_three a .three_img{
    height: 150px;
}

.news_information_body .news_information_three a .three_content{
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #f5f5f5;
    height: 110px;
    justify-content: space-between;
}
.news_information_body .news_information_three a .three_content .title{
    font-size: 15px;
    color: #383838;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
    text-align: justify;
    padding-right: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.news_information_body .news_information_three a .three_content .date{
    font-size: 14px;
    color: #bebebe;
}


.news_information .right {
    width: 3.6rem;
}
.news_information .right .news_information_one a{
    display: block;
    position: relative;
}
.news_information .right .news_information_one a .news_information_one_img{
    height: 2.88rem;
}
.news_information .right .news_information_one a .news_information_one_content{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 66px;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: rgba(0,0,0,0.15);
    color: #FFFFFF;
}

.news_information .right .news_information_one a .news_information_one_content span:first-child{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
}
.news_information .right .news_information_one a .news_information_one_content span:last-child{
    font-size: 14px;
    color: #bebebe;
    margin-top: 15px;
}
.item_body .item{
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededed;
    height: 0.738rem;
    line-height: 0.738rem;
}
.news_information .right .news_information_border{
    margin-top: 15px;
    height: 4px;
    border-radius: 5px;
    background: #333333;
    width: 3.6rem;
}
.news_information .right .item_body .item .top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news_information .right .item_body .item .top .title{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
    flex: 1;
}
.news_information .right .item_body .item .top .date{
    font-size: 14px;
    color: #bebebe;
}
.news_information .right .item_body .item .content{
    font-size: 15px;
    color: #bebebe;
    letter-spacing: 2px;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
