﻿* {
    margin: 0;
    padding: 0;
}
p, h1, h2, a, div {
    font-family: "微软雅黑","Microsoft YaHei",sans-serif;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

.top {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    height: 20px;
    line-height: 20px;
}

    .top ul {
        float: right;
    }

        .top ul li {
            float: left;
            list-style: none;
            margin-right: 30px;
        }

            .top ul li a {
                color: #333;
                text-decoration: none;
            }

.nav-wrapper {
    border-bottom: 1px solid #0098dd;
}

    .nav-wrapper > div {
        width: 1100px;
        height: 75px;
        margin: 0 auto;
        line-height: 75px;
    }

    .nav-wrapper .nav {
        float: right;
    }

        .nav-wrapper .nav ul li {
            float: left;
            list-style: none;
        }

            .nav-wrapper .nav ul li.current a {
                color: #0099de;
            }

            .nav-wrapper .nav ul li a {
                color: #9a9a9a;
                font-size: 18px;
                text-decoration: none;
                padding: 15px 25px;
                position: relative;
                top: 12px;
                cursor: pointer;
            }

                .nav-wrapper .nav>ul>li:hover>a {
                    background-color: #1d4355;
                    color: #fff;
                }

                .nav-wrapper .nav>ul>li:hover .item{
                    display:block;
                }
                .nav-wrapper .nav ul.item{
                    overflow:hidden;
                    background-color:#f6f4f4;
                    position:absolute;
                    border:1px solid #ebebeb;
                    display:none;
                }

                .nav-wrapper .nav ul.item li{
                    clear:both;
                    display:block;
                    border-bottom:1px solid #ebebeb;
                    line-height:50px;
                }

                .nav-wrapper .nav ul.item li a{
                   top:0;
                   font-size:14px;
                   color:#666666;
                }

                .nav-wrapper .nav ul.item li a:hover{
                   color:#3fb2e6;
                   text-decoration:underline;
                }

#body {
    width: 1100px;
    margin: 0 auto;
}

    #body .breadcrumb {
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        color: #1f1f1f;
        font-family: 10px;
    }

        #body .breadcrumb a {
            color: #1f1f1f;
            text-decoration: none;
        }

    #body .content #sidebar {
        width: 250px;
        border: 1px solid #eee;
        float: left;
        margin-right: 20px;
        color: #606060;
    }

        #body .content #sidebar a {
            color: #606060;
            text-decoration: none;
        }

        #body .content #sidebar .nav-list li {
            list-style: none;
        }

        #body .content #sidebar .nav-list .subul {
            border-bottom: 1px solid #eee;
            padding-left: 30px;
            padding-bottom: 10px;
        }

            #body .content #sidebar .nav-list .subul a {
                padding: 8px 15px;
                font-size: 12px;
                display: inline-block;
                background: #fff;
                margin-top: 5px;
                border-radius: 15px;
            }

                #body .content #sidebar .nav-list .subul a.current {
                    color: #fff;
                    background-color: #3297ff;
                }

                #body .content #sidebar .nav-list .subul a:hover {
                    color: #fff;
                    background-color: #3297ff;
                }

        /*media screen*/
        #body .content #sidebar a {
            display: block;
            padding: 9px 20px;
            background: #f9f9f9;
            font-size: 14px;
            letter-spacing: 1px;
            cursor: pointer;
        }

            #body .content #sidebar a:hover {
                background-color: #c9e4ff;
                color: #193652;
            }

    #body .content .container {
        float: left;
        width: 825px;
        line-height: 20px;
    }

        #body .content .container .articleName {
            font-size: 22px;
            color: #0099de;
        }

        #body .content .container .blackPoint {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background-color: #666;
            margin: 0 5px;
        }

.bluepoint {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #666;
    margin: 0 5px;
    vertical-align: middle;
}

#body .content .container .articleTag {
    font-size: 22px;
    color: #666;
}

#body .content .container .article {
    margin: 15px 0 30px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-top: none;
    font-size: 14px;
    color: #4c4c4c;
}

#body .content .container h2 {
    margin: 20px 0;
    padding: 6px 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 600;
    font-size: 14px;
    background: #f3f3f3;
    color: #333;
}

#body .content .container p {
    padding: 0px 15px;
    margin: 6px 0;
}
#body .content .container p a{
	text-decoration: none;
	color: #0088cc;
}
#body .content .container pre{
	 background: #fafafa none repeat scroll 0 0;
    color: #0a8021;
    font-family: "Courier New";
    line-height: 1.5em;
    overflow: hidden;
    padding: 1em 15px;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 0px;
}
.container p {
    margin: 6px 0;
}

.container h3 {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    line-height: 4em;
    margin-left: 18px;
}
.container h3 span {
    border-bottom: 1px solid #333;
}


.article .mw-code {
    background: #fafafa none repeat scroll 0 0;
    margin: 10px 15px;
    padding: 10px 15px;
}

li {
    list-style: outside none none;
}
.st0 {
    color: #3366CC;
}
 .kw2 {
    color: #003366;
    font-weight: bold;
}
 .me1 {
    color: #660066;
}
 .nu0 {
    color: #CC0000;
}
.article .mw-content-ltr .toc{
	position: fixed; 
    left: 1225px; 
	top: 30%;
}
.article .mw-content-ltr .toc #toctitle{
	display: none;
}
.article .mw-content-ltr a{
	text-decoration: none;
}

.article #toc>ul>li a span {
    font-size: 12px;
   
}
.article #toc ul a:visited {
    color: #626262;
}
.article #toc ul a:link {
    color: #777;
}
.article .mw-content-ltr .toc .tocnumber{
	display: none;
}
#toc>ul>li {
    padding-left: 5px;
    line-height: 28px;
    border-left: 2px solid #ddd;
}

 .clearfix:after{
    content:"";
    display:block;
    clear:both;
}

.clearfix{
    *zoom:1;
}
