﻿.blog-swiperlist .colbox .pic img{
    object-fit: contain;
    width: 100%;
    border-radius: 6px;
}
.blog-swiperlist .colbox .pic{
    border-radius: 6px;
}
.blog-swiperlist .swiper-slide{
    height: auto;
}
.blog-swiperlist .outbox{
    height: 100%;
    padding: 20px;
  

}
.blog-swiperlist .title{
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    padding-top: 20px;
    
    overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    white-space:normal; 
    margin-bottom: 25px;
}
.blog-swiperlist .title a{
    color: #333333;
}
.blog-swiperlist .title a:hover{
    color: #004c98;
}
.blog-swiperlist .colbox{
    height: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px #E2E2E2;
}
.blog-swiperlist .content{
    padding: 38px 30px 30px;
}
.blog-swiperlist .content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    white-space:normal; 
}
.blog-swiperlist .content .date{
    font-size: 14px;
    line-height: 26px;
    padding: 2px 20px;
    background: #EE3224;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
}
.blog-swiperlist .content .btn{
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #004c98;
    display: inline-block;
    position: relative;
    padding-right: 36px;
    background: url(arrow1.png) 100% 50% no-repeat;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.blog-swiperlist .content .btn:hover{
    background-image: url(arrow1_hover.png);
    color: #EE3224;
}

.blog-swiperlist .swiper-pagination{
    position:static;
    bottom: inherit;
    left: inherit;
    padding-top: 35px;
    padding-bottom: 10px;
}
.blog-swiperlist .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #E4E4E4;
    opacity: 1;
    margin: 0 6px;
}
.blog-swiperlist .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #004C98;
}