.news_ul {
    display: flex;
    align-items: center;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.news_ul img{
    width: 300px;
    height: 180px;
    border-radius: 10px;
}

.news_ul li {
    position: relative;
    padding-left: 350px;
    height: 200px;
    padding-top: 10px;
    font-size: 16px;
    color: #959595;
    margin-bottom: 38px;
    width: 100%;
}

.news_ul li a.img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.news_ul li a {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
    font-weight: 500;
    margin:0 0 15px 0;
    /* display: inline-block; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_ul li p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
    min-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dayNew{
    margin-right: 20px;
}
/* .news_ul li span font {
    display: inline-block;
    background: url(../image/kk_03.jpg) no-repeat left center;
    padding-left: 30px;
    margin-left: 20px;
} */
.gb_eamil{
    margin-top: 0 !important;
}
.gb_eamil button{
    margin-top: 30px !important;
}
.swiper {
    width: 960px;
    height: 400px;
    margin: 0 !important;
    border-radius: 12px;
} 
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../image/my_home/previous.png) no-repeat 50% 50% !important;
}