.myinfo-container {
}
/*banner*/
.myinfo-container .help_banner {
    margin-top: 0px;
    width: 100%;
    height: 315px;
    background: url(../img/help_banner.png) 50% 0px no-repeat;
}
.myinfo-container .help_banner_box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background-color: transparent;
}

/*板块框体*/
.myinfo-container .help_container {
    margin-bottom: 30px;
}
.myinfo-container .help_container_box {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
/*菜单栏*/
.myinfo-container .help_menu {
    float: left;
    width: 268px;
    border: 1px solid #cfcfcf;
} /* border-bottom: none;*/
.myinfo-container .help_menu .group_title {
    padding-left: 70px;
    font-weight: bold;
    font-size: 14px;
    line-height: 43px;
    color: #666;
    border-bottom: solid 1px #e5e3da;
    background: #fff url(../img/help_column_dot.jpg) no-repeat left
    center;
    background-position: 15% 50%;
    cursor: pointer;
}
.myinfo-container .help_menu .group_list {
    display: block;
    padding-left: 80px;
    border-bottom: solid 1px #e5e3da;
    background-color: #fff;
}

.help_menu .group_list li a {
    display: inline-block;
    padding-left: 15px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #888;
    background: url(../img/help_list_dot.jpg) left center no-repeat;
}
.myinfo-container .help_menu .group_list li a.active {
    font-weight: bold;
    color: #45b5ea;
}

/*内容区*/
.myinfo-container .help_content {
    float: right;
    padding-bottom: 11px;
    width: 910px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}
.myinfo-container .help_content_nav {
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    color: #888;
    border-bottom: 1px solid #cfcfcf;
}
.myinfo-container .help_content_nav span {
    margin-left: 15px;
    font-size: 12px;
    color: #888;
}
.myinfo-container .help_content_nav a {
    font-size: 12px;
    color: #888;
}

.myinfo-container .help_content_box {
    position: relative;
    padding: 33px;
    min-height: 804px;
}
.myinfo-container .help_content_box h1 {
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    margin-bottom: 20px;
}
.myinfo-container .help_content_box .content_list p {
    line-height: 33px;
    font-size: 14px;
    color: #191919;
}

.myinfo-container .help_post_box {
    margin-top: 30px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #ccc;
}
.myinfo-container .help_post_button {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 20px;
    width: 160px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: white;
    background: #ff9600;
    border-radius: 4px;
    cursor: pointer;
}
.myinfo-container .help_post_button_long {
    top: auto;
    bottom: 20px;
    left: 240px;
    width: 500px;
    height: 46px;
    line-height: 46px;
}
.myinfo-container .help_post_button:hover {
    color: white;
    background: #fe850c;
}
ol,
ul {
    margin-bottom: 0px;
}