.terms-max-960 {
	position: relative;
	margin: 0 auto;
	width: 100%;
    padding: 0 15px;
    max-width: 1100px;
}
.terms-main {
	background: #fff;
}
.terms-header {
	background-color: #4b545b;
    background: url(/images/home/home_banner_bg.jpg);
    color: #fff;
    padding: 30px 0;
}
.terms-header-title {
    font-size: 26px;
    margin: 0;
}
.terms-header-desc {
	font-size: 16px;
    padding: 15px 0 0 42px;
}
.terms-content {
	padding-top: 30px;
    padding-bottom: 45px;
}
.terms-context > h3 {
    margin: 0;
    font-weight: bold;
    color: #333;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.terms-context > p {
	font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 17px;
}

.terms-context > ol {
    list-style-type: decimal;
    padding-left: 30px;
    text-align: left;
    margin: 0;
}
.terms-context > ol > li {
	list-style-type: decimal;
    color: #666;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
}
.terms-context > ol h4 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
}
.terms-context > ol p {
	font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    padding-bottom: 7px;
}
.terms-context > ol ol {
    padding-left: 25px;
}
.terms-context > ol ol > li {
	list-style-type: upper-alpha;
    font-weight: normal;
    color: #464646;
    padding-bottom: 3px;
    padding-top: 3px;
}
.terms-context > ol ol > li span {
	padding-bottom: 3px;
    display: block;
}