﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
color: #fff;}

ol, ul, li {
    list-style: none;
}

html {
    overflow-y: scroll;
}


/* 面包屑 S */

.link-bread {
    position: relative;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    margin-top: 20px;
    z-index: 50;
}

.link-bread img {
    margin: auto 12px;
    display: inline-block;
    vertical-align: top;
}

.link-bread table {
    font-size: 18px;
    color: rgb(102, 102, 102);
    display: inline-block;
    vertical-align: middle;
}

.link-bread table tbody tr td a {
    color: black;
}

.link-bread table tbody tr td a:hover {
    color: #0051a2;
}
/* 面包屑 E */