.globalWidth{
    width: 900px;
}

.basicMain {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.basicLeft {
    width: 150px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-right: 15px;
}

.basicLeft li a {
    display: block;
    padding: 7.5px 0;
}

.basicLeft li {
    text-align: center;
}

.basicLeft li:hover a {
    color: #ff9b24;
}

.basicLeft li.active a {
    background-color: #ff9b24;
    color: #ffffff;
}

.basicRight {
    margin-left: 165px;
}

.basicRightTitle {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 16px;
}

.basicRightContent {
    padding: 15px;
    border: 1px solid #ccc;
    line-height: 2;
    font-size: 15px;
}

.basicRightContent h1 {
    font-weight: bold;
    margin: 5px auto;
}

.basicRightContent h1:first-child {
    margin-top: auto;
}

.basicRightContent p {
    text-indent: 2em;
}

.basicRightContent a{
    color: blue;
    text-decoration: underline;
}

.basicRightContent span{
    color: #fe8a1a;
}