﻿*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

.diepic{
    position: relative;
    width: 1200px;
    margin:40px auto 0 auto
}
.diepic h2{font-size:36px;margin-bottom:17px;text-align:center;font-weight:normal;line-height:42px;height:60px;}

.diepic .swiper-container {
    padding-bottom: 60px;
}

.diepic .swiper-slide {
    width: 53.7%;
    height: auto;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}
.nb-bottom{
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
.diepic .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    /* box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1); */
    padding-top: 16px;
}

.diepic .swiper-slide p {
    line-height: 25px;
    padding-top: 0;
    text-align: left;
    color: #7e7e7e;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5%;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.diepic .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #030000;
    width: 10px;
    height: 10px;
    opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 34px;
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
    background-image: linear-gradient(80deg, #0989c5, #995cb6);
    opacity: 1;
}

.diepic .swiper-button-prev {
    left: -7%;
    top: 40%;
    width: 33px;
    height: 33px;
    background: none;
}

.diepic .swiper-button-next {
    right: -7%;
    top: 40%;
    width: 33px;
    height: 33px;
    background: none;
}
.diepic .swiper-button-prev img{
    width: 100%;
}
.diepic .swiper-button-next img{
    width: 100%;
}
.diepic .swiper-slide a{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.diepic .swiper-slide h3{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding-top: 2%;
}
.nb-bottom span{
    color: #efa416;
    margin-top: 2%;
    display: inline-block;
    font-size: 19px;
}
.nb-bottom h3{}
.nb-bottom p{}