.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background: #fff;
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    width: 25px;
}

.swiper-pagination {
    z-index: 99;
}

.new {
    width: 100%;
}

.new_main {
    /*width: 1200px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.new_main .new_l {
    width: 49%;
    background-color: #f7f7f7;
}

.new_main .new_r {
    width: 50%;
}

.new_main .new_l a {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
}

.new_main .new_l a img {
    width: 100%;
    height: 100%;
}

.new_main .new_l .new_swiper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
    padding: 25px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
}
.new_main .new_l .new_swiper p{
	overflow:hidden;
　　text-overflow:ellipsis;
　　white-space:nowrap;
}
.new_main .new_r {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}

.new_main .new_r .new_item {
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
}

.new_main .new_r .new_item a {
    display: flex;
}

.new_main .new_r .new_word_l {
    width: 30%;
    border-right: 1px solid #ebebeb;
    /* padding-bottom: 29px; */
}

.new_main .new_r .new_word_l h3 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    width: 30px;
    line-height: 1.5;
    margin-top: 35px;
    color: #000;
}

.new_main .new_r .new_word_l p {
    font-size: 14px;
    color: #798187;
    margin-top: 10px;
}

.new_main .new_r .new_word_r {
    width: 70%;
    margin-left: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.new_main .new_r .new_word_r h3 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.new_main .new_r .new_word_r p {
    margin-top: 0px;
    width: 100%;
    color: #798187;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_main .new_r .new_item:hover {
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all .2s;
    -moz-box-shadow: 0 5px 10px silver;
    -webkit-box-shadow: 0 5px 10px silver;
    box-shadow: 0 5px 10px silver;
}

@media screen and (max-width: 1200px) {
    .new_main {
        width: 100%;
        padding: 0px;
    }
}

@media screen and (max-width: 1070px) {
    .new_main {
        width: 100%;
        display: block;
        /*padding: 0 20px;*/
    }
    .new_main .new_l {
        width: 100%;
    }
    .new_main .new_r {
        width: 100%;
    }
    .new_main .new_l .new_swiper{
    	bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .new_main {
        padding: 0;
    }
}