﻿* img {
    border:0;
}

.agreement-banner-placeholder {
    height: 30px;
}

.agreement-banner img {
    height: 80px;
}

.agreement-content {
    background-color:#F4F7F9;
    padding-top: 20px;
    padding-bottom: 100px;
}

.agreement-inner {
    margin:0 auto;
    width: 1200px;
    background-color: white;
}

.agreement-left {
    display: inline-block;
    width: 290px;
    min-height: 600px;
    padding-top: 40px;
    vertical-align: top;
}

.agreement-left .item {
    padding-left:60px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.agreement-left .item:hover{
    color: #0091ff;
}

.agreement-left .active {
    background-color: #0091FF;
    color: white;
}


.agreement-right {
    display: inline-block;
    width: 850px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.agreement-right .primary-title {
    margin-top: 50px;
    padding-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.agreement-right .line-text {
    color: #333;
    line-height: 24px;
    text-indent: 2em;
}

.agreement-right .line-text-4em {
    color: #333;
    line-height: 24px;
    text-indent: 4em;
}


.agreement-right .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 30px 0;
}