@charset "UTF-8";

body, textarea, select, input {
    font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    background-color: #333333;
    font-size: 16px;
    color: #000;
}

body, button, p, pre {
    margin: 0;
}

a {
    text-decoration: none;
}

address,applet,article,aside,audio,blockquote,body,canvas,caption,dd,details,div,dl,dt,embed,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,html,iframe,li,mark,menu,nav,object,ol,output,p,pre,progress,ruby,section,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

li {
    list-style: none;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff url(/pc/images/img_bg.png) no-repeat;
    background-size: 100% 100%;
}

article .content {
    margin: 0 auto;
    min-height: 600px;
    width: 1200px;
    font-size: 14px;
}

article .content .banner {
    margin: 20px 0;
    width: 100%;
    height: 180px;
    background: url(/pc/images/img_banner.png) no-repeat;
    background-size: 100% 100%;
}

article .content .main {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    padding: 20px;
}

article .content .main .menu {
    width: 230px;
}

article .content .main .menu .title {
    background: url("/pc/images/img_title.png") no-repeat;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 17px;
}

article .content .main .menu .menu-link .link {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    margin-top: 10px;
    cursor: pointer;
    padding-left: 17px;
}

article .content .main .menu .menu-link .link a {
    color: #000000;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}

article .content .main .menu .menu-link .active {
    background: #d89498;
}

article .content .main .menu .menu-link .active a {
    color: #fff;
}

article .content .main .art {
    flex: 1;
    margin-left: 20px;
}

article .content .main .art .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}

article .content .main .art .nav img {
    width: 16px;
    margin-right: 10px;
}

article .content .text {
    padding: 20px;
    font-size: 14px;
    color: #333;
}

article .content .text p {
    margin-bottom: 26px;
    text-indent: 2em;
}

article .content .text ol {
    text-indent: 2em;
}