  
.main-first .one .swiper-container {
    width: 100%;
    height:287px;
    border-radius: 6px;}
.main-first .one .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;}
.main-first .one .swiper-slide a{
    height: 100%;}
.main-first .one .swiper-slide a img{
    width: 100%;
    height: 287px;
    object-fit: fill;}
.main-first .one .swiper-slide a p{
    position: absolute;
    bottom:33px;
    color: #fff;
    background: #000000a3;
    width: 100%;
    font-size: 15px;
    padding: 15px 0;}
.main-first .one .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.67);}
.main-first .one .swiper-pagination-bullet-active {
    color:#fff;
    background: #bc1303;}
.main-first .two{
    float: left;
    width:50%;}
