.content-box {
    padding: 80px 0 40px 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 134px);
}
.news-info-title {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
.news-info-title .title {
    font-size: 34px;
    font-weight: 400;
    color: #0C0C0B;
    line-height: 34px;
    flex-shrink: 0;
    margin-right: 34px;
}
.news-info-title .line {
    margin-left: auto;
    height: 1px;
    width: 100%;
    background-color: #0C0C0B;
}


.news-info-wrap {
    margin-bottom: 80px;
}
.news-info-list {
    display: flex;
}
.news-info-list .news-info-list1 {
    position: relative;
    height: 400px;
    width: 590px;
    margin-right: 20px;
    overflow: hidden;
    cursor: pointer;
}
.news-info-list .news-info-list1 .list1-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 590px;
}
.news-info-list1 .info-list1 {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 550px;
    background: #0C0C0B;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(100%);
}
.news-info-list1:hover .info-list1 {
   transform: translateY(0);
   opacity: 0.8;
}
.news-info-list .news-info-list1 .info-list1 .title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.8;
    white-space: nowrap;/*强制在一行显示*/
	text-overflow:ellipsis;/*设置超出内容显示...*/
	overflow: hidden;
}
.news-info-list .news-info-list1 .info-list1 .time {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.8;
}

.news-info-box {
    display: flex;
    flex-wrap: wrap;
    width: 590px;
}
.news-info-list .news-info-box .news-info-list2 {
    position: relative;
    height: 190px;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-info-list .news-info-box .news-info-list2:nth-of-type(2n){
    margin-right: 0px;
}
.news-info-list .news-info-box .news-info-list2 .list1-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 190px;
    width: 285px;
}
.news-info-list2 .info-list2 {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 245px;
    background: #0C0C0B;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(100%);
}

.news-info-list2:hover .info-list2 {
    transform: translateY(0);
    opacity: 0.8;
}

.news-info-list .news-info-box .news-info-list2 .info-list2 .title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.8;
    white-space: nowrap;/*强制在一行显示*/
	text-overflow:ellipsis;/*设置超出内容显示...*/
	overflow: hidden;
}
.news-info-list .news-info-box .news-info-list2 .info-list2 .time {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.8;
}


.swiper-change-box{
    width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-container{
    width: 170px;
    height: 32px;
    /* padding: 0 6px; */
}
.swiper-wrapper {
    display: flex;
}
.swiper-container .swiper-slide{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 12px;
}
.swiper-container .page-active{
    border: 1px solid #0C0C0B;
}
.swiper-button-prev, .swiper-button-next {
    position: static;
    margin: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: url('/assets/img/index/product/icon_arrw.png') no-repeat;
    background-position: center;
}

.swiper-button-next {
    transform: rotate(180deg);
}

div:focus {
    outline: none !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
}

.swiper-button-disabled {
    opacity: 0 !important;
}
.index-num {
    flex-shrink: 0;
    font-size: 14px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.index-num:hover {
    color: #01B2B8;
}

.index-active {
    color: #01B2B8;
}