﻿@charset "utf-8";
.help{}
.help_left{
    background-color: #f5f5f5;
    float: left;
    width: 190px;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}
.help_left .search{
    height: 25px;
    width: 160px;
    margin: 15px;
    position: relative;
}
.help_left .search input{
    height: 21px;
    width: 134px;
    border: 1px solid #e0e0e0;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 5px;
    display: block;
    color: #cbcbcb;
}
.help_left .search input.txt {
    color: #333333;
}

.help_left .search span{
    line-height: 100px;
    background-image: url(../images/search1.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.help_left .title{
    font-size: 18px;
    line-height: 35px;
    color: #000000;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
    padding-bottom: 5px;
}
.help_left .list{
    padding-top: 15px;
    padding-bottom: 15px;

}
.help_left dl{
    clear: both;
    margin-top: 1px;

}
.help_left dt{
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    color: #444444;
    padding-left: 24px;
}
.help_left dt a{
    color: #333333;
}
.help_left dt i {
    background-image: url(../images/ico_3.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 8px;
    background-position: center center;
    margin-right: 3px;
    cursor: pointer;
}
.help_left dt.tree4 i {
    background-image: url(../images/ico_4.png);
}
.help_left dt.on {
    background-color: #eaeaea;
}
.help_left dt.on i {
    background-image: url(../images/ico_4.png);
}


.help_left dt strong{}

.help_left dd{
    display: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 33px;
}
.help_left dd p {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    background-image: url(../images/ico_22.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.help_left dd a{}
.help_left dd a.selnode {
    color: #358000;
}
.help_left dl.this dt{
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #60a411;
    background-color: #eaeaea;
    padding-left: 20px;
}
.help_left dl.this dt i {
}

.help_left dl.this dd  {
    display: block;
}
.help_left dl:hover dt {
    background-color: #eaeaea;
}



.help_left .txtbox{
    padding: 15px;
}
.help_left .txtbox p{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.help_left .txtbox p a{
    color: #316ac5;
}
.help_right{
    float: right;
    width: 938px;
    border: 1px solid #e9e9e9;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
    padding-right: 20px;
    padding-left: 20px;
    color: #777777;
}
.help_right .title{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.help_right .txt{
    padding: 10px;
    overflow: hidden;
}
.help_right .txt p{
    font-size: 14px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.help_right .txt a{
    color: #316ac5;
}
.help_right .list{
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
}
.help_right .list li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.help_right .list li strong{
    line-height: 35px;
    font-size: 14px;
}
.help_right .list li p{
    padding-bottom: 10px;
}
.help_right .list li p a{
    padding-right: 15px;
}