body {
    background: #F5F5F5;
}

.www-content {
    background: #F5F5F5;
}

.pos-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #333333;
}

.one-left-bar-page {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.left-bar {
    width: 193px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px 8px 8px 8px;
    padding: 6px;
    background: #FFFFFF;
}

.left-bar-top {
    padding: 0 10px;
    width: 190px;
}

.left-bar-top-title {
    width: 170px;
    height: 36px;
    padding: 0 10px;
    background: #FFF5F3;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.left-bar-top-title i {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/Slice76@2x.png) no-repeat left center;
    background-size: 16px 16px;
    margin-right: 10px;
}

.left-bar-top-title a {
    color: #DB4E3E;
    font-size: 14px;
    font-weight: bold;
}

.left-bar-item {
    width: 193px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.left-bar-item-list-child-select {
    background: linear-gradient(93deg, #F5DFA8 0%, #DAB876 100%);
    border-radius: 4px 4px 4px 4px;
}

.left-bar-item-list-child-select a {
    color: #543800;
}

.left-bar-item-title {
    padding: 10px;
    padding-right: 0px;
    width: 193px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.left-bar-item-title span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.left-bar-item-title a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.left-bar-item-title i {
    display: block;
    width: 16px;
    height: 16px;
}

.left-bar-item-title i.up {
    background: url(../img/left_bar_up.png) no-repeat center center;
}

.left-bar-item-title i.down {
    background: url(../img/left_bar_down.png) no-repeat center;
}

.left-bar-item-list {
    padding: 0px 10px 0px 0px;
    /*width: 170px;*/
    width: 98%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
}

.left-bar-item-list a {
    height: 35px;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    margin-left: 30px
}

.left-bar-item-list a:hover {
    color: #ff6600;
}

.left-bar-item-list-child-select {
    background: linear-gradient(93deg, #F5DFA8 0%, #DAB876 100%);
    border-radius: 4px 4px 4px 4px;
}

.left-bar-item-list-child-select a {
    color: #543800;
}

/*.left-bar-item-list a.select {*/
/*color: #ff6600;*/
/*}*/

.right-content-space {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 14px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    width: 957px;
}

.page-title {
    height: 60px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page-title span {
    font-size: 18px;
}

.page-title-nol {
    height: 60px;
    width: 100%;
    font-size: 24px;
    color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.page-content {
    width: 100%;
    display: flex;
    background: #FFFFFF;
}

.page-content-space-direction-column {
    flex-direction: column;
}

.page-content-space-direction-row {
    flex-direction: row;
}

/*===============================================================*/
.page-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.page-content-item-ljsj {
    display: flex;
    justify-content: center;
    height: 38px;
    background: #FFF5F3;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DB4E3E;
}

.page-content-item-title {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page-content-item-title span {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

span.left-border-red {
    /*padding-left: 10px;*/
    /*border-left: 4px solid #DB4E3E;*/
    /*height: 16px;*/
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.page-content-item-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page-content-item-desc a {
    /*padding: 5px 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #DB4E3E;
    color: #502B00;
    font-size: 14px;
    width: 80px;
    height: 25px;
    background: linear-gradient(90deg, #F2D58B 0%, #F2CF8B 100%);
    font-weight: bold;
    line-height: 25px;
}

.page-content-item-desc a:hover {
    background: #FFF5F3;
    color: #DB4E3E;
}

.page-content-item-desc span {
    font-size: 14px;
    line-height: 25px;
}


.page-content-item-desc-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-content-item-desc-column span {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}