/*
Copyright © 2018 成都晓博软件有限公司
*/
/* 
    Created on : Aug 18, 2018, 3:53:32 PM
    Author     : Abel
*/

.DocTitle {
    width: 100%;
    color: #fff;
    background: url(../images/bkgrd-1.jpg);
    background-size: cover; 
}

.DocTitle h3 {
    font-size: 24px;
    line-height: 70px;
    padding-top: 10px;
    text-align: center;
}

.DocTitle span {
    font-size: 16px;
}

.NavBlock {
    width: 190px;
    min-height: 470px;
    position: fixed;
    left: 50%;
    margin-left: -490px;
    background-color: #fff;
    padding: 10px 0px 0px 30px;
}

.NavBlock h4 {
    font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
}

.NavBlock a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    color: #409f89;
}

a:hover {
    text-decoration: underline;
}

.LeftNavbar {
    width: 250px;
    min-height: 450px;
    background-color: #fff;
}

.DocBody {
    width: 100%;
    background-color: #F5F6F7;
}

.LeftPlace {
    width: 250px;
    min-height: 450px;
    float: left;
}

.RightContent {
    float: right;
    width: 700px;
}

.RightContent:after {
    content: "";
    height: 100px;
    display: block;
}

.RightContent h3 {
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.RightContent h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    border-bottom: #555555 1px solid;
    margin: 20px 0px 10px 0px;
}

.RightContent h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 5px;
}

.RightContent p {
    font-size: 14px;
    line-height: 28px;
}

.RightContent p span {
    font-weight: bold;
}

.Wrap {
    width: 100%;
    text-align: center;
}

.RightContent img {
    max-width: 640px;
    max-height: 480px;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}

.RightContent .Wrap:before {
    content: "";
    height: 10px;
    display: block;
}

.RightContent .Wrap:after {
    content: "";
    height: 20px;
    display: block;
}

.RightContent ol {
    list-style-position: inside;
}

.RightContent ul {
    list-style-position: inside;
}

.RightContent li {
    font-size: 15px;
    line-height: 32px;
}

li p {
    margin-left: 20px;
}

.Note {
    width: 99%;
    border: 1px solid #548dd4;
    margin: 20px 0 20px 0;
}

.Note h5 {
    font-size: 14px;
    background-color: #c6d9f0;
    border-bottom: 1px solid #548dd4;
    line-height: 30px;
    padding: 0 0 0 10px;
}

.Note p {
    font-size: 14px;
    padding: 10px 10px;
}