.blog_list{
    background: url(/lib/images/blog_list/img_bg_down.jpg) no-repeat top;
    position: relative;
    padding-bottom: 120px;
}
.blog_list .right_bg{
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/lib/images/blog_list/blog_bg.png) no-repeat top right;
    z-index: 0;
}
.blog_list .down_bg{
    
}
.blog_list .content{
    position: relative;
    z-index: 1;
}
.blog_list .content h2{
    margin-top: 80px;
    margin-bottom: 50px;
}
.blog_list .content .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.blog_list .content .title .tag{
    width: 50%;
}
.blog_list .content .title .tag ul{
    display: flex;
    flex-wrap: wrap;
}
.blog_list .content .title .tag ul li{
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #008ADB;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog_list .content .title .tag ul li a{
    font-size: 16px;
}
.blog_list .content .title .tag ul li a:hover{
    color: #008ADB;
}
.blog_list .content .title .search{
    display: flex;
}
.blog_list .content .title .search>div{
    position: relative;
    margin-left: 10px;
}
.blog_list .content .title .search>div:first-child svg{
    transform: rotate(90deg) translateX(-50%);
}
.blog_list .content .title .search>div .chose_1{
    display: none;
    padding: 20px;
    position: absolute;
    min-width: 200px;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
}
.blog_list .content .title .search>div .chose_1 ul li{
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}
.blog_list .content .title .search>div input{
    border: none;
    background: none;
    border-bottom: 1px solid #101010;
    font-size: 16px;
    color: #666;
}
.blog_list .content .title .search>div input.chose{
    cursor: pointer;
}
.blog_list .content .title .search>div svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.blog_list .content .title .search button{
    border: none;
    background: none;
}
.blog_list .content .row .big_cart{
    position: relative;
    margin-bottom: 40px;
}
.blog_list .content .row .big_cart img{
    width: 100%;
}
.blog_list .content .row .big_cart .title_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
    color: #fff;
    padding: 40px;
}
.big_cart .title_txt p{
    font-size: 16px;
    font-family: 'Barlow-Medium';
    opacity: 0.5;
    margin-top: 80px;
    margin-bottom: 20px;
}
.big_cart .title_txt p span{
    margin-left: 20px;
    font-size: 16px;
}

.big_cart .title_txt h3{
    font-family: 'BarlowCondensed-Medium';
    font-size: 32px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.big_cart:hover .title_txt h3{
    color: #008ADB;
}
.blog_list .row .cart{
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 14, 12,0.05);
}
  .blog_list .row .cart .top{
    position: relative;
  }
  .blog_list .row .cart .top img{
    width: 100%;
  }
  .blog_list .row .cart .top .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
  }
  .blog_list .row .cart:hover .top .bg{
    background: rgba(0,138,219,0.5);
  }
  .blog_list .row .cart .btm {
    padding: 37px;
    height: 236px;
  }
  .blog_list .row .cart .btm .author{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Barlow-Medium';
    opacity: 0.5;
  }
  .blog_list .row .cart .btm .author span{
    font-size: 16px;
    margin-left: 18px;
    font-family: 'Barlow-Medium';
  }
  .blog_list .row .cart .btm h3{
    font-family: 'BarlowCondensed-Medium';
    font-size: 24px;
    max-width: 440px;
    color: #101010;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .blog_list .row .cart:hover .btm h3{
    color: #008ADB;
  }
  .blog_list .row .cart .btm .time{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }

  .blog_list .page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_list .page>div, .blog_list .page div.nav-links .page-numbers{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.blog_list  .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.blog_list .page>div.active , .blog_list .page div.nav-links .page-numbers.current{
    background: #008ADB;
}
.blog_list .page>div.active a{
    color: #fff;
}
.blog_list .page>div:hover, .blog_list .page div.nav-links .page-numbers:hover{
    background: #008ADB;
}
.blog_list .page>div:hover a{
    color: #fff;
}
.blog_list .page>div .prev svg{
    margin-right: 5px;
}
.blog_list .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.blog_list .page>div:hover a svg path{
    fill:#fff;
}
@media (max-width:1600px) {
    .big_cart .title_txt p{
        margin-top: 40px;
    }
    .blog_list .row .cart .btm{
        padding: 15px;
    }
    .blog_list .row .cart .btm h3{
        margin-bottom: 30px;
    }

}
@media (max-width:1279px){
    .big_cart .title_txt p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog_list .row .cart .btm h3{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .blog_list .row .cart .btm .author{
        margin-bottom: 12px;
    }
    .blog_list .row .cart .btm {
        height: auto;
    }
} 
@media (max-width:1023px){
    .blog_list .content .title{
        flex-direction: column;
    }
    .blog_list .content .title .tag{
        width: 100%;
    }
    .blog_list .content .title .search{
        width: 100%;
    }
    .blog_list .content .row .big_cart .title_txt{
        padding: 15px;
    }
}
@media (max-width:767px){
    .blog_list .content h2{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 38px;
    }
    .blog_list .content .title .search{
        flex-direction: column;
    }
    .blog_list .content .title .search>div{
        margin-top: 20px;
    }
    .big_cart .title_txt h3{
        font-size: 24px;
    }
    .blog_list .row .cart .btm h3{
        margin-bottom: 20px;
    }
    .blog_list .content .row .big_cart{
        margin-bottom: 30px;
    }
    .blog_list{
        padding-bottom: 40px;
    }
}











