/* BASIC css start */
.cate-wrap {
    width: 1300px;
    margin: auto;
}
.cate-wrap h1.titl, .cate-wrap h1.titl b, .cate-wrap h1.titl strong {
    font-weight: 400;
    font-size: 28px;
    margin: 60px 0 15px;
    text-align: left;
}
.cate-wrap h1.titl2, .cate-wrap h1.titl2 b, .cate-wrap h1.titl2 strong {
    font-weight: 400;
    font-size: 28px;
    margin: 60px 0 15px;
    text-align: left;
}
.cate-wrap .mcate {text-align: left;margin-left: -23px;}
.cate-wrap .mcate span {
    position: relative;
    line-height: 20px;
    padding: 0 20px;
    white-space: nowrap;
}
.cate-wrap .mcate span::after {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background: #ccc;
}
.cate-wrap .mcate span:nth-last-of-type(1)::after {
    display: none;
}
.cate-wrap .mcate span > a {line-height: 30px;}

/* BASIC css end */

