﻿@charset "utf-8";

/* CSS Document */
.hd-2a {
    float: left;
    width: 162px;
    display: inline;
    font-size: 25px;
    color: #141313;
    margin: 12px 26px 0px 16px;
}

    .hd-2a a {
        color: #141313;
    }

.hd-2r span {
    float: left;
    display: inline;
    width: auto;
    overflow: hidden;
    margin: 7px 0px 0px 22px;
}


.help {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    font-size: 14px;
    color: #777777;
}

.help_left {
    border: 1px #e5e5e5 solid;
    width: 280px;
    float: left;
}

.help_right {
    width: 917px;
    float: left;
    border: 1px #e5e5e5 solid;
    border-left: 0px;
}

.help .title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #EA5E23;
    letter-spacing: 2px;
}

.help .list {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .help .list li {
        height: 38px;
        line-height: 38px;
        text-align: center;
    }

        .help .list li:hover, .help .list li.selected {
            background-color: #f0f0f0;
            cursor: pointer;
            color: #EA5E23;
            display: block;
        }



.help .list {
    width: 100%;
    position: relative;
}
