﻿
@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansSC-Regular.woff") format("woff"), url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "SourceHanSansSC-Regular" !important;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
}

ul {
     padding: 0px; 
     margin: 0px;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.text_indent {
    text-indent: 2em;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}