*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    width: 1200px;
    margin: auto;
}
.crumbs{
    margin: 30px 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}
.crumbs img{
    width: 5px;
    height: 6px;
    margin:0 10px;
    vertical-align: middle;
}
.container .content{
    display: flex;
    justify-content: space-between;
}
.left-content{
    width: 850px;
}

.left-content .more{
    width: 100%;
    height: 40px;
    background: #F6F6F6;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    line-height: 40px;
    color: #626675;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.left-content .more:hover{
    background: #e3f3fe;
    color: var(--themeColor);
}
    