.breadcrumb{padding: 30px 0 20px;}
.crumbs { display: block;}
.crumbs li {  display: inline-block; font-size: 14px;}
.crumbs li.first { padding-left: 8px; }
.crumbs li span{
    color: #515050;
    display: block;
    float: left;
    margin-left: -13px;
    padding: 0 17px 0 25px;
    position: relative;
    text-decoration: none;
}
.crumbs li span::after{
    content:"";
    position: absolute;
    top: 6px;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #515050;
    border-right: 1px solid #515050;
    transform: rotate(45deg);
}
.crumbs li:last-child span{
    color: #9F9F9F;
}
.crumbs li:last-child span::after{
    display: none;
}
.crumbs li span {
    position: relative;
    cursor: pointer;
}
.main{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../images/activity/bg.png") no-repeat top center;*/
    overflow: hidden;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.layui-breadcrumb{
    display: block;
    margin: 32px 0 22px;
}
.layui-breadcrumb a,.layui-breadcrumb a:hover{
    font-size: 16px;
    color: #515050!important;
}
.layui-breadcrumb span[lay-separator]{
    color: #9F9F9F!important;
}
.layui-breadcrumb a:last-child{
    color: #9F9F9F!important;
}
/*-------------------*/
.sort-tab{
    padding: 17px 15px;
    background: #FFFFFF;
}
.sort-tab li{
    padding: 0 15px;
    font-size: 16px;
    color: #A0A4AA;
    cursor: pointer;
    border-right: 1px solid #A0A4AA;
}
.sort-tab li:last-child{
    border: none;
}
/*.sort-tab li:first-child{*/
    /*border-right: 1px solid #1C2438;*/
/*}*/
.sort-tab li.active{
    color: #1C2438;
    font-weight: bold;
    border-right: 1px solid #1C2438;
}
.sort-tab li:last-child.active{
    border: none;
}
/*-----------------*/
.list>li{
    width: 268px;
    margin-right: 42px;
    margin-top: 40px;
    position: relative;
}
.list>li:nth-child(4n){
    margin-right: 0;
}
.list>li a{
    display: block;
    width: 100%;
    height: 100%;
}
.list>li .thumb{
    width: 268px;
    height: 172px;
    object-fit: cover;
}
.list .info{
    position: relative;
    width: 100%;
    min-height: 124px;
    background: #FFFFFF;
}
.list .info-content{
    padding: 0 14px;
    width: 240px;
    min-height: 124px;
    overflow: hidden;
    /*border-bottom: 1px solid #E5E5E5;*/
}
.list .info h3{
    font-size: 16px;
    color: #111111;
    line-height: 24px;
    margin-top: 11px;
    margin-bottom: 10px;
    height: 48px;
}
.list .info li{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.list>li .status{
    width: 76px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 13px;
    left: 10px;

}

