div {
	box-sizing: border-box;
}

#content {
	padding-top: 100px;
}

.help_back {
	background: url(https://cdn-js.yebaojiasu.com/help/bg.png) center top no-repeat;
	background-color: #f7f7f7;
}

.help_content {
	width: 1200px;
	min-height: 900px;
	margin: 0 auto;
	background: url(https://cdn-js.yebaojiasu.com/help/c.png) center top no-repeat;
	position: relative;
    overflow: hidden;
}

.content {
    overflow: hidden;
    margin-bottom: 48px;
}

.content > div {
    min-height: 720px;
    float: left;
    padding: 0 14px 38px 14px;
    background: #FFFFFF;
}

.content .left {
    width: 344px;
}

.content .right {
    width: 834px;
    margin-left: 22px;
}

.content .title {
    height: 72px;
    padding-top: 27px;
    border-bottom: 1px dashed #F2F2F2;
}

.content .title > div {
    float: left;
    font-size: 0;
}

.content .title .nav {
    float: right;
}

.content .title .name span{
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 18px;
    color: #454545;
}

.content .title .name span:first-child {
    width: 4px;
    height: 18px;
    background: #FFA62E;
    margin-right: 10px;
}

.content .title .nav a {
    box-sizing: border-box;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 14px;
    font-size: 14px;
    color: #8A8A8A;
    padding: 0 14px;
    margin-right: 8px;
}

.content .title .nav a:last-child {
    margin: 0;
}

.content .title .nav a:hover,  .content .title .nav a.active{
    background: #FFA62E;
    color: #fff;
}

.content .left .body {
    margin-top: 24px;
    overflow: hidden;
}

.content .left .body .public-div{
    min-height: 135px;
    padding-bottom: 45px;
    margin-bottom: 54px;
    border-bottom: 1px dashed #F2F2F2;
    color: #797979;
}

.content .left .body .public-div div:first-child {
    line-height: 1.2;
    margin-bottom: 15px;
    color: #444444;
}

.content .left .body .public-div div:last-child {
    text-align: right;
    line-height: 1.2;
    margin-top: 34px;
    font-size: 12px;
    color: #A7A7A7;
}

.content .left .body .game-div {
    overflow: hidden;
    margin-bottom: 40px;
}

.content .left .body .game-div > a, .content .left .body .game-div div {
    float: left;
    line-height: 1.2;
}

.content .left .body .game-div > a {
    max-width: 220px;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .left .body .game-div:not(.none):hover > a{
    color: #F1801B;
}

.content .left .body .game-div div {
    float: right;
    font-size: 12px;
    color: #797979;
}

.content .left .body .none {
    text-align: center;
    margin-top: 200px;
    font-size: 16px;
    color: #9A9A9A;
}

.content .left .body .public-div:last-child {
    margin: 0;
    border: none;
}

.content .pagination {
    margin-top: 34px;
}

.content .right .body {
    margin-top: 18px;
    overflow: hidden;
}

.content .right .body > div {
    height: 44px;
    padding: 16px 28px 0 16px;
}

.content .right .body > div.none {
    height: auto;
    text-align: center;
    margin-top: 200px;
    font-size: 16px;
    color: #9A9A9A;
}

.content .right .body > div > a, .content .right .body > div div {
    float: left;
    line-height: 1.2;
}

.content .right .body > div > a {
    max-width: 600px;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .right .body > div:not(.none):hover {
    background: #F9F9F9;
}

.content .right .body > div:not(.none):hover > a{
    color: #F1801B;
}

.content .right .body > div div {
    float: right;
    font-size: 0;
}

.content .right .body > div div img, .content .right .body > div div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #797979;
}

.content .right .body > div div img {
    margin-right: 10px;
}